summaryrefslogtreecommitdiff
path: root/framework/TComponent.php
AgeCommit message (Collapse)Author
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2011-06-20killed the experimental activecontrols implementation backported from yiictrlaltca@gmail.com
2011-06-20fixed 3 obvious bugsctrlaltca@gmail.com
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
2011-02-26CHG: Remove TReflectionClass and all references since equals ReflectionClassgodzilla80@gmx.net
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-09added ensureNullIfEmpty converterrojaro
2009-11-01TEnumerable can now be iterated as suggested by FragMaster Brojaro
2009-07-13- Models, Behaviors ...rojaro
2008-10-21removed all trailing ?>qiang.xue
2008-07-30updated copyrightknut
2007-12-20Fixed a bug in TPropertyValue::ensureArray()xue
2007-08-05fixed event error reporting.xue
2007-08-05#677 - Improved error reporting for the TInvalidDataValueExceptioncarl
2007-05-30fixing small typos in the API documentationknut
2007-04-02Fixed the bug that event handler specified via subproperty in template does ↵xue
not work
2007-03-02Improved error display.xue
2007-02-01updated exception reporting scheme when expression is invalid.xue
2007-01-01reverted back. By convention, all non-zero values are treated as boolean ↵xue
true, not just 1.
2006-12-31Added more boolean support in TPropertyValue::ensureBoolean, it now supports ↵jrags
the following: (string) 'true' == (bool) true,(string) '1' == (bool) true,(int) 1 == (bool) true,(bool) true == (bool) true, (string) 'false' == (bool) false,(string) '0' == (bool) false,(int) 0 == (bool) false,(bool) false == (bool) false
2006-10-06fixed #410 #412wei
2006-09-08merge from 3.0 branch till 1397.xue
2006-09-04merge from 3.0 branch till 1387xue
2006-08-30merge from 3.0 branch till 1363.xue
2006-06-04Merge from 3.0 branch till 1140.xue
2006-05-12Merge from 3.0 branch till 1054.xue
2006-05-04Merge from 3.0 branch till 1016.xue
2006-03-28Added TComponentReflection.xue
2006-03-16Updated some API doc.xue
2006-02-17Fixed a few more issues to the introduction of TApplicationComponent.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
2006-01-31Modified TList and TMap implementation so that they can be more easily extended.xue
2006-01-21BE AWARE: Significant change!xue
Changed event definition from XXX to OnXXX.
2006-01-21(no commit message)xue
2006-01-01Enhanced TPropertyValue::ensureEnum() method so that it can take variable ↵xue
length of parameters as valid enumeration values.
2005-12-28Modified the way to access application singleton.xue
IService and IModule interfaces are also adjusted accordingly.
2005-12-19Added detachEventHandler.xue
2005-12-17Changed TList::addAt to TList::insertxue
2005-12-06(no commit message)xue
2005-11-17(no commit message)xue
2005-11-17Fixed a problem with converting a string to an array.xue
2005-11-17Updated TPropertyValue so ensureArray parses a string like "(aaa,bbb,ccc)" ↵alex
into array("aaa","bbb","ccc"). Also added PradoUnitTestCase which is to be finalized shortly.
2005-11-13added support to static member event handlerxue
2005-11-12Changed how string is converted to boolean.xue
2005-11-11Changed getPropertyByPath and setPropertyByPath to getSubProperty and ↵xue
setSubProperty, respectively.
2005-11-10Initial import of prado frameworkxue