summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAge
* #350275 by Rob Loach, starbow, and quicksketch: Upgrade to jQuery 1.3.2 and ↵Angie Byron2009-03-08
| | | | jQuery Forms 2.21.
* #304330 by ximo, alpritt, Amitaibu, edmund.kwok, Xano, ff1, BrightLoudNoise, ↵Angie Byron2009-03-08
| | | | et al: Dramatically improved text format widget. USABILITY AWESOMENESS.
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #102743 by yoroy: Swanky new forum icons.Angie Byron2009-01-29
|
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #302251 by katbailey: remove the themes property from the Drupal ↵Dries Buytaert2009-01-06
| | | | object in drupal.js.
* - Patch #256285 by hass: fix jquery version.Dries Buytaert2009-01-04
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* #11077 follow-up: adding missing timezone.js file.Angie Byron2008-11-21
|
* - Patch #313902 by c960657: properly display SimpleTest errors.Dries Buytaert2008-11-01
|
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* - Patch #325901 by cyberswat: upgrade jQuery Form Plugin to latest version.Dries Buytaert2008-10-27
|
* - Patch #323965 by mfer: update farbtastic widgetCoords to use jQuery.Dries Buytaert2008-10-22
|
* #231475 by birdmanx35 and redndahead: Coding style for comments in *.js.Angie Byron2008-10-12
|
* #184143 by redndahead: Fix #anchor tags conflicting with tableheader.js.Angie Byron2008-09-30
|
* #201799 by yched, quicksketch: compute identation width for draggables ↵Angie Byron2008-09-18
| | | | 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)
* - Patch #272636 by dvessel: drupal.js overwrites class of html element, ↵Dries Buytaert2008-06-25
| | | | rather than adding to it.
* - Patch #223549 by WorldFaliz: usability: admin/block warning message placement.Dries Buytaert2008-06-24
|
* - Patch #256285 by mfer: upgraded to jQuery 1.2.6. This patch was testedDries Buytaert2008-06-12
| | | | | extensively by mfer but might be slightly experimental still. Hard to test.
* - Patch #251402 by quicksketch: text can't be selected via click and drag ↵Dries Buytaert2008-06-12
| | | | when the Drupal drag and drop interface is present in IE7.
* - Patch #259096 by cwgordon7: commenting standards are broken in tabledrag.js.Dries Buytaert2008-06-10
|
* - Patch #225527 by dvessel: removed jsEnabled check.Dries Buytaert2008-05-19
|
* - Patch #217957 by Pasqualle, yched and quicksketch: tabledrag column hiding ↵Dries Buytaert2008-05-02
| | | | not taking headers colspan into account + performance improvements.
* - Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve ↵Dries Buytaert2008-04-02
| | | | visibility of the 'more help' link by adding an icon.
* - Ported a missing Drupal 6.1 security fix.Dries Buytaert2008-03-23
|
* - Patch #216059 by nedjo, theborg, karens, goba, webchick et al: AHAH ↵Dries Buytaert2008-02-12
| | | | triggered by text input enter key press breaks autocomplete.
* - Patch #216904 by pwolanin et al: if there are more than 21 menu items ↵Dries Buytaert2008-02-10
| | | | under a parent, the weights got screwy.
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #214329 by starbow: avoid attaching scroll behavior multiple timesGábor Hojtsy2008-01-30
|
* #214292 by theborg: collapse.js alters the default submit buttons in forms ↵Gábor Hojtsy2008-01-29
| | | | in Internet Explorer
* #213064 by dvessel: fix sticky table headers bug when resizingGábor Hojtsy2008-01-23
|
* #211404 by dvessel: improve tableheader.js performance in all browsers, ↵Gábor Hojtsy2008-01-21
| | | | solves freeze in IE7
* #209720 by theborg: avoid processing resizable teasers before teaser.js is ↵Gábor Hojtsy2008-01-17
| | | | run and the proper wrappers are in place
* #208991 by JirkaRybka: target sticky table headers to Drupal output tables ↵Gábor Hojtsy2008-01-15
| | | | only, so it won't sticky random tables in other site content
* #208197 by dvessel: back to cloning the table header only in tableheader.js ↵Gábor Hojtsy2008-01-13
| | | | (fixes radio button issues and Safari 2 crashing)
* #194590 follow up by theborg, catch: avoid cloning the sticky table headers ↵Gábor Hojtsy2008-01-10
| | | | with the same id value
* #201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter ↵Gábor Hojtsy2008-01-09
| | | | in JS and no-JS mode
* #194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: ↵Gábor Hojtsy2008-01-09
| | | | fix a dozen issues with sticky table headers
* #204756 by dvessel: textarea.js assumed #disabled fields are to be hiddenGábor Hojtsy2008-01-08
|
* #201141 by yched: instead of 'HTTP error 200' messages when a PHP error ↵Gábor Hojtsy2008-01-04
| | | | occurs, actually display the PHP error message
* #200370 by quicksketch: fixes to drag and drop support to make it usable by CCKGábor Hojtsy2007-12-19
|
* - Patch #195073 by yshed and quicksketch: make DnD functionality work on IE7.Dries Buytaert2007-12-18
|
* #197641 follow up by moofie: make drag and drop handle text translatable and ↵Gábor Hojtsy2007-12-16
| | | | fix smaller bugs
* #197641 by quicksketch and myself: fix drag and drop RTL issues (connector ↵Gábor Hojtsy2007-12-13
| | | | line facing and drag directions)
* #198218 by fractile81 and catch: two missing semicolons in tabledrag.jsGábor Hojtsy2007-12-06
|
* #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
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #196195 by yched: fix missing CVS Id tag in tabledrag.jsGábor Hojtsy2007-11-29
|
* #195073 by quicksketch: self is passed anyway, so we don't need to do it as ↵Gábor Hojtsy2007-11-27
| | | | part of the event