Log of /contributions/modules/multiselect/multiselect.js
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 17 19:49:20 2008 UTC
(14 months, 1 week ago)
by
jklsemicolon
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0,
HEAD
Branch point for:
DRUPAL-6--1
Changes since
1.5: +3 -2 lines
Diff to
previous 1.5
added css to ensure the multiselect description field takes up whole div width
removed hook perm. For one, it was never being checked, secondly I see no security risk with this module.
added some checking for errors being thrown in the content/admin pages
now includes the description field in the node form.
uses alt tag on button images, so that when images aren't loaded, the buttons are still somewhat usable.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 18 22:24:31 2008 UTC
(16 months, 1 week ago)
by
jklsemicolon
Branch:
MAIN
Changes since
1.4: +39 -106 lines
Diff to
previous 1.4
essentially a rewrite of multiselect.
implemented as several form elements instead of generating raw form html.
addressed http://drupal.org/node/173500
populating selected and unselected lists is now done on the server side.
fixing of preview is now done with the form elements local #post variable rather than the servers superglobal $_POST.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.