Revisions for framework/Yaml/package.xml

Location: [ Horde ] / framework / Yaml / 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.11 (+0 -0 lines) 11/15/2008 09:56 AM Chuck Hagenbuch chuck

remove libraries that have been moved to git

1.6.2.2 FRAMEWORK_3 (+32 -25 lines) 05/15/2008 11:06 PM Chuck Hagenbuch chuck

sync with HEAD

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2

1.10 (+5 -10 lines) 02/16/2008 01:11 PM Chuck Hagenbuch chuck

* Fix extra spaces at the end of lines that have been unfolded.
* Support dumping and loading PHP classes that implement Serializable
* Support loading serialized ArrayObject and other !php constructs
supported by pecl/syck

Tags: RELEASE_1_0_1

1.9 (+6 -6 lines) 01/06/2008 10:41 PM Chuck Hagenbuch chuck

Prep 1.0 release as channel Horde, package name Yaml

Tags: RELEASE_1_0_0

1.8 (+1 -1 lines) 01/04/2008 03:30 PM Chuck Hagenbuch chuck

Actually release today

1.7 (+22 -10 lines) 01/04/2008 03:30 PM Chuck Hagenbuch chuck

New directory structure for 0.2.0 release

Tags: RELEASE_0_2_0

1.6.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.6 (+3 -1 lines) 09/19/2007 11:48 PM Mike Naberezny mnaberez

dump() options are now an array, added option validation.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, HORDE_3_2_RC1

1.5 (+2 -0 lines) 09/19/2007 02:17 PM Mike Naberezny mnaberez

Added load argument checking, made alternate parser configurable through callback.

1.4 (+10 -4 lines) 09/19/2007 12:43 PM Mike Naberezny mnaberez

Updated inline docs and package.xml

1.3 (+6 -0 lines) 09/17/2007 03:02 PM Mike Naberezny mnaberez

Added Mike Naberezny to package.xml.

1.2 (+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_ALPHA

1.1 03/27/2007 12:41 AM Chuck Hagenbuch chuck

Initial version of Horde Yaml parser/dumper. Based on Spyc but twice as fast.