.. |
SimplePie
|
Remove svn:executable property from SimplePie and jcrop files
|
2012-11-21 22:18:48 +00:00 |
Text
|
…
|
|
css
|
Compress scripts/styles: 3.5-RC1-22924.
|
2012-11-29 17:00:38 +00:00 |
images
|
ImageOptim for uplaoder icons. see #22610
|
2012-11-30 02:18:07 +00:00 |
js
|
In the media modal, ensure modal events are always fired on its frame. This ensures restoreThickbox() and thus tbRemove() are called properly when clicking the close button of the modal.
|
2012-11-30 01:55:37 +00:00 |
pomo
|
…
|
|
theme-compat
|
…
|
|
admin-bar.php
|
Use the create_posts post type cap in more places. Remove the janky create_posts meta cap. see #16714.
|
2012-11-28 22:28:20 +00:00 |
atomlib.php
|
…
|
|
author-template.php
|
…
|
|
bookmark-template.php
|
In wp_list_bookmarks(), don't stomp the categorize argument. Fixes categorized display in the links widget.
|
2012-11-28 23:19:03 +00:00 |
bookmark.php
|
…
|
|
cache.php
|
…
|
|
canonical.php
|
…
|
|
capabilities.php
|
Use the create_posts post type cap in more places. Remove the janky create_posts meta cap. see #16714.
|
2012-11-28 22:28:20 +00:00 |
category-template.php
|
Don't bail from get_the_terms() if the post type is not registed for the taxonomy. This can break back compat when add_post_type_support( 'page', 'post-formats' ) is called but register_taxonomy_for_object_type( 'postr_-format', 'page' ) is not.
|
2012-11-20 18:31:06 +00:00 |
category.php
|
…
|
|
class-IXR.php
|
…
|
|
class-feed.php
|
Do SimplePie sanitization with wp_kses_post() rather than DOMDocument, which cannot be guaranteed to be available.
|
2012-11-22 07:23:43 +00:00 |
class-http.php
|
…
|
|
class-json.php
|
…
|
|
class-oembed.php
|
…
|
|
class-phpass.php
|
…
|
|
class-phpmailer.php
|
…
|
|
class-pop3.php
|
…
|
|
class-simplepie.php
|
…
|
|
class-smtp.php
|
…
|
|
class-snoopy.php
|
…
|
|
class-wp-admin-bar.php
|
Skip To links: visually hide by only setting top: -1000em; (this should make them work well in all screen readers), fixes #21312
|
2012-11-20 21:14:49 +00:00 |
class-wp-ajax-response.php
|
…
|
|
class-wp-customize-control.php
|
…
|
|
class-wp-customize-manager.php
|
…
|
|
class-wp-customize-section.php
|
…
|
|
class-wp-customize-setting.php
|
…
|
|
class-wp-editor.php
|
No-JS fixes.
|
2012-11-20 18:20:14 +00:00 |
class-wp-embed.php
|
…
|
|
class-wp-error.php
|
…
|
|
class-wp-http-ixr-client.php
|
…
|
|
class-wp-image-editor-gd.php
|
In wp_image_editor(), use wp_image_editor_supports() to check for rotation capabilities rather than directly checking the existence of the imagerotate function.
|
2012-11-27 14:36:55 +00:00 |
class-wp-image-editor-imagick.php
|
Explicitly check for version 2.2.0 or higher of the Imagick PHP module, to ensure we can call queryFormats() statically. props DH-Shredder, fixes #22308.
|
2012-11-28 21:41:44 +00:00 |
class-wp-image-editor.php
|
WP_Image_Editor: the last stand.
|
2012-11-22 09:52:16 +00:00 |
class-wp-theme.php
|
WP_Theme: If the parent theme is missing, instantiate a WP_Theme object anyway, so it can hold errors.
|
2012-11-21 18:58:19 +00:00 |
class-wp-walker.php
|
…
|
|
class-wp-xmlrpc-server.php
|
Remove XML-RPC's blogger::getTemplate and setTemplate. They are not supported and do nothing.
|
2012-11-29 02:35:39 +00:00 |
class-wp.php
|
…
|
|
class.wp-dependencies.php
|
…
|
|
class.wp-scripts.php
|
…
|
|
class.wp-styles.php
|
…
|
|
comment-template.php
|
…
|
|
comment.php
|
…
|
|
compat.php
|
…
|
|
cron.php
|
…
|
|
default-constants.php
|
…
|
|
default-filters.php
|
…
|
|
default-widgets.php
|
…
|
|
deprecated.php
|
WP_Image_Editor: the last stand.
|
2012-11-22 09:52:16 +00:00 |
feed-atom-comments.php
|
…
|
|
feed-atom.php
|
…
|
|
feed-rdf.php
|
…
|
|
feed-rss.php
|
…
|
|
feed-rss2-comments.php
|
…
|
|
feed-rss2.php
|
…
|
|
feed.php
|
Do SimplePie sanitization with wp_kses_post() rather than DOMDocument, which cannot be guaranteed to be available.
|
2012-11-22 07:23:43 +00:00 |
formatting.php
|
Revert page on front changes. Reverts [22127] [22129] [22135] [22136]. see #16379.
|
2012-11-19 01:28:32 +00:00 |
functions.php
|
Remove trailing slashes from UPLOADS before trying a str_replace() in wp_upload_dir(). props jbrinley. fixes #22469
|
2012-11-21 07:08:38 +00:00 |
functions.wp-scripts.php
|
…
|
|
functions.wp-styles.php
|
…
|
|
general-template.php
|
…
|
|
http.php
|
…
|
|
kses.php
|
…
|
|
l10n.php
|
…
|
|
link-template.php
|
…
|
|
load.php
|
…
|
|
locale.php
|
…
|
|
media.php
|
Introduce API to add back the description field in the new media popup.
|
2012-11-29 23:52:30 +00:00 |
meta.php
|
…
|
|
ms-blogs.php
|
…
|
|
ms-default-constants.php
|
…
|
|
ms-default-filters.php
|
…
|
|
ms-deprecated.php
|
…
|
|
ms-files.php
|
…
|
|
ms-functions.php
|
Make the return of is_upload_space_available() more obvious. props georgestephanis. see #22585.
|
2012-11-27 03:42:02 +00:00 |
ms-load.php
|
…
|
|
ms-settings.php
|
…
|
|
nav-menu-template.php
|
…
|
|
nav-menu.php
|
…
|
|
option.php
|
…
|
|
pluggable-deprecated.php
|
…
|
|
pluggable.php
|
…
|
|
plugin.php
|
…
|
|
post-template.php
|
…
|
|
post-thumbnail-template.php
|
…
|
|
post.php
|
Map the create_posts post type cap to upload_files for attachments.
|
2012-11-29 16:14:07 +00:00 |
query.php
|
Account for taxonomies tied to specific kinds of attachments when setting up post types for a taxonomy query.
|
2012-11-20 17:33:21 +00:00 |
registration-functions.php
|
…
|
|
registration.php
|
…
|
|
rewrite.php
|
…
|
|
rss-functions.php
|
…
|
|
rss.php
|
…
|
|
script-loader.php
|
Add a delete link to the media modal.
|
2012-11-27 15:50:59 +00:00 |
shortcodes.php
|
…
|
|
taxonomy.php
|
Clear the object term relationships cache in wp_set_object_terms() rather than wp_set_post_terms(). This should be done lower in the stack than wp_set_post_terms().
|
2012-11-27 19:42:38 +00:00 |
template-loader.php
|
…
|
|
template.php
|
…
|
|
theme.php
|
In get_custom_header(), support a default header that is registered using default-image but not register_default_headers(). fixes #22221.
|
2012-11-19 06:59:25 +00:00 |
update.php
|
…
|
|
user.php
|
…
|
|
vars.php
|
…
|
|
version.php
|
Compress scripts/styles: 3.5-RC2-22928.
|
2012-11-29 22:09:26 +00:00 |
widgets.php
|
…
|
|
wlwmanifest.xml
|
…
|
|
wp-db.php
|
…
|
|
wp-diff.php
|
…
|
|