Changeset 76
- Timestamp:
- 12/15/06 01:50:52 (2 years ago)
- Files:
-
- trunk/autopackage2.php (modified) (1 diff)
- trunk/package.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/autopackage2.php
r74 r76 49 49 Feature additions: 50 50 - New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey) 51 - It is no possible to define an explicit setter method for character data inside a tag (schst)51 - It is now possible to define an explicit setter method for character data inside a tag (schst) 52 52 - Added several unit tests (mikey) 53 53 Bugfixes: 54 54 - Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 55 55 - Fixed bug #7: check, whether factory method can be called statically (schst) 56 - Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey) 56 57 EOT; 57 58 trunk/package.php
r71 r76 43 43 Feature additions: 44 44 - New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey) 45 - It is no possible to define an explicit setter method for character data inside a tag (schst)45 - It is now possible to define an explicit setter method for character data inside a tag (schst) 46 46 - Added several unit tests (mikey) 47 47 Bugfixes: 48 48 - Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 49 49 - Fixed bug #7: check, whether factory method can be called statically (schst) 50 - Fixed bug: prevent errors in case factory method does not return an instance of an object (mikey) 50 51 EOT; 51 52
