.. |
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
|
Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239
|
2009-07-01 08:12:39 +00:00 |
categories.js
|
Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239
|
2009-07-01 08:12:39 +00:00 |
comment.dev.js
|
Minify all js and add the non-minified files as .dev.js
|
2009-01-02 15:08:58 +00:00 |
comment.js
|
Minify all js and add the non-minified files as .dev.js
|
2009-01-02 15:08:58 +00:00 |
common.dev.js
|
Fix removal of .form-invalid in IE, props aldenta, fixes #11181
|
2009-11-19 10:24:14 +00:00 |
common.js
|
Fix removal of .form-invalid in IE, props aldenta, fixes #11181
|
2009-11-19 10:24:14 +00:00 |
custom-fields.dev.js
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
custom-fields.js
|
jQuery 1.3b2 and related changes (jquery.js is not minified to aid testing)
|
2009-01-07 05:02:40 +00:00 |
dashboard.dev.js
|
Always load the Dashboard RSS widgets with AJAX, see #10133 for trunk
|
2009-06-20 10:30:09 +00:00 |
dashboard.js
|
Always load the Dashboard RSS widgets with AJAX, see #10133 for trunk
|
2009-06-20 10:30:09 +00:00 |
edit-comments.dev.js
|
Always show "Configure" links on dashboard widgets in IE6, fix "Right Now" comments counts, fixes #11129
|
2009-11-13 05:39:17 +00:00 |
edit-comments.js
|
Always show "Configure" links on dashboard widgets in IE6, fix "Right Now" comments counts, fixes #11129
|
2009-11-13 05:39:17 +00:00 |
editor.dev.js
|
When inserting the embed shortcode in TinyMCE replace it with a placeholder image, update the 'wordpress', 'wpeditimage' and 'wpgallery' TinyMCE plugins, fix the audio and video "From URL" tabs in the uploader popup to accept only URLs for embedding, see #10337
|
2009-10-24 11:43:42 +00:00 |
editor.js
|
When inserting the embed shortcode in TinyMCE replace it with a placeholder image, update the 'wordpress', 'wpeditimage' and 'wpgallery' TinyMCE plugins, fix the audio and video "From URL" tabs in the uploader popup to accept only URLs for embedding, see #10337
|
2009-10-24 11:43:42 +00:00 |
farbtastic.js
|
Strip trailing whitespace
|
2008-12-09 18:03:31 +00:00 |
gallery.dev.js
|
Image editing (first run). Includes code by stephanreiter, see #10528
|
2009-09-10 22:07:33 +00:00 |
gallery.js
|
Image editing (first run). Includes code by stephanreiter, see #10528
|
2009-09-10 22:07:33 +00:00 |
image-edit.dev.js
|
Fix image meta after editing image, disable the Save button when no changes, fixes #11115
|
2009-11-11 11:24:01 +00:00 |
image-edit.js
|
Fix image meta after editing image, disable the Save button when no changes, fixes #11115
|
2009-11-11 11:24:01 +00:00 |
inline-edit-post.dev.js
|
Add the author to the quick edit dropdown author list if they currently lack the ability to edit so as to avoid stealing their post away from them. fixes #10967
|
2009-10-17 05:18:29 +00:00 |
inline-edit-post.js
|
Add the author to the quick edit dropdown author list if they currently lack the ability to edit so as to avoid stealing their post away from them. fixes #10967
|
2009-10-17 05:18:29 +00:00 |
inline-edit-tax.dev.js
|
Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239
|
2009-07-01 08:12:39 +00:00 |
inline-edit-tax.js
|
Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239
|
2009-07-01 08:12:39 +00:00 |
link.dev.js
|
Change CSS classes to avoid collisions with ui.tabs, fixes #9740
|
2009-05-06 21:31:07 +00:00 |
link.js
|
Change CSS classes to avoid collisions with ui.tabs, fixes #9740
|
2009-05-06 21:31:07 +00:00 |
media-upload.dev.js
|
When inserting the embed shortcode in TinyMCE replace it with a placeholder image, update the 'wordpress', 'wpeditimage' and 'wpgallery' TinyMCE plugins, fix the audio and video "From URL" tabs in the uploader popup to accept only URLs for embedding, see #10337
|
2009-10-24 11:43:42 +00:00 |
media-upload.js
|
When inserting the embed shortcode in TinyMCE replace it with a placeholder image, update the 'wordpress', 'wpeditimage' and 'wpgallery' TinyMCE plugins, fix the audio and video "From URL" tabs in the uploader popup to accept only URLs for embedding, see #10337
|
2009-10-24 11:43:42 +00:00 |
media.dev.js
|
Fix pagination on the Unattached tab in the media library, show Attach in the "Attached to" column for orphan attachments
|
2009-11-17 03:08:38 +00:00 |
media.js
|
Fix pagination on the Unattached tab in the media library, show Attach in the "Attached to" column for orphan attachments
|
2009-11-17 03:08:38 +00:00 |
password-strength-meter.dev.js
|
Minify all js and add the non-minified files as .dev.js
|
2009-01-02 15:08:58 +00:00 |
password-strength-meter.js
|
Minify all js and add the non-minified files as .dev.js
|
2009-01-02 15:08:58 +00:00 |
plugin-install.dev.js
|
Fix styling for the plugins screen
|
2009-05-21 09:40:11 +00:00 |
plugin-install.js
|
Fix styling for the plugins screen
|
2009-05-21 09:40:11 +00:00 |
post.dev.js
|
Fix hiding of "Add new tag" tip in IE6/7, props yoavf, fixes #11107
|
2009-11-09 21:54:52 +00:00 |
post.js
|
Fix hiding of "Add new tag" tip in IE6/7, props yoavf, fixes #11107
|
2009-11-09 21:54:52 +00:00 |
postbox.dev.js
|
Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS.
|
2009-10-13 10:02:42 +00:00 |
postbox.js
|
Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS.
|
2009-10-13 10:02:42 +00:00 |
revisions-js.php
|
Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
|
2009-05-18 16:00:33 +00:00 |
set-post-thumbnail.dev.js
|
thumbnail JS fixes. props scribu. see #10928
|
2009-10-26 18:02:44 +00:00 |
set-post-thumbnail.js
|
thumbnail JS fixes. props scribu. see #10928
|
2009-10-26 18:02:44 +00:00 |
tags.dev.js
|
Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239
|
2009-07-01 08:12:39 +00:00 |
tags.js
|
Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239
|
2009-07-01 08:12:39 +00:00 |
theme-preview.dev.js
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
theme-preview.js
|
More theme install styling, see #8652
|
2009-03-20 00:14:57 +00:00 |
user-profile.dev.js
|
Set eol style
|
2009-05-24 23:39:56 +00:00 |
user-profile.js
|
Don't display empty values in the user display name drop-down, props Simek, fix js to add newly entered First Name and Last Name, fixes #9813
|
2009-05-14 17:01:04 +00:00 |
utils.dev.js
|
Trim tailing whitespace
|
2009-05-24 23:47:49 +00:00 |
utils.js
|
Cleanup js files and prepare for concatenating, move most inline js to files
|
2009-01-12 13:43:17 +00:00 |
widgets.dev.js
|
Fix error in widgets.js, props Denis-de-Bernardy, see #10021
|
2009-08-24 19:16:53 +00:00 |
widgets.js
|
Fix error in widgets.js, props Denis-de-Bernardy, see #10021
|
2009-08-24 19:16:53 +00:00 |
word-count.dev.js
|
wordcount.js fix for nbsp passed as #160 char, props Denis-de-Bernardy, fixes #9597
|
2009-04-22 09:29:43 +00:00 |
word-count.js
|
wordcount.js fix for nbsp passed as #160 char, props Denis-de-Bernardy, fixes #9597
|
2009-04-22 09:29:43 +00:00 |
wp-gears.dev.js
|
Properly sanitize Gears storeName for IDN domains, fixes #9594
|
2009-07-18 06:27:42 +00:00 |
wp-gears.js
|
Properly sanitize Gears storeName for IDN domains, fixes #9594
|
2009-07-18 06:27:42 +00:00 |
xfn.dev.js
|
Minify all js and add the non-minified files as .dev.js
|
2009-01-02 15:08:58 +00:00 |
xfn.js
|
Minify all js and add the non-minified files as .dev.js
|
2009-01-02 15:08:58 +00:00 |