-
Fixed issue with undefined indexes warnings on file import.
-
Removed patchfile
-
Issue #1219228 by robertom and vernond: * Cleaned coder review errors * Fixed instructions displays (theme table and list_item arrays not correct, other markup wasn't being displayed either) * Fixed template download headers * Fixed upload file delete crash * Template and upload process only consider actual input fields (i.e. exclude fieldsets, markup and pagebreaks) * Re-organised and indented code to improve legibility
-
Updated dualselect.js to use jquery attr function instead of getAttribute
-
Updated dualselect js file to fix bad bug.
-
Moved README to README.txt
-
Moved README to README.txt
-
modified: LICENSE.txt, added attribution for Michael Henriksen's public domain buttons. modified: dualselect_widget.install added hook_uninstall lines for variables created by the module. modified: dualselect_widget.module added a check_plain call on user submitted text
-
Updated javascript file to include multilingual support as per http://drupal.org/node/303984
-
Reformatting README file according to best practices on http://drupal.org/node/7765.