Commit Graph

424 Commits (d72c565607380c5e92df6bcc6067ca0536c4a5e4)

Author SHA1 Message Date
Dries Buytaert 08eab84127 - Patch #556438 by rfay, effulgentsia, sun | quicksketch, Rob Loach, Dries, sun.core, Damien Tournoud: Fixed AJAX/AHAH 'callback' support only works for 'submit' and 'button' elements - Should work for all triggering elements. 2009-10-02 14:55:40 +00:00
Dries Buytaert 2c5a198366 - Patch #444402 by sun: clean up of parseInt() usage. 2009-09-20 19:14:40 +00:00
Dries Buytaert f70b6182e1 - Patch #520368 by Gábor Hojtsy: fixed Admin toolbar breaks sticky table headers. 2009-09-15 20:50:48 +00:00
Angie Byron f6528ec8a5 #572872 by cwgordon7: Fixed coding style problems in collapse.js. 2009-09-11 02:01:26 +00:00
Dries Buytaert 780bf9b04b - Patch #559368 by CalebD: trailing commas in JavaScript cause syntax errors in IE. 2009-09-09 21:53:15 +00:00
Angie Byron a6e88a923c #159762 by paul.lovvik and jp.stacey: Fixed Autocomplete errors from whitespace entry. 2009-09-05 12:03:31 +00:00
Angie Byron ee24485cdb #444344 follow-up by brandonojc: Added missing file that breaks HEAD. 2009-08-31 15:52:26 +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
Dries Buytaert 15a7ec5a4e - Patch #558656 by Davy Van Den Brempt: this that self. 2009-08-25 13:30:54 +00:00
Dries Buytaert fc20d6e2b5 - Patch #552000 by deekayen: 'smush' core images. 2009-08-23 14:23:46 +00:00
Angie Byron 80b4cd6610 #172571 follow-up by deekayen: removing xml.png which isn't referenced anywhere anymore. 2009-08-18 02:53:23 +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 ee781b689c - Patch #548870 by deekayen: blog.png is no longer used. 2009-08-14 07:55:10 +00:00
Dries Buytaert b00d15ebc4 - Patch #511114 by sivaji, deekayen: slightly smaller feed.png per Google Speed's suggestion. 2009-07-27 18:44:24 +00:00
Dries Buytaert 9c8c3cfd1b - Patch #396466 by quicksketch: support custom success callbacks in ahah.js. 2009-07-16 02:46:13 +00:00
Dries Buytaert 2ea8bd9801 - Patch #507108 by quicksketch: allow AHAH to reset Drupal.settings after loading response data. 2009-07-14 10:37:27 +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 907faab2bb - Patch #507072 by DamZ: added jQuery cookie library. 2009-07-01 12:16:48 +00:00
Angie Byron d20f505d1f #504248 by afreeman: Adding missing Id tag in jquery.js. 2009-06-30 03:35:11 +00:00
Dries Buytaert 08b1bb73f7 - Patch #201269 by Xano; synonym collapsing in core. 2009-06-28 13:37:29 +00:00
Angie Byron 4ba822c158 #315035 by Damien Tournoud, Rob Loach, sun, mfer, et al: Adding jQuery UI 1.7.2 to core. 2009-06-27 23:10:59 +00:00
Angie Byron c25f3ac5df #377204 by elv: New forum icons with better compatible transparency. 2009-06-27 03:08:03 +00:00
Dries Buytaert ecc24c5afa - Patch #274947 by yched: removed the remaining bits from teaser splitter. 2009-06-15 09:51:49 +00:00
Dries Buytaert 122ba8461e - Patch #329797 by danielb: better support for nested elements. 2009-06-10 05:06:57 +00:00
Angie Byron 5b8d80b95d #435646 by tstoeckler: Fix vertical tabs in Stark. 2009-05-31 00:51:41 +00:00
Angie Byron 0a5715cf65 #474242 by tic2000: Use more specific CSS selectors for Vertical Tabs to prevent breakage by other modules. 2009-05-30 05:32:13 +00:00
Angie Byron 86662768f9 #473878 by tic2000: Fix vertical tabs styling which was accidentally mangled in content-region-as-a-block patch. 2009-05-27 13:30:49 +00:00
Dries Buytaert 3b459ed033 - Patch #466418 by wretched sinner..., quicksketch: fixed CVS tas. 2009-05-19 06:03:25 +00:00
Dries Buytaert 66f88efaae - Patch #193577 by DamZ: fixed teaser splitting Javascript code. 2009-05-17 08:26:42 +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
Dries Buytaert a6233dfe20 - Patch #439038 by JeremyFrench: fixed typo in CSS file. 2009-04-20 20:07:14 +00:00
Angie Byron e8f56c4374 #323112 follow-up by kkaefer: Make tab titles enclosed in <strong> tags to indicate importance from surrounding text. 2009-04-12 02:37:56 +00:00
Angie Byron e888f0061c #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future. 2009-04-11 22:19:46 +00:00
Angie Byron 28aaa036e4 #304330 follow-up by sun: Clean-up of text format widget patch. 2009-03-30 03:15:41 +00:00
Angie Byron f270cda070 #350275 by mfer: Fix regression in tablesort after introduction of jQuery 1.3.2. 2009-03-17 02:59:27 +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 b179a944a3 #350275 by Rob Loach, starbow, and quicksketch: Upgrade to jQuery 1.3.2 and jQuery Forms 2.21. 2009-03-08 03:16:26 +00:00
Angie Byron ce6a3e17cb #304330 by ximo, alpritt, Amitaibu, edmund.kwok, Xano, ff1, BrightLoudNoise, et al: Dramatically improved text format widget. USABILITY AWESOMENESS. 2009-03-08 01:43:57 +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
Angie Byron 5e81074b70 #102743 by yoroy: Swanky new forum icons. 2009-01-29 14:44:24 +00:00
Dries Buytaert 6d3d75fe4b - Removing whitespace. 2009-01-26 14:08:44 +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 6808ba7c91 - Patch #256285 by hass: fix jquery version. 2009-01-04 20:46:19 +00:00
Dries Buytaert 92a8adea65 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
Dries Buytaert 0c63d9e24f - Patch #349504 by keith.smith: clean up sentence spacing in code comments. 2008-12-20 18:24:41 +00:00
Angie Byron b4435decef #11077 follow-up: adding missing timezone.js file. 2008-11-21 04:33:28 +00:00
Dries Buytaert 63beb458c0 - Patch #313902 by c960657: properly display SimpleTest errors. 2008-11-01 21:38:56 +00:00