Edgewall Software

Changes between Version 23 and Version 24 of TracDev/PluginDevelopment


Ignore:
Timestamp:
Dec 12, 2007, 9:56:54 AM (16 years ago)
Author:
Wang Chun <wangchun@…>
Comment:

Timeline has been changed to timeline.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment

    v23 v24  
    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/api.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.