drupal/misc
Dries Buytaert bf4d7279e9 - Patch #565808 by cha0s, thegreat, Dave Reid, Alexander N, andrewlevine, carlos8f: nojs/ajax replacement. 2010-11-12 03:02:43 +00:00
..
farbtastic - Patch #748798 by casey, Rob Loach, Jacine: changed CSS Coding Standards. 2010-04-28 20:08:39 +00:00
ui #916968 by drifter, mfer, amateescu, et al: Upgrade to jQuery UI 1.8.6 (latest point release). 2010-10-31 22:02:20 +00:00
ajax.js - Patch #565808 by cha0s, thegreat, Dave Reid, Alexander N, andrewlevine, carlos8f: nojs/ajax replacement. 2010-11-12 03:02:43 +00:00
arrow-asc.png
arrow-desc.png
authorize.js #673450 by casey and Jody Lynn: Cleanup JavaScript file syntax. 2010-01-04 16:08:52 +00:00
autocomplete.js - Patch #625170 by roborn, stBorchert, casey, sun, amateescu: autocomplete popup position. 2010-11-07 22:32:47 +00:00
batch.js - 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
collapse.js - Patch #535966 by casey, jablko: add ':target' to selector for removing 'collapsed' class. 2010-05-14 16:45:56 +00:00
configure.png - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
draggable.png - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
drupal.js - Patch #787670 by casey, Kiphaas7: clean up tableheader.js. 2010-07-28 01:38:28 +00:00
druplicon.png - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
favicon.ico
feed.png
form.js - Patch #445130 by Rob Loach, aspilicious: namespace the Drupal jQuery functions. 2010-04-09 12:24:53 +00:00
forum-icons.png - Patch #821672 by dereine, mgifford, andypost, Damien Tournoud: forum icons not accessible to screen-reader users and forum icons not using sprites. 2010-10-03 00:41:14 +00:00
grippie.png
help.png - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
jquery.ba-bbq.js - Patch #724642 by tstoeckler: removed some whitespace. 2010-05-26 11:55:15 +00:00
jquery.cookie.js
jquery.form.js - Patch #609622 by Rob Loach, casey, andypost, mfer: keep jQuery Form up to date. 2010-01-18 17:04:10 +00:00
jquery.js #944308 follow-up by cosmicdreams, amateescu: Upgrade to jQuery 1.4.4. 2010-11-12 01:36:08 +00:00
jquery.once.js #444344 follow-up by brandonojc: Added missing file that breaks HEAD. 2009-08-31 15:52:26 +00:00
machine-name.js #902644 follow-up: Committing missing JS file. 2010-10-13 17:09:00 +00:00
menu-collapsed-rtl.png
menu-collapsed.png
menu-expanded.png
menu-leaf.png
message-16-error.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
message-16-help.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
message-16-info.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
message-16-ok.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
message-16-warning.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
message-24-error.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
message-24-help.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
message-24-info.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
message-24-ok.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
message-24-warning.png #874370 follow-up by deekayen: Smush system message icons. 2010-10-09 05:09:28 +00:00
permissions.png - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
powered-black-80x15.png
powered-black-88x31.png
powered-black-135x42.png
powered-blue-80x15.png
powered-blue-88x31.png
powered-blue-135x42.png
powered-gray-80x15.png
powered-gray-88x31.png
powered-gray-135x42.png
print-rtl.css
print.css
progress.gif - Patch #902490 by jbrown: fixed progress.gif doesn't tile properly. 2010-09-07 22:07:53 +00:00
progress.js - Patch #906922 by auzigog: error message icon is tiled for when the message appears on a batch page in place of a progress bar. 2010-09-09 21:05:11 +00:00
states.js #767268 by sun, rfay: Fixed #states doesn't work correctly with radio buttons. 2010-04-30 19:30:44 +00:00
tabledrag.js #616240 follow-up by yched, dereine, marvil07: Make Field UI screens extensible from contrib - part II. 2010-09-11 00:03:42 +00:00
tableheader.js - Patch #787670 by casey, Kiphaas7: clean up tableheader.js. 2010-07-28 01:38:28 +00:00
tableselect.js - 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
textarea.js - Patch #735628 by sun, Jacine: resizable textarea behavior leads to unpredictable results. 2010-03-09 11:45:37 +00:00
throbber.gif
timezone.js - 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
tree-bottom.png
tree.png
vertical-tabs-rtl.css #925350 by reglogge, Jacine, Jeff Burnz: Fixed Vertical tabs markup to restore RTL support and fix other bugs. 2010-10-07 15:54:13 +00:00
vertical-tabs.css #925350 by reglogge, Jacine, Jeff Burnz: Fixed Vertical tabs markup to restore RTL support and fix other bugs. 2010-10-07 15:54:13 +00:00
vertical-tabs.js - Patch #376293 by casey, Dave Reid, droidenator, moshe weitzman: activate current vertical tab from URL fragment. 2010-07-24 16:56:31 +00:00
watchdog-error.png - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
watchdog-ok.png - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
watchdog-warning.png - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00