summaryrefslogtreecommitdiff
path: root/misc/textarea.js
Commit message (Collapse)AuthorAge
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #735628 by sun, Jacine: resizable textarea behavior leads to ↵Dries Buytaert2010-03-09
| | | | unpredictable results.
* - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵Dries Buytaert2009-08-31
| | | | .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.
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵Angie Byron2009-04-26
| | | | JavaScript.
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #209720 by theborg: avoid processing resizable teasers before teaser.js is ↵Gábor Hojtsy2008-01-17
| | | | run and the proper wrappers are in place
* #204756 by dvessel: textarea.js assumed #disabled fields are to be hiddenGábor Hojtsy2008-01-08
|
* #196513 by yched: resizable textarea was a bit too agressive in unbinding ↵Gábor Hojtsy2007-11-30
| | | | handlers, so it made drag and drop disabled
* #193921 by kkaefer: resizable textfields behavior should come after teaser ↵Gábor Hojtsy2007-11-23
| | | | splitter (cck breaker)
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* #163361 by dvessel: fix hidden textareas in Opera and remove gap between ↵Gábor Hojtsy2007-09-06
| | | | textarea and grippie in Firefox/Safari
* - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.Dries Buytaert2007-07-01
|
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* - Patch #101305 by bjaspan: work around IE textarea bug.Dries Buytaert2007-04-10
|
* - Patch #107061 by Steven et al: add jQuery teaser splitter.Dries Buytaert2007-04-09
|
* - Patch #118846 my mr700: fixed textareas so it works with jQuery 1.1.1.Dries Buytaert2007-02-15
|
* - Removing stray whitspaces.Dries Buytaert2006-09-07
|
* #69786: jQuery JavaScript Library in Drupal coreSteven Wittens2006-08-31
|
* #57750, fixing leftovers, patch by tenrapidGerhard Killesreiter2006-04-14
|
* #57750: Tweaks for textareas inside collapsed fieldsetsSteven Wittens2006-04-14
|
* #57750: Resizable textareas in collapsible fieldsetsSteven Wittens2006-04-12
|
* - Adding missing cvs tags to .js filesSteven Wittens2006-03-09
|
* - #46797: Resizable textarea grippie mispositioned sometimes in OperaSteven Wittens2006-02-24
|
* - #42913: Avoid resizable textarea drag handler loopSteven Wittens2006-01-04
| | | | - #42911: Remove left-over event handling code
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - #42446: Disable resizable textareas inside collapsed fieldsets.Steven Wittens2005-12-30
|
* - #42446: Resizable textareas.Steven Wittens2005-12-29