root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @138 [138] 05/22/08 16:00:53 mikey ported feature addition from PRE_NAMESPACES branch
(edit) @135 [135] 04/06/08 18:18:10 mikey added support for octal numbers
(edit) @132 [132] 01/11/08 09:56:54 mikey with PRE_NAMESPACES going 0.3.0 HEAD becomes 0.4.0
(edit) @130 [130] 11/17/07 18:11:05 mikey added first draft of UPGRADE guide
(edit) @129 [129] 11/17/07 18:01:44 mikey renamed XJConfLoader to XJConf
(edit) @128 [128] 11/13/07 00:17:24 mikey added unit test for net::xjconf::converters::PrimitiveValueConverter?
(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) @120 [120] 11/11/07 21:17:06 mikey updated build script for creating the star version of XJConf
(edit) @119 [119] 11/11/07 16:17:05 mikey fixed integration tests and examples
(edit) @118 [118] 11/11/07 15:55:44 mikey fixed class name comparisons
(edit) @117 [117] 11/11/07 15:45:26 mikey corrected imports
(edit) @116 [116] 11/11/07 15:34:39 mikey use CLASS instead of handwritten class name
(edit) @115 [115] 11/11/07 15:24:40 mikey ported to PHP 5.3.0-dev using namespaces examples, integration tests and …
(edit) @111 [111] 11/11/07 15:15:27 schst Added generated package.xml
(edit) @110 [110] 10/19/07 00:00:36 mikey added a fourth way of adding children, this time via the keyAttribute …
(edit) @109 [109] 10/18/07 23:48:56 mikey added constructor cdata example and test
(edit) @107 [107] 09/24/07 21:23:55 schst Updated package.xml
(edit) @106 [106] 09/24/07 21:18:17 mikey added note about facade
(edit) @105 [105] 09/24/07 21:07:04 mikey added very incomplete test case written once in the past
(edit) @104 [104] 09/24/07 21:03:07 mikey corrected doc blocks, whitespace fixes
(edit) @103 [103] 09/21/07 14:10:12 mikey added implicit and explicit call to set as well as possibility for …
(edit) @102 [102] 04/20/07 00:39:04 mikey integrated facade from stubbles
(edit) @101 [101] 04/20/07 00:33:52 mikey temporary bugfixes when loading classes with net.xjconf prefix and without …
(edit) @100 [100] 04/17/07 14:00:13 mikey bugfix: Check if the constructor has arguments. If the first argument has …
(edit) @99 [99] 03/29/07 23:02:34 mikey added methods hasConfigValue($name) and getConfigValues()
(edit) @98 [98] 03/29/07 22:10:40 mikey added possibility to have a default classloader which applies for every …
(edit) @97 [97] 03/29/07 14:26:58 mikey add metadata to star file
(edit) @96 [96] 03/29/07 14:26:25 mikey use new namespace http://xjconf.net/XJConf removed tabs corrected …
(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) @93 [93] 03/03/07 17:13:58 mikey bugfix: transfer setter method name if tag is extended
(edit) @92 [92] 02/18/07 15:49:19 schst Updated changelog, fixed docblock, renamed test method
(edit) @91 [91] 02/18/07 15:47:10 schst Added new meta-type "xjconf:auto-primitive"
(edit) @90 [90] 02/15/07 15:49:13 mikey bugfix: need to change concrete tag definition class in case a …
(edit) @89 [89] 02/08/07 21:57:53 mikey added integration tests using the existing examples
(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) @86 [86] 01/24/07 19:24:15 mikey fixed bug #8: it is now possible to use the simple types boolean, bool, …
(edit) @85 [85] 01/24/07 18:28:41 mikey bugfix: use correct abstract type if a class loader is used
(edit) @84 [84] 01/20/07 22:53:08 mikey bugfix: prevent call to file_exists() if uri protocol is star://, return …
(edit) @83 [83] 01/19/07 22:05:46 schst Fixed bug when XJConf is used as PEAR install, but STAR is …
(edit) @82 [82] 01/19/07 21:50:56 schst Only load from star file, if XJConf.star is available, whitespace fixes
(edit) @81 [81] 01/19/07 18:30:49 schst Ignore generated files
(edit) @80 [80] 01/19/07 18:30:24 schst Added build folder
(edit) @79 [79] 01/19/07 08:24:58 mikey use correct version of star
(edit) @78 [78] 01/19/07 01:03:15 mikey made XJConf ready for star
(edit) @77 [77] 12/19/06 20:09:16 schst First version of static tags. This enables you to build a static registry …
(edit) @76 [76] 12/15/06 01:50:52 mikey added last log message to package stuff
(edit) @75 [75] 12/15/06 01:47:07 mikey bugfix: prevent errors in case factory method does not return an instance …
(edit) @74 [74] 12/12/06 22:22:02 schst Fixed version no (stupid copy&paste)
(edit) @73 [73] 12/12/06 22:20:18 schst Fixed file list generator
(edit) @72 [72] 12/12/06 22:09:29 schst Added autopackage file for snaps.php-tools.net
(edit) @71 [71] 12/10/06 12:05:25 schst Updated changelog
(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) @68 [68] 12/08/06 18:36:26 mikey better access to simpletest
(edit) @67 [67] 12/08/06 18:35:52 mikey bugfix: reference crap
(edit) @66 [66] 12/04/06 23:45:55 mikey added test for definitions.FactoryMethodDefinition?
(edit) @65 [65] 12/04/06 23:35:44 mikey added test for definitions.ConstructorDefinition?
(edit) @64 [64] 12/04/06 22:56:01 mikey correction: no instance is passed but a string containing the class name
(edit) @63 [63] 12/04/06 22:54:07 mikey added test for definitions.CDataDefinition
(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) @60 [60] 11/29/06 23:47:16 mikey corrected doc block
(edit) @59 [59] 11/29/06 23:45:31 mikey throw InvalidTagDefinitionException? instead of XJConfException
(edit) @58 [58] 11/29/06 23:42:27 mikey corrected doc block
(edit) @57 [57] 11/29/06 23:40:59 mikey added some clarity to the expected result
(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) @55 [55] 11/29/06 23:06:01 schst Removed trailing spaces and debug code
(edit) @54 [54] 11/29/06 23:05:33 schst Removed trailing spaces, converted tabs to spaces
(edit) @53 [53] 11/29/06 21:10:54 mikey added possibility of dynamic types (proof of concept, more work has to be …
(edit) @51 [51] 11/28/06 15:13:38 mikey pear package stuff for next release 0.1.2
(edit) @50 [50] 11/28/06 02:16:26 mikey created infrastructure for unit tests added unit test for …
(edit) @49 [49] 11/28/06 01:51:37 mikey bugfix: ignore empty parameter if there is no constructor, this will work …
(edit) @48 [48] 11/28/06 01:49:41 mikey ignore simpletest
(edit) @47 [47] 11/27/06 22:22:49 mikey removed wrong committed stuff
(edit) @46 [46] 11/27/06 22:15:12 mikey added possibility to use class loaders
(edit) @44 [44] 11/21/06 20:49:10 schst Adjusted package files for new release
(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) @42 [42] 09/05/06 21:29:44 schst Added script to create PEAR package file and the first version of the …
(edit) @41 [41] 08/31/06 22:03:47 mikey converted the TestInterfaces? example
(edit) @40 [40] 08/31/06 22:02:54 mikey fix: creation of objects via constructor did not work when constructor did …
(edit) @39 [39] 08/31/06 21:44:57 mikey converted the TestConstructor? example
(edit) @38 [38] 08/31/06 21:44:07 mikey fix: used wrong variable name
(edit) @37 [37] 08/31/06 21:22:35 mikey Converted TestCDataSetter example. This shows the problem with bug #4
(edit) @36 [36] 08/31/06 21:19:27 mikey removed unnecessary catching of an never thrown exception
(edit) @35 [35] 08/31/06 20:34:33 mikey converted the TestAttributesRequired? example
(edit) @34 [34] 08/31/06 19:57:07 mikey converted ExampleExtension?
(edit) @33 [33] 08/31/06 19:56:29 mikey fix: used getName() instead of getKey(), last gives correct value for …
(edit) @32 [32] 08/30/06 17:46:08 mikey converted ExampleCollection?
(edit) @31 [31] 08/30/06 17:01:20 mikey converted Example3
(edit) @30 [30] 08/30/06 16:41:57 mikey converted Example2
(edit) @29 [29] 08/30/06 16:34:55 mikey fixed problem with comparison of 0 and null
(edit) @28 [28] 08/30/06 16:34:30 mikey corrected doc block
(edit) @27 [27] 08/30/06 15:42:20 mikey converted Example1
(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) @24 [24] 08/30/06 14:48:27 mikey moved ColorPrimitivesFactory? out of ColorPrimitives? class file
Note: See TracRevisionLog for help on using the revision log.