Changeset 5701

Show
Ignore:
Timestamp:
11/17/08 16:00:11 (2 months ago)
Author:
carndt
Message:

Improve change message for absolute_url addition

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/CHANGELOG.txt

    r5690 r5701  
    2727  (see end of ``app.cfg`` in a quickstarted project for usage example) (r5666). 
    2828* New function 'absolute_url', which wraps 'url' and returns a full absolute 
    29   URL, including scheme and host name (r5690) 
     29  URL, including scheme and host name. Optionally uses two new config settings 
     30  'tg.url_domain' and 'tg.url_scheme' (r5690). 
     31 
    3032 
    3133Changes