/[drupal]/drupal/misc/tabledrag.js
ViewVC logotype

Log of /drupal/misc/tabledrag.js

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.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 05:34:37 2009 UTC (3 weeks, 2 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.31: +3 -1 lines
Diff to previous 1.31
#561726 by effulgentsia, TwoD, and sun: Make ajax.js and tabledrag.js implement Drupal.detachBehaviors().

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 19:14:40 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.30: +7 -7 lines
Diff to previous 1.30
- Patch #444402 by sun: clean up of parseInt() usage.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 05:51:08 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.29: +6 -12 lines
Diff to previous 1.29
- Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.

Revision 1.13.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 12:24:24 2009 UTC (5 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-13, DRUPAL-6-14
Changes since 1.13.2.4: +11 -7 lines
Diff to previous 1.13.2.4 , to branch point 1.13 , to next main 1.32
#329797 by berenddeboer, redndahead, danielb: The tablesort code did not account for possibly nested tables; only match immediate descendats, so elements of nested tables are not matched.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 10 05:06:57 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.28: +11 -7 lines
Diff to previous 1.28
- Patch #329797 by danielb: better support for nested elements.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 20:19:35 2009 UTC (6 months, 4 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.27: +54 -54 lines
Diff to previous 1.27
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 19:18:44 2009 UTC (7 months ago) by webchick
Branch: MAIN
Changes since 1.26: +29 -29 lines
Diff to previous 1.26
#444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 02:59:27 2009 UTC (8 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.25: +12 -3 lines
Diff to previous 1.25
#350275 by mfer: Fix regression in tablesort after introduction of jQuery 1.3.2.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 23:15:08 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.24: +4 -4 lines
Diff to previous 1.24
#360081 by quicksketch: Stop using global variables for JavaScript settings.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 03:16:26 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.23: +13 -39 lines
Diff to previous 1.23
#350275 by Rob Loach, starbow, and quicksketch: Upgrade to jQuery 1.3.2 and jQuery Forms 2.21.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 13:46:52 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.22: +9 -4 lines
Diff to previous 1.22
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:15 2008 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5
Changes since 1.21: +6 -6 lines
Diff to previous 1.21
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 10:01:26 2008 UTC (12 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.20: +14 -12 lines
Diff to previous 1.20
- Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 00:29:09 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
#231475 by birdmanx35 and redndahead: Coding style for comments in *.js.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 18 18:37:29 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.18: +8 -6 lines
Diff to previous 1.18
#201799 by yched, quicksketch: compute identation width for draggables better, counting on padding and margin as well as measuring the width at the place where it is used (taking possible CSS overrides into account)

Revision 1.13.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 07:59:39 2008 UTC (14 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.13.2.3: +8 -6 lines
Diff to previous 1.13.2.3 , to branch point 1.13
#201799 by yched, quicksketch: compute identation width for draggables better, counting on padding and margin as well as measuring the width at the place where it is used (taking possible CSS overrides into account)

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 16:52:18 2008 UTC (17 months ago) by dries
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
- Patch #223549 by WorldFaliz: usability: admin/block warning message placement.

Revision 1.13.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 19:13:25 2008 UTC (17 months, 2 weeks ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-3, DRUPAL-6-4
Changes since 1.13.2.2: +5 -3 lines
Diff to previous 1.13.2.2 , to branch point 1.13
- Patch #251402 by quicksketch: text can't be selected via click and drag when the Drupal drag and drop interface is present in IE7.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 19:13:17 2008 UTC (17 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.16: +5 -3 lines
Diff to previous 1.16
- Patch #251402 by quicksketch: text can't be selected via click and drag when the Drupal drag and drop interface is present in IE7.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 10 19:42:28 2008 UTC (17 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
- Patch #259096 by cwgordon7: commenting standards are broken in tabledrag.js.

Revision 1.13.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 19 07:27:35 2008 UTC (18 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.13.2.1: +30 -26 lines
Diff to previous 1.13.2.1 , to branch point 1.13
#217957 by yched, quicksketch: header cell removal is broken when headers use colspans (and a little bit of performance improvement)

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 2 15:20:39 2008 UTC (18 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.14: +30 -26 lines
Diff to previous 1.14
- Patch #217957 by Pasqualle, yched and quicksketch: tabledrag column hiding not taking headers colspan into account + performance improvements.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 19:14:08 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.13: +9 -2 lines
Diff to previous 1.13
- Patch #216904 by pwolanin et al: if there are more than 21 menu items under a parent, the weights got screwy.

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 18:54:10 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-2
Changes since 1.13: +9 -2 lines
Diff to previous 1.13
#216904 by theborg, pwolanin: items were not properly ordered in tabledrag.js when more then the number of possible values

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 10:58:35 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3
Branch point for: DRUPAL-6
Changes since 1.12: +114 -84 lines
Diff to previous 1.12
#200370 by quicksketch: fixes to drag and drop support to make it usable by CCK

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 09:49:06 2007 UTC (23 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.11: +2 -4 lines
Diff to previous 1.11
- Patch #195073 by yshed and quicksketch: make DnD functionality work on IE7.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 16 10:36:52 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
#197641 follow up by moofie: make drag and drop handle text translatable and fix smaller bugs

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 10:14:17 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.9: +6 -5 lines
Diff to previous 1.9
#197641 by quicksketch and myself: fix drag and drop RTL issues (connector line facing and drag directions)

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 09:53:53 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
#198218 by fractile81 and catch: two missing semicolons in tabledrag.js

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 10:57:38 2007 UTC (23 months, 4 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
#196195 by yched: fix missing CVS Id tag in tabledrag.js

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 20:41:01 2007 UTC (23 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.6: +0 -1 lines
Diff to previous 1.6
#195073 by quicksketch: self is passed anyway, so we don't need to do it as part of the event

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 13:10:24 2007 UTC (23 months, 4 weeks ago) by goba
Branch: MAIN
Changes since 1.5: +5 -9 lines
Diff to previous 1.5
#195073 by yched and quicksketch: allow multiple drag and drop utilizing tables to be used on the same page (small bug fix)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 19:46:51 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.4: +122 -96 lines
Diff to previous 1.4
#193333 by quicksketch et al: taxonomy drag and drop support

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 16:36:42 2007 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 16:19:37 2007 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.2: +12 -5 lines
Diff to previous 1.2
- Patch #192736 by quicksketch et al: drag and drop for book module.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 20 10:18:43 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.1: +39 -15 lines
Diff to previous 1.1
#181126 by quicksketch et al: drag and drop support for menus

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 14 09:49:30 2007 UTC (2 years ago) by dries
Branch: MAIN
- Patch #181066 by quicksketch et al: drag and drop of table rows on the block adminsitration page.

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