summaryrefslogtreecommitdiff
path: root/framework/Web/THttpRequest.php
AgeCommit message (Collapse)Author
2006-09-28Update TUrlMapping and THttpRequestwei
2006-09-23change PageClass to ServiceParameter in TUrlMappingwei
2006-09-16Fixed #378xue
2006-09-07Add svn keyword $Id$wei
2006-09-04Finished updating code related with enumerable data types.xue
2006-09-03Added TEnumerable and updated places where enumerable type should be used.xue
2006-08-01Changed PHP minimum requirement to 5.1.0xue
2006-07-30Fixed #309.xue
2006-07-26Fixed a bug in parsing URL.xue
2006-07-25Fixed #297.xue
2006-07-21Better URL 'Path' formatxue
2006-07-21Removed redundant code.xue
2006-07-21Fixed #292.xue
2006-06-19Fixed #244, #245.xue
2006-05-04URL format is modified when THttpRequest.UrlFormat=='Path'. This ↵xue
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/...
2006-05-03Fixed#151 - added sanity check GET parameters in constructUrl()xue
2006-05-01Fixed an issue about appending SID in the constructed URL.3.0.0xue
2006-05-01changelog (marcus): marcus
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.
2006-04-01Fixed #111.xue
2006-03-23Added a new parameter to constructUrl() for encoding GET parameters.xue
2006-03-05Added name-based cookie retrieval.xue
2006-03-04Added findCookieByName.xue
2006-02-17Changed a few application API names.xue
2006-02-17Removed a few constructors.xue
2006-02-17Add TApplicationComponent class and adjusted the relevant classes.xue
2006-02-17moved shortcut methods from TComponent to TControl.xue
2006-02-13Removed host address and user agent from cookie validation information.xue
2006-02-12Implemented cookie HMAC check.xue
2006-02-09Added Printer-friendly version of quickstart tutorial.xue
2006-02-07Added UrlFormat property to THttpRequest.xue
2006-01-31Modified TList and TMap implementation so that they can be more easily extended.xue
2006-01-24Modified THttpRequest and THttpSession so that they can be used like an ↵xue
array. Items properties are removed as a result.
2006-01-13Move SafeHtml to 3rdParty/SafeHtml. Add TSafeHtml component. Change ↵wei
TTextBox::getText() to use SafeHtml
2006-01-08Completed TLogger, TLogRouter, TFileLogRoute, TEmailLogRoutexue
2006-01-05coreLog instrumentation.wei
2005-12-29Changed module init() method signature.xue
2005-12-28Modified the way to access application singleton.xue
IService and IModule interfaces are also adjusted accordingly.
2005-12-25Fixed HTML encoding problem.xue
2005-12-23(no commit message)xue
2005-12-12getServerVariables, getEnvironmentVariables, getUploadedFiles now return an ↵xue
array instead of TMap.
2005-12-07(no commit message)xue
2005-12-06(no commit message)xue
2005-11-21Added unit tests for THttpRequest. Needs some more work...alex
2005-11-19(no commit message)xue
2005-11-18(no commit message)xue
2005-11-17Modified how errors are handled.xue
2005-11-16Key modules are now using registered to application rather than using ↵xue
reserved module names.
2005-11-15Added a new template/theme syntax for URL support.xue
2005-11-13Removed IsAuthenticated.xue
2005-11-13Fixed a bug with stripSlashes. again!xue