Edgewall Software

Changes between Version 1 and Version 2 of TracDev/PluginDevelopment/ExtensionPoints/trac.web.api.IRequestHandler


Ignore:
Timestamp:
Mar 26, 2014, 8:17:23 AM (10 years ago)
Author:
Peter Suter
Comment:

Document API history

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment/ExtensionPoints/trac.web.api.IRequestHandler

    v1 v2  
    9292 * Related tickets:
    9393  * #8509 use precompiled regex for `match_request`
     94  * #11519 `is_valid_default_handler` class attribute
     95
     96=== API History ===
     97* 0.9 introduced the interface.
     98* 0.11 added a class attribute `jquery_noconflict` that determines if jQuery should be activated in no-conflict mode. ([6715], see also #5954)
     99* [wiki:TracDev/ApiChanges/1.1.2#list 1.1.2] added a class attribute `is_valid_default_handler` that determines if the class can be set as the `[trac]` `default_handler`. ([12624])