Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-28 | (no commit message) | rojaro | |
2010-04-26 | (no commit message) | rojaro | |
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 | 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 | Ensured parent::__construct calls within Web and Services | 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 | |
2010-04-18 | Added the THeader1-6, and fixed up the THtmlElement a touch. | javalizard | |
2010-04-18 | THtmlElement ensures that it any new tag names are strings | javalizard | |
2010-04-18 | TComponent- adds a blank __construct function to unify the constructor call ↵ | javalizard | |
path for all objects. TApplication- Adds final attribute to the parameters in the config so folder config.xml cannot override if set to true. Adds a mergeParameter function to unify parameter setting. Fixed a bug where loadParametersPhp wasn't getting the properties correctly. TControl- calls the parent::__construct, Adds render blocking. (the PRADO class using this will be added in a week or two) TParameterModule- Adds final attribute to the parameter option so folder configs cannot override if set to true. Uses the application mergeParameter function. Adds final to the php parameter loader | |||
2010-04-17 | Brings the new method name in line with the rest of the methods | javalizard | |
2010-04-16 | Makes it possible for subclasses to define the default tag by overriding the ↵ | javalizard | |
function getDefaultTag | |||
2010-04-13 | added @author | javalizard | |
2010-04-13 | Added TPage events to TPageService via an interface. When the page is run ↵ | javalizard | |
the TPageServices events are added to the TPage events. This exposes the TPage events to modules. Also added an event when a page is not found. | |||
2010-03-29 | fixed another bug in the rpc service | rojaro | |
2010-03-29 | fixed a little bug in the rpc service | rojaro | |
2010-03-27 | added TRpcClient and TRpcServer - fixing #180 | rojaro | |
2010-03-19 | Added missing THttpRuest->getContentType | rojaro | |
2010-03-15 | Fixed Issue#232 | Christophe.Boulain | |
May need additionnal testing | |||
2010-02-23 | Fixed #226 | rojaro | |
2010-02-22 | Merged /branches/3.1:r2773 into trunk | Christophe.Boulain | |
2010-02-21 | Merged latest changes into trunk (except r2773) | godzilla80@gmx.net | |
/branches/3.1:r2765,2770-2771,2774,2776-2778 | |||
2010-02-18 | Update TDraggable::revert property to accept "failure" value | Christophe.Boulain | |
2010-02-15 | Merge from r2765 (and some others) 3.1 | Christophe.Boulain | |
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase | |||
2010-02-14 | Merge Branches & Trunk | godzilla80@gmx.net | |
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762 | |||
2009-11-02 | added missing package description in TActiveFileUpload | rojaro | |
2009-11-02 | added missing package description | rojaro | |
2009-11-01 | Added ability to set width and height for images in both THyperLink and ↵ | rojaro | |
THyperLinkColumn (plus the imageurl for the latter) as suggested by junkee in http://www.pradosoft.com/forum/index.php?topic=8745.0 | |||
2009-11-01 | merged fix for proper errorhandling when the size of the uploaded file ↵ | rojaro | |
exceeds the limit see http://www.pradosoft.com/forum/index.php?topic=11850.0 | |||
2009-11-01 | merged fix for asynchronous callback requests from ↵ | rojaro | |
http://www.pradosoft.com/forum/index.php?topic=12179.0 | |||
2009-11-01 | merged quotestring utf8 patch ... see ↵ | rojaro | |
http://www.pradosoft.com/forum/index.php?topic=11700.msg51530;topicseen#msg51530 | |||
2009-10-14 | added TActiveMultiView | rojaro | |
2009-10-07 | Add TActiveTableCell & TActiveTableRow | Christophe.Boulain | |
2009-10-05 | Quick Fix from 3.1 | Christophe.Boulain | |
2009-10-03 | added missing prado::using() call for TCallback | rojaro | |
2009-10-02 | updated the phpdoc package namespace | rojaro | |
2009-10-02 | Enhancement on drag & drop controls. | Christophe.Boulain | |
2009-09-30 | merged patch from ctrlaltca which fixes the 'TActiveFileUpload is not ↵ | rojaro | |
"thread safe"' issue #90 | |||
2009-09-30 | merged patch which fixes an inconsistency in TRegularExpressionValidator's ↵ | rojaro | |
client side validation found and fixed by E.Letard (see comments in #80) | |||
2009-09-29 | Added TActiveDataGrid and TActiveRepeater from LCS | Christophe.Boulain | |