summaryrefslogtreecommitdiff
path: root/framework/TApplication.php
AgeCommit message (Collapse)Author
2011-11-173-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-24merged 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-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2011-06-20removed 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-10merged patches for #266rojaro
2010-04-18TComponent- 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-14Adds getModulesByType, getIsAfterService, and onInitComplete for wrapping up ↵javalizard
the init processes should any modules need it before the beginning the request
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase
2008-12-07work on php style configurationcarlgmathisen
2008-12-03Merge from trunkchristophe.boulain
2008-12-02php configuration typecarlgmathisen
2008-07-30updated copyrightknut
2007-09-26added support to remember login.xue
2007-08-20fixed .typo.xue
2007-08-19refactored app config loading code.xue
2007-08-06fixed #685xue
2007-06-19Fix the bug that <include> tag was ignored in page configurationsxue
2007-05-30fixing small typos in the API documentationknut
2007-04-22added support for duplicated config file inclusion.xue
2007-04-15fixed a type about TApplicationModexue
2007-04-06Fixed some issues in day 2.xue
2007-03-21minor AR updates, remove obsolete TApplication::$_pageServicewei
2007-03-06Modified component inclusion method in bootstrap code.xue
Fixed a bug about using page configuration.
2007-02-13Performance tuneup.xue
2007-02-13updated tutorial pages about external config inclusion.xue
2007-02-13Added support to include external application configuration files.xue
2007-02-12refactored TApplication.xue
2007-01-18minor fixes.xue
2006-12-04merge from 3.0 branch till 1559.xue
2006-12-02merge from 3.0 branch till 1540.xue
2006-11-26Merge from 3.0 branch till 1513.xue
2006-11-25merge from 3.0 branch till 1508.xue
2006-11-01reverted formatting changes, sorry about thatjrags
2006-11-01Update of new Security code, currently working on making TLogin functional ↵jrags
so we can test the providers soon.
2006-09-08merge from 3.0 branch till 1397.xue
2006-09-04merge from 3.0 branch till 1387xue
2006-08-05merge from 3.0 branch till 1329.xue
2006-04-16Merge from 3.0 branch till 924xue
2006-04-08Added TOutputCache.xue
2006-04-03Cleanup of I18N.xue
2006-03-31Reorganized folders under framework. This may break existing applications.xue
2006-03-29corrected minor typoknut
2006-03-25Added more meaningful error message when creating runtime directory fails.xue
2006-03-12Undo the previous commit.xue
2006-03-12Added automatically loading of TGlobalization.xue
2006-02-19Fixed #56.xue
2006-02-17Removed a few constructors.xue
2006-02-17Add TApplicationComponent class and adjusted the relevant classes.xue
2006-02-17moved shortcut methods from TComponent to TControl.xue
2006-02-16Modified asset manipulation APIs.xue