Edgewall Software

Changes between Initial Version and Version 24 of Ticket #10285


Ignore:
Timestamp:
Sep 19, 2013, 12:17:26 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Committed to 1.0-stable in [12066:12068] and merged to trunk in [12069].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10285

    • Property Status newclosed
    • Property Cc leho@… dkg@… ethan.jucovy@… Steffen Hoffmann Jun Omae added
    • Property Owner set to Ryan J Ollos
    • Property Milestone1.0.2
    • Property Keywords permission exception added
    • Property Resolutionfixed
  • Ticket #10285 – Release Notes

    initial v24  
     1Loading of all `permission_policies` is enforced by raising an exception if any of the named Components are not found. `request_filters`, `action_controllers` and any plugin configuration options utilizing `OrderedExtensionOption` will raise an exception if one of the named Components is not found.
  • Ticket #10285 – API Changes

    initial v24  
     1`OrderedExtensionsOption` raises a `ConfigurationError` if one of the named implementations of the interface is not found.