|
|
|
@129
|
[129]
|
11/17/07 18:01:44 |
mikey |
renamed XJConfLoader to XJConf |
|
|
|
@122
|
[122]
|
11/11/07 21:48:25 |
mikey |
fixed class name handling |
|
|
|
@121
|
[121]
|
11/11/07 21:43:04 |
mikey |
whitespace fixes |
|
|
|
@118
|
[118]
|
11/11/07 15:55:44 |
mikey |
fixed class name comparisons |
|
|
|
@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 … |
|
|
|
@104
|
[104]
|
09/24/07 21:03:07 |
mikey |
corrected doc blocks, whitespace fixes |
|
|
|
@94
|
[94]
|
03/05/07 16:41:37 |
schst |
Add the possibility to call setter methods with any number of arguments. … |
|
|
|
@93
|
[93]
|
03/03/07 17:13:58 |
mikey |
bugfix: transfer setter method name if tag is extended |
|
|
|
@90
|
[90]
|
02/15/07 15:49:13 |
mikey |
bugfix: need to change concrete tag definition class in case a … |
|
|
|
@86
|
[86]
|
01/24/07 19:24:15 |
mikey |
fixed bug #8: it is now possible to use the simple types boolean, bool, … |
|
|
|
@85
|
[85]
|
01/24/07 18:28:41 |
mikey |
bugfix: use correct abstract type if a class loader is used |
|
|
|
@78
|
[78]
|
01/19/07 01:03:15 |
mikey |
made XJConf ready for star |
|
|
|
@77
|
[77]
|
12/19/06 20:09:16 |
schst |
First version of static tags. This enables you to build a static registry … |
|
|
|
@66
|
[66]
|
12/04/06 23:45:55 |
mikey |
added test for definitions.FactoryMethodDefinition? |
|
|
|
@65
|
[65]
|
12/04/06 23:35:44 |
mikey |
added test for definitions.ConstructorDefinition? |
|
|
|
@63
|
[63]
|
12/04/06 22:54:07 |
mikey |
added test for definitions.CDataDefinition |
|
|
|
@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 … |
|
|
|
@59
|
[59]
|
11/29/06 23:45:31 |
mikey |
throw InvalidTagDefinitionException? instead of XJConfException |
|
|
|
@50
|
[50]
|
11/28/06 02:16:26 |
mikey |
created infrastructure for unit tests
added unit test for … |
|
|
|
@46
|
[46]
|
11/27/06 22:15:12 |
mikey |
added possibility to use class loaders |
|
|
|
@43
|
[43]
|
11/21/06 20:45:41 |
schst |
New feature: It is now possible to use dynamic setter methods based on the … |
|
|
|
@38
|
[38]
|
08/31/06 21:44:07 |
mikey |
fix: used wrong variable name |
|
|
|
@36
|
[36]
|
08/31/06 21:19:27 |
mikey |
removed unnecessary catching of an never thrown exception |
|
|
|
@29
|
[29]
|
08/30/06 16:34:55 |
mikey |
fixed problem with comparison of 0 and null |
|
|
|
@22
|
[22]
|
08/28/06 18:28:35 |
mikey |
finished first working version of FactoryMethodValueConverter? |
|
|
|
@21
|
[21]
|
08/28/06 17:45:30 |
mikey |
- added hasChildDefinition($def)
- added getChildDefinition($def)
- … |
|
|
|
@19
|
[19]
|
08/28/06 16:31:49 |
mikey |
- fix: DefinitionParser? used last attribute namespace and name for calling … |
|
|
|
@14
|
[14]
|
08/27/06 18:21:44 |
schst |
Fixed DefinitionParser?, changed ValueConverter? interface to allow more … |
|
|
|
@13
|
[13]
|
08/27/06 02:02:33 |
mikey |
- fix: do not convert second argument of ReflectionMethod::invoke() into … |
|
|
|
@11
|
[11]
|
08/27/06 00:23:27 |
mikey |
finished DefinitionHandlers? |
|
|
|
@10
|
[10]
|
08/26/06 21:23:14 |
mikey |
fixed creation of ValueConverter? |
|
|
|
@7
|
[7]
|
08/26/06 10:55:03 |
schst |
Added TODO items, replaced double quotes with single quotes. |
|
|
|
@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 |