/[drupal]/contributions/modules/multiselect/multiselect.module
ViewVC logotype

Log of /contributions/modules/multiselect/multiselect.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.7.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 22 22:50:12 2009 UTC (4 days, 22 hours ago) by attheshow
Branch: DRUPAL-6--1
Changes since 1.7.2.10: +10 -0 lines
Diff to previous 1.7.2.10 , to branch point 1.7
#588696 Eliminating options other than Unlimited for fields.

Revision 1.7.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 05:51:27 2009 UTC (4 months, 3 weeks ago) by attheshow
Branch: DRUPAL-6--1
Changes since 1.7.2.9: +2 -2 lines
Diff to previous 1.7.2.9 , to branch point 1.7
#276091 Decoding HTML entities and stripping tags a-la optionwidgets.

Revision 1.7.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 29 17:27:49 2009 UTC (5 months, 4 weeks ago) by attheshow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.7.2.8: +2 -2 lines
Diff to previous 1.7.2.8 , to branch point 1.7
#421938 Fix for selection order.

Revision 1.7.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 17:31:08 2009 UTC (6 months, 2 weeks ago) by attheshow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.7.2.7: +7 -5 lines
Diff to previous 1.7.2.7 , to branch point 1.7
#453302 Fix for foreach warning issue.

Revision 1.7.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 01:07:44 2009 UTC (7 months, 1 week ago) by attheshow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.7.2.6: +5 -5 lines
Diff to previous 1.7.2.6 , to branch point 1.7
Fixing typos from last two commits.

Revision 1.7.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 19:48:49 2009 UTC (7 months, 2 weeks ago) by attheshow
Branch: DRUPAL-6--1
Changes since 1.7.2.5: +17 -18 lines
Diff to previous 1.7.2.5 , to branch point 1.7
#421938 Options array fixes from bfcam.

Revision 1.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 23:37:40 2009 UTC (8 months, 2 weeks ago) by attheshow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.7.2.4: +28 -0 lines
Diff to previous 1.7.2.4 , to branch point 1.7
Adding in form_alter checks to ensure proper configuration of CCK fields.

Revision 1.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 23:22:21 2009 UTC (8 months, 2 weeks ago) by attheshow
Branch: DRUPAL-6--1
Changes since 1.7.2.3: +0 -0 lines
Diff to previous 1.7.2.3 , to branch point 1.7
#397216 Adding in integration with Content Taxonomy module.

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 03:47:46 2009 UTC (8 months, 2 weeks ago) by attheshow
Branch: DRUPAL-6--1
Changes since 1.7.2.2: +1 -1 lines
Diff to previous 1.7.2.2 , to branch point 1.7
#397216 Adding integration with Content Taxonomy module.

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 01:03:19 2009 UTC (8 months, 4 weeks ago) by attheshow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.7.2.1: +1 -81 lines
Diff to previous 1.7.2.1 , to branch point 1.7
Cleanup of instructions and unused code.

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 27 02:43:40 2009 UTC (9 months ago) by attheshow
Branch: DRUPAL-6--1
Changes since 1.7: +278 -205 lines
Diff to previous 1.7
Initial upgrade to Drupal 6.

Revision 1.1.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 20:21:10 2008 UTC (14 months, 1 week ago) by jklsemicolon
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0
Changes since 1.1.4.5: +1 -0 lines
Diff to previous 1.1.4.5 , to branch point 1.1 , to next main 1.7
added description field to the form output.

added css rule ensuring the description field is displayed on its own line
(avoiding having one of the select boxes displayed on the same line as the description block)

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 20:13:35 2008 UTC (14 months, 1 week ago) by jklsemicolon
Branch: DRUPAL-5--2
Changes since 1.1.4.4: +1 -1 lines
Diff to previous 1.1.4.4 , to branch point 1.1
fixed indentation (mostly testing cvs)

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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 19:25:21 2008 UTC (15 months ago) by jklsemicolon
Branch: DRUPAL-5--2
Changes since 1.1.4.3: +18 -14 lines
Diff to previous 1.1.4.3 , to branch point 1.1
removed multiselect_perm, not used.

fixed some default values for when module is used outside of the node form
context.

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.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 23:34:42 2008 UTC (16 months, 1 week ago) by jklsemicolon
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-BETA
Changes since 1.1.4.1: +6 -4 lines
Diff to previous 1.1.4.1 , to branch point 1.1
fixed null pointer error when no options are selected.

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 23:28:53 2008 UTC (16 months, 1 week ago) by jklsemicolon
Branch: DRUPAL-5--2
Changes since 1.1: +156 -115 lines
Diff to previous 1.1
branched all changes from the head into this development branch

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.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 7 04:24:46 2008 UTC (17 months, 3 weeks ago) by jklsemicolon
Branch: MAIN
Changes since 1.4: +42 -57 lines
Diff to previous 1.4
regarding:
http://drupal.org/node/216108

Now, the order reflected in the widget is maintained as the delta in the database. This allows you to meaningfully order your selected references.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 14:54:11 2007 UTC (2 years, 6 months ago) by lionfish
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Changes since 1.3: +91 -14 lines
Diff to previous 1.3
Fixes failure of form preview (#139595)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 17:51:23 2007 UTC (2 years, 6 months ago) by lionfish
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.2: +0 -0 lines
Diff to previous 1.2
Previous release didn't have updates! Fixes: #139729, #139727, #139592, #139591. Still has bug in preview viewing

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 15:53:33 2007 UTC (2 years, 6 months ago) by lionfish
Branch: MAIN
Changes since 1.1: +74 -20 lines
Diff to previous 1.1
Repeat of early commit (didn't commit all files)

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 6 16:28:20 2007 UTC (2 years, 8 months ago) by lionfish
Branch: MAIN
CVS Tags: DRUPAL-5--0-9, DRUPAL-5--1-0
Branch point for: DRUPAL-5, DRUPAL-5--2
Initial commit of multiselect module. This module is a widget for CCK's node reference fields which allows easy multiple-items selection.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2