Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #561726 by effulgentsia, TwoD, and sun: Make ajax.js and tabledrag.js ↵ | Angie Byron | 2009-11-03 |
| | | | | implement Drupal.detachBehaviors(). | ||
* | #610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: ↵ | Angie Byron | 2009-10-27 |
| | | | | API changes to support overlays: lays ground work for implementation. | ||
* | - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵ | Dries Buytaert | 2009-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. | ||
* | #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵ | Angie Byron | 2009-08-17 |
| | | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now. | ||
* | - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should ↵ | Dries Buytaert | 2009-07-03 |
| | | | | not call drupal_urlencode(). | ||
* | - Patch #329015 by Damien Tournoud: improved error handling of batch API. | Dries Buytaert | 2009-05-03 |
| | |||
* | #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵ | Angie Byron | 2009-04-27 |
| | | | | anonymous JS functions. | ||
* | #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵ | Angie Byron | 2009-04-26 |
| | | | | JavaScript. | ||
* | #444352 by kkaefer: Remove the 4.7-era JS killswitch. | Angie Byron | 2009-04-26 |
| | |||
* | #360081 by quicksketch: Stop using global variables for JavaScript settings. | Angie Byron | 2009-03-13 |
| | |||
* | #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵ | Angie Byron | 2009-02-18 |
| | | | | compatibility with other JavaScript libraries. | ||
* | - Patch #302251 by katbailey: remove the themes property from the Drupal ↵ | Dries Buytaert | 2009-01-06 |
| | | | | object in drupal.js. | ||
* | - Patch #313902 by c960657: properly display SimpleTest errors. | Dries Buytaert | 2008-11-01 |
| | |||
* | - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX. | Dries Buytaert | 2008-10-29 |
| | |||
* | #231475 by birdmanx35 and redndahead: Coding style for comments in *.js. | Angie Byron | 2008-10-12 |
| | |||
* | - Patch #272636 by dvessel: drupal.js overwrites class of html element, ↵ | Dries Buytaert | 2008-06-25 |
| | | | | rather than adding to it. | ||
* | - Patch #225527 by dvessel: removed jsEnabled check. | Dries Buytaert | 2008-05-19 |
| | |||
* | - Ported a missing Drupal 6.1 security fix. | Dries Buytaert | 2008-03-23 |
| | |||
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 |
| | |||
* | #201141 by yched: instead of 'HTTP error 200' messages when a PHP error ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | occurs, actually display the PHP error message | ||
* | #157752 by quicksketch: extend AHAH functionality to most types of form ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page. | ||
* | #177906 by douggreen: JavaScript cookie detection should use path=/ to avoid ↵ | Gábor Hojtsy | 2007-09-25 |
| | | | | broken situations when run at a 'subdirectory' | ||
* | #174708 by multiple contributors: update jQuery to 1.2 | Gábor Hojtsy | 2007-09-12 |
| | |||
* | - Patch #172540 by ChrisKennedy: fixed typo on Drupal.formatPlural(). | Dries Buytaert | 2007-09-03 |
| | |||
* | #158687 by drumm: fix URI encoding of some special chars | Gábor Hojtsy | 2007-07-13 |
| | |||
* | - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable. | Dries Buytaert | 2007-07-01 |
| | |||
* | #118026 by kkaefer with fixes from myself: JavaScript translation support ↵ | Gábor Hojtsy | 2007-06-08 |
| | | | | and script.js as a default theme JS file to use, if found | ||
* | - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵ | Dries Buytaert | 2007-06-04 |
| | | | | redundant arguments | ||
* | #119441: JavaScript aggregator/compressor by m3avrck and others. | Steven Wittens | 2007-06-01 |
| | |||
* | #127539: progressive operation support, refactoring update.php code to a ↵ | Gábor Hojtsy | 2007-05-04 |
| | | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off. | ||
* | - Patch #107061 by Steven et al: add jQuery teaser splitter. | Dries Buytaert | 2007-04-09 |
| | |||
* | - #88439: Update jQuery in core to 1.0.2 | Steven Wittens | 2006-10-14 |
| | | | | - #88642: Change drupal.js function separators to semi-colons. | ||
* | #69786: jQuery JavaScript Library in Drupal core | Steven Wittens | 2006-08-31 |
| | |||
* | #76637 by timcn. Adding some documentation to drupal.js. | Neil Drumm | 2006-08-23 |
| | |||
* | - Patch #76637 by timnc: streamline JavaScript addition and add settings ↵ | Dries Buytaert | 2006-08-22 |
| | | | | storage. | ||
* | - Patch #49993 by Sid_M: fixed two minor problems with HTTPGet(). | Dries Buytaert | 2006-08-20 |
| | | | | | | 1) There is a race condition created by calling send() before setting the callback function. Admittedly, this race shouldn't be lost, but it's not good practice to bet on winning races in code. 2) Line 55 is redundant. Since the value of bAsync is based on the non/existence of callbackFunction, there is no need to check both variables later. | ||
* | - Patch #59038 by nedjo: drupal.js parseJson() should allow valid [ first ↵ | Dries Buytaert | 2006-06-07 |
| | | | | character | ||
* | - Patch #58956 by timcn: prevent multiple class names from being glued together. | Dries Buytaert | 2006-05-29 |
| | |||
* | #60532: multiple file upload broken in some browsers | Steven Wittens | 2006-04-27 |
| | |||
* | #57255: Cancel autocomplete requests when the user tabs out of the field | Steven Wittens | 2006-04-05 |
| | |||
* | #53314, upload.module JavaScript broken on Firefox 1.0.x, patch by tenrapid | Gerhard Killesreiter | 2006-03-24 |
| | |||
* | - #47510: Show JavaScript alert when PHP errors occur | Steven Wittens | 2006-02-05 |
| | |||
* | - #44939: Fix Unicode autocomplete in IE | Steven Wittens | 2006-01-22 |
| | |||
* | - Patch 41169 by Chris: got rid of expensvie object 2 array casts. | Dries Buytaert | 2005-12-31 |
| | |||
* | - #42446: Resizable textareas. | Steven Wittens | 2005-12-29 |
| | |||
* | Fix JS in: | Steven Wittens | 2005-12-21 |
| | | | | | - #31968: IE - #41743: Safari | ||
* | - Oopsie, faulty rcsmerge | Steven Wittens | 2005-12-21 |
| | |||
* | - Clarifying Opera bug to Opera 8 | Steven Wittens | 2005-12-21 |
| | |||
* | - Patch #40677 by Steven: make the updater work again. | Dries Buytaert | 2005-12-19 |
| | |||
* | - Patch #35924 by Neil: improved the update system. | Dries Buytaert | 2005-12-06 |
| |