Edgewall Software

Changes between Version 1 and Version 13 of Ticket #11509


Ignore:
Timestamp:
Apr 2, 2014, 2:08:04 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Committed/merged changes in [12638:12639], [12640:12641], [12642:12643], [12644:12645], [12646:12647].

#11568 is a follow-on ticket for the proposed changes to the exception hierarchy.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11509

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #11509 – Release Notes

    v1 v13  
     1`PermissionError.__unicode__` returns a unicode instance and `PermissionError` with `Fragment` is rendered to HTML. Improved error message in exception when subject can't be added to group because actor lacks necessary permission.
  • Ticket #11509 – API Changes

    v1 v13  
     1Added keyword argument `message` to `PermissionCache.require`, allowing the exception message to be directly specified. Added `message` and `title` properties to `HTTPException`.