.. |
cat.dev.js
|
|
|
cat.js
|
|
|
categories.dev.js
|
|
|
categories.js
|
|
|
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
|
When tabbing: on Enter open the current submenu and close other submenus if open, see #19394
|
2011-12-01 00:43:18 +00:00 |
common.js
|
When tabbing: on Enter open the current submenu and close other submenus if open, see #19394
|
2011-12-01 00:43:18 +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
|
Change show/hide storage mechanism for show_welcome_panel. 0 = hide, 1 = show, 2 = show if the multisite owner. Make welcome panel dismissable without JS (openable too via the URL). fixes #19338, fixes #19127.
|
2011-11-23 18:30:45 +00:00 |
dashboard.js
|
Change show/hide storage mechanism for show_welcome_panel. 0 = hide, 1 = show, 2 = show if the multisite owner. Make welcome panel dismissable without JS (openable too via the URL). fixes #19338, fixes #19127.
|
2011-11-23 18:30:45 +00:00 |
edit-comments.dev.js
|
Allow "Approve and Reply" background-color animation to complete on the Dashboard. Props ocean90. Fixes #18349.
|
2011-11-15 17:57:53 +00:00 |
edit-comments.js
|
Allow "Approve and Reply" background-color animation to complete on the Dashboard. Props ocean90. Fixes #18349.
|
2011-11-15 17:57:53 +00:00 |
editor.dev.js
|
mode == 'tmce' || mode == 'tinymce', see #17144
|
2011-11-17 15:50:01 +00:00 |
editor.js
|
mode == 'tmce' || mode == 'tinymce', see #17144
|
2011-11-17 15:50:01 +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
|
Fix tags suggest for bulk edit, for post_type post and taxonomy post_tag. Address all non-hierarchical taxonomies in 3.4. fixes #19716, props scottbasgaard.
|
2011-11-29 18:25:49 +00:00 |
inline-edit-post.js
|
Fix tags suggest for bulk edit, for post_type post and taxonomy post_tag. Address all non-hierarchical taxonomies in 3.4. fixes #19716, props scottbasgaard.
|
2011-11-29 18:25:49 +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 editor detection when inserting image, see #17144
|
2011-09-30 16:00:11 +00:00 |
media-upload.js
|
Fix editor detection when inserting image, see #17144
|
2011-09-30 16:00:11 +00:00 |
media.dev.js
|
|
|
media.js
|
|
|
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
|
|
|
password-strength-meter.js
|
|
|
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
|
Switch to sanitize_title_for_query() for Query sanitization (allows for pre-3.3 page slugs to be viewable), Don't update page slugs to new slug-types when the slug is not being changed, Don't issue a XHR if the page slug hasn't changed. Group effort props xknown, markjaquith, nacin. See #19292
|
2011-11-24 00:20:21 +00:00 |
post.js
|
Switch to sanitize_title_for_query() for Query sanitization (allows for pre-3.3 page slugs to be viewable), Don't update page slugs to new slug-types when the slug is not being changed, Don't issue a XHR if the page slug hasn't changed. Group effort props xknown, markjaquith, nacin. See #19292
|
2011-11-24 00:20:21 +00:00 |
postbox.dev.js
|
Make iPad support usable again, add viewport meta, see #18863
|
2011-10-10 04:19:05 +00:00 |
postbox.js
|
Make iPad support usable again, add viewport meta, see #18863
|
2011-10-10 04:19:05 +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
|
|
|
set-post-thumbnail.js
|
|
|
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
|
|
|
theme-preview.js
|
|
|
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
|
Fix the workaround for UI Draggable to include single instance widgets (do they still exist?), see #17952
|
2011-09-25 18:53:34 +00:00 |
widgets.js
|
Fix the workaround for UI Draggable to include single instance widgets (do they still exist?), see #17952
|
2011-09-25 18:53:34 +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
|
Make switchEditors.go() fully back-compat, see #17144
|
2011-11-17 02:44:28 +00:00 |
wp-fullscreen.js
|
Make switchEditors.go() fully back-compat, see #17144
|
2011-11-17 02:44:28 +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 |