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

Log of /drupal/misc/textarea.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.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-10, DRUPAL-7-0-UNSTABLE-9, HEAD
Changes since 1.29: +9 -13 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.29 - (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, DRUPAL-7-0-UNSTABLE-8
Changes since 1.28: +4 -4 lines
Diff to previous 1.28
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.

Revision 1.28 - (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.27: +3 -3 lines
Diff to previous 1.27
#444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript.

Revision 1.27 - (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
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#360081 by quicksketch: Stop using global variables for JavaScript settings.

Revision 1.26 - (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.25: +4 -1 lines
Diff to previous 1.25
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 18:24:34 2008 UTC (11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.

Revision 1.24 - (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.23: +36 -34 lines
Diff to previous 1.23
- Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 19:38:26 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 19:31:56 2008 UTC (22 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, 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.21: +5 -1 lines
Diff to previous 1.21
#209720 by theborg: avoid processing resizable teasers before teaser.js is run and the proper wrappers are in place

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 19:54:07 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2
Changes since 1.20: +1 -12 lines
Diff to previous 1.20
#204756 by dvessel: textarea.js assumed #disabled fields are to be hidden

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 30 23:26:58 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1
Changes since 1.19: +2 -3 lines
Diff to previous 1.19
#196513 by yched: resizable textarea was a bit too agressive in unbinding handlers, so it made drag and drop disabled

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 11:45:37 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.18: +6 -1 lines
Diff to previous 1.18
#193921 by kkaefer: resizable textfields behavior should come after teaser splitter (cck breaker)

Revision 1.18 - (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-BETA-1, DRUPAL-6-0-BETA-2, DRUPAL-6-0-BETA-3
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
#174708 by multiple contributors: update jQuery to 1.2

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 6 13:06:13 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
#163361 by dvessel: fix hidden textareas in Opera and remove gap between textarea and grippie in Firefox/Safari

Revision 1.16 - (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.15: +4 -8 lines
Diff to previous 1.15
- Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.

Revision 1.15 - (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.14: +2 -2 lines
Diff to previous 1.14
#119441: JavaScript aggregator/compressor by m3avrck and others.

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 27 20:54:42 2007 UTC (2 years, 6 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-10, DRUPAL-4-7-11, DRUPAL-4-7-7, DRUPAL-4-7-8, DRUPAL-4-7-9
Changes since 1.9.2.2: +5 -3 lines
Diff to previous 1.9.2.2 , to branch point 1.9 , to next main 1.30
#101305, textarea.js is incompatible with IE, backport, patch by bjaspan

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 02:41:19 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.11: +4 -2 lines
Diff to previous 1.11 , to next main 1.30
 - Patch #101305 by bjaspan: work around IE textarea bug.
 Backport from HEAD.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 10 11:24:16 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.13: +4 -2 lines
Diff to previous 1.13
- Patch #101305 by bjaspan: work around IE textarea bug.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 9 13:58:02 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.12: +7 -1 lines
Diff to previous 1.12
- Patch #107061 by Steven et al: add jQuery teaser splitter.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 07:10:11 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11
- Patch #118846 my mr700: fixed textareas so it works with jQuery 1.1.1.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 14:57:29 2006 UTC (2 years, 11 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-5, DRUPAL-4-7-6
Changes since 1.9.2.1: +115 -27 lines
Diff to previous 1.9.2.1 , to branch point 1.9
reverting previous fubar

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 14:27:39 2006 UTC (2 years, 11 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.9: +27 -115 lines
Diff to previous 1.9
neuw Drupal-Dateien

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 7 08:05:31 2006 UTC (3 years, 2 months ago) by dries
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
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- Removing stray whitspaces.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 23:31:25 2006 UTC (3 years, 2 months ago) by unconed
Branch: MAIN
Changes since 1.9: +27 -115 lines
Diff to previous 1.9
#69786: jQuery JavaScript Library in Drupal core

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 14 13:48:56 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0, DRUPAL-4-7-0-RC-3, DRUPAL-4-7-0-RC-4, DRUPAL-4-7-1, DRUPAL-4-7-2, DRUPAL-4-7-3, DRUPAL-4-7-4
Branch point for: DRUPAL-4-7
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#57750, fixing leftovers, patch by tenrapid

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 14 02:01:02 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
#57750: Tweaks for textareas inside collapsed fieldsets

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 12 16:07:39 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.6: +18 -10 lines
Diff to previous 1.6
#57750: Resizable textareas in collapsible fieldsets

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 9 23:20:24 2006 UTC (3 years, 8 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-6, DRUPAL-4-7-0-RC-1, DRUPAL-4-7-0-RC-2
Changes since 1.5: +2 -0 lines
Diff to previous 1.5
- Adding missing cvs tags to .js files

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 24 11:38:14 2006 UTC (3 years, 9 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-5
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
- #46797: Resizable textarea grippie mispositioned sometimes in Opera

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 4 22:20:59 2006 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-3, DRUPAL-4-7-0-BETA-4
Changes since 1.3: +6 -1 lines
Diff to previous 1.3
- #42913: Avoid resizable textarea drag handler loop
- #42911: Remove left-over event handling code

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 31 10:48:56 2005 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
- Patch 41169 by Chris: got rid of expensvie object 2 array casts.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 30 16:12:46 2005 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1
- #42446: Disable resizable textareas inside collapsed fieldsets.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 29 03:59:30 2005 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
- #42446: Resizable textareas.

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