Edgewall Software

Changes between Version 3 and Version 4 of TracDev/ApiChanges/0.10


Ignore:
Timestamp:
Sep 21, 2006, 11:25:27 AM (18 years ago)
Author:
Christian Boos
Comment:

req.href should be used instead of self.env.href.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.10

    v3 v4  
    1111
    1212See TracDev/UnicodeGuidelines.
     13
     14=== Using `self.env.href` is deprecated ===
     15Generated URLs should most of the time be relative to the URL which was used for the request being processed. So wherever you can, '''use `req.href` instead'''. Usage of `self.env.href` is still possible when no Request object is available.
    1316
    1417=== New Configuration API for Components ===