WordPress/wp-admin/js
Andrew Nacin 2c07e893dd Use jQuery .html() when processing HTML.
git-svn-id: http://core.svn.wordpress.org/branches/3.4@22934 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-11-30 00:08:31 +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 Admin menu: reset sub-menus position on mouseleave so they don't break when auto-expanded, props phill_brown SergeyBiryukov, fixes #19562 for 3.4 2012-06-21 00:10:05 +00:00
common.js Compress scripts/styles: 3.4.1-alpha-21149. 2012-06-26 21:51:24 +00:00
custom-background.dev.js Custom background color: Show the 'Default' link when the input is empty and there is a default color registered. fixes #20448. see #20734. 2012-06-05 18:57:49 +00:00
custom-background.js Compress scripts/styles: 3.4-RC1-21005. 2012-06-05 18:58:25 +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
customize-controls.dev.js Remove custom header uploads from the customizer. 2012-09-04 04:54:01 +00:00
customize-controls.js Compress scripts/styles: 3.4.2-RC1. TinyMCE updated. 2012-09-05 01:55:55 +00:00
dashboard.dev.js Remove index-extra.php. Move dashboard widget XHR callbacks to ajax-actions.php. fixes #20242. 2012-03-15 13:20:00 +00:00
dashboard.js Compress scripts/styles: 3.4-alpha-20192. 2012-03-15 13:58:27 +00:00
edit-comments.dev.js Don't call updatePending() if the pending count hasn't changed. See #19905. 2012-04-19 14:32:45 +00:00
edit-comments.js Compress scripts/styles: 3.4-beta2-20536. 2012-04-19 14:58:27 +00:00
editor.dev.js Change the image caption shortcode format to [caption ...]<a><img /></a> caption text + html[/caption]. That way HTML tags in captions are better supported and the shortcode wouldn't break when using the wrong quotes. Props sushkov, nacin, fixes #18311 2012-05-02 01:14:52 +00:00
editor.js Compress scripts/styles: 3.4-beta3-20681. TinyMCE updated. 2012-05-02 01:58:25 +00:00
farbtastic.js Farbtastic 1.3u. Props flashingcursor. fixes #14707 2010-11-11 16:34:22 +00:00
gallery.dev.js Toggle the pinkynails properly, props goto10, fixes #17212 2011-10-01 00:12:39 +00:00
gallery.js Toggle the pinkynails properly, props goto10, fixes #17212 2011-10-01 00:12:39 +00:00
image-edit.dev.js Add error message when loading the preview image in the image editor fails, fixes #18723 2011-09-28 06:08:56 +00:00
image-edit.js Add error message when loading the preview image in the image editor fails, fixes #18723 2011-09-28 06:08:56 +00:00
inline-edit-post.dev.js Use jQuery .html() when processing HTML. 2012-11-30 00:08:31 +00:00
inline-edit-post.js Use jQuery .html() when processing HTML. 2012-11-30 00:08:31 +00:00
inline-edit-tax.dev.js Use ajaxurl rather than direct references to admin-ajax.php. see #18952. 2012-03-15 13:30:28 +00:00
inline-edit-tax.js Compress scripts/styles: 3.4-alpha-20192. 2012-03-15 13:58:27 +00:00
link.dev.js Merge [21205] and [21688] to the 3.4 branch. props SergeyBiryukov, yoavf. fixes #21590. see #21106. 2012-09-04 03:17:11 +00:00
link.js Compress scripts/styles: 3.4.2-RC1. TinyMCE updated. 2012-09-05 01:55:55 +00:00
media-gallery.dev.js Remove duplicate JavaScript. Props aaroncampbell. See #19840, fixes #20363. 2012-04-05 11:14:32 +00:00
media-gallery.js Compress scripts/styles: 3.4-beta1-20370. 2012-04-05 11:58:23 +00:00
media-upload.dev.js HTML in image captions, first run, see #18311 2012-02-24 01:58:18 +00:00
media-upload.js Compress scripts/styles: 3.4-alpha-19983. 2012-02-24 02:00:58 +00:00
media.dev.js Fix getting the checked radio button when attaching orphan attachments, props solarissmoke SergeyBiryukov, fixes #16655 2012-04-01 22:46:29 +00:00
media.js Compress scripts/styles: 3.4-alpha-20339. 2012-04-01 22:58:18 +00:00
nav-menu.dev.js Allow enter to trigger a new custom link on nav-menus.php. props mattwiebe, fixes #18255. 2011-11-16 01:45:11 +00:00
nav-menu.js Allow enter to trigger a new custom link on nav-menus.php. props mattwiebe, fixes #18255. 2011-11-16 01:45:11 +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 About face. Revert [19628]. Gonna improve Plugins widget instead of tossing it. see #19573 2011-12-23 00:25:09 +00:00
plugin-install.js About face. Revert [19628]. Gonna improve Plugins widget instead of tossing it. see #19573 2011-12-23 00:25:09 +00:00
post.dev.js Modify a few jQuery selectors to prevent overflows and lagging. props SergeyBiryukov. fixes #21106. merges [21737] to the 3.4 branch. 2012-09-04 20:28:52 +00:00
post.js Compress scripts/styles: 3.4.2-RC1. TinyMCE updated. 2012-09-05 01:55:55 +00:00
postbox.dev.js Move the check for body.mobile in postbox.js to a variable as it's used in more than one place, props georgestephanis, scribu, fixes #20561 2012-05-01 22:50:47 +00:00
postbox.js Compress scripts/styles: 3.4-beta3-20678. 2012-05-01 22:58:23 +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 Bail from AJAX success callback if wp_ajax_add_tag() returns errors. Props solarissmoke. Fixes #20086. 2012-03-02 21:01:51 +00:00
tags.js Compress scripts/styles: 3.4-alpha-20090. 2012-03-02 21:15:21 +00:00
theme-preview.dev.js Fix showing/hiding theme details and move code from theme-preview.js to theme.js. see #20403. 2012-04-10 00:34:39 +00:00
theme-preview.js Compress scripts/styles: 3.4-beta1-20416. 2012-04-10 00:58:23 +00:00
theme.dev.js Theme Customizer: Fix scrolling on iOS and Kindle Fire. props azaozz, helenyhou. fixes #20805. 2012-06-06 21:45:17 +00:00
theme.js Compress scripts/styles: 3.4-RC1-21015. 2012-06-06 21:51:13 +00:00
user-profile.dev.js Do not clear the old values in "Display name publicly as" drop-down on the user profile screen, append new values there when the user changes any of20747 the name fields, fixes #20747 2012-05-30 21:54:33 +00:00
user-profile.js Compress scripts/styles: 3.4-RC1-20965. 2012-05-30 21:58:23 +00:00
user-suggest.dev.js Remove user/site suggestions (autocompletion) from search inputs, as the UX isn't proper. 2012-06-05 18:51:33 +00:00
user-suggest.js Compress scripts/styles: 3.4-RC1-21005. 2012-06-05 18:58:25 +00:00
utils.dev.js Pinking shears 6-20000 2012-02-27 19:46:52 +00:00
utils.js Compress scripts/styles: 3.4-alpha-19955. 2012-02-20 00:30:57 +00:00
widgets.dev.js Widgets: remove the widget title shown in the widget header when empty or doesn't exist, part props kawauso, fixes #19925 2012-04-27 20:34:35 +00:00
widgets.js Compress scripts/styles: 3.4-beta3-20629. 2012-04-27 20:58:24 +00:00
word-count.dev.js Allow counting by characters in lieu of a word count, for East Asian languages. First pass. see #8759. 2012-02-21 15:35:05 +00:00
word-count.js Compress scripts/styles: 3.4-alpha-19967. 2012-02-21 15:45:56 +00:00
wp-fullscreen.dev.js Add support for DFW for all instances of the editor, part props sushkov, fixes #19843 2012-03-09 23:23:10 +00:00
wp-fullscreen.js Compress scripts/styles: 3.4-alpha-20167. TinyMCE updated. 2012-03-09 23:30:29 +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