Log of /contributions/modules/multiselect/multiselect.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7 -
(
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.6: +36 -21 lines
Diff to
previous 1.6
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.1.4.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 22 19:06:25 2008 UTC
(16 months ago)
by
jklsemicolon
Branch:
DRUPAL-5--2
Changes since
1.1.4.2: +11 -3 lines
Diff to
previous 1.1.4.2
, to
branch point 1.1
The relative path to the button images wasn't always resolving correctly, so I made it explicit with base_path
also, added an alt string, so if the images aren't found/readable the widget will still be marginally useful.
Revision
1.6 -
(
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.5: +141 -216 lines
Diff to
previous 1.5
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.