/[drupal]/drupal/modules/color/color.js
ViewVC logotype

Log of /drupal/modules/color/color.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.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 19:14:40 2009 UTC (2 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
- Patch #444402 by sun: clean up of parseInt() usage.

Revision 1.14 - (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.13: +4 -6 lines
Diff to previous 1.13
- 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 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 3 06:50:59 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- Patch #479340 by tic2000: fixed Javascript error.

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

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

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 23:15:09 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
#360081 by quicksketch: Stop using global variables for JavaScript settings.

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

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

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 19 19:36:41 2008 UTC (18 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2
Changes since 1.6: +25 -25 lines
Diff to previous 1.6
- Patch #258064 by Senpai: code cleanup.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 12 18:29:32 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2, DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Branch point for: DRUPAL-6
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#174708 by multiple contributors: update jQuery to 1.2

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 1 15:37:08 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.4: +226 -222 lines
Diff to previous 1.4
- Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 10:36:42 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
#146462 by Gurpartap Singh: update jQuery to 1.1.2 and make the core JS files compatible with the new version

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 1 09:05:45 2007 UTC (2 years, 5 months ago) by unconed
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
#119441: JavaScript aggregator/compressor by m3avrck and others.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 03:38:58 2007 UTC (2 years, 7 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10, DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-13, DRUPAL-5-14, DRUPAL-5-15, DRUPAL-5-16, DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-2, DRUPAL-5-20, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 , to next main 1.15
 - Patch #134185 by Ralf Stamm: missing CVS IDs in files.
 Backport from HEAD.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 07:33:23 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
- Patch #134185 by Ralf Stamm: missing CVS IDs in files.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 29 13:17:38 2006 UTC (3 years ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-0-BETA-1, DRUPAL-5-0-BETA-2, DRUPAL-5-0-RC-1, DRUPAL-5-0-RC-2, DRUPAL-5-1
Branch point for: DRUPAL-5
#88202: Adding Garland theme to core.

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