.. |
Text
|
…
|
|
css
|
Fix editor icons when no SCRIPT_DEBUG, see #17144
|
2011-08-03 23:56:21 +00:00 |
images
|
Fix editor icons when no SCRIPT_DEBUG, see #17144
|
2011-08-03 23:56:21 +00:00 |
js
|
Fix silverlight uploading when not resizing files on the fly, props kurtpayne, see #18206
|
2011-08-29 23:59:22 +00:00 |
pomo
|
Sync pomo library with the current GlotPress version
|
2011-08-11 04:29:35 +00:00 |
theme-compat
|
<!DOCTYPE html> for all, fixes #18202
|
2011-07-22 00:25:41 +00:00 |
admin-bar.php
|
Consolidate update count code into wp_get_update_data(). Props mitchoyoshitaka. fixes #17694
|
2011-07-26 18:39:57 +00:00 |
atomlib.php
|
…
|
|
author-template.php
|
…
|
|
bookmark-template.php
|
…
|
|
bookmark.php
|
Allow sorting by id in get_bookmarks(). Props SergeyBiryukov. see #18234 for trunk
|
2011-07-26 21:22:13 +00:00 |
cache.php
|
Introduce wp_cache_incr() and wp_cache_decr(). fixes #18494
|
2011-08-22 17:39:44 +00:00 |
canonical.php
|
Remove the old root feed files. Bump the db version so rewrite rules can regenerate. Don't add these files to old_files to leave them on existing installs. fixes #18384.
|
2011-08-12 01:41:23 +00:00 |
capabilities.php
|
Handle null user ID in the WP_User constructor. Props kawauso. fixes #17894
|
2011-08-24 19:47:35 +00:00 |
category-template.php
|
…
|
|
category.php
|
…
|
|
class-IXR.php
|
…
|
|
class-feed.php
|
…
|
|
class-http.php
|
Empty headers instance var instead of unsetting to avoid warning. Props chrisbliss18. fixes #18157
|
2011-07-21 21:44:35 +00:00 |
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
|
Some more class instantiations. props eko-fr, fixes #18049.
|
2011-08-18 06:16:57 +00:00 |
class-wp-ajax-response.php
|
…
|
|
class-wp-editor.php
|
Load all Parent theme stylesheets before Child theme stylesheets in the TinyMCE Editor. props SergeyBiryukov. Fixes #18457
|
2011-08-19 14:56:34 +00:00 |
class-wp-error.php
|
…
|
|
class-wp-http-ixr-client.php
|
…
|
|
class-wp-walker.php
|
…
|
|
class-wp-xmlrpc-server.php
|
Check for comment existence before checking edit_comment meta cap. props xknown, fixes #18104.
|
2011-08-23 10:22:34 +00:00 |
class-wp.php
|
Eliminate verbose rewrite rules for ambiguous rewrite structures, resulting in massive performance gains. props andy, otto42, duck_. Nice work everyone! see #16687
|
2011-08-12 01:55:08 +00:00 |
class.wp-dependencies.php
|
Introduce WP_Dependencies::get_data() method, change scripts and styles priority to follow the "natural" order in HTML, i.e. the last one wins, props scribu, see #11520
|
2011-07-28 18:24:00 +00:00 |
class.wp-scripts.php
|
Editor API enhancement, first run (still needs some work), see #17144
|
2011-08-03 10:19:00 +00:00 |
class.wp-styles.php
|
Introduce WP_Dependencies::get_data() method, change scripts and styles priority to follow the "natural" order in HTML, i.e. the last one wins, props scribu, see #11520
|
2011-07-28 18:24:00 +00:00 |
comment-template.php
|
…
|
|
comment.php
|
…
|
|
compat.php
|
…
|
|
cron.php
|
…
|
|
default-constants.php
|
Force display_errors to off when WP_DEBUG_DISPLAY == false. Technically a backwards incompatible change - if you want the passthrough to php.ini (which false used to provide) then use WP_DEBUG_DISPLAY === null. see #18391.
|
2011-08-13 18:59:05 +00:00 |
default-filters.php
|
Store Plugin/Theme uploads in the Media Library properly. Add Scheduled cleanup +2hrs to clean up any aborted installation attempts. See #18182
|
2011-08-28 08:42:07 +00:00 |
default-widgets.php
|
…
|
|
deprecated.php
|
Introduce metadata_exists(), WP_User::get_data_by(), WP_User::get(), WP_User::has_prop(). Don't fill user objects with meta. Eliminate data duplication in cache and memory. Props scribu. see #15458
|
2011-08-24 19:32:59 +00:00 |
feed-atom-comments.php
|
…
|
|
feed-atom.php
|
…
|
|
feed-rdf.php
|
…
|
|
feed-rss.php
|
…
|
|
feed-rss2-comments.php
|
…
|
|
feed-rss2.php
|
…
|
|
feed.php
|
Deprecate RSS 0.92 and RDF feeds, and 301 them to the default feed. props johnpbloch. fixes #4967
|
2011-08-11 23:30:59 +00:00 |
formatting.php
|
Add 'q' tag to nestable tags list in force_balance_tags(). props solarissmoke, fixes #6870.
|
2011-08-23 15:37:38 +00:00 |
functions.php
|
Properly handle nested arrays in wp_list_filter(). Props scribu, SergeyBiryukov. fixes #16137
|
2011-08-25 19:50:29 +00:00 |
functions.wp-scripts.php
|
Call _doing_it_wrong() individually in wp_scripts and wp_styles functions. Partially reverts [18556], [18557], removes wp_styles_init(), wp_scripts_init(). fixes #11526.
|
2011-08-17 21:02:43 +00:00 |
functions.wp-styles.php
|
Call _doing_it_wrong() individually in wp_scripts and wp_styles functions. Partially reverts [18556], [18557], removes wp_styles_init(), wp_scripts_init(). fixes #11526.
|
2011-08-17 21:02:43 +00:00 |
general-template.php
|
WP_Editor: don't show empty div if no editor-buttons and media-buttons are shown, props ocean90, see #17144
|
2011-08-07 17:03:18 +00:00 |
http.php
|
…
|
|
kses.php
|
…
|
|
l10n.php
|
…
|
|
link-template.php
|
Fire _deprecated_argument() for get_adjacent_post()'s crazy excluded_categories 'and' thing. fixes #17673.
|
2011-07-28 17:30:18 +00:00 |
load.php
|
Force display_errors to off when WP_DEBUG_DISPLAY == false. Technically a backwards incompatible change - if you want the passthrough to php.ini (which false used to provide) then use WP_DEBUG_DISPLAY === null. see #18391.
|
2011-08-13 18:59:05 +00:00 |
locale.php
|
…
|
|
media.php
|
Remove unused global. Props ocean90. fixes #18484
|
2011-08-25 19:35:22 +00:00 |
meta.php
|
Introduce metadata_exists(), WP_User::get_data_by(), WP_User::get(), WP_User::has_prop(). Don't fill user objects with meta. Eliminate data duplication in cache and memory. Props scribu. see #15458
|
2011-08-24 19:32:59 +00:00 |
ms-blogs.php
|
Use update_blog_details() in wpmu_update_blogs_date(). Props jakub.tyrcha. fixes #18122
|
2011-08-25 18:01:49 +00:00 |
ms-default-constants.php
|
…
|
|
ms-default-filters.php
|
…
|
|
ms-deprecated.php
|
<!DOCTYPE html> for all, fixes #18202
|
2011-07-22 00:25:41 +00:00 |
ms-files.php
|
…
|
|
ms-functions.php
|
Instantiate some MS variables as objects before using them. Spaces not tabs for vertical alignment. Remove unnecessary conditional piece. props PeteMall, see #18049.
|
2011-08-17 17:49:57 +00:00 |
ms-load.php
|
Don't set the site_name cache on every call to get_current_site_name(). Props mark-k, solarissmoke. fixes #16676
|
2011-08-25 19:29:47 +00:00 |
ms-settings.php
|
Remove old $base/BASE MU check. props mdawaffe, fixes #18479.
|
2011-08-18 22:27:30 +00:00 |
nav-menu-template.php
|
…
|
|
nav-menu.php
|
…
|
|
pluggable-deprecated.php
|
Update @deprecated. Props scribu. see #18333
|
2011-08-05 18:44:43 +00:00 |
pluggable.php
|
Introduce metadata_exists(), WP_User::get_data_by(), WP_User::get(), WP_User::has_prop(). Don't fill user objects with meta. Eliminate data duplication in cache and memory. Props scribu. see #15458
|
2011-08-24 19:32:59 +00:00 |
plugin.php
|
Grammar fix. Props lukeschlather, markmcwilliams. fixes #17315
|
2011-08-04 16:03:53 +00:00 |
post-template.php
|
Introduce register_meta(), get_metadata_by_mid(), and *_post_meta capabilities. fixes #17850
|
2011-07-20 22:04:35 +00:00 |
post-thumbnail-template.php
|
…
|
|
post.php
|
Display 'Edit Media' instead of 'Edit Post' for Attachments/Media in the admin bar. Props johnbillion. Fixes #18529
|
2011-08-28 03:39:06 +00:00 |
query.php
|
…
|
|
registration-functions.php
|
…
|
|
registration.php
|
…
|
|
rewrite.php
|
Fix rewrite documentation typo and clarify with "rules array" over "this/the structure". props SergeyBiryukov. see #16687
|
2011-08-18 17:57:22 +00:00 |
rss-functions.php
|
…
|
|
rss.php
|
…
|
|
script-loader.php
|
Fix silverlight uploading when not resizing files on the fly, props kurtpayne, see #18206
|
2011-08-29 23:59:22 +00:00 |
shortcodes.php
|
…
|
|
taxonomy.php
|
Support fields = slugs in wp_get_object_terms(). Props lancewillett, SergeyBiryukov. fixes #15835
|
2011-08-25 18:49:46 +00:00 |
template-loader.php
|
…
|
|
theme.php
|
…
|
|
update.php
|
Consolidate update count code into wp_get_update_data(). Props mitchoyoshitaka. fixes #17694
|
2011-07-26 18:39:57 +00:00 |
user.php
|
Introduce metadata_exists(), WP_User::get_data_by(), WP_User::get(), WP_User::has_prop(). Don't fill user objects with meta. Eliminate data duplication in cache and memory. Props scribu. see #15458
|
2011-08-24 19:32:59 +00:00 |
vars.php
|
…
|
|
version.php
|
bump the db
|
2011-08-12 02:03:29 +00:00 |
widgets.php
|
Explicitly globalize some variables, so that unit tests can run WordPress inside a function. Fixes #17749
|
2011-08-11 04:45:14 +00:00 |
wlwmanifest.xml
|
…
|
|
wp-db.php
|
Clarify %d is an integer in wpdb documentation. See #18407
|
2011-08-19 15:01:35 +00:00 |
wp-diff.php
|
…
|
|