Age | Commit message (Collapse) | Author |
|
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/...
|
|
|
|
|
|
Added support for array values to be passed through the uri when using the 'path' UriFormat. This allows a uri to be constructed with a format of domain.com/page/Home/var[]/1/var[]/3 if needed. A call to $this->Request->itemAt('var') in this case would return an array of array('1','3');. At the moment, only single dimension arrays are supported.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
array. Items properties are removed as a result.
|
|
TTextBox::getText() to use SafeHtml
|
|
|
|
|
|
|
|
IService and IModule interfaces are also adjusted accordingly.
|
|
|
|
|
|
array instead of TMap.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reserved module names.
|
|
|
|
|
|
|
|
|
|
|