Edgewall Software

Changes between Version 4 and Version 5 of TracDev/PluginDevelopment/ExtensionPoints/trac.ticket.api.ITicketManipulator


Ignore:
Timestamp:
Apr 9, 2015, 8:52:15 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Revising TracDev/PluginDevelopment/ExtensionPoints/trac.ticket.api.ITicketManipulator@4. RestrictKeywordsPlugin is deprecated in favor of KeywordSuggestPlugin, which appears to have been the motivation for the edit. However, KeywordSuggestPlugin does not implement ITicketManipulator, so removing the link.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment/ExtensionPoints/trac.ticket.api.ITicketManipulator

    v4 v5  
    7272
    7373* th:TracTicketValidatorPlugin: Rejects invalid (configurable) fields.
    74 * th:KeywordSuggestPlugin: Rejects tickets with invalid (configurable) ''keywords''.
    7574* th:BlackMagicTicketTweaksPlugin: Rejects ticket changes to disabled or hidden fields.
    7675* th:SensitiveTicketsPlugin: Rejects anonymous sensitive tickets.