root/trunk/XJConf/converters


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @135 [135] 04/06/08 18:18:10 mikey added support for octal numbers
(edit) @125 [125] 11/12/07 09:05:01 mikey bugfix in converting primitive: string "false" should evaluate to false
(edit) @122 [122] 11/11/07 21:48:25 mikey fixed class name handling
(edit) @121 [121] 11/11/07 21:43:04 mikey whitespace fixes
(edit) @117 [117] 11/11/07 15:45:26 mikey corrected imports
(edit) @115 [115] 11/11/07 15:24:40 mikey ported to PHP 5.3.0-dev using namespaces examples, integration tests and …
(edit) @110 [110] 10/19/07 00:00:36 mikey added a fourth way of adding children, this time via the keyAttribute …
(edit) @103 [103] 09/21/07 14:10:12 mikey added implicit and explicit call to set as well as possibility for …
(edit) @100 [100] 04/17/07 14:00:13 mikey bugfix: Check if the constructor has arguments. If the first argument has …
(edit) @95 [95] 03/05/07 17:51:13 mikey AttributeDefinition::getSetterMethod() required $tag
(edit) @94 [94] 03/05/07 16:41:37 schst Add the possibility to call setter methods with any number of arguments. …
(edit) @91 [91] 02/18/07 15:47:10 schst Added new meta-type "xjconf:auto-primitive"
(edit) @88 [88] 02/08/07 21:50:09 mikey bugfix: use null instead of undefined variable $instance when calling a …
(edit) @87 [87] 02/08/07 18:58:23 mikey bugfix: throw ValueConversionException? in case no ValueConverterFactory?
(edit) @77 [77] 12/19/06 20:09:16 schst First version of static tags. This enables you to build a static registry …
(edit) @75 [75] 12/15/06 01:47:07 mikey bugfix: prevent errors in case factory method does not return an instance …
(edit) @70 [70] 12/10/06 12:02:21 schst Fixed bug #7: check, whether factory method can be called statically
(edit) @69 [69] 12/10/06 11:50:23 schst Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x
(edit) @62 [62] 12/04/06 22:34:24 mikey Cleaned mess with (Base)TagDefinition?: base is now TagDefinition?, while a …
(edit) @61 [61] 11/29/06 23:54:41 mikey Reworked the dynamic type feature after discussion with schst: Introduced …
(edit) @58 [58] 11/29/06 23:42:27 mikey corrected doc block
(edit) @56 [56] 11/29/06 23:07:49 schst It is now possible to define an explicit type and setter method to treat …
(edit) @49 [49] 11/28/06 01:51:37 mikey bugfix: ignore empty parameter if there is no constructor, this will work …
(edit) @43 [43] 11/21/06 20:45:41 schst New feature: It is now possible to use dynamic setter methods based on the …
(edit) @40 [40] 08/31/06 22:02:54 mikey fix: creation of objects via constructor did not work when constructor did …
(edit) @36 [36] 08/31/06 21:19:27 mikey removed unnecessary catching of an never thrown exception
(edit) @33 [33] 08/31/06 19:56:29 mikey fix: used getName() instead of getKey(), last gives correct value for …
(edit) @29 [29] 08/30/06 16:34:55 mikey fixed problem with comparison of 0 and null
(edit) @26 [26] 08/30/06 15:40:54 mikey correct doc block
(edit) @25 [25] 08/30/06 15:38:42 mikey made ArrayValueConverter? working
(edit) @22 [22] 08/28/06 18:28:35 mikey finished first working version of FactoryMethodValueConverter?
(edit) @20 [20] 08/28/06 16:41:38 mikey moved $className from ConstructorValueConverter? to …
(edit) @16 [16] 08/27/06 23:14:29 schst Do not call setters for children, that have been used in the constructor.
(edit) @15 [15] 08/27/06 23:09:45 schst Fixed parameters in constructor (requires PHP 5.1.3 or a single argument …
(edit) @14 [14] 08/27/06 18:21:44 schst Fixed DefinitionParser?, changed ValueConverter? interface to allow more …
(edit) @12 [12] 08/27/06 00:32:20 mikey added first draft for ArrayValueConverter?
(edit) @6 [6] 08/26/06 10:51:25 schst ValueConverterFactories? now only use the Definition interface, as this now …
(edit) @5 [5] 08/26/06 10:36:54 schst Added ValueConverterFactories? and put them into a chain of …
(add) @2 [2] 08/25/06 17:30:20 mikey initial import
Note: See TracRevisionLog for help on using the revision log.