Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-02 | aww.. messed up the fix for #285 in r2863 .. here is the fix for that | rojaro | |
2010-09-02 | fixed #285 | rojaro | |
2010-09-02 | fixed #288 | rojaro | |
2010-09-02 | fixed #287 | rojaro | |
2010-09-02 | fixed #286 | rojaro | |
2010-08-18 | fixed #277 | rojaro | |
2010-08-18 | fixed #278 | rojaro | |
2010-07-21 | fixed #274 | rojaro | |
2010-07-14 | fixed #273 | rojaro | |
2010-07-12 | removed the zero byte right trim from the decryption routine and also made ↵ | rojaro | |
some cosmetic changes | |||
2010-06-22 | Added InType Bundle | rojaro | |
2010-06-15 | Fixing #268 | rojaro | |
2010-06-14 | Reverted TLogRouter to r2765 as the changes were pretty grubby and should be ↵ | rojaro | |
rewritten from scratch | |||
2010-06-10 | merged patches for #266 | rojaro | |
2010-05-31 | removed unneeded check and modified error message again | rojaro | |
2010-05-31 | modified TRpcClientRequest error message | rojaro | |
2010-05-31 | eliminated warning | rojaro | |
2010-05-31 | added check for correct HTTP error code | rojaro | |
2010-05-31 | TRpcClient now throws a TRpcClientResponseException if the response to a ↵ | rojaro | |
request is empty | |||
2010-05-23 | add second parameter to THttpResponse::appendHeader whether the header ↵ | godzilla80@gmx.net | |
should replace a previous similar header, or add a second header of the same type | |||
2010-05-18 | removed leftover log call | rojaro | |
2010-05-18 | THttpExceptions are not being transformed into internal errors anymore | rojaro | |
2010-05-18 | By default getContentType() now only returns the mimetype | rojaro | |
2010-05-18 | Add property SecureConnection to TUrlMappingPattern and related enum ↵ | godzilla80@gmx.net | |
TUrlMappingPatternSecureConnection to make it possible to to define wether to use http or https on pattern level | |||
2010-05-18 | Change behavior of THttpRequest::getBaseUrl() & ↵ | godzilla80@gmx.net | |
THttpRequest::getAbsoluteApplicationUrl() to make it possible to force either http or https | |||
2010-05-12 | (no commit message) | rojaro | |
2010-05-07 | fixed #239: set_magic_quotes_runtime is deprecate since php 5.3.0 and will ↵ | rojaro | |
be removed in 6.0 | |||
2010-04-28 | (no commit message) | rojaro | |
2010-04-26 | (no commit message) | rojaro | |
2010-04-22 | started using the TPriorityList, updated some methods functions and slimmed ↵ | javalizard | |
things done a touch. This also updates the unit test. The unit test isn't perfect just yet but this class works 100% as a TList. As things get settled I'll get the docs going on this new class. | |||
2010-04-22 | TWebControlDecoration docs tweaked. | javalizard | |
2010-04-21 | Added Property to define if the templates in the decorator need to use the ↵ | javalizard | |
page state. Fixes Issue 262 | |||
2010-04-18 | Switched the Page to getPage() | javalizard | |
2010-04-18 | Adds a property to ensure an id is rendered. Also adds the creation of ↵ | javalizard | |
TWebControlDecorator. It also accounts for the render blocker in TWebControl. Adds an alternate render path when decorators are present. Adds the TWebControlDecorator class. Now skins can define their own surrounding tag html and templates instead of having to code every page. | |||
2010-04-18 | Updates the TPageService to be inline with TPage | javalizard | |
2010-04-18 | TPriorityList works like TList if no class specific methods are called. ↵ | javalizard | |
Adds the Unit test. TPriorityList needs more unit testing but I wanted to submit this so the method names can be peer reviewed. | |||
2010-04-18 | exposes the default tagname to the system by making the getDefaultTagName ↵ | javalizard | |
public. Also adds getIsMutated to tell if the tag has changed. getDefaultTagName allows for simple and complex behaviors for selecting a default TagName. lemon is to lime as yellow is to green => TWebControl is to THtmlElement as getTagName is to getDefaultTagName | |||
2010-04-18 | Updated the docs for THtmlElement. including the copy date | javalizard | |
2010-04-18 | smaller code for THtmlElement | javalizard | |
2010-04-18 | Updated the insertBefore/After docs | javalizard | |
2010-04-18 | adds the control parameter for logging and tracing. Adds a log when logs ↵ | javalizard | |
don't init properly. This outputs converts the xml into into text entities. The TDbLogRoute now also captures the control ids as well. | |||
2010-04-18 | Ensured parent::__construct calls within Web and Services | javalizard | |
2010-04-18 | Ensured parent::__construct calls within TRpcClient and TXmlDocument | javalizard | |
2010-04-18 | Ensured parent::__construct calls within Testing | javalizard | |
2010-04-18 | Ensured parent::__construct calls within Security | javalizard | |
2010-04-18 | Ensured parent::__construct calls within Data | javalizard | |
2010-04-18 | Ensured parent::__construct calls to Base, Caching, and Collections | javalizard | |
2010-04-18 | Missed this one | javalizard | |
2010-04-18 | ensured that the UI are calling their parent __construct methods | javalizard | |
2010-04-18 | ensured that the WebControls are calling their parent __construct methods | javalizard | |