|
|
|
@141
|
[141]
|
07/09/08 16:28:02 |
mikey |
merge changes from PRE_NAMESPACES branch |
|
|
|
@138
|
[138]
|
05/22/08 16:00:53 |
mikey |
ported feature addition from PRE_NAMESPACES branch |
|
|
|
@135
|
[135]
|
04/06/08 18:18:10 |
mikey |
added support for octal numbers |
|
|
|
@129
|
[129]
|
11/17/07 18:01:44 |
mikey |
renamed XJConfLoader to XJConf |
|
|
|
@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 |
|
|
|
@118
|
[118]
|
11/11/07 15:55:44 |
mikey |
fixed class name comparisons |
|
|
|
@117
|
[117]
|
11/11/07 15:45:26 |
mikey |
corrected imports |
|
|
|
@116
|
[116]
|
11/11/07 15:34:39 |
mikey |
use CLASS instead of handwritten class name |
|
|
|
@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 … |
|
|
|
@104
|
[104]
|
09/24/07 21:03:07 |
mikey |
corrected doc blocks, whitespace fixes |
|
|
|
@103
|
[103]
|
09/21/07 14:10:12 |
mikey |
added implicit and explicit call to set as well as possibility for … |
|
|
|
@102
|
[102]
|
04/20/07 00:39:04 |
mikey |
integrated facade from stubbles |
|
|
|
@101
|
[101]
|
04/20/07 00:33:52 |
mikey |
temporary bugfixes when loading classes with net.xjconf prefix and without … |
|
|
|
@100
|
[100]
|
04/17/07 14:00:13 |
mikey |
bugfix: Check if the constructor has arguments. If the first argument has … |
|
|
|
@99
|
[99]
|
03/29/07 23:02:34 |
mikey |
added methods hasConfigValue($name) and getConfigValues() |
|
|
|
@98
|
[98]
|
03/29/07 22:10:40 |
mikey |
added possibility to have a default classloader which applies for every … |
|
|
|
@96
|
[96]
|
03/29/07 14:26:25 |
mikey |
use new namespace http://xjconf.net/XJConf
removed tabs
corrected … |
|
|
|
@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. … |
|
|
|
@93
|
[93]
|
03/03/07 17:13:58 |
mikey |
bugfix: transfer setter method name if tag is extended |
|
|
|
@91
|
[91]
|
02/18/07 15:47:10 |
schst |
Added new meta-type "xjconf:auto-primitive" |
|
|
|
@90
|
[90]
|
02/15/07 15:49:13 |
mikey |
bugfix: need to change concrete tag definition class in case a … |
|
|
|
@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? … |
|
|
|
@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 |
|
|
|
@84
|
[84]
|
01/20/07 22:53:08 |
mikey |
bugfix: prevent call to file_exists() if uri protocol is star://, return … |
|
|
|
@83
|
[83]
|
01/19/07 22:05:46 |
schst |
Fixed bug when XJConf is used as PEAR install, but STAR is … |
|
|
|
@82
|
[82]
|
01/19/07 21:50:56 |
schst |
Only load from star file, if XJConf.star is available,
whitespace fixes |
|
|
|
@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 … |
|
|
|
@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 |
|
|
|
@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 … |
|
|
|
@60
|
[60]
|
11/29/06 23:47:16 |
mikey |
corrected doc block |
|
|
|
@59
|
[59]
|
11/29/06 23:45:31 |
mikey |
throw InvalidTagDefinitionException? instead of XJConfException |
|
|
|
@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 … |
|
|
|
@53
|
[53]
|
11/29/06 21:10:54 |
mikey |
added possibility of dynamic types (proof of concept, more work has to be … |
|
|
|
@50
|
[50]
|
11/28/06 02:16:26 |
mikey |
created infrastructure for unit tests
added unit test for … |
|
|
|
@49
|
[49]
|
11/28/06 01:51:37 |
mikey |
bugfix: ignore empty parameter if there is no constructor, this will work … |
|
|
|
@47
|
[47]
|
11/27/06 22:22:49 |
mikey |
removed wrong committed stuff |
|
|
|
@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 … |
|
|
|
@40
|
[40]
|
08/31/06 22:02:54 |
mikey |
fix: creation of objects via constructor did not work when constructor did … |
|
|
|
@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 |
|
|
|
@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? |
|
|
|
@21
|
[21]
|
08/28/06 17:45:30 |
mikey |
- added hasChildDefinition($def)
- added getChildDefinition($def)
- … |
|
|
|
@20
|
[20]
|
08/28/06 16:41:38 |
mikey |
moved $className from ConstructorValueConverter? to … |
|
|
|
@19
|
[19]
|
08/28/06 16:31:49 |
mikey |
- fix: DefinitionParser? used last attribute namespace and name for calling … |
|
|
|
@18
|
[18]
|
08/27/06 23:31:08 |
schst |
Removed obsolete property, added E_STRICT checks in examples. |
|
|
|
@17
|
[17]
|
08/27/06 23:26:39 |
schst |
Fixed XInclude extension |
|
|
|
@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 … |
|
|
|
@13
|
[13]
|
08/27/06 02:02:33 |
mikey |
- fix: do not convert second argument of ReflectionMethod::invoke() into … |
|
|
|
@12
|
[12]
|
08/27/06 00:32:20 |
mikey |
added first draft for ArrayValueConverter? |
|
|
|
@11
|
[11]
|
08/27/06 00:23:27 |
mikey |
finished DefinitionHandlers? |
|
|
|
@10
|
[10]
|
08/26/06 21:23:14 |
mikey |
fixed creation of ValueConverter? |
|
|
|
@9
|
[9]
|
08/26/06 21:18:47 |
mikey |
added and corrected doc blocks |
|
|
|
@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 … |
|
|
|
@4
|
[4]
|
08/25/06 22:12:25 |
schst |
Fixed PHP 5.0.x compatibility |
|
|
|
@3
|
[3]
|
08/25/06 20:33:18 |
schst |
Fixed parse errors |
|
|
|
@2
|
[2]
|
08/25/06 17:30:20 |
mikey |
initial import |