Edgewall Software

Changes between Initial Version and Version 19 of Ticket #11519


Ignore:
Timestamp:
Mar 26, 2014, 2:14:57 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Committed to trunk in [12624].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11519

    • Property Status newclosed
    • Property Milestone next-dev-1.1.x1.1.2
    • Property Owner set to Ryan J Ollos
    • Property Resolutionfixed
  • Ticket #11519 – Release Notes

    initial v19  
     1The `[trac]` `default_handler` option can be set from the //Basic Settings// admin page.
  • Ticket #11519 – API Changes

    initial v19  
     1The `IRequestHandler` class attribute `is_valid_default_handler` determines if the class can be used as a default handler, and defaults to `True` when not present. A `ConfigurationError` is raised when navigating to the base url if `[trac]` `default_handler` is set to a class for which `is_valid_default_handler` is `False`.