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