Edgewall Software

Changes between Version 29 and Version 30 of TracDev/PluginDevelopment


Ignore:
Timestamp:
Apr 22, 2010, 9:51:14 PM (14 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment

    v29 v30  
    1919 [source:/trunk/trac/mimeview/api.py trac.mimeview.api.IHTMLPreviewRenderer]:: Allows plugins to provide support for rendering specific content of a specific type as HTML (used for TracSyntaxColoring and image preview)
    2020 [source:/trunk/trac/wiki/api.py trac.wiki.api.IWikiChangeListener]::  Allows plugins to observe creation, modification and deletion of wiki pages.
    21  [source:/trunk/trac/wiki/api.py trac.wiki.api.IWikiPageManipulator]::  Allows plugins to validate and prepare wiki pages prior to that they get stored in the database.
     21 [source:/trunk/trac/wiki/api.py trac.wiki.api.IWikiPageManipulator]::  Allows plugins to validate wiki pages prior to that they get stored in the database.
    2222 [source:/trunk/trac/wiki/api.py trac.wiki.api.IWikiMacroProvider]:: Allows plugins to contribute WikiMacros to Trac.
    2323 [source:/trunk/trac/wiki/api.py trac.wiki.api.IWikiSyntaxProvider]:: Plugins can extend this extension point to add custom syntax rules to the wiki formatting system. In particular, this allows registration of additional TracLinks types.