summaryrefslogtreecommitdiff
path: root/misc/drupal.js
Commit message (Collapse)AuthorAge
* - 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.
* #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵Angie Byron2009-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 Buytaert2009-07-03
| | | | not call drupal_urlencode().
* - Patch #329015 by Damien Tournoud: improved error handling of batch API.Dries Buytaert2009-05-03
|
* #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.
* #444352 by kkaefer: Remove the 4.7-era JS killswitch.Angie Byron2009-04-26
|
* #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 #302251 by katbailey: remove the themes property from the Drupal ↵Dries Buytaert2009-01-06
| | | | object in drupal.js.
* - 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
|
* #231475 by birdmanx35 and redndahead: Coding style for comments in *.js.Angie Byron2008-10-12
|
* - Patch #272636 by dvessel: drupal.js overwrites class of html element, ↵Dries Buytaert2008-06-25
| | | | rather than adding to it.
* - Patch #225527 by dvessel: removed jsEnabled check.Dries Buytaert2008-05-19
|
* - Ported a missing Drupal 6.1 security fix.Dries Buytaert2008-03-23
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #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
* #157752 by quicksketch: extend AHAH functionality to most types of form ↵Gábor Hojtsy2007-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 Hojtsy2007-09-25
| | | | broken situations when run at a 'subdirectory'
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* - Patch #172540 by ChrisKennedy: fixed typo on Drupal.formatPlural().Dries Buytaert2007-09-03
|
* #158687 by drumm: fix URI encoding of some special charsGábor Hojtsy2007-07-13
|
* - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.Dries Buytaert2007-07-01
|
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-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 Buytaert2007-06-04
| | | | redundant arguments
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-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 Buytaert2007-04-09
|
* - #88439: Update jQuery in core to 1.0.2Steven Wittens2006-10-14
| | | | - #88642: Change drupal.js function separators to semi-colons.
* #69786: jQuery JavaScript Library in Drupal coreSteven Wittens2006-08-31
|
* #76637 by timcn. Adding some documentation to drupal.js.Neil Drumm2006-08-23
|
* - Patch #76637 by timnc: streamline JavaScript addition and add settings ↵Dries Buytaert2006-08-22
| | | | storage.
* - Patch #49993 by Sid_M: fixed two minor problems with HTTPGet().Dries Buytaert2006-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 Buytaert2006-06-07
| | | | character
* - Patch #58956 by timcn: prevent multiple class names from being glued together.Dries Buytaert2006-05-29
|
* #60532: multiple file upload broken in some browsersSteven Wittens2006-04-27
|
* #57255: Cancel autocomplete requests when the user tabs out of the fieldSteven Wittens2006-04-05
|
* #53314, upload.module JavaScript broken on Firefox 1.0.x, patch by tenrapidGerhard Killesreiter2006-03-24
|
* - #47510: Show JavaScript alert when PHP errors occurSteven Wittens2006-02-05
|
* - #44939: Fix Unicode autocomplete in IESteven Wittens2006-01-22
|
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - #42446: Resizable textareas.Steven Wittens2005-12-29
|
* Fix JS in:Steven Wittens2005-12-21
| | | | | - #31968: IE - #41743: Safari
* - Oopsie, faulty rcsmergeSteven Wittens2005-12-21
|
* - Clarifying Opera bug to Opera 8Steven Wittens2005-12-21
|
* - Patch #40677 by Steven: make the updater work again.Dries Buytaert2005-12-19
|
* - Patch #35924 by Neil: improved the update system.Dries Buytaert2005-12-06
|
* - Patch #39725 by Goba: improvements to the code comments.Dries Buytaert2005-12-02
|
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|