Revisions for framework/XML_WBXML/package.xml

Location: [ Horde ] / framework / XML_WBXML / 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.18 (+1 -1 lines) 09/26/2008 10:31 AM Jan Schneider jan

MFB

1.13.10.3 FRAMEWORK_3 (+1 -1 lines) 09/25/2008 06:11 AM Jan Schneider jan

Update package names.

Tags: HORDE_3_3

1.13.10.2 FRAMEWORK_3 (+113 -93 lines) 12/20/2007 08:50 AM Jan Schneider jan

Merge from HEAD.

Tags: HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

1.17 (+113 -93 lines) 05/09/2006 01:15 AM Ben Chavet ben

Finish package.xml-2.0 conversions for pear.horde.org

Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1, HORDE_3_2_ALPHA

1.13.10.1 FRAMEWORK_3 (+28 -13 lines) 10/18/2005 07:01 AM Jan Schneider jan

Merged from HEAD.

Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4, HORDE_3_1_4_RC1, HORDE_3_1_3, HORDE_3_1_2, HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1

1.16 (+1 -2 lines) 09/28/2005 08:18 PM Chuck Hagenbuch chuck

This file doesn't exist.

Tags: BEFORE_MERGE_3_1

1.15 (+12 -9 lines) 09/21/2005 10:59 PM Chuck Hagenbuch chuck

Update package.xml, do just a little code cleanup, remove old examples.

1.14 (+19 -6 lines) 09/21/2005 04:42 PM Karsten Fourmont karsten

Major update to xml_wbxml: the code no longer requires the external
libwbxml library to run. wbxml data  as send from the synthesis clients gets
encoded and decoded nicely now.
There's still a bit of cleanup todo in the docs/ and tests/ directories.
test/testexamples.php is working.

1.13 (+3 -5 lines) 07/13/2004 02:53 PM Chuck Hagenbuch chuck

update list of tests

Tags: FRAMEWORK_3, HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1, HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1, HORDE_3_0_2, HORDE_3_0_1, HORDE_3_0, HORDE_3_0_RC3

1.12 (+2 -2 lines) 07/12/2004 01:32 PM Chuck Hagenbuch chuck

- Use proc_open to deal with the binaries. Requires PHP 4.3.0+ (package.xml adjusted),
but lets us make sure that the stuff that libwbxml prints on STDERR doesn't get printed
anywhere (probably only an issue with cmdline usage, but still).
- Generate a diff in the dual tests if the test failed.

1.11 (+25 -25 lines) 01/19/2004 09:22 PM Chuck Hagenbuch chuck

remove unneeded role= tags

Tags: HORDE_3_0_ALPHA

1.10 (+5 -1 lines) 12/07/2003 04:19 PM Chuck Hagenbuch chuck

4 more tests that just do one-way testing. Need to get all of these
tests to actually test and return a result now.

1.9 (+6 -1 lines) 12/07/2003 04:16 PM Chuck Hagenbuch chuck

Add two test files for validating the code. These don't quite do
what's intended yet.

1.8 (+3 -1 lines) 12/07/2003 04:02 PM Chuck Hagenbuch chuck

add ContentHandler.php to the package file.

1.7 (+2 -1 lines) 12/03/2003 11:37 PM Chuck Hagenbuch chuck

add the decode test script

1.6 (+5 -5 lines) 12/03/2003 09:45 PM Chuck Hagenbuch chuck

example files have been renamed to better indicate what they are and that
the xml and wbxml are pairs (so encoding the .xml files should result in the .wbxml files, and vice versa).

1.5 (+2 -1 lines) 12/03/2003 09:03 PM Chuck Hagenbuch chuck

add encode.php; also, the paths of the input/output files are now correct in cvs.

1.4 (+2 -1 lines) 12/03/2003 12:26 PM Chuck Hagenbuch chuck

The encoder now passes php -l. Not even really close to working, since
there are still a few WBXMLUtil calls that need to be ported/translated,
and I haven't tested it. And I probably got some of the string/charset stuff wrong.
But, it's a start.

1.3 (+20 -3 lines) 12/03/2003 11:37 AM Chuck Hagenbuch chuck

Try to flesh out the package.xml for the current files.

1.2 (+3 -3 lines) 11/25/2003 11:26 PM Chuck Hagenbuch chuck

fix package.xml

1.1 11/25/2003 11:14 PM Chuck Hagenbuch chuck

Initial commit of WBXML code from Anthony Mills <amills@gascard.net>.

I've taken his code and Horde-ified it a bit and tried to turn it into a package.
I'm sure there are still things that need to be cleaned up/fixed (this was ported
from java, and I know I didn't get all of the quirks that were left), and probably
added as well. But it's a *really* nice start on being able to handle wbxml.