Edgewall Software

Changes between Initial Version and Version 1 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Nov 17, 2008, 3:19:25 PM (15 years ago)
Author:
Christian Boos
Comment:

skeleton copied from the 0.11 page

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v1 v1  
     1= !TracDev/ApiChanges/0.12 =
     2
     3[[PageOutline(2-4,Summary,inline)]]
     4
     5== New Dependencies ==
     6=== Babel (optional) ===
     7
     8The internationalization support (i18) for Trac is depending on [http://babel.edgewall.org/ Babel].
     9
     10It's perfectly fine to go on using Trac without it, but then of course the interface will remain in English.
     11
     12== Modifications made to the 0.11 API ==
     13=== Modified Interfaces ===
     14==== `ITimelineEventProvider` ^[source:trunk/trac/timeline/api.py@#L28 (0.12)] [source:tags/trac-0.11/trac/Timeline.py@#L32 (0.11)]^ ==== #ITimelineEventProvider
     15
     16FIXME: not modified, just used as an example of how to list a modified interface
     17
     18=== Other Changes to the 0.11 API ===
     19
     20== New in the 0.12 API ==
     21=== New Classes ===
     22==== `trac.resource.Resource` ^[source:trunk/trac/resource.py@#L75 (0.12)]^ ==== #Resource
     23
     24FIXME: just an example
     25
     26=== New Interfaces ===
     27==== `trac.resource.IResourceManager` ^[source:trunk/trac/resource.py@#L28 (0.12)]^ ==== #IResourceManager
     28
     29FIXME: just an example