Edgewall Software

Changes between Version 95 and Version 96 of TracUpgrade


Ignore:
Timestamp:
Oct 10, 2013, 3:21:03 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Info on upgrading to 1.1.2. Refs #11244.

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v95 v96  
    7676
    7777=== 6. Steps specific to a given Trac version  ===
     78
     79==== Upgrading from Trac 1.0 to 1.1.x ==== #to1.1.x
     80
     81Since 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` only needs to be added to the front of the list:
     82{{{
     83[trac]
     84permission_policies = ReadonlyWikiPolicy,
     85 DefaultPermissionPolicy,
     86 LegacyAttachmentPolicy
     87}}}
     88If other permission policies are enabled, see TracFineGrainedPermissions#ReadonlyWikiPolicy for additional details on the proper ordering.
     89
    7890==== Upgrading from Trac 0.12 to Trac 1.0 ==== #to1.0
    7991