diff options
author | xue <> | 2006-05-04 18:23:37 +0000 |
---|---|---|
committer | xue <> | 2006-05-04 18:23:37 +0000 |
commit | 7e889983906938101c4424cef6d8478b4c3aa51d (patch) | |
tree | ce99c14b92d4e417f9966b0ddadd6ea7b2561191 /HISTORY | |
parent | 9b426cf539f69e7dae8d179c59b99c6a576a36d1 (diff) |
URL format is modified when THttpRequest.UrlFormat=='Path'. This modification affects both the URLs generated by calling constructUrl() and the URLs understood by PRADO. In particular, PRADO now understands the following URL format:
/index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/...
Previously, the above URL is written as:
/index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/...
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ Version 3.0.1 June 1, 2006
==========================
ENH: Ticket#150 - TDataGrid and TDataList now render table section tags (Qiang)
-ENH: Ticket#151 - added sanity check GET parameters in constructUrl() (Qiang)
ENH: Ticket#152 - constituent parts of TWizard are exposed (Qiang)
+ENH: added sanity check to calling event handlers (Qiang)
CHG: Ticket#153 - TAssetManager now ignores .svn directories (Qiang)
CHG: Ticket#154 - HTML comments are now parsed as regular template strings (Qiang)
-ENH: added sanity check to calling event handlers (Qiang)
+CHG: Ticket#151 - URL format is modified to handle empty GET values (Qiang)
NEW: TTableHeaderRow, TTableFooterRow and table section support (Qiang)
Version 3.0.0 May 1, 2006
|