CVS messages for Active Select
April 9, 2007
-
Whitespace nits
-
Rolling the option creation back to the 4.7 way, which apparently works better.
-
Rolling the option creation back to the 4.7 way, which apparently works better.
April 8, 2007
-
#129027 by WRXIzumi: Fix options for IE. Patch sponsored by leftrightminds.com I cleaned it up a little. No need to keep track of the index, just use push.
-
#129027 by WRXIzumi: Fix options for IE. Patch sponsored by leftrightminds.com I cleaned it up a little. No need to keep track of the index, just use push.
January 5, 2007
-
Active Select: /modules/activeselect/activeselect.info 1.1
Active Select: /modules/activeselect/activeselect.js 1.18
Active Select: /modules/activeselect/activeselect.module 1.9- #104478 by myself: update activeselect module to Drupal 5.
April 17, 2006
-
Minor CSS include fixup.
-
Minor CSS include fixup.
April 14, 2006
-
#58463 by yched: options not getting selected by default for single-selects in IE6.
April 9, 2006
-
Active Select: /modules/activeselect/activeselect.js 1.16
Active Select: /modules/activeselect/activeselect.module 1.7
Active Select: /modules/activeselect/API.txt 1.4
Category: /modules/category/category.module 1.96- Changed theme_activeselect() to use _form_set_class() instead of _form_get_class() (the latter function has been removed from Drupal core). - #57929: use JSON instead of pipe delimiters for AJAX response text. Activeselect now uses drupal_to_js() (on the PHP end) and parseJson() (on the JS end) for response text, and this has allowed a large amount of pipe-parsing code to be removed from the Activeselect JS library. API.txt has been updated to reflect this, and category_activeselect() has been updated to use the new API. - New activeselect_explode_values() function, which does the work of turning the request string into a PHP array. API.txt and category_activeselect() have been updated with this function.
