Edgewall Software

Changes between Version 6 and Version 21 of Ticket #11474


Ignore:
Timestamp:
Jul 10, 2015, 8:15:32 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Proposed changes in log:rjollos.git:t11474.5.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11474

    • Property Milestone 1.0.31.1.6
  • Ticket #11474 – Release Notes

    v6 v21  
     1Fine-grained permission checks are implemented when rendering an author in the ticket workflow dialog.
  • Ticket #11474 – API Changes

    v6 v21  
    1 The `EMAIL_VIEW` permission is defined in the `Chrome` class rather than the `PermissionSystem` class.
     1* The `EMAIL_VIEW` permission is defined in the `Chrome` class rather than the `PermissionSystem` class.
     2* `Chrome.format_author` and `Chrome.authorinfo` perform fine-grained permission checks when passed an optional `Resource` object.
     3* `show_email_addresses` is deprecated in the `Chrome` data dictionary that is used to render templates.