Edgewall Software

Changes between Version 18 and Version 19 of TracDev/PluginDevelopment


Ignore:
Timestamp:
Feb 20, 2007, 8:31:38 AM (17 years ago)
Author:
dkong
Comment:

Fixed broken link to timeline extension source file

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment

    v18 v19  
    1515 [source:/trunk/trac/web/chrome.py trac.web.chrome.ITemplateProvider]:: Extension point interface for components that provide their own ClearSilver templates and accompanying static resources.
    1616 [source:/trunk/trac/perm.py trac.perm.IPermissionRequestor]:: Plugins can use this extension point to define additional "actions" for the permission system.
    17  [source:/trunk/trac/Timeline.py trac.Timeline.ITimelineEventProvider]:: Allows plugins to contribute events to the [wiki:TracTimeline timeline].
     17 [source:/trunk/trac/timeline/api.py trac.Timeline.ITimelineEventProvider]:: Allows plugins to contribute events to the [wiki:TracTimeline timeline].
    1818 [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)
    1919 [source:/trunk/trac/wiki/api.py trac.wiki.api.IWikiChangeListener]::  Allows plugins to observe creation, modification and deletion of wiki pages.