Edgewall Software

Changes between Version 13 and Version 14 of TracDev/ApiChanges/0.11


Ignore:
Timestamp:
Feb 12, 2007, 12:06:29 PM (17 years ago)
Author:
Christian Boos
Comment:

Caveats about old-style macros copied from milestone:0.11

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.11

    v13 v14  
    44'''Note: Development of Trac [milestone:0.11] has started with r3804 and the trunk now uses ''[http://genshi.edgewall.org/ Genshi]'' instead of ClearSilver, for its template engine.
    55Nevertheless, you should have in mind that the information in this page corresponds to a ''work in progress''.'''
     6
     7
     8== Caveats for Plugin Developers ==
     9
     10The Trac macros will need to be adapted:
     11 - the old-style wiki-macros are not supported anymore (due to the drop of ClearSilver and the HDF); they need to be converted to the new-style macros
    612
    713== Migrating away from Clearsilver ==
     
    1218
    1319You can start porting your plugins [TracDev/PortingFromClearSilverToGenshi from Clearsilver to Genshi].
     20
     21== Advanced JavaScript Support ==
     22
     23[http://jquery.org jQuery] 1.1.1 is included in Trac, and it is advised to use this library when writing JavaScript code.
     24
    1425
    1526== Date and Time Manipulations ==