cvs: pear /HTML_QuickForm_advmultiselect package.php package2.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsfarell1209232459@cvsserver> |
farell Sat Apr 26 17:54:19 2008 UTC
Modified files:
/pear/HTML_QuickForm_advmultiselect package.php package2.xml
Log:
prepare stable release 1.4.1
http://cvs.php.net/viewvc.cgi/pear/HTML_QuickForm_advmultiselect/package.php?r1=1.8&r2=1.9&diff_format=u
Index: pear/HTML_QuickForm_advmultiselect/package.php
diff -u pear/HTML_QuickForm_advmultiselect/package.php:1.8 pear/HTML_QuickForm_advmultiselect/package.php:1.9
--- pear/HTML_QuickForm_advmultiselect/package.php:1.8 Tue Mar 18 21:50:39 2008
+++ pear/HTML_QuickForm_advmultiselect/package.php Sat Apr 26 17:54:18 2008
@@ -10,9 +10,9 @@
* @category HTML
* @package HTML_QuickForm_advmultiselect
* @author Laurent Laville <[email protected]>
- * @copyright 2007 Laurent Laville
+ * @copyright 2007-2008 Laurent Laville
* @license http://www.opensource.org/licenses/bsd-license.php BSD
- * @version CVS: $Id: package.php,v 1.8 2008/03/18 21:50:39 farell Exp $
+ * @version CVS: $Id: package.php,v 1.9 2008/04/26 17:54:18 farell Exp $
* @link http://pear.php.net/package/HHTML_QuickForm_advmultiselect
* @since File available since Release 1.3.0
* @ignore
@@ -37,13 +37,20 @@
$p2->setPackageType('php');
$p2->addRelease();
$p2->generateContents();
-$p2->setReleaseVersion('1.4.0');
+$p2->setReleaseVersion('1.4.1');
$p2->setAPIVersion('1.0.0');
$p2->setReleaseStability('stable');
$p2->setAPIStability('stable');
-$p2->setNotes('* changes
-- No code changes since previous release
-- License switch from PHP 3.01 to new BSD
+$p2->setNotes('* news
+- Introduce a TIP to make double-select-box XHTML 1.0 Strict compliant
+ even with an empty list.
+
+* bugs
+- fix #13680 : XHTML - Need to create a distinct id for all checkboxes
+
+* changes
+- With default element template there is a label, that does not exist with submit button
+ All examples uses a custom submit-element template to make them XHTML compliant.
* QA
- User Guide 1.4.0 included in this release cover all versions 1.x.x
@@ -51,7 +58,7 @@
for more format to download.
');
-$p2->setLicense('BSD', 'http://www.opensource.org/licenses/bsd-license.php');
+//$p2->setLicense('BSD', 'http://www.opensource.org/licenses/bsd-license.php');
if (isset($_GET['make'])
|| (isset($_SERVER['argv']) && @$_SERVER['argv'][1] == 'make')) {
http://cvs.php.net/viewvc.cgi/pear/HTML_QuickForm_advmultiselect/package2.xml?r1=1.6&r2=1.7&diff_format=u
Index: pear/HTML_QuickForm_advmultiselect/package2.xml
diff -u pear/HTML_QuickForm_advmultiselect/package2.xml:1.6 pear/HTML_QuickForm_advmultiselect/package2.xml:1.7
--- pear/HTML_QuickForm_advmultiselect/package2.xml:1.6 Sat Jun 9 14:29:39 2007
+++ pear/HTML_QuickForm_advmultiselect/package2.xml Sat Apr 26 17:54:18 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.6.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
+<package packagerversion="1.7.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>HTML_QuickForm_advmultiselect</name>
<channel>pear.php.net</channel>
<summary>Element for HTML_QuickForm that emulate a multi-select.</summary>
@@ -12,10 +12,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2007-06-09</date>
- <time>16:28:01</time>
+ <date>2008-04-26</date>
+ <time>19:53:30</time>
<version>
- <release>1.4.0</release>
+ <release>1.4.1</release>
<api>1.0.0</api>
</version>
<stability>
@@ -23,13 +23,21 @@
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>* changes
-- No code changes since previous release
-- License switch from PHP 3.01 to new BSD
+ <notes>* news
+- Introduce a TIP to make double-select-box XHTML 1.0 Strict compliant
+ even with an empty list.
+
+* bugs
+- fix #13680 : XHTML - Need to create a distinct id for all checkboxes
+
+* changes
+- With default element template there is a label, that does not exist with submit button
+ All examples uses a custom submit-element template to make them XHTML compliant.
* QA
- User Guide 1.4.0 included in this release cover all versions 1.x.x
- see http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect for more format to download.
+ see http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect
+ for more format to download.
</notes>
<contents>
<dir baseinstalldir="HTML" name="/">
@@ -161,6 +169,34 @@
<changelog>
<release>
<version>
+ <release>1.4.1</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2008-04-26</date>
+ <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
+ <notes>* news
+- Introduce a TIP to make double-select-box XHTML 1.0 Strict compliant
+ even with an empty list.
+
+* bugs
+- fix #13680 : XHTML - Need to create a distinct id for all checkboxes
+
+* changes
+- With default element template there is a label, that does not exist with submit button
+ All examples uses a custom submit-element template to make them XHTML compliant.
+
+* QA
+- User Guide 1.4.0 included in this release cover all versions 1.x.x
+ see http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect
+ for more format to download.
+ </notes>
+ </release>
+ <release>
+ <version>
<release>1.4.0</release>
<api>1.0.0</api>
</version>
@@ -176,8 +212,7 @@
* QA
- User Guide 1.4.0 included in this release cover all versions 1.x.x
- see http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect for more format to download.
- </notes>
+ see http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect for more format to download.</notes>
</release>
<release>
<version>