Edgewall Software

Changes between Initial Version and Version 14 of Ticket #11244


Ignore:
Timestamp:
Sep 22, 2013, 7:15:25 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Latest changes can be found in rjollos.git:t11244.4. Here is a summary of the changes:

  • Removed [f8291824/rjollos.git].
  • Added the explicit parameter show_readonly_checkbox.
  • Added functional tests and unit tests. I've broken away from the pattern in the codebase of not having unit tests for the web_ui modules. Let me know if you see any problems with that.
  • Changeset to address #11309.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11244

    • Property Owner set to Ryan J Ollos
    • Property Status newassigned
    • Property Milestone1.1.2
  • Ticket #11244 – Release Notes

    initial v14  
     1The read-only attribute on wiki pages is now enforced using the `ReadonlyWikiPolicy` permission policy. `ReadonlyWikiPolicy` must be added to `[trac] permission_policies` before `DefaultPermissionPolicy, LegacyAttachmentPolicy` and, when present, after `AuthzPermissionsPolicy`. If additional permission policies are enabled, particular care should be given to the order of the policies when upgrading.
  • Ticket #11244 – API Changes

    initial v14  
     1Added methods `set_config` and `get_config` to the `FunctionalTestEnvironment` class.