Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
not work
|
|
|
|
|
|
true, not just 1.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changed event definition from XXX to OnXXX.
|
|
|
|
length of parameters as valid enumeration values.
|
|
IService and IModule interfaces are also adjusted accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
into array("aaa","bbb","ccc"). Also added PradoUnitTestCase which is to be finalized shortly.
|
|
|
|
|
|
setSubProperty, respectively.
|
|
|