[wwwsearch-commits] r18301 - wwwsearch/ClientForm/common
jjlee at codespeak.net
jjlee at codespeak.net
Sun Oct 9 02:57:49 CEST 2005
Author: jjlee
Date: Sun Oct 9 02:57:48 2005
New Revision: 18301
Modified:
wwwsearch/ClientForm/common/ChangeLog
Log:
Update ChangeLog
Modified: wwwsearch/ClientForm/common/ChangeLog
==============================================================================
--- wwwsearch/ClientForm/common/ChangeLog (original)
+++ wwwsearch/ClientForm/common/ChangeLog Sun Oct 9 02:57:48 2005
@@ -1,5 +1,54 @@
This isn't really in proper GNU ChangeLog format, it just happens to
look that way.
+
+2005-10-09 John J Lee <jjl at pobox.com>
+ * Many improvements have been made as part of 0.2 release,
+ thanks largely to Gary Poster, Benji York and their employer
+ Zope Corporation. These include:
+ * 0.1 backwards compatibility mode (backwards_compat switch).
+ * The example script on the web page / README.html is now an
+ executable script in the examples directory, that runs against a
+ test page on the wwwsearch.sourceforge.net site.
+ * Greatly improved support for labels, including control labels.
+ * Label matching is now by substring, not by exact string
+ equality.
+ * Support for list item ids.
+ * Finding controls or items now raises AmbiguityError if no nr
+ argument is supplied and the other arguments do not uniquely
+ identify the control or item. The old behaviour is restored by
+ passing nr=0.
+ * Fix multiple identical list item behaviour.
+ * Fixed a bug where disabled list items were successful (got sent
+ back to the server).
+ * More intuitive disabled list item behaviour.
+ * Added first-class support for list items and labels.
+ * Large sections of the module have been reimplemented using
+ classes Item and Label, making for better code.
+ * Added ListControl.get(), ListControl.get_items(),
+ HTMLForm.set_value_by_label(), and HTMLForm.get_value_by_label()
+ methods.
+ * The following ListControl methods have been deprecated:
+ possible_items
+ get_item_attrs
+ set_item_disabled
+ get_item_disabled
+ set_single
+ toggle_single
+ set
+ toggle
+ * The following HTMLForm methods have been deprecated:
+ get_value
+ set_value
+ possible_items
+ set_single
+ toggle_single
+ set
+ toggle
+ * Added support for setuptools / EasyInstall / Python Eggs.
+ * Released 0.2.0a and 0.1.18.
+
+2005-05-20 John J Lee <jjl at pobox.com>
+ * Fix failure to honour request_class.
2005-05-08 John J Lee <jjl at pobox.com>
* Fix bug where form action not HTML-unescaped (thanks to Tomasz
More information about the wwwsearch-commits
mailing list