Edgewall Software

Changes between Version 29 and Version 30 of TracDev/ApiChanges/0.11


Ignore:
Timestamp:
Feb 6, 2008, 10:46:18 AM (16 years ago)
Author:
Christian Boos
Comment:

link to beta1 and comment out some 0.12 stuff

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.11

    v29 v30  
    11= !TracDev/ApiChanges/0.11 =
    22
    3 '''Note: Development of Trac [milestone:0.11] has started with r3804 and now at r6294 has reached some stability. We're considering releasing a beta 1 ''really soon now''.
     3'''Note: Development of Trac [milestone:0.11] has started with r3804 and now at r6486 is quite close to release. The API can be considered stable and there's even a [TracDownload#LatestBetaRelease0.11b1beta1 beta 1 release] available.
    44Please keep in mind that the information in this page is ''still'' work in progress (most notably the sections marked with `TBD`).'''
    55
     
    6868before, especially because the `data` can be anything that will be used by a new `render_timeline_event(context, field, event)`
    6969method called when actually displaying the events.
     70{{{
     71#!comment
     72''Note: support for #1198 and #2293 will likely require adding other methods to that interface''
    7073
    71 ''Note: support for #1198 and #2293 will likely require adding other methods to that interface''
     74(that remark really belongs to 0.12, at this point.
     75}}}
    7276
    7377==== `ISearchSource` ^[source:trunk/trac/search/api.py@head#L17 (0.11)] [source:tags/trac-0.10/trac/search.py@head#L30 (0.10)]^ ==== #ISearchSource