Dries Buytaert
1df3cfffef
- Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem with clean urls.
2010-01-29 22:40:41 +00:00
Angie Byron
6151cbde15
#646694 by rfay: Added much more meaningful error reporting to AJAX.
2009-12-14 23:57:39 +00:00
Angie Byron
ba72e2f9a4
#654964 by sun: Fixed Remove babysitting code for cross-js library convention.
2009-12-10 17:29:29 +00:00
Angie Byron
3b2d24af0b
#561726 by effulgentsia, TwoD, and sun: Make ajax.js and tabledrag.js implement Drupal.detachBehaviors().
2009-11-03 05:34:37 +00:00
Angie Byron
0e05035b71
#610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: API changes to support overlays: lays ground work for implementation.
2009-10-27 04:12:39 +00:00
Dries Buytaert
e6e29ac1b0
- 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.
2009-08-31 05:51:08 +00:00
Angie Byron
25b9f686a6
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
2009-08-17 07:12:16 +00:00
Dries Buytaert
e49ac650a6
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
2009-07-03 19:21:55 +00:00
Dries Buytaert
ac5e86e05c
- Patch #329015 by Damien Tournoud: improved error handling of batch API.
2009-05-03 07:35:37 +00:00
Angie Byron
fc7283235b
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.
2009-04-27 20:19:38 +00:00
Angie Byron
bda52632a5
#444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript.
2009-04-26 19:18:46 +00:00
Angie Byron
cf9f223cf5
#444352 by kkaefer: Remove the 4.7-era JS killswitch.
2009-04-26 00:59:24 +00:00
Angie Byron
b77475baf5
#360081 by quicksketch: Stop using global variables for JavaScript settings.
2009-03-13 23:15:09 +00:00
Angie Byron
ac484c277a
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.
2009-02-18 13:46:55 +00:00
Dries Buytaert
8caab6f74e
- Patch #302251 by katbailey: remove the themes property from the Drupal object in drupal.js.
2009-01-06 13:16:09 +00:00
Dries Buytaert
63beb458c0
- Patch #313902 by c960657: properly display SimpleTest errors.
2008-11-01 21:38:56 +00:00
Dries Buytaert
5371104a2d
- Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.
2008-10-29 10:01:28 +00:00
Angie Byron
430d839569
#231475 by birdmanx35 and redndahead: Coding style for comments in *.js.
2008-10-12 00:29:09 +00:00
Dries Buytaert
b1e895f850
- Patch #272636 by dvessel: drupal.js overwrites class of html element, rather than adding to it.
2008-06-25 07:45:03 +00:00
Dries Buytaert
9f09788e3b
- Patch #225527 by dvessel: removed jsEnabled check.
2008-05-19 19:42:18 +00:00
Dries Buytaert
a01deb1b1a
- Ported a missing Drupal 6.1 security fix.
2008-03-23 14:55:26 +00:00
Dries Buytaert
b8a1eab1fb
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
2008-02-06 19:38:28 +00:00
Gábor Hojtsy
877122a4a1
#201141 by yched: instead of 'HTTP error 200' messages when a PHP error occurs, actually display the PHP error message
2008-01-04 11:53:21 +00:00
Gábor Hojtsy
31b73898af
#157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page.
2007-10-05 09:35:09 +00:00
Gábor Hojtsy
216322ac98
#177906 by douggreen: JavaScript cookie detection should use path=/ to avoid broken situations when run at a 'subdirectory'
2007-09-25 14:55:36 +00:00
Gábor Hojtsy
21ac9f1917
#174708 by multiple contributors: update jQuery to 1.2
2007-09-12 18:29:32 +00:00
Dries Buytaert
3ad6d53d81
- Patch #172540 by ChrisKennedy: fixed typo on Drupal.formatPlural().
2007-09-03 16:55:56 +00:00
Gábor Hojtsy
3cccee7f4a
#158687 by drumm: fix URI encoding of some special chars
2007-07-13 20:07:15 +00:00
Dries Buytaert
c11cb4ec24
- Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.
2007-07-01 15:37:10 +00:00
Gábor Hojtsy
57c9a13e1f
#118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found
2007-06-08 12:51:59 +00:00
Dries Buytaert
1fe90cba4f
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
2007-06-04 07:22:23 +00:00
Steven Wittens
7f8b191781
#119441 : JavaScript aggregator/compressor by m3avrck and others.
2007-06-01 09:05:45 +00:00
Gábor Hojtsy
c740ac7fd5
#127539 : progressive operation support, refactoring update.php code to a 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.
2007-05-04 09:41:37 +00:00
Dries Buytaert
dcbb5fa3f4
- Patch #107061 by Steven et al: add jQuery teaser splitter.
2007-04-09 13:58:03 +00:00
Steven Wittens
5ac7267827
- #88439 : Update jQuery in core to 1.0.2
...
- #88642 : Change drupal.js function separators to semi-colons.
2006-10-14 02:39:48 +00:00
Steven Wittens
7fd9aa5c8a
#69786 : jQuery JavaScript Library in Drupal core
2006-08-31 23:31:25 +00:00
Neil Drumm
4fdc90e1d2
#76637 by timcn. Adding some documentation to drupal.js.
2006-08-23 04:59:17 +00:00
Dries Buytaert
a8de1e92d7
- Patch #76637 by timnc: streamline JavaScript addition and add settings storage.
2006-08-22 09:00:31 +00:00
Dries Buytaert
3646f8914f
- Patch #49993 by Sid_M: fixed two minor problems with HTTPGet().
...
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.
2006-08-20 06:22:35 +00:00
Dries Buytaert
7bacdb4353
- Patch #59038 by nedjo: drupal.js parseJson() should allow valid [ first character
2006-06-07 09:34:11 +00:00
Dries Buytaert
c3324b9a50
- Patch #58956 by timcn: prevent multiple class names from being glued together.
2006-05-29 14:22:31 +00:00
Steven Wittens
23bd2c005a
#60532 : multiple file upload broken in some browsers
2006-04-27 18:12:25 +00:00
Steven Wittens
a81547d5b3
#57255 : Cancel autocomplete requests when the user tabs out of the field
2006-04-05 00:53:16 +00:00
Gerhard Killesreiter
2d1aeff2d1
#53314 , upload.module JavaScript broken on Firefox 1.0.x, patch by tenrapid
2006-03-24 13:17:17 +00:00
Steven Wittens
d38429248e
- #47510 : Show JavaScript alert when PHP errors occur
2006-02-05 19:04:58 +00:00
Steven Wittens
a1e4655bbc
- #44939 : Fix Unicode autocomplete in IE
2006-01-22 17:37:41 +00:00
Dries Buytaert
ea2d791095
- Patch 41169 by Chris: got rid of expensvie object 2 array casts.
2005-12-31 10:48:56 +00:00
Steven Wittens
5e49dd2a68
- #42446 : Resizable textareas.
2005-12-29 03:59:30 +00:00
Steven Wittens
5a37a75966
Fix JS in:
...
- #31968 : IE
- #41743 : Safari
2005-12-21 17:29:08 +00:00
Steven Wittens
4b0067ee16
- Oopsie, faulty rcsmerge
2005-12-21 15:04:23 +00:00