Edgewall Software

Changes between Version 25 and Version 26 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Feb 5, 2010, 7:02:38 PM (14 years ago)
Author:
Remy Blank
Comment:

Added a section about text templates.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v25 v26  
    162162Moreover, the `authz` argument has been removed as well, as described [#Repository above].
    163163
     164==== Text template syntax ====
     165Text template processing has been changed from the [genshi:wiki:Documentation/text-templates.html#legacy-text-template-syntax legacy text template syntax] to the [genshi:wiki:Documentation/text-templates.html new text template syntax]. The main difference is that directives are now enclosed in `{% %}` and can be placed anywhere in the text, whereas they were previously placed on their own line with a leading `#`.
     166
     167All text templates used by plugins must therefore be converted to the new syntax. The same applies to overridden templates placed in the `templates` folder of environments.
     168
     169See #8513 for details.
     170
    164171
    165172== New in the 0.12 API ==