Edgewall Software

Changes between Version 102 and Version 103 of TracUpgrade


Ignore:
Timestamp:
Aug 18, 2014, 7:34:09 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Removed info on 1.1.x.

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v102 v103  
    7777=== 6. Steps specific to a given Trac version  ===
    7878
    79 ==== Upgrading from Trac 1.0 to 1.1.x ==== #to1.1.x
    80 
    81 ===== Python 2.5 no longer supported =====
    82 The minimum supported version of python is now 2.6
    83 
    84 ===== New permissions policy for read-only wiki pages
    85 Since 1.1.2 the read-only attribute of wiki pages is enabled and enforced only when `ReadonlyWikiPolicy` is in the list of active permission policies. If `[trac] permission_policy` has the default value `DefaultPermissionPolicy, LegacyAttachmentPolicy`, then `ReadonlyWikiPolicy` should be automatically appended to the list when upgrading the environment:
    86 {{{
    87 [trac]
    88 permission_policies = ReadonlyWikiPolicy,
    89  DefaultPermissionPolicy,
    90  LegacyAttachmentPolicy
    91 }}}
    92 If other permission policies are enabled, //trac.ini// will need to be edited to append `ReadonlyWikiPolicy` to the list of active `permission_policies`. See TracFineGrainedPermissions#ReadonlyWikiPolicy for additional details on the proper ordering.
    93 
    9479==== Upgrading from Trac 0.12 to Trac 1.0 ==== #to1.0
    9580