WordPress/wp-admin/js
2011-08-06 01:35:02 +00:00
..
cat.dev.js Cleanup js files and prepare for concatenating, move most inline js to files 2009-01-12 13:43:17 +00:00
cat.js Minify all js and add the non-minified files as .dev.js 2009-01-02 15:08:58 +00:00
categories.dev.js Fix canceling when deleting newly added categories and link categories, fixes #11296 2009-12-01 23:51:04 +00:00
categories.js Fix canceling when deleting newly added categories and link categories, fixes #11296 2009-12-01 23:51:04 +00:00
comment.dev.js Add quotes to [value="some"] selectors, see #16426 2011-04-30 02:15:08 +00:00
comment.js Add quotes to [value="some"] selectors, see #16426 2011-04-30 02:15:08 +00:00
common.dev.js Fix resetting of page number when entering it manually, fixes #18002 for trunk 2011-07-11 21:53:29 +00:00
common.js Fix resetting of page number when entering it manually, fixes #18002 for trunk 2011-07-11 21:53:29 +00:00
custom-background.dev.js Add clear to custom background color field. props lancewillett for initial patch. fixes #15755. 2011-05-12 03:31:01 +00:00
custom-background.js Add clear to custom background color field. props lancewillett for initial patch. fixes #15755. 2011-05-12 03:31:01 +00:00
custom-fields.dev.js Add quotes to [value="some"] selectors, see #16426 2011-04-30 02:15:08 +00:00
custom-fields.js Add quotes to [value="some"] selectors, see #16426 2011-04-30 02:15:08 +00:00
dashboard.dev.js Fix another .attr() vs .prop() case, props ocean90, fixes #17546 2011-05-24 16:49:01 +00:00
dashboard.js Fix another .attr() vs .prop() case, props ocean90, fixes #17546 2011-05-24 16:49:01 +00:00
edit-comments.dev.js Fix back-compat for quicktags, introduce QTags.addButton(), see #16695 2011-08-05 04:09:22 +00:00
edit-comments.js Fix back-compat for quicktags, introduce QTags.addButton(), see #16695 2011-08-05 04:09:22 +00:00
editor.dev.js Editor API enhancement, first run (still needs some work), see #17144 2011-08-03 10:19:00 +00:00
editor.js Editor API enhancement, first run (still needs some work), see #17144 2011-08-03 10:19:00 +00:00
farbtastic.js Farbtastic 1.3u. Props flashingcursor. fixes #14707 2010-11-11 16:34:22 +00:00
gallery.dev.js Remove redundant IE restore selection calls for TinyMCE, see #17136 2011-04-15 04:20:12 +00:00
gallery.js Remove redundant IE restore selection calls for TinyMCE, see #17136 2011-04-15 04:20:12 +00:00
image-edit.dev.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
image-edit.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
inline-edit-post.dev.js Bring out the pinking shears. 2011-06-10 23:01:45 +00:00
inline-edit-post.js Do not run bulk edit when the user clicks on a filter, fixes #17733 2011-06-10 00:01:16 +00:00
inline-edit-tax.dev.js Do not run bulk edit when the user clicks on a filter, fixes #17733 2011-06-10 00:01:16 +00:00
inline-edit-tax.js Do not run bulk edit when the user clicks on a filter, fixes #17733 2011-06-10 00:01:16 +00:00
link.dev.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
link.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
media-upload.dev.js Fix send_to_editor() and Insert/Upload buttons URLs, see #17144 2011-08-06 01:35:02 +00:00
media-upload.js Fix send_to_editor() and Insert/Upload buttons URLs, see #17144 2011-08-06 01:35:02 +00:00
media.dev.js Fix media dialog keyPress handling. Props mdawaffe. fixes #14394 2010-10-22 19:23:00 +00:00
media.js Fix media dialog keyPress handling. Props mdawaffe. fixes #14394 2010-10-22 19:23:00 +00:00
nav-menu.dev.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
nav-menu.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
password-strength-meter.dev.js Bring back a seperate js file for the password strength meter and correctly mark it as a dependancy of the user profile code. See #5919. 2010-10-27 06:39:20 +00:00
password-strength-meter.js Bring back a seperate js file for the password strength meter and correctly mark it as a dependancy of the user profile code. See #5919. 2010-10-27 06:39:20 +00:00
plugin-install.dev.js Reinstitute Intall Now AYS that was accidentally disabled. props ocean90. fixes #16032 2010-12-30 16:04:07 +00:00
plugin-install.js Recompress some JS scripts that were done without YUI munging. 2011-01-13 08:04:58 +00:00
post.dev.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
post.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
postbox.dev.js Make sure the browser nag in shown first on the dashboard no matter what! See #17323 2011-06-13 00:24:47 +00:00
postbox.js Make sure the browser nag in shown first on the dashboard no matter what! See #17323 2011-06-13 00:24:47 +00:00
revisions-js.php Link to unobfuscated JS. Props filosofo. fixes #15262 2010-12-08 22:37:19 +00:00
set-post-thumbnail.dev.js Add nonce protection for setting/removing featured post image. fixes #13438 2010-05-18 22:08:49 +00:00
set-post-thumbnail.js Squeeze out some bytes via munging. 2010-05-27 13:39:44 +00:00
tags.dev.js Add quotes to [value="some"] selectors, see #16426 2011-04-30 02:15:08 +00:00
tags.js Add quotes to [value="some"] selectors, see #16426 2011-04-30 02:15:08 +00:00
theme-preview.dev.js Strip trailing whites. 2010-05-03 20:26:11 +00:00
theme-preview.js Squeeze out some bytes via munging. 2010-05-27 13:39:44 +00:00
theme.dev.js Several list table JS fixes. restores XHR comment status changes. props garyc40. see #16262 2011-01-18 17:32:35 +00:00
theme.js Several list table JS fixes. restores XHR comment status changes. props garyc40. see #16262 2011-01-18 17:32:35 +00:00
user-profile.dev.js Pinking shears 2011-06-30 21:59:45 +00:00
user-profile.js User Profile JS cleanup, props dd32, fixes #17910 for 3.2 2011-06-28 16:17:49 +00:00
utils.dev.js Move the l10n helper function into a seperate js file so we can always output it first. 2010-11-10 21:53:30 +00:00
utils.js Move the l10n helper function into a seperate js file so we can always output it first. 2010-11-10 21:53:30 +00:00
widgets.dev.js Widgets RTL fixes, props yoavf, fixes #16082 2011-06-01 16:29:10 +00:00
widgets.js Widgets RTL fixes, props yoavf, fixes #16082 2011-06-01 16:29:10 +00:00
word-count.dev.js Fix autosave and word count for DFW HTML editor, always update word count on autosave, see #17136 2011-05-16 06:17:44 +00:00
word-count.js Fix autosave and word count for DFW HTML editor, always update word count on autosave, see #17136 2011-05-16 06:17:44 +00:00
wp-fullscreen.dev.js Editor API enhancement, first run (still needs some work), see #17144 2011-08-03 10:19:00 +00:00
wp-fullscreen.js Editor API enhancement, first run (still needs some work), see #17144 2011-08-03 10:19:00 +00:00
xfn.dev.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00
xfn.js Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311 2011-05-25 01:04:12 +00:00