Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-20 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2011-06-20 | fixed 3 obvious bugs | ctrlaltca@gmail.com | |
2011-06-20 | removed useless calls to empty contructor; reverted some additional ↵ | ctrlaltca@gmail.com | |
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously | |||
2011-06-18 | fix for #334 (trunk/) | ctrlaltca@gmail.com | |
2011-06-16 | Merged a bit TPager's view style with TDataGridPager's one adding first/last ↵ | ctrlaltca@gmail.com | |
buttons to TDataGridPagerStyle | |||
2011-06-13 | fixed #279 | rojaro | |
2011-06-08 | added accordion control from #213 | ctrlaltca@gmail.com | |
2011-06-02 | upported to trunk/ last doc changes, everything should be fine now | ctrlaltca@gmail.com | |
2011-06-02 | upported documentation changes to trunk/ | ctrlaltca@gmail.com | |
2011-06-02 | merged documentation changes from branch/3.1 to trunk/ | ctrlaltca@gmail.com | |
2011-06-01 | upported recent documentation changes from branch/3.1 to trunk/ | ctrlaltca@gmail.com | |
2011-06-01 | Issue 8 | uacaman | |
2011-06-01 | up-ported fix for #311 to trunk/ | ctrlaltca@gmail.com | |
2011-05-25 | fixed last blocking error related to the build script. it completes ↵ | ctrlaltca@gmail.com | |
successfully now | |||
2011-05-20 | added missing TLiteralColumn counterpart to TActiveDataGrid: class ↵ | ctrlaltca@gmail.com | |
TActiveLiteralColumn | |||
2011-05-15 | patch for #58 | ctrlaltca@gmail.com | |
2011-05-15 | TTabPanel: correctly calculate the current active TTabView index when one or ↵ | ctrlaltca@gmail.com | |
more items are not visible; ensure at least one TTabView is always visible, also if the current one has just being hidden. fixes #324 | |||
2011-05-15 | miscellanea: synced THtmlArea languages and plugins list with the current ↵ | ctrlaltca@gmail.com | |
version of TinyMCE; small fix for unittest ticket#439 | |||
2011-05-10 | fixed #316 | rojaro | |
2011-05-10 | fixed #320 | rojaro | |
2011-05-04 | Issue 234: | uacaman | |
Controls now honor THttpResponse configured HtmlWriterType. | |||
2011-04-28 | fixed #316 | rojaro | |
2011-04-28 | fixed #233 | rojaro | |
2011-04-28 | fixed #16 | rojaro | |
2011-03-09 | Issue 270. | uacaman | |
Attributes changed to "protected": $_postData, $_restPostData, $_controlsPostDataChanged, $_controlsRequiringPostData, $_controlsRegisteredForPostData, $_formRendered, $_inFormRender, $_postDataLoaders, $_isLoadingPostData, Methods changed to "protected": raiseChangedEvents(), raisePostBackEvent() | |||
2011-02-26 | CHG: Remove TReflectionClass and all references since equals ReflectionClass | godzilla80@gmx.net | |
2011-01-21 | fixed #305 | rojaro | |
2010-12-11 | added new TTemplateControlInheritable class | rojaro | |
2010-10-20 | fixed #296 | rojaro | |
2010-09-10 | moved TListItemCollection class from TListControl.php to separate class file ↵ | rojaro | |
in collections to fix #276 | |||
2010-09-02 | fixed #286 | rojaro | |
2010-08-18 | fixed #277 | rojaro | |
2010-06-10 | merged patches for #266 | 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 | 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 | 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. |