Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-05 | reverted r2801, r2803, r2829's madness. | ctrlaltca@gmail.com | |
2011-12-02 | TApplication: don't forget to initialize TGlobalization with its default ↵ | ctrlaltca@gmail.com | |
values when it gets created (fixes #375) | |||
2011-11-17 | 3-in-1 bugfix commit: | ctrlaltca@gmail.com | |
1) TErrorHandler: avoid an error when trying to hide the file path of a lambda function 2) TSecurityManager: avoid a race condition when first generating the encryptionkey or the validationkey 3) TActiveFileUpload: urlencode the base64'ed token since it can contain the "+" character (otherway it would be traslated to a space) | |||
2011-06-24 | merged in the patch for progressive rendering from #235; unit tests doesn't ↵ | ctrlaltca@gmail.com | |
evidence any regression, but of course more proper testing is needed | |||
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-06-10 | merged patches for #266 | rojaro | |
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-14 | Adds getModulesByType, getIsAfterService, and onInitComplete for wrapping up ↵ | javalizard | |
the init processes should any modules need it before the beginning the request | |||
2010-02-15 | Merge from r2765 (and some others) 3.1 | Christophe.Boulain | |
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase | |||
2008-12-07 | work on php style configuration | carlgmathisen | |
2008-12-03 | Merge from trunk | christophe.boulain | |
2008-12-02 | php configuration type | carlgmathisen | |
2008-07-30 | updated copyright | knut | |
2007-09-26 | added support to remember login. | xue | |
2007-08-20 | fixed .typo. | xue | |
2007-08-19 | refactored app config loading code. | xue | |
2007-08-06 | fixed #685 | xue | |
2007-06-19 | Fix the bug that <include> tag was ignored in page configurations | xue | |
2007-05-30 | fixing small typos in the API documentation | knut | |
2007-04-22 | added support for duplicated config file inclusion. | xue | |
2007-04-15 | fixed a type about TApplicationMode | xue | |
2007-04-06 | Fixed some issues in day 2. | xue | |
2007-03-21 | minor AR updates, remove obsolete TApplication::$_pageService | wei | |
2007-03-06 | Modified component inclusion method in bootstrap code. | xue | |
Fixed a bug about using page configuration. | |||
2007-02-13 | Performance tuneup. | xue | |
2007-02-13 | updated tutorial pages about external config inclusion. | xue | |
2007-02-13 | Added support to include external application configuration files. | xue | |
2007-02-12 | refactored TApplication. | xue | |
2007-01-18 | minor fixes. | xue | |
2006-12-04 | merge from 3.0 branch till 1559. | xue | |
2006-12-02 | merge from 3.0 branch till 1540. | xue | |
2006-11-26 | Merge from 3.0 branch till 1513. | xue | |
2006-11-25 | merge from 3.0 branch till 1508. | xue | |
2006-11-01 | reverted formatting changes, sorry about that | jrags | |
2006-11-01 | Update of new Security code, currently working on making TLogin functional ↵ | jrags | |
so we can test the providers soon. | |||
2006-09-08 | merge from 3.0 branch till 1397. | xue | |
2006-09-04 | merge from 3.0 branch till 1387 | xue | |
2006-08-05 | merge from 3.0 branch till 1329. | xue | |
2006-04-16 | Merge from 3.0 branch till 924 | xue | |
2006-04-08 | Added TOutputCache. | xue | |
2006-04-03 | Cleanup of I18N. | xue | |
2006-03-31 | Reorganized folders under framework. This may break existing applications. | xue | |
2006-03-29 | corrected minor typo | knut | |
2006-03-25 | Added more meaningful error message when creating runtime directory fails. | xue | |
2006-03-12 | Undo the previous commit. | xue | |
2006-03-12 | Added automatically loading of TGlobalization. | xue | |
2006-02-19 | Fixed #56. | xue | |
2006-02-17 | Removed a few constructors. | xue | |
2006-02-17 | Add TApplicationComponent class and adjusted the relevant classes. | xue | |