Revisions for framework/Xml_Element/package.xml

Location: [ Horde ] / framework / Xml_Element / package.xml View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.16 (+0 -0 lines) 11/15/2008 09:56 AM Chuck Hagenbuch chuck

remove libraries that have been moved to git

1.15 (+3 -3 lines) 09/25/2008 12:23 AM Chuck Hagenbuch chuck

Avoid errors when a child node doesn't exist.

Tags: RELEASE_0_4_2

1.14 (+2 -3 lines) 09/24/2008 04:57 PM Chuck Hagenbuch chuck

prep 0.4.1

Tags: RELEASE_0_4_1

1.13 (+5 -5 lines) 09/24/2008 03:44 PM Chuck Hagenbuch chuck

* Getter overrides (getXxx) will now be invoked for all element access, not just
for __call. This makes isset, unset, and other overridden access all consistent.

Prep 0.4.0

Tags: RELEASE_0_4_0

1.12 (+11 -6 lines) 08/25/2008 11:39 AM Chuck Hagenbuch chuck

changelog
add Jan as a maintainer

Tags: RELEASE_0_3_0

1.11 (+7 -7 lines) 07/29/2008 11:52 AM Chuck Hagenbuch chuck

prep for 0.2.0:
- fix/clarify license
- consistent docblocks
- remove redundant Horde_ from package name

Tags: RELEASE_0_2_0

1.10 (+3 -0 lines) 07/22/2008 04:38 PM Chuck Hagenbuch chuck

Add list functionality directly to Horde_Xml_Element.

1.7.2.3 FRAMEWORK_3 (+4 -1 lines) 05/31/2008 03:04 PM Chuck Hagenbuch chuck

MFH:
1.4       +19 -4     framework/Xml_Element/lib/Horde/Xml/Element.php
1.9       +4 -1      framework/Xml_Element/package.xml

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1

1.9 (+4 -1 lines) 05/31/2008 03:03 PM Chuck Hagenbuch chuck

Fix a bug that caused an element to be unusable after it had been serialized

1.7.2.2 FRAMEWORK_3 (+2 -2 lines) 05/15/2008 11:00 PM Chuck Hagenbuch chuck

sync with HEAD

Tags: HORDE_3_2

1.8 (+2 -2 lines) 03/05/2008 03:37 PM Chuck Hagenbuch chuck

Standardize on doc/examples/lib/script/test for Horde 4 packages.

1.7.2.1 FRAMEWORK_3 (+0 -0 lines) 12/20/2007 08:50 AM Jan Schneider jan

Merge from HEAD.

Tags: HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

1.7 (+18 -7 lines) 12/06/2007 03:09 PM Chuck Hagenbuch chuck

Update package structure

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2

1.6 (+0 -1 lines) 07/09/2007 05:58 PM Chuck Hagenbuch chuck

Kill __autoload.php files; I don't think we can go this way. Also try to
make sure that tests are independent of AllTests.php files.

Tags: HORDE_3_2_RC1, HORDE_3_2_ALPHA

1.5 (+1 -0 lines) 05/17/2007 10:33 PM Chuck Hagenbuch chuck

Fix __autoload file and get Horde_Xml_Element_Exception to its own file.

1.4 (+3 -0 lines) 05/16/2007 12:40 PM Chuck Hagenbuch chuck

- rename append() to appendChild()
- find tests recursively
- fix test class name
- test phpdoc
- add __autoload file since the user shouldn't need to know if the package
has only one file

1.3 (+3 -5 lines) 02/02/2007 05:37 PM Chuck Hagenbuch chuck

Fix package.xml layouts.

1.2 (+4 -2 lines) 01/30/2007 12:13 PM Chuck Hagenbuch chuck

Greatly simplify/fix baseinstalldir usage in several cases.

1.1 01/21/2007 04:22 PM Chuck Hagenbuch chuck

Another little PHP 5 building block - a generic XML element class that
can wrap DOMElement objects and provide SimpleXML-like access to them
while also allowing complex editing operations.