Changeset 1024 for trunk/UPGRADE

Show
Ignore:
Timestamp:
05/04/2006 03:00:46 PM (3 years ago)
Author:
xue
Message:

Merge from 3.0 branch till 1023.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r1017 r1024  
    1717Upgrading from v3.0.0 
    1818--------------------- 
     19- URL format is modified when THttpRequest.UrlFormat=='Path'. 
     20  This modification affects both the URLs generated by calling constructUrl() 
     21  and the URLs understood by PRADO. In particular, PRADO now understands 
     22  the following URL format: 
     23  /index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/... 
     24  In v3.0.0, the above URL is written as: 
     25  /index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/... 
    1926 
    2027Upgrading from v3.0.0 RC2