Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | Implement TControl::__isset() to check for sub controls | Fabio Bas | |
Fix #594 | |||
2016-03-23 | belated happy new year | Fabio Bas | |
2016-02-25 | Applied some misc optimizations to class serialization | Fabio Bas | |
Avoid saving in the page state the values of class variables if they’re still the default. Reduces page state size, based on the work initiated in 8dc9d4f7d49bcbeaf4998baf74a4f4459967c1f0 | |||
2015-12-07 | Move urls from pradosoft.com to github's project page; drop unmaintained ↵ | Fabio Bas | |
quickstart tutorial translations | |||
2015-11-07 | Prepare for release: update (c) year to 2015, version to 3.3 | Fabio Bas | |
2015-10-22 | extended ISurroundable to provide the surrounding tag in addition to the id | Jens Klaer | |
- ISurroundable introducing getSurroundingTag(), adjusted controls implementing the interface - TActiveDataGrid/TActiveRepeater now support changing the container tag to avoid invalid html in specific situations - revised corresponding quickstart demos | |||
2015-05-29 | Removed empty constructor not calling parent | Jens Klaer | |
Parent constructor in TComponent needs to be called for behaviors to work. | |||
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Happy 2014! | Fabio Bas | |
2013-10-24 | More work on ajax | Fabio Bas | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2012-07-12 | removed ?> from php files | ctrlaltca | |
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2011-12-03 | Added documentation for TWebControlDecorator (fixes #259); | ctrlaltca@gmail.com | |
Added missing bits to have TWebControlDecorator actually works. | |||
2011-11-15 | dirty test patch for #372, open for comments | ctrlaltca@gmail.com | |
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 | 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 | |||
2010-04-18 | Missed this one | 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 | |||
2008-10-13 | Fixed #595 (reopened) | mikl | |
2008-07-30 | updated copyright | knut | |
2008-04-18 | Renamed IControlContainer to ISurroundable | mikl | |
2008-04-17 | Fixed #622 | mikl | |
2007-08-16 | fixed a potential state restoration problem. | xue | |
2007-06-19 | Fixed the bug that causes TOutputCache to crash when a default button is set | xue | |
2007-06-15 | Fixed #641. | xue | |
2007-06-13 | fixed #649 | knut | |
2007-04-09 | Added getDataChanged() to IPostBackDataHandler | xue | |
2007-04-02 | Reduced ViewState size significantly by ignoring initial property values set ↵ | xue | |
in template | |||
2007-04-02 | Fixed #585, #586 | wei | |
2007-03-06 | fixed a typo. | xue | |
2006-12-01 | merge from 3.0 branch till 1531. | xue | |
2006-09-08 | merge from 3.0 branch till 1397. | xue | |
2006-08-30 | merge from 3.0 branch till 1363. | xue | |
2006-08-27 | Merge from 3.0 branch till 1350. | xue | |
2006-08-27 | Adding TActiveImage and TActiveImageButton | wei | |
2006-07-21 | merge from 3.0 branch till 1281. | xue | |
2006-07-16 | Merge from 3.0 branch till 1264. | xue | |
2006-06-24 | Update active controls. | wei | |
2006-06-13 | Fixed #224. | xue | |
2006-06-10 | Merge from 3.0 branch till 1148. | xue | |
2006-06-04 | Merge from 3.0 branch till 1140. | xue | |
2006-05-31 | Merge from 3.0 branch till 1115. | xue | |
2006-05-21 | Merge from 3.0 branch till 1089. | xue | |
2006-05-14 | refactor active controls. | wei | |
2006-05-06 | Adding TActiveButton and TActiveTextBox | wei | |
2006-05-05 | Added prioritize callback and enabled viewstate update on callback return. | wei | |
2006-05-04 | Adding TCallback component. | wei | |