From 23b109eaa097e411e762b856b01b83821b332044 Mon Sep 17 00:00:00 2001 From: Klaus Guenther Date: Thu, 1 Sep 2005 10:41:28 +0000 Subject: [PATCH] Initial commit git-svn-id: http://svn.php.net/repository/pear/packages/HTML_Common/trunk@194802 c90b9560-bf6c-de11-be94-00142212c4b1 --- package2.xml | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 package2.xml diff --git a/package2.xml b/package2.xml new file mode 100644 index 0000000..096d77b --- /dev/null +++ b/package2.xml @@ -0,0 +1,140 @@ + + + HTML_Common + pear.php.net + PEAR::HTML_Common is a base class for other HTML classes. + The PEAR::HTML_Common package provides methods for html code display and attributes handling. +* Methods to set, remove, update html attributes. +* Handles comments in HTML code. +* Handles layout, tabs, line endings for nicer HTML code. + + + + Klaus Guenther + thesaur + thesaur@php.net + yes + + + Alexey Borzov + avb + avb@php.net + yes + + + Bertrand Mansion + mansion + bmansion@mamasam.com + yes + + + Adam Daniel + adaniel + adaniel1@eesus.jnj.com + no + + 2005-09-01 + + + 1.2.2 + 1.7.0 + + + stable + stable + + PHP License + Bugfix release +- fixed bug #3948 (semicolon after case in switch) +- fixed bug #3953 (outdated inline docs for a private function) +- updated some other inline docs for private functions + + + + + + + + + + + 4.0.0 + + + 1.4.0b1 + + + + + + + + 1.2.1 + 1.2.1 + + + stable + stable + + 2003-06-19 + PHP License + * Method getAttributes() can now return the attributes in a string (Alexey Borzov) + + + + + + 1.2 + 1.2 + + + stable + stable + + 2003-05-20 + PHP License + Applied patch by Klaus Guenther: +* setTab(): Allows the indent string (default: \t) to be set +* setLineEnd(): Allows the line end string (default: \n) to be set +* Allows the indent and line ending settings to be propagated to content objects + + + + + + 1.1 + 1.1 + + + stable + stable + + 2003-04-15 + PHP License + This new release optimizes HTML_Common's way to deal with attributes. +* Fix a bug in _parseAttributes when a string was passed to it (Alexey Borzov) +* Only key-value associative arrays are now used, XHTML compliant (Alexey Borzov) +* Fix a bug related to getAttribute case sensitivity detected by Ian Harder #22628 (Alexey Borzov) + + + + + + 1.0 + 1.0 + + + stable + stable + + 2002-05-28 + PHP License + First release. + + + + +