Edgewall Software

Changes between Version 9 and Version 10 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Oct 13, 2009, 10:08:32 PM (15 years ago)
Author:
Christian Boos
Comment:

mention the #prevnext_nav change of r8597.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v9 v10  
    3333
    3434=== Other Changes to the 0.11 API ===
     35
     36==== `prevnext_nav` support for i18n ^[source:trunk/trac/web/chrome.py@8597:158-164#L158 (0.12)] [source:branches/0.11-stable/trac/web/chrome.py@8550:159-164#L159 (0.11)]^ ==== #prevnext_nav
     37
     38The `prevnext_nav` function used for adding contextual navigation links was not i18n friendly. In order to make the need for adaptation obvious, the arity of the function has changed and the label for the previous and next links have to be spelled out in full.
     39
    3540==== `Href` with an empty base ^[source:trunk/trac/web/tests/href.py@8551:61-62,76-78#L57 (0.12)] [source:branches/0.11-stable/trac/web/tests/href.py@8551:63-64,79-81#L57 (0.11)]^ ==== #Href
    3641The `Href` class has been changed to ensure that it always generates valid URLs, even with an empty base. In 0.11, the following uses all return an empty string: