summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2010-06-15Fixing #268rojaro
2010-06-14Reverted TLogRouter to r2765 as the changes were pretty grubby and should be ...rojaro
2010-06-10merged patches for #266rojaro
2010-05-31removed unneeded check and modified error message againrojaro
2010-05-31modified TRpcClientRequest error messagerojaro
2010-05-31eliminated warningrojaro
2010-05-31added check for correct HTTP error coderojaro
2010-05-31TRpcClient now throws a TRpcClientResponseException if the response to a requ...rojaro
2010-05-23add second parameter to THttpResponse::appendHeader whether the header should...godzilla80@gmx.net
2010-05-18removed leftover log callrojaro
2010-05-18THttpExceptions are not being transformed into internal errors anymorerojaro
2010-05-18By default getContentType() now only returns the mimetyperojaro
2010-05-18Add property SecureConnection to TUrlMappingPattern and related enum TUrlMapp...godzilla80@gmx.net
2010-05-18Change behavior of THttpRequest::getBaseUrl() & THttpRequest::getAbsoluteAppl...godzilla80@gmx.net
2010-05-12(no commit message)rojaro
2010-05-07fixed #239: set_magic_quotes_runtime is deprecate since php 5.3.0 and will be...rojaro
2010-04-28(no commit message)rojaro
2010-04-26(no commit message)rojaro
2010-04-22started using the TPriorityList, updated some methods functions and slimmed t...javalizard
2010-04-22TWebControlDecoration docs tweaked.javalizard
2010-04-21Added Property to define if the templates in the decorator need to use the pa...javalizard
2010-04-18Switched the Page to getPage()javalizard
2010-04-18Adds a property to ensure an id is rendered. Also adds the creation of TWebC...javalizard
2010-04-18Updates the TPageService to be inline with TPagejavalizard
2010-04-18TPriorityList works like TList if no class specific methods are called. Adds...javalizard
2010-04-18exposes the default tagname to the system by making the getDefaultTagName pub...javalizard
2010-04-18Updated the docs for THtmlElement. including the copy datejavalizard
2010-04-18smaller code for THtmlElementjavalizard
2010-04-18Updated the insertBefore/After docsjavalizard
2010-04-18adds the control parameter for logging and tracing. Adds a log when logs don...javalizard
2010-04-18Ensured parent::__construct calls within Web and Servicesjavalizard
2010-04-18Ensured parent::__construct calls within TRpcClient and TXmlDocumentjavalizard
2010-04-18Ensured parent::__construct calls within Testingjavalizard
2010-04-18Ensured parent::__construct calls within Securityjavalizard
2010-04-18Ensured parent::__construct calls within Datajavalizard
2010-04-18Ensured parent::__construct calls to Base, Caching, and Collectionsjavalizard
2010-04-18Missed this onejavalizard
2010-04-18ensured that the UI are calling their parent __construct methodsjavalizard
2010-04-18ensured that the WebControls are calling their parent __construct methodsjavalizard
2010-04-18Added the THeader1-6, and fixed up the THtmlElement a touch.javalizard
2010-04-18THtmlElement ensures that it any new tag names are stringsjavalizard
2010-04-18TComponent- adds a blank __construct function to unify the constructor call p...javalizard
2010-04-17Got the return value nailed down for TList::InsertBefore and TList::insertAft...javalizard
2010-04-17Added Unit tests for insertBefore/After. Change code to expected behavior.javalizard
2010-04-17Brings the new method name in line with the rest of the methodsjavalizard
2010-04-16Makes it possible for subclasses to define the default tag by overriding the ...javalizard
2010-04-14fixed the vsort, vrsort etc. functions which tried to instantiate ArraySorter...rojaro
2010-04-14changed the gmdate to just date. TLogger now captures the memory footprint a...javalizard
2010-04-14Adds getModulesByType, getIsAfterService, and onInitComplete for wrapping up ...javalizard
2010-04-13added @authorjavalizard