September 2013 Archives by author
Starting: Sun Sep 1 12:36:45 UTC 2013
Ending: Mon Sep 30 19:46:15 UTC 2013
Messages: 452
- [wp-svn] [25201] trunk/src/wp-admin/includes: Move get_real_file_to_edit() to wp-admin/includes/deprecated.php.
m at wordpress.org
- [wp-svn] [25202] trunk/src/wp-includes/class.wp-styles.php: Prevent WP_Styles:: do_item() from adding its own style tags when concatenation is disabled.
m at wordpress.org
- [wp-svn] [25203] trunk/src/wp-login.php: Clear 'default_password_nag' flag when resetting a user's password, since the new password is entered manually.
m at wordpress.org
- [wp-svn] [25204] trunk/src: Update phpdoc for get_user_to_edit(), get_userdata(), and get_user_by().
m at wordpress.org
- [wp-svn] [25205] trunk/src/wp-includes/ms-functions.php: Use an array as a default value for $meta in multisite signup-related functions.
m at wordpress.org
- [wp-svn] [25206] trunk/src/wp-admin/options-permalink.php: Fix a grammar error on Permalink Settings screen.
m at wordpress.org
- [wp-svn] [25207] trunk/src/wp-includes/general-template.php: Escape URLs in feed_links().
m at wordpress.org
- [wp-svn] [25208] trunk/src/wp-admin/includes/deprecated.php: Move get_real_file_to_edit() upper in the file for consistency with the existing order of functions.
m at wordpress.org
- [wp-svn] [25209] trunk/src/wp-admin/includes: Deprecate wp_nav_menu_locations_meta_box(), unused since [23441].
m at wordpress.org
- [wp-svn] [25210] trunk/src/wp-admin/includes/plugin-install.php: Avoid ' Only variables should be passed by reference' notice on plugin search.
m at wordpress.org
- [wp-svn] [25211] trunk/src/wp-admin/css/wp-admin.css: Set min-height for menu item title.
m at wordpress.org
- [wp-svn] [25212] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix SVN properties on two files.
m at wordpress.org
- [wp-svn] [25213] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: add archive page templates, fix alignment bugs for archive headers, and use `content-none.php` for consistency.
m at wordpress.org
- [wp-svn] [25214] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove Social Links integration.
m at wordpress.org
- [wp-svn] [25215] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: style URL type inputs, props Jayjdk.
m at wordpress.org
- [wp-svn] [25216] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: style adjustments for the new HTML5 comment markup, and minor bug fixes for comment responsive pattern.
m at wordpress.org
- [wp-svn] [25217] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: first pass at adding editor stylesheet.
m at wordpress.org
- [wp-svn] [25218] trunk/src/wp-admin/nav-menus.php: Consolidate similar menu locations strings.
m at wordpress.org
- [wp-svn] [25219] trunk/src: Core Updates: Switch to using a new 1.7 version check API which will return extra auto-update packages when requested over SSL.
m at wordpress.org
- [wp-svn] [25220] trunk/src/wp-includes/update.php: Core Updates: Ensure that the system supports outgoing HTTPS requests before making an update check over HTTPS.
m at wordpress.org
- [wp-svn] [25221] trunk/src/wp-includes/class-http.php: WP_HTTP: Clean up some comments style and remove outdated information.
m at wordpress.org
- [wp-svn] [25222] trunk/src/wp-includes/class-http.php: WP_HTTP: Add a filter for the available HTTP Transports to allow plugins to alter the order which HTTP Transports are tried , or to add their own.
m at wordpress.org
- [wp-svn] [25223] trunk/wp-tests-config-sample.php: Change DB_NAME in wp-tests-config-sample.php to be something other than the placeholder in wp-config-sample.php.
m at wordpress.org
- [wp-svn] [25224] trunk: WP_HTTP: Replacing the Fsockopen & Streams Transports with a new Streams transport which fully supports HTTPS communication.
m at wordpress.org
- [wp-svn] [25225] trunk/src/wp-includes/class-http.php: WP_HTTP: Re-enable curl, it was accidentally left out of [25224].
m at wordpress.org
- [wp-svn] [25226] trunk/src/wp-admin/widgets.php: Avoid ' Only variables should be passed by reference' notice on Widgets screen.
m at wordpress.org
- [wp-svn] [25227] trunk/src/wp-admin/includes: Upgrader: Split the UI "skins" out from the main Upgrader file into a seperate file to reduce the length of the files.
m at wordpress.org
- [wp-svn] [25228] trunk/src/wp-admin/includes/class-wp-upgrader-skins.php: Core Auto Updates: Add a initial skin to allow capturing the output from the upgrader without displaying it (such as we need during cron calls).
m at wordpress.org
- [wp-svn] [25229] trunk/src/wp-includes/ms-functions.php: Update phpdoc for get_current_site().
m at wordpress.org
- [wp-svn] [25230] trunk/src/wp-includes/pluggable.php: Add phpdoc for 'wp_redirect' and 'wp_redirect_status' filters.
m at wordpress.org
- [wp-svn] [25231] trunk/src: Move check_password_reset_key(), reset_password(), and register_new_user() from wp-login.php to wp-includes/user.php, to make them reusable.
m at wordpress.org
- [wp-svn] [25232] branches/3.6: Nav menus: Allow assigning a new menu to an existing location when no theme setting is currently saved.
m at wordpress.org
- [wp-svn] [25233] branches/3.6: Remove display of 'Previously restored by' in the revisions meta box as it is busted.
m at wordpress.org
- [wp-svn] [25234] trunk: Allow `int` to be passed in lieu of `array`, add `append` arg to `wp_set_post_categories()`.
m at wordpress.org
- [wp-svn] [25235] trunk: add_theme_support( 'html5' ) now defaults to comment-list, comment-form, and search-form.
m at wordpress.org
- [wp-svn] [25236] branches/3.6: Fix 'html5' theme support.
m at wordpress.org
- [wp-svn] [25237] trunk/src/wp-admin/network/upgrade.php: Clarify a database upgrade string, for 3.7.
m at wordpress.org
- [wp-svn] [25238] trunk: Convert `category__and` to `category__in` (less expensive) and unset it when only one category is passed.
m at wordpress.org
- [wp-svn] [25239] trunk: Kill the query in the following edge case: `post_type => ' any'` but `exclude_from_search => false` returns no valid post types.
m at wordpress.org
- [wp-svn] [25240] trunk: Remove unnecessary checks before setting `$wp_settings_*` arrays.
m at wordpress.org
- [wp-svn] [25241] trunk: Introduce `description__like` arg to `get_terms()`.
m at wordpress.org
- [wp-svn] [25242] trunk/tests/phpunit/tests/basic.php: Remove `error_reporting() ` debug cruff.
m at wordpress.org
- [wp-svn] [25243] trunk: Use matchdep for Grunt tasks.
m at wordpress.org
- [wp-svn] [25244] trunk: Allow `get_pages() ` to accept an `array` for the arg `parent`.
m at wordpress.org
- [wp-svn] [25245] trunk/src/wp-includes/post.php: Set `hierarchical` to `false` when `parent` is passed to `get_pages() ` and `child_of` is not.
m at wordpress.org
- [wp-svn] [25246] trunk/src/wp-includes/script-loader.php: Ensure zxcvbn.min.js loads when we are guessing the wp-includes URL.
m at wordpress.org
- [wp-svn] [25247] branches/3.6/wp-includes/version.php: 3.6.1-beta1.
m at wordpress.org
- [wp-svn] [25248] trunk: Introduce `author__in` and `author__not_in` query vars.
m at wordpress.org
- [wp-svn] [25249] trunk/src/wp-comments-post.php: Inline documentation for hooks in wp-comments-post.php.
m at wordpress.org
- [wp-svn] [25250] trunk/src/wp-admin/index.php: Inline documentation for the welcome_panel hook.
m at wordpress.org
- [wp-svn] [25251] trunk/src/wp-comments-post.php: Fixes for hook inline docs in wp-comments-post.php.
m at wordpress.org
- [wp-svn] [25252] trunk/src/wp-admin/admin-footer.php: Hook docs for admin-footer.php.
m at wordpress.org
- [wp-svn] [25253] trunk/src/wp-trackback.php: Document the trackback_post hook in wp-trackback.php.
m at wordpress.org
- [wp-svn] [25254] trunk: Remove lingering instances of call time pass-by-reference, limited to instances of `callable` - use `$this` instead of `&$this`.
m at wordpress.org
- [wp-svn] [25255] trunk: When `meta_type` is passed with `orderby => meta_value`, `orderby` must also use `CAST()` to avoid scenarios like: `SELECT`ing by `UNSIGNED` and then ordering by `CHAR`.
m at wordpress.org
- [wp-svn] [25256] trunk/src/wp-admin/includes/update.php: Remove redundant checks in some update functions.
m at wordpress.org
- [wp-svn] [25257] trunk: Avoid database error when `include` or `exclude` is not really a `term_id`.
m at wordpress.org
- [wp-svn] [25258] trunk: Avoids incorrect results when `url_to_postid() ` checking is not strict enough.
m at wordpress.org
- [wp-svn] [25259] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: break long words in comment content ( not just anchor text).
m at wordpress.org
- [wp-svn] [25260] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: add styling for medialement players, props celloexpressions.
m at wordpress.org
- [wp-svn] [25261] trunk/src/wp-admin/network/site-info.php: Stop using get_blogaddress_by_domain() when updating the siteurl/ homeurl from the network admin.
m at wordpress.org
- [wp-svn] [25262] trunk/src/wp-includes/post.php: Add check to make sure a valid argument was passed to `get_page_uri()`.
m at wordpress.org
- [wp-svn] [25263] trunk/src/wp-includes/rewrite.php: Only variables should be passed by reference.
m at wordpress.org
- [wp-svn] [25264] trunk/tests/phpunit/tests: Remove old WP version checks from PHPUnit test cases now that tests are branched with each version.
m at wordpress.org
- [wp-svn] [25265] trunk/tests/phpunit/tests/post.php: Add a test case for calling get_page_uri() with a non-existent post.
m at wordpress.org
- [wp-svn] [25266] trunk/src/wp-includes/post.php: Add docs to the woefully under-documented `get_pages()`.
m at wordpress.org
- [wp-svn] [25267] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: further styling for medialement players, props iamtakashi.
m at wordpress.org
- [wp-svn] [25268] trunk/src/wp-includes/post.php: Fix spacing in docs for `get_pages ()`.
m at wordpress.org
- [wp-svn] [25269] trunk/src/wp-includes: Move `get_meta_type() ` into the `WP_Meta_Query` class as `get_cast_for_type()`.
m at wordpress.org
- [wp-svn] [25270] trunk/src/wp-includes/post.php: Simplify the check for false-y `child_of` arg.
m at wordpress.org
- [wp-svn] [25271] trunk/src/wp-includes/post.php: More adjustments and improvements for inline documentation for get_pages( ).
m at wordpress.org
- [wp-svn] [25272] trunk/src: Upgrader: Make clearing the Plugin and Theme update caches optional during install and upgrade proceedures.
m at wordpress.org
- [wp-svn] [25273] trunk/src: Short descriptions for inline docs should end with a period, per the vast majority of core.
m at wordpress.org
- [wp-svn] [25274] trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php: WP_Filesystem: FTP Sockets: Avoid using the file_exists() / is_exists() / exists() PemFTP functionality as it's buggy on ncFTPd servers, switching to listing the file instead which is what we use for the FTP Extension transport.
m at wordpress.org
- [wp-svn] [25275] trunk/tests/qunit/wp-admin/js/password-strength-meter.js: Whitespace cleanup for password strength meter tests.
m at wordpress.org
- [wp-svn] [25276] trunk/src/wp-includes: Deprecate get_blogaddress_by_domain(), unused since [25261].
m at wordpress.org
- [wp-svn] [25277] trunk/src/wp-admin/includes/media.php: Use correct array key for filling the attachment title in image_attachment_fields_to_save ().
m at wordpress.org
- [wp-svn] [25278] trunk/tests/phpunit: Add unit test for `tax_query` against attachments.
m at wordpress.org
- [wp-svn] [25279] trunk/src/wp-admin/includes/ajax-actions.php: Add new ajax_query_attachments_args filter.
m at wordpress.org
- [wp-svn] [25280] trunk: Check bad dates and redirect, instead of 404ing, as necessary and appropriate.
m at wordpress.org
- [wp-svn] [25281] trunk/src/xmlrpc.php: Inline documentation for hooks in xmlrpc.php.
m at wordpress.org
- [wp-svn] [25282] trunk/src/wp-admin/comment.php: Document comment_edit_redirect.
m at wordpress.org
- [wp-svn] [25283] trunk/src/wp-admin/custom-background.php: Mark the hooks in custom-background.php as duplicates.
m at wordpress.org
- [wp-svn] [25284] trunk/src/wp-includes/wp-db.php: Document the 'query' filter in wp-db.
m at wordpress.org
- [wp-svn] [25285] trunk/src/wp-admin/includes/nav-menu.php: Use `get_the_title() ` when dealing with `post_type`-like items in the admin.
m at wordpress.org
- [wp-svn] [25286] trunk/src/wp-includes/rss.php: Inline docs for hooks in MagPie.
m at wordpress.org
- [wp-svn] [25287] trunk: Allow `is_tag()` to accept `term_id`, `slug`, ' term_name` or array of any.
m at wordpress.org
- [wp-svn] [25288] trunk/src/wp-admin/admin-footer.php: Correct @since in admin-footer.
m at wordpress.org
- [wp-svn] [25289] trunk/src: Introduce `wp_using_ext_object_cache() ` - mimic `wp_suspend_cache_invalidation() ` and discourage direct access to `$_wp_using_ext_object_cache`, cleaning up importing of globals in functions and provides function to modify that global.
m at wordpress.org
- [wp-svn] [25290] trunk/src/wp-cron.php: Document the event hook in wp-cron.php.
m at wordpress.org
- [wp-svn] [25291] trunk: Ensure that the post type object is the queried object when a post type has been registered with `has_archive => true`.
m at wordpress.org
- [wp-svn] [25292] trunk: Check the value passed to `get_post_type_object()`.
m at wordpress.org
- [wp-svn] [25293] trunk/src/wp-includes/class-wp-editor.php: Add 'wp_link_query_args ' and 'wp_link_query' filters to allow for customizing the internal linking dialog.
m at wordpress.org
- [wp-svn] [25294] trunk/tests/phpunit/multisite.xml: Use correct paths in multisite.xml.
m at wordpress.org
- [wp-svn] [25295] trunk/src/wp-admin/options-discussion.php: Clarify a string in discussion settings.
m at wordpress.org
- [wp-svn] [25296] trunk/src/wp-admin/includes/media.php: Add `media_submitbox_misc_sections` and `audio_submitbox_misc_sections` filters to allow removing or adding of attachment submitbox sections containing attachment metadata.
m at wordpress.org
- [wp-svn] [25297] trunk/src/wp-admin/includes/media.php: Add dynamic classes for attachment metadata submitbox sections.
m at wordpress.org
- [wp-svn] [25298] trunk/src: Avoid PHP notices when configuring the Incoming Links dashboard widget.
m at wordpress.org
- [wp-svn] [25299] trunk/src/wp-includes/class-wp-editor.php: Document ' wp_link_query_args' and 'wp_link_query' filters.
m at wordpress.org
- [wp-svn] [25300] trunk/src/wp-admin/includes/media.php: Alignment standards for [ 25296].
m at wordpress.org
- [wp-svn] [25301] trunk/tests/phpunit/tests/functions.php: wp_allowed_protocols() should not contain 'data', as it is not safe.
m at wordpress.org
- [wp-svn] [25302] trunk/src/wp-includes/http.php: Inline documentation for hooks in http.php.
m at wordpress.org
- [wp-svn] [25303] trunk/src/wp-includes/class-http.php: WP_HTTP: When streaming to file, ensure that fwrite() suceeds and correctly writes the file to disk.
m at wordpress.org
- [wp-svn] [25304] trunk/src/wp-admin/includes: WP_Filesystem: Ensure that all files are read/ written correctly by verifying the return values from fwrite() and using FTP_BINARY mode (ASCII converts line endings as per the spec).
m at wordpress.org
- [wp-svn] [25305] trunk/src/wp-admin/includes: WP_Filesystem: Let the code breathe, add some additional whitespace between method definitions and comments.
m at wordpress.org
- [wp-svn] [25306] trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php: WP_Filesyste: SSH2 PHP Extension support: Fix a case where defining a custom FS_CHMOD_FILE / FS_CHMOD_DIR constant wouldn't take effect due to chmod() failing with a invalid path.
m at wordpress.org
- [wp-svn] [25307] trunk/src/wp-admin: Upgrader: Deprecate a few mostly unused functions, wp_update_plugin(), wp_update_theme(), and, wp_update_core().
m at wordpress.org
- [wp-svn] [25308] trunk/src: Switch to using HTTPS connections for Plugin and Theme API requests when SSL is available.
m at wordpress.org
- [wp-svn] [25309] trunk/src/wp-includes/class-http.php: WP_HTTP: Correct the @since, and, @deprecated PHPDoc tags to reflect the class history.
m at wordpress.org
- [wp-svn] [25310] trunk/src/wp-includes: Make sure the queried object is non-null before accessing its properties.
m at wordpress.org
- [wp-svn] [25311] trunk/src/wp-includes/query.php: Add an action at the end of `WP_Query::parse_tax_query()` called ( wait for it...) `parse_tax_query` which will enable developers to alter `$this-> tax_query->queries` before SQL is generated.
m at wordpress.org
- [wp-svn] [25312] trunk: Move checks for `post_type` being an array inline.
m at wordpress.org
- [wp-svn] [25313] trunk: Replace the ancient `phpfreaks.com` RegEx to extract urls to ping with a more robust matcher.
m at wordpress.org
- [wp-svn] [25314] trunk/src/wp-admin/edit-form-comment.php: Show the IP address, if available, in the comment edit screen submit meta box.
m at wordpress.org
- [wp-svn] [25315] trunk/src: Consistently wrap `author` and `excerpt` nodes with `CDATA` in feeds.
m at wordpress.org
- [wp-svn] [25316] trunk/src/wp-admin/includes/post.php: Ignore user ID post data.
m at wordpress.org
- [wp-svn] [25317] trunk/src/wp-includes/functions.php: Tighten allowed upload file types.
m at wordpress.org
- [wp-svn] [25318] trunk/src/wp-includes: Validate referrers to prevent off-domain redirects.
m at wordpress.org
- [wp-svn] [25319] trunk/src/wp-includes/link-template.php: Better protocol validation in set_url_scheme().
m at wordpress.org
- [wp-svn] [25320] trunk/src/wp-includes/functions.php: Loose validation for is_serialized() in maybe_serialize().
m at wordpress.org
- [wp-svn] [25321] branches/3.6: Ignore user ID post data.
m at wordpress.org
- [wp-svn] [25322] branches/3.6: Tighten allowed upload file types.
m at wordpress.org
- [wp-svn] [25323] branches/3.6: Validate referrers to prevent off-domain redirects.
m at wordpress.org
- [wp-svn] [25324] branches/3.6: Better protocol validation in set_url_scheme().
m at wordpress.org
- [wp-svn] [25325] branches/3.6: Loose validation for is_serialized() in maybe_serialize().
m at wordpress.org
- [wp-svn] [25326] branches/3.6/wp-includes/version.php: 3.6.1-RC1
m at wordpress.org
- [wp-svn] [25327] trunk/src/wp-includes/link-template.php: Introduce `get_previous_post_link()`, `get_next_post_link()`, and `get_adjacent_post_link()`.
m at wordpress.org
- [wp-svn] [25328] trunk/src/wp-includes/rewrite.php: Add filter `flush_rewrite_rules_hard` to give devs chance to prevent writing to file when hard-flushing rewrite rules.
m at wordpress.org
- [wp-svn] [25329] trunk/src/wp-includes/capabilities.php: Add an additional available param (the `WP_User` instance) to the `user_has_cap` filter.
m at wordpress.org
- [wp-svn] [25330] trunk/src/wp-admin/user-edit.php: Check `$profileuser-> rich_editing` for empty before using it in Edit User admin code.
m at wordpress.org
- [wp-svn] [25331] trunk: Support `orderby => meta_value` in `WP_User_Query`.
m at wordpress.org
- [wp-svn] [25332] trunk/src/wp-includes/default-widgets.php: Use `wp_get_nav_menus() ` instead of `get_terms('nav_menu') ` in `WP_Nav_Menu_Widget` to preserve use of `wp_get_nav_menus' filter.
m at wordpress.org
- [wp-svn] [25333] trunk/src/wp-includes/functions.php: Remove dead code in `add_query_arg()`.
m at wordpress.org
- [wp-svn] [25334] trunk: Add `term_taxonomy_id` to available fields in `get_term_by( )`.
m at wordpress.org
- [wp-svn] [25335] trunk/src/wp-includes/taxonomy.php: Don' t call `sanitize_title_with_dashes( $taxonomy )` in `register_taxonomy() ` unless `$args['rewrite']['slug']` is empty.
m at wordpress.org
- [wp-svn] [25336] branches/3.6/wp-includes: Update TinyMCE for [25187].
m at wordpress.org
- [wp-svn] [25337] trunk/src/wp-includes/version.php: Bump TinyMCE version for [25132 ].
m at wordpress.org
- [wp-svn] [25338] trunk/src/wp-includes/functions.php: Improve clarity and speed of [25320].
m at wordpress.org
- [wp-svn] [25339] branches/3.6: Improve clarity and speed of [25320] (merged as [ 25325]).
m at wordpress.org
- [wp-svn] [25340] trunk/src/wp-includes/link-template.php: Avoid string offset notices in [25319].
m at wordpress.org
- [wp-svn] [25341] branches/3.6: Avoid string offset notices in [25319] (merged as [ 25324]).
m at wordpress.org
- [wp-svn] [25342] trunk/src/wp-includes/SimplePie/Sanitize.php: SimplePie: Fix use of DOMElement as array.
m at wordpress.org
- [wp-svn] [25343] trunk/src/wp-includes/version.php: Bump version in trunk.
m at wordpress.org
- [wp-svn] [25344] trunk/src/wp-includes/functions.php: Avoid error in ms-files.php after [25317].
m at wordpress.org
- [wp-svn] [25345] branches/3.6/wp-includes/functions.php: Avoid error in ms-files.php after [25317] (merged as [25322]).
m at wordpress.org
- [wp-svn] [25346] trunk/src/wp-includes/functions.php: Add a set of helpers to turn the behaviour of mbstring.func_overload off when needed.
m at wordpress.org
- [wp-svn] [25347] trunk/src/wp-admin/includes/file.php: Switch unzip_file() over to using the mbstring.func_override helper functions.
m at wordpress.org
- [wp-svn] [25348] trunk/src/wp-includes/class-http.php: Switch WP_HTTP over to using the mbstring.func_overload helper functions.
m at wordpress.org
- [wp-svn] [25349] trunk/src/wp-admin/includes: Make use of the mbstring.func_overload helper functions in WP_Filesystem so byte lengths are properly determined.
m at wordpress.org
- [wp-svn] [25350] trunk/src/wp-includes/option.php: Fix the action that `set_site_transient() ` fires so as not to include the private option prefix.
m at wordpress.org
- [wp-svn] [25351] trunk/src: Avoid a notice by casting `$args['rewrite']` to `array( )` before adding a `slug` property and running `array_merge()`.
m at wordpress.org
- [wp-svn] [25352] trunk/tests/phpunit/tests/query/conditionals.php: Add `set_current_screen( 'front' )` to `query/ conditionals` tests `setUp` routine so that cruff from previous tests doesn 't cause every conditional test to fail in debug mode.
m at wordpress.org
- [wp-svn] [25353] trunk/tests/phpunit/tests/user/capabilities.php: Use `get_users() ` instead of the deprecated `get_users_of_blog() ` in `Tests_User_Capabilities::setUp() ` to avoid a tornado of warnings in debug mode.
m at wordpress.org
- [wp-svn] [25354] trunk/tests/phpunit/tests/theme.php: Add action/ filter to `Tests_Theme::setUp() ` to suppress errors while running back-compat tests on `get_theme()`, `get_themes()`, `get_theme_data()`, `get_current_theme()`.
m at wordpress.org
- [wp-svn] [25355] trunk/tests/phpunit/tests/admin/includesTheme.php: Update the unit test methods in `Tests_Admin_includesTheme`.
m at wordpress.org
- [wp-svn] [25356] trunk/tests/phpunit/tests/query/results.php: Avoid the following notice: `Use of undefined constant term_id - assumed 'term_id'`, while running in debug mode.
m at wordpress.org
- [wp-svn] [25357] branches/3.6: Readme for 3.6.1.
m at wordpress.org
- [wp-svn] [25358] branches/3.6/wp-includes/version.php: 3.6.1.
m at wordpress.org
- [wp-svn] [25359] tags/3.6.1/: Tag 3.6.1.
m at wordpress.org
- [wp-svn] [25360] branches/3.6/wp-admin/js/common.min.js: Compress common.js for the 3.6 branch.
m at wordpress.org
- [wp-svn] [25361] tags/3.6.1/wp-admin/js/common.min.js: 3.6.1 - include [25360].
m at wordpress.org
- [wp-svn] [25362] trunk/tests/phpunit/tests: Restore the test code for `get_theme()` , add the notice suppression filters, and fix the type in the `remove_filter()` call.
m at wordpress.org
- [wp-svn] [25363] trunk/tests/phpunit/tests/auth.php: Set `$_SERVER['REQUEST_METHOD' ] = null` in `Tests_Auth::setUp() ` to suppress undefined index notices when `wp_validate_auth_cookie() ` is called.
m at wordpress.org
- [wp-svn] [25364] trunk/tests/phpunit/tests/comment/query.php: Add a `$post_id` fixture to `Tests_Comment_Query`.
m at wordpress.org
- [wp-svn] [25365] trunk/tests/phpunit/tests/comment/slashes.php: Fix undefined index notices in `comment/slashes` test cases.
m at wordpress.org
- [wp-svn] [25366] trunk/tests/phpunit/tests/url.php: `get_home_url() ` assumes `$GLOBALS['pagenow']` is set.
m at wordpress.org
- [wp-svn] [25367] trunk/tests/phpunit/tests/image/size.php: Suppress deprecated notices for `wp_shrink_dimensions()`.
m at wordpress.org
- [wp-svn] [25368] trunk/tests/phpunit/tests/cron.php: Pass `$args` as an array, rather than a splat, to `wp_clear_scheduled_hook()`.
m at wordpress.org
- [wp-svn] [25369] trunk/src/wp-admin/includes/class-wp-themes-list-table.php: Fix invalid markup when searching for installed themes.
m at wordpress.org
- [wp-svn] [25370] trunk/src/wp-admin/includes/class-wp-upgrader.php: Consistently call skin methods in WP_Upgrader.
m at wordpress.org
- [wp-svn] [25371] trunk/src/wp-includes/functions.php: Indicate that the fall-through in `is_serialized()` is deliberate.
m at wordpress.org
- [wp-svn] [25372] trunk/src/wp-admin/options.php: Inline documentation for hooks in wp-admin/options.php.
m at wordpress.org
- [wp-svn] [25373] trunk/tests/phpunit: Fix the PHP 5.4 `Only variables should be passed by reference` notices in `tests /action.php`.
m at wordpress.org
- [wp-svn] [25374] trunk/tests/phpunit/tests/db.php: Passing non-existent object properties to `WP_UnitTestCase::assertNull() ` produces notices, opt instead for `WP_UnitTestCase::assertTrue( empty( $obj->prop ) )` in `tests/db.php`.
m at wordpress.org
- [wp-svn] [25375] trunk/tests/phpunit/tests/dependencies/jquery.php: Suppress the `doing_it_wrong` notice from firing in `tests/phpunit/`tests /dependencies/jquery.php` when running in debug mode.
m at wordpress.org
- [wp-svn] [25376] trunk/tests/phpunit/tests/dependencies/styles.php: Avoid an undefined index error in `tests/phpunit/tests/dependencies/ styles.php`
m at wordpress.org
- [wp-svn] [25377] trunk/tests/phpunit/tests/filters.php: Fix the PHP 5.4 `Only variables should be passed by reference` notices in `tests /filters.php`.
m at wordpress.org
- [wp-svn] [25378] trunk/tests/phpunit/tests/formatting/CleanPre.php: Suppress the deprecated function notice in `tests/formatting/ CleanPre.php`
m at wordpress.org
- [wp-svn] [25379] trunk/tests/phpunit/tests/formatting/SeemsUtf8.php: Pass a variable that actually exists to `seems_utf8()` in `tests/ formatting/SeemsUtf8.php`
m at wordpress.org
- [wp-svn] [25380] trunk/tests/phpunit: * Avoid notice by making `WP_Image_Editor_Mock::test() ` compatible with `WP_Image_Editor::test()`.
m at wordpress.org
- [wp-svn] [25381] trunk/tests/phpunit/tests/mail.php: Avoid a notice and clean up setting/ unsetting of globals by moving them into `setUp()` and `tearDown() ` methods in `Tests_Mail`.
m at wordpress.org
- [wp-svn] [25382] trunk/tests/phpunit/tests/media.php: * Fix the horrendous whitespace in `tests/media.php`
m at wordpress.org
- [wp-svn] [25383] trunk/tests/phpunit/tests/meta/slashes.php: Add a `post_id` fixture in `test/meta/slashes.php` so `Undefined variable : comment_post_ID` notices don't fire when creating comments.
m at wordpress.org
- [wp-svn] [25384] trunk: Use `reset()` to access the first element of an array, don' t assume there is an item at index `0`.
m at wordpress.org
- [wp-svn] [25385] trunk/src/wp-load.php: When the WordPress files are in a subdirectory, correctly redirect the user to the setup-config.php page from the parent directories index.php.
m at wordpress.org
- [wp-svn] [25386] trunk/src/wp-includes/template.php: Add sanity checks to `get_*_template() ` functions to ensure that the return value of `get_queried_object() ` is compatible with the assumed context.
m at wordpress.org
- [wp-svn] [25387] trunk/tests/phpunit/tests/theme/support.php: Suppress the `_doing_it_wrong` notices when calling `add_theme_support( ' html5' )` in `tests/theme/support.php`
m at wordpress.org
- [wp-svn] [25388] trunk/tests/phpunit/tests: * Suppress deprecated function notices in `tests/theme/themeDir.php`
m at wordpress.org
- [wp-svn] [25389] trunk/tests/phpunit/tests/url.php: Don't assume `$GLOBALS['post'] ` is set in `tests/url.php`.
m at wordpress.org
- [wp-svn] [25390] trunk/tests/phpunit/tests/user.php: * Avoid `Only variables should be passed by reference` notice by passing a var to `array_pop ()` in `tests/user.php`
m at wordpress.org
- [wp-svn] [25391] trunk/tests/phpunit/tests/user/capabilities.php: * Suppress deprecated function notice for `set_current_user()`
m at wordpress.org
- [wp-svn] [25392] trunk: * Add `isset()` checks all over `WP_User_Query:: prepare_query()` and `WP_User_Query::query()`.
m at wordpress.org
- [wp-svn] [25393] trunk/tests/phpunit/tests/user/slashes.php: Avoid `undefined variable` notice - `wp_insert_user() ` expects `user_pass` to be passed to it.
m at wordpress.org
- [wp-svn] [25394] trunk/tests/phpunit/tests/xmlrpc/wp: * `sort()` returns a boolean, not a sorted set.
m at wordpress.org
- [wp-svn] [25395] trunk/tests/phpunit/tests/pomo/po.php: Suppress `Non-static method PO::*() should not be called statically, assuming $this from incompatible context` by using the `@` silencer in `tests /pomo/po.php`
m at wordpress.org
- [wp-svn] [25396] trunk/src: Fix wp_guess_url() to work in every scenario I could find, allows us to use it to determine the correct path to the WordPress Site URL before installation for install.php and setup-config.php redirects.
m at wordpress.org
- [wp-svn] [25397] trunk: * Fill in undefined var in `Tests_Option_BlogOption`
m at wordpress.org
- [wp-svn] [25398] branches/3.6/wp-includes/version.php: The 3.6 branch is now 3.6.2-alpha.
m at wordpress.org
- [wp-svn] [25399] trunk/src/wp-includes/functions.php: Return false from wp_get_referer() if it is called before wp_validate_redirect() is defined.
m at wordpress.org
- [wp-svn] [25400] trunk/src/wp-includes/functions.php: Return false from wp_get_original_referer() if it is called before wp_validate_redirect() is defined.
m at wordpress.org
- [wp-svn] [25401] branches/3.6: Return false from wp_get_referer() and wp_get_original_referer() if called before wp_validate_redirect() is defined.
m at wordpress.org
- [wp-svn] [25402] trunk/tests/phpunit: There was way too much duplicated code in my notice cleanup, it built up over time, and there's definitely a need to standardize.
m at wordpress.org
- [wp-svn] [25403] trunk/src/wp-admin/includes/media.php: Add file size to attachment publish meta box.
m at wordpress.org
- [wp-svn] [25404] trunk: Fix the failing `Tests_Link::test_wp_get_shortlink() ` assertion:
m at wordpress.org
- [wp-svn] [25405] trunk/tests/phpunit/tests/l10n.php: Fix the failing l10n assertions:
m at wordpress.org
- [wp-svn] [25406] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: fix comment for `twentyfourteen_excerpt_length()`, props SergeyBiryukov.
m at wordpress.org
- [wp-svn] [25407] trunk/tests/phpunit/tests/l10n.php: Revert [25405] and use a file that does exist.
m at wordpress.org
- [wp-svn] [25408] trunk/tests/phpunit/includes/testcase.php: Test framework: Introduce the annotation @expectedDeprecated, modeled after PHPUnit' s @expectedException.
m at wordpress.org
- [wp-svn] [25409] trunk/tests/phpunit/tests: Use @expectedDeprecated.
m at wordpress.org
- [wp-svn] [25410] trunk/src/wp-includes/nav-menu-template.php: Inline docs for hooks in `wp-includes/nav-menu-template.php`.
m at wordpress.org
- [wp-svn] [25411] trunk/src/wp-admin/options-writing.php: Inline docs for hooks in `wp-admin/options-writing.php`.
m at wordpress.org
- [wp-svn] [25412] trunk/src/wp-admin/options-writing.php: No space between // and duplicate_hook.
m at wordpress.org
- [wp-svn] [25413] trunk/src/wp-admin/includes/schema.php: Fix comma placement in [ 25179].
m at wordpress.org
- [wp-svn] [25414] trunk/src/wp-admin/includes/schema.php: Add populate_network_meta filter to populate_network().
m at wordpress.org
- [wp-svn] [25415] trunk/tests/phpunit/includes/bootstrap.php: Test framework: Update path to multisite.xml.
m at wordpress.org
- [wp-svn] [25416] trunk/src: Clear all transients (regardless of expiration) on all database upgrades.
m at wordpress.org
- [wp-svn] [25417] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: prefix Genericons enqueue handle so that the theme uses the its own version of the font CSS.
m at wordpress.org
- [wp-svn] [25418] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: let authors customize the green "accent" color by changing to a different hex value in the Customizer.
m at wordpress.org
- [wp-svn] [25419] trunk/src/wp-admin: Inline documentation fixes and additions for wp-admin/ revision.php and wp-admin/includes/revision.php.
m at wordpress.org
- [wp-svn] [25420] trunk/src/wp-admin/includes/revision.php: Better alignment for wp_prepare_revisions_for_js() inline docs.
m at wordpress.org
- [wp-svn] [25421] trunk/src: WordPress Core Automatic Updates: Add the first slice of Automatic Upgrades, This is presently disabled, and requires a filter to enable ( 'auto_upgrade_core' ).
m at wordpress.org
- [wp-svn] [25422] trunk/src/wp-admin/includes: WordPress Core Automatic Updates: Pass the Filesystem path as $context to request_filesystem_credentials().
m at wordpress.org
- [wp-svn] [25423] trunk/src/wp-includes/shortcodes.php: Inline documentation for hooks in wp-includes/shortcodes.php.
m at wordpress.org
- [wp-svn] [25424] trunk/src/wp-admin/ms-delete-site.php: Inline documentation for hooks in wp-admin/ms-delete-site.php.
m at wordpress.org
- [wp-svn] [25425] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Avoid a PHP warning in network admin if a constant corresponding to a drop-in is not defined.
m at wordpress.org
- [wp-svn] [25426] trunk/src/wp-includes/certificates/ca-bundle.crt: WP_HTTP: correct the SSL root certificates property, set svn:eol-style to native, and remove the svn:executable property.
m at wordpress.org
- [wp-svn] [25427] trunk/src/wp-admin/includes/class-wp-upgrader.php: Upgrader: Allow plugins to short-circuit the package download.
m at wordpress.org
- [wp-svn] [25428] trunk/src/wp-includes/comment-template.php: Inline documentation for get_comment_reply_link() and 'comment_reply_link ' filter.
m at wordpress.org
- [wp-svn] [25429] trunk/src/wp-includes/author-template.php: Inline documentation for hooks in wp-includes/author-template.php.
m at wordpress.org
- [wp-svn] [25430] trunk/src/wp-admin/includes/ajax-actions.php: * Avoid notices in `tests/ajax/Autosave` by bailing early when `get_post( )` returns nothing.
m at wordpress.org
- [wp-svn] [25431] trunk/tests/phpunit/tests/ajax/Compression.php: Fix an error in `tests/ajax/ Compression` by removing the unnecessary call to `ob_end_clean() ` immediately after `ob_get_clean()` in `_gzdecode`, which has aleady deleted the buffer.
m at wordpress.org
- [wp-svn] [25432] trunk/tests/phpunit/includes/testcase-ajax.php: Remove the unnecessary call to `ob_end_clean() ` directly after `ob_get_clean()` in `WP_Ajax_UnitTestCase::dieHandler()`.
m at wordpress.org
- [wp-svn] [25433] trunk: Fix some undefined index notices related to Comment unit tests:
m at wordpress.org
- [wp-svn] [25434] trunk/src/wp-admin/includes/comment.php: Inline documentation for hooks in wp-admin/includes/comment.php.
m at wordpress.org
- [wp-svn] [25435] trunk/src/wp-admin/export.php: Inline documentation for hooks in wp-admin/export.php.
m at wordpress.org
- [wp-svn] [25436] trunk/src/wp-includes/functions.php: Account for Windows and CLI instances in wp_guess_url().
m at wordpress.org
- [wp-svn] [25437] trunk/src/wp-includes/functions.php: Add 'image' type/ extensions to wp_ext2type() and make it case insensitive.
m at wordpress.org
- [wp-svn] [25438] trunk: Fix several esoteric errors related to AJAX unit tests for comments:
m at wordpress.org
- [wp-svn] [25439] trunk/src/wp-admin/edit-comments.php: Remove unnecessary printf().
m at wordpress.org
- [wp-svn] [25440] trunk/tests/phpunit/tests/user.php: Reinstate an assertion commented out in [25409].
m at wordpress.org
- [wp-svn] [25441] trunk/src/wp-admin: Move to JSON for three api.wordpress.org endpoints.
m at wordpress.org
- [wp-svn] [25442] trunk/src/wp-includes/update.php: Move to JSON for the plugin and theme update-check API endpoints.
m at wordpress.org
- [wp-svn] [25443] trunk/src/wp-includes/functions.wp-scripts.php: Don' t allow critical scripts to be deregistered on wp-login.php, just as we do in the rest of the admin.
m at wordpress.org
- [wp-svn] [25444] trunk/src/wp-includes/media.php: Introduce a img_caption_shortcode_width filter for controlling the inline style of the image caption shortcode.
m at wordpress.org
- [wp-svn] [25445] trunk: Introduce wp_get_sites(), a long-awaited replacement for get_blog_list().
m at wordpress.org
- [wp-svn] [25446] trunk: Proper treatment of the 'archived' field in wp_get_sites().
m at wordpress.org
- [wp-svn] [25447] trunk/src/wp-admin/includes/class-wp-upgrader.php: WordPress Core Automatic Updates: Remove an accidental closure which isn' t supported in PHP 5.2.
m at wordpress.org
- [wp-svn] [25448] trunk/src: Multisite blogs table: Convert the archived field from enum to tinyint to match the other status fields.
m at wordpress.org
- [wp-svn] [25449] trunk/src/wp-includes: Update @since for wp_script_is() and wp_style_is().
m at wordpress.org
- [wp-svn] [25450] trunk/src/wp-login.php: Introduce post_password_expires filter to control the expiration of the post password cookie.
m at wordpress.org
- [wp-svn] [25451] trunk/src/wp-includes: Always pass integer expirations to cache backends.
m at wordpress.org
- [wp-svn] [25452] trunk/src/wp-admin/includes/ajax-actions.php: Use get_terms() in the ajax tag search.
m at wordpress.org
- [wp-svn] [25453] trunk/src/wp-admin/post-new.php: Let the wp_redirect to media-new.php from post-new.php?post_type= attachment be canceled using the wp_redirect filter.
m at wordpress.org
- [wp-svn] [25454] trunk/src/wp-admin/includes/dashboard.php: Allow callback args to be passed from wp_add_dashboard_widget() to add_meta_box().
m at wordpress.org
- [wp-svn] [25455] trunk/src/wp-includes/load.php: Inline documentation for hooks in wp-includes/load.php.
m at wordpress.org
- [wp-svn] [25456] trunk/src: Add nginx detection to the Permalink Settings screen.
m at wordpress.org
- [wp-svn] [25457] trunk/src/wp-admin/network/index.php: Clarify a string in Network Dashboard help text.
m at wordpress.org
- [wp-svn] [25458] trunk/src/wp-includes/l10n.php: Update inline documentation for l10n functions.
m at wordpress.org
- [wp-svn] [25459] trunk/src/wp-admin/edit-form-advanced.php: Only focus the title field when it is empty.
m at wordpress.org
- [wp-svn] [25460] trunk/src/wp-includes/kses.php: Allow the value attribute for list items processed by kses.
m at wordpress.org
- [wp-svn] [25461] trunk/src/wp-admin/edit-form-advanced.php: Check if the post type supports title.
m at wordpress.org
- [wp-svn] [25462] trunk/src/wp-includes: Update jQuery Form to 3.37.0 ( unused in WP core).
m at wordpress.org
- [wp-svn] [25463] trunk/src/wp-admin/js/inline-edit-tax.js: Make sure quick edited non-alternate taxonomy list table rows don' t become alternate.
m at wordpress.org
- [wp-svn] [25464] trunk/src/wp-includes/rewrite.php: Add documentation for the new flush_rewrite_rules_hard filter.
m at wordpress.org
- [wp-svn] [25465] trunk/src/wp-includes/class.wp-scripts.php: If the script_loader_src filter returns nothing, bail instead of printing <script src="">.
m at wordpress.org
- [wp-svn] [25466] trunk/src/wp-includes/update.php: WordPress Core Automatic Updates : Switch to a twicedaily cronjob to match the update check cron jobs, this removes the ability for update checks to continuously re-queue a upgrade job.
m at wordpress.org
- [wp-svn] [25467] trunk/src/wp-admin/includes/class-wp-upgrader.php: WordPress Core Automatic Updates: Switch from using a transient for locking the upgrade process, to using a site option.
m at wordpress.org
- [wp-svn] [25468] trunk/src/wp-admin/includes/class-wp-upgrader.php: WordPress Core Automatic Updates: Remove some debug.
m at wordpress.org
- [wp-svn] [25469] trunk/src/wp-admin/includes/file.php: WordPress Upgrades: When defining the default filesystem permissions for files/directories, base the value on the existing ABSPATH & index.php file permissions - so as to respect the executable bit (if set) and not set global read if not required.
m at wordpress.org
- [wp-svn] [25470] trunk/src/wp-admin/user-new.php: Inline documentation for hooks in wp-admin/user-new.php.
m at wordpress.org
- [wp-svn] [25471] trunk/src/wp-includes/post-template.php: Expect a possible array of post types in get_body_class().
m at wordpress.org
- [wp-svn] [25472] trunk/src/wp-admin/includes: Deprecate the_attachment_links(), unused since [6910].
m at wordpress.org
- [wp-svn] [25473] trunk/src/wp-includes/class-http.php: WP_HTTP: Fix a typo in the naming of WP_HTTP_Streams::verify_ssl_certificate().
m at wordpress.org
- [wp-svn] [25474] trunk/src/wp-admin/includes/plugin.php: Inline documentation for hooks in wp-admin/includes/plugin.php
m at wordpress.org
- [wp-svn] [25475] trunk/src/wp-includes/class-wp-admin-bar.php: Inline documentation for hooks in wp-includes/class-wp-admin-bar.php
m at wordpress.org
- [wp-svn] [25476] trunk/src/wp-includes/plugin.php: Clean up the documentation for add_filter and apply_filters.
m at wordpress.org
- [wp-svn] [25477] trunk/src/wp-admin/includes/plugin.php: Correct @since for hooks in wp-admin/includes/plugin.php.
m at wordpress.org
- [wp-svn] [25478] trunk/src/wp-includes/class-wp-admin-bar.php: Correct @since for hooks in wp-includes/class-wp-admin-bar.php.
m at wordpress.org
- [wp-svn] [25479] trunk/src/wp-includes/feed-rdf.php: Inline documentation for hooks in wp-includes/feed-rdf.php.
m at wordpress.org
- [wp-svn] [25480] trunk/src/wp-links-opml.php: Inline documentation for hooks in wp-links-opml.php.
m at wordpress.org
- [wp-svn] [25481] trunk/src/wp-admin/includes/ms.php: Inline documentation for hooks in wp-admin/includes/ms.php.
m at wordpress.org
- [wp-svn] [25482] trunk/src/wp-admin/includes/plugin.php: Clean up the documentation for hooks in wp-admin/includes/plugin.php.
m at wordpress.org
- [wp-svn] [25483] trunk/src/wp-includes/taxonomy.php: Use `wp_parse_args() ` again for `$args['rewrite']` in `register_taxonomy()`.
m at wordpress.org
- [wp-svn] [25484] trunk/src/wp-includes/media.php: Replace non-functional ' wp_audio_shortcode_handler' and 'wp_video_shortcode_handler' filters with 'wp_audio_shortcode_override' and 'wp_video_shortcode_override'.
m at wordpress.org
- [wp-svn] [25485] trunk/src/wp-includes/media.php: Make the arguments of ' wp_audio_shortcode_override' and 'wp_video_shortcode_override' more consistent with the ones of 'img_caption_shortcode' and ' post_gallery' filters.
m at wordpress.org
- [wp-svn] [25486] trunk/src/wp-admin/includes/ms.php: Update inline documentation for hooks in wp-admin/includes/ms.php.
m at wordpress.org
- [wp-svn] [25487] trunk/src/wp-includes/ms-functions.php: Use wp_parse_id_list() to parse the 'network_id' parameter in wp_get_sites().
m at wordpress.org
- [wp-svn] [25488] trunk: Introduce 'offset' parameter for wp_get_sites().
m at wordpress.org
- [wp-svn] [25489] trunk/src/wp-includes/taxonomy.php: Update inline documentation for wp_insert_term().
m at wordpress.org
- [wp-svn] [25490] trunk/src/wp-admin/export.php: Add missing phpdoc block for `export_date_options()`.
m at wordpress.org
- [wp-svn] [25491] trunk/src/wp-admin/credits.php: Add phpdoc blocks in wp-admin/ credits.php.
m at wordpress.org
- [wp-svn] [25492] trunk/src/wp-includes/l10n.php: Add missing `$path` parameter phpdoc for `load_theme_textdomain()`.
m at wordpress.org
- [wp-svn] [25493] trunk/src/wp-includes/l10n.php: Clarify phpdoc descriptions for `esc_attr_x()` and `esc_html_x()`.
m at wordpress.org
- [wp-svn] [25494] trunk/src/wp-includes/comment-template.php: Clarify phpdoc for `get_comment_author_link()`.
m at wordpress.org
- [wp-svn] [25495] trunk/src/wp-admin/includes/class-wp-upgrader.php: Upgrader: Fix the order of arguements passed to wp_parse_args() in the Upgrader, introduced with [25272].
m at wordpress.org
- [wp-svn] [25496] trunk/src/wp-admin/includes: WordPress Core Automatic Updates: Add a post-upgrade summary email to the WordPress install' s admin email address.
m at wordpress.org
- [wp-svn] [25497] trunk/src/wp-admin/includes/ms.php: Some more tweaks for the documentation in wp-admin/includes/ms.php.
m at wordpress.org
- [wp-svn] [25498] trunk/src/wp-includes/taxonomy.php: Clarify error handling and special cases in the `wp_insert_term() ` phpdoc block.
m at wordpress.org
- [wp-svn] [25499] trunk/src/wp-admin/admin-header.php: Inline documentation for hooks in wp-admin/admin-header.php.
m at wordpress.org
- [wp-svn] [25500] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: change the background color of author's avatars in comments to black.
m at wordpress.org
- [wp-svn] [25501] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: add underline style back to links in body text.
m at wordpress.org
- [wp-svn] [25502] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: remove `optimizeLegibility`.
m at wordpress.org
- [wp-svn] [25503] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: clean up vendor prefixes.
m at wordpress.org
- [wp-svn] [25504] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: remove custom class from pullquotes and apply the same style to all left- and right-aligned quotes in the main content area.
m at wordpress.org
- [wp-svn] [25505] trunk/src/wp-admin/includes: Restore post formats to bulk editing.
m at wordpress.org
- [wp-svn] [25506] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: more Genericons fixes, merging exact files with latest Genericons 3.0 files for consistency and future ease of merging.
m at wordpress.org
- [wp-svn] [25507] trunk/tests/phpunit/tests/image/intermediate_size.php: `unlink() ` the generated image in `Tests_Image_Intermediate_Size:: test_make_intermediate_size_successful() ` at the end of the test to avoid cruff in `svn diff`s.
m at wordpress.org
- [wp-svn] [25508] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: revert bad Genericons merge leftovers, see #25085.
m at wordpress.org
- [wp-svn] [25509] trunk/src/wp-admin/includes/class-wp-list-table.php: Add a class to the bulk actions wrapper div.
m at wordpress.org
- [wp-svn] [25510] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: first pass at adding a Contributors page template to highlight authors.
m at wordpress.org
- [wp-svn] [25511] trunk/src/wp-admin/includes/plugin-install.php: Inline documentation for hooks in wp-admin/includes/plugin-install.php.
m at wordpress.org
- [wp-svn] [25512] trunk/src/wp-admin/plugin-install.php: Inline documentation for hooks in wp-admin/plugin-install.php.
m at wordpress.org
- [wp-svn] [25513] trunk/src/wp-includes/post-thumbnail-template.php: Inline documentation for hooks in wp-includes/ post-thumbnail-template.php.
m at wordpress.org
- [wp-svn] [25514] trunk/src/wp-includes/update.php: Further adjust the request and response formats for plugin and theme update checks.
m at wordpress.org
- [wp-svn] [25515] trunk/src/wp-content/themes/twentythirteen/404.php: Twenty Thirteen: revert combining two similar `Nothing Found` strings.
m at wordpress.org
- [wp-svn] [25516] trunk/src/wp-content/themes/twentythirteen/style.css: Twenty Thirteen: fix case where comment layout can break if a really, really long word is in the comment content.
m at wordpress.org
- [wp-svn] [25517] trunk/src/wp-includes/class.wp-dependencies.php: Inline documentation for WP_Dependencies class properties.
m at wordpress.org
- [wp-svn] [25518] trunk/src/wp-includes/class.wp-dependencies.php: Inline documentation for _WP_Dependency class properties.
m at wordpress.org
- [wp-svn] [25519] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: first pass at improving responsive patterns and allowing for a full-width layout when no secondary sidebar is present.
m at wordpress.org
- [wp-svn] [25520] trunk/src/wp-includes: Send installed language data to the plugin and theme update-check endpoints.
m at wordpress.org
- [wp-svn] [25521] trunk/src/wp-content/themes/twentytwelve: Twenty Twelve: update code comments to reflect WP inline docs standards.
m at wordpress.org
- [wp-svn] [25522] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: update code comments to reflect WP inline docs standards.
m at wordpress.org
- [wp-svn] [25523] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove `rem` units, props iamtakashi.
m at wordpress.org
- [wp-svn] [25524] trunk/src/wp-includes/class.wp-dependencies.php: Inline documentation for WP_Dependencies and _WP_Dependency classes.
m at wordpress.org
- [wp-svn] [25525] trunk/src/wp-includes/meta.php: Add REGEXP to meta queries.
m at wordpress.org
- [wp-svn] [25526] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Make it possible to filter comment screen by post type; no UI.
m at wordpress.org
- [wp-svn] [25527] trunk/src/wp-admin: Allow the "Add New" URL on post edit screens to be filtered via `admin_url()`.
m at wordpress.org
- [wp-svn] [25528] trunk/src/wp-includes/js/wplink.js: Revert [25031] and [24841] - filling the internal linking search field with selected text has UX and performance issues with no resolution in sight.
m at wordpress.org
- [wp-svn] [25529] trunk/src/wp-includes/feed-rss.php: Inline documentation for hooks in wp-includes/feed-rss.php.
m at wordpress.org
- [wp-svn] [25530] trunk/src/wp-includes/feed-rss2.php: Inline documentation for hooks in wp-includes/feed-rss2.php.
m at wordpress.org
- [wp-svn] [25531] trunk/src/wp-includes/feed-atom.php: Inline documentation for hooks in wp-includes/feed-atom.php.
m at wordpress.org
- [wp-svn] [25532] trunk/src/wp-includes/feed-rss2-comments.php: Inline documentation of hooks for wp-includes/feed-rss2-comments.php.
m at wordpress.org
- [wp-svn] [25533] trunk/src/wp-includes/bookmark-template.php: Inline documentation for hooks in wp-includes/bookmark-template.php.
m at wordpress.org
- [wp-svn] [25534] trunk/src/wp-admin/plugin-editor.php: Inline documentation for hooks in wp-admin/plugin-editor.php.
m at wordpress.org
- [wp-svn] [25535] trunk/src/wp-includes/canonical.php: Inline documentation for hooks in wp-includes/canonical.php.
m at wordpress.org
- [wp-svn] [25536] trunk/src/wp-includes: Accept and store translations data from the plugin and theme update check endpoints.
m at wordpress.org
- [wp-svn] [25537] trunk/src/wp-activate.php: Inline documentation for hooks in wp-activate.php.
m at wordpress.org
- [wp-svn] [25538] trunk/src/wp-admin/admin-ajax.php: Inline documentation for hooks in wp-admin/admin-ajax.php.
m at wordpress.org
- [wp-svn] [25539] trunk/src/wp-admin/admin-ajax.php: Fix spaces to tabs and inline documenation formatting in wp-admin/ admin-ajax.php.
m at wordpress.org
- [wp-svn] [25540] trunk/src/wp-admin/includes: Upgrader: Perform a MD5 file verification check on the files during upgrade.
m at wordpress.org
- [wp-svn] [25541] trunk/src/wp-admin/includes/file.php: When using download_url(), if the resource supplies a Content-MD5 header, verify the downloaded file against it.
m at wordpress.org
- [wp-svn] [25542] trunk/src/wp-admin/includes/class-wp-upgrader.php: WordPress Core Automatic Updates: Add a filter as to whether or not to send the site administrator a summary of executed updates.
m at wordpress.org
- [wp-svn] [25543] trunk/src/wp-admin/includes/class-wp-upgrader.php: Add a missing .
m at wordpress.org
- [wp-svn] [25544] trunk/src/wp-includes/update.php: Plugin Update API: Set the translations key to an empty array when the API is unavailable.
m at wordpress.org
- [wp-svn] [25545] trunk/src/wp-includes/js/imgareaselect: Update imgAreaSelect to 0.9.10.
m at wordpress.org
- [wp-svn] [25546] trunk/src: Trim leading whitespace from AJAX responses.
m at wordpress.org
- [wp-svn] [25547] trunk/src/wp-admin/js/image-edit.js: Image Edit: Replace deprecated $.load() and $.error() methods to prevent warnings by jQuery Migrate, fixes #25371.
m at wordpress.org
- [wp-svn] [25548] trunk/src/wp-includes/script-loader.php: Update imgAreaSelect version in script-loader.php for [25545], see #25370.
m at wordpress.org
- [wp-svn] [25549] trunk/src/wp-includes: Update Jcrop to 0.9.12 (unused in WP core).
m at wordpress.org
- [wp-svn] [25550] trunk/src/wp-includes/pluggable.php: Use `elseif` when slurping the `nonce` in `check_ajax_referer() ` to avoid accidentally overwriting it.
m at wordpress.org
- [wp-svn] [25551] trunk: Ensure that terms with a post count of `0` are not returned in `wp_count_terms ()` when `hide_empty => true`.
m at wordpress.org
- [wp-svn] [25552] trunk/src/wp-admin/options-media.php: Alter some text for clarity on the Media Settings page.
m at wordpress.org
- [wp-svn] [25553] trunk/src/wp-includes: Add `@access private` to `_get_custom_object_labels()`, which was already implied by the dangling underscore.
m at wordpress.org
- [wp-svn] [25554] trunk: Add hooks to `wp_count_posts()`.
m at wordpress.org
- [wp-svn] [25555] trunk/src/wp-includes/comment-template.php: Add an `$args` parameter to `comment_text` and `get_comment_text` filters.
m at wordpress.org
- [wp-svn] [25556] trunk/src/wp-admin/includes/class-wp-list-table.php: Make the `WP_List_Table::months_dropdown()` query results filterable.
m at wordpress.org
- [wp-svn] [25557] trunk/tests/phpunit/data/images/a2-small-100x75.jpg: `tests/ phpunit/data/images/ a2-small-100x75.jpg` should not be checked in - it is generated in a test method and `unlink ()`'d since [25507].
m at wordpress.org
- [wp-svn] [25558] trunk/src/wp-admin/includes/ajax-actions.php: Inline documentation for hooks in wp-admin/includes/ajax-actions.php.
m at wordpress.org
- [wp-svn] [25559] trunk/src/wp-content: Add a svn:ignore property to wp-content, wp-content/plugins, and, wp-content/ themes to clean up the output of a svn status, this means that plugins/ themes/uploads won't clutter the svn status output.
m at wordpress.org
- [wp-svn] [25560] trunk/src/wp-admin/includes: First pass at documenting the WP_Filesystem methods.
m at wordpress.org
- [wp-svn] [25561] trunk/src/wp-admin/admin-post.php: Improve file header and description in wp-admin/admin-post.php.
m at wordpress.org
- [wp-svn] [25562] trunk/src/wp-includes/comment-template.php: Replace !$user_ID with !is_user_logged_in().
m at wordpress.org
- [wp-svn] [25563] trunk/src/wp-includes/class-wp-admin-bar.php: Improve inline comment for removing default padding styles for the Toolbar.
m at wordpress.org
- [wp-svn] [25564] trunk/src/wp-trackback.php: Improve inline documentation for wp-trackback.php.
m at wordpress.org
- [wp-svn] [25565] trunk/src/wp-includes/l10n.php: Inline documentation for hooks in wp-includes/l10n.php.
m at wordpress.org
- [wp-svn] [25566] trunk/src: Add a language pack upgrader class.
m at wordpress.org
- [wp-svn] [25567] trunk/src/wp-includes/comment-template.php: Inline documentation improvements for wp-includes/comment-template.php.
m at wordpress.org
- [wp-svn] [25568] trunk/src/wp-admin/includes/class-wp-upgrader.php: Language Packs: Integrate Language Packs into the Auto-upgrader.
m at wordpress.org
- [wp-svn] [25569] trunk/src/wp-includes/certificates/ca-bundle.crt: Move a certificate higher in the file (end to start) so that PHP 5.2.x ( OpenSSL 0.9.8j and earlier) can parse the file correctly.
m at wordpress.org
- [wp-svn] [25570] trunk/src/wp-includes: Remove redundant title attributes.
m at wordpress.org
- [wp-svn] [25571] trunk/wp-tests-config-sample.php: Update wp-tests-config-sample.php to run with WP_DEBUG by default.
m at wordpress.org
- [wp-svn] [25572] trunk/src: Introduce a meta_box_cb argument for register_taxonomy( ).
m at wordpress.org
- [wp-svn] [25573] trunk/src/wp-includes/comment-template.php: Improve inline documentation of arguments for `comment_form()`.
m at wordpress.org
- [wp-svn] [25574] trunk/src/wp-includes/class-wp.php: Set up author data for the author template immediately, rather than waiting for the first the_post() call.
m at wordpress.org
- [wp-svn] [25575] trunk/src/wp-includes/comment-template.php: Inline documentation for `comment_form()` argument defaults missed in [ 25573].
m at wordpress.org
- [wp-svn] [25576] trunk/src/wp-includes/taxonomy.php: Pass $taxonomies to two more filters in get_terms().
m at wordpress.org
- [wp-svn] [25577] trunk/src/wp-admin/edit.php: Introduce a bulk_post_updated_messages filter.
m at wordpress.org
- [wp-svn] [25578] trunk: In wp_count_posts(), rename 'count_posts' hook to ' wp_count_posts', for clarity.
m at wordpress.org
- [wp-svn] [25579] trunk/src/wp-includes/post.php: Introduce a wp_count_attachments filter.
m at wordpress.org
- [wp-svn] [25580] trunk/src/wp-includes/widgets.php: Temporary hooks for the widgets feature team in dynamic_sidebar() and is_active_sidebar().
m at wordpress.org
- [wp-svn] [25581] trunk/src/wp-includes/post.php: Use correct variable.
m at wordpress.org
- [wp-svn] [25582] trunk/src/wp-includes/post-template.php: Change ' This post is password protected' to 'This content', for the benefit of custom post types.
m at wordpress.org
- [wp-svn] [25583] trunk/src/wp-includes/meta.php: Return false in update_metadata() and update_metadata_by_mid() when the DB query fails.
m at wordpress.org
- [wp-svn] [25584] trunk/src/wp-includes/comment-template.php: Inline documentation for hooks in wp-includes/comment-template.php.
m at wordpress.org
- [wp-svn] [25585] trunk/src/wp-includes/class-wp.php: Avoid a notice.
m at wordpress.org
- [wp-svn] [25586] trunk/src/wp-includes/l10n.php: Standardize usage of 'text domain' in inline documentation for wp-includes/l10n.php.
m at wordpress.org
- [wp-svn] [25587] trunk/src/wp-admin/includes/revision.php: Inline documentation for hooks in wp-admin/includes/revision.php.
m at wordpress.org
- [wp-svn] [25588] trunk/src/wp-includes/comment-template.php: Inline documentation for the Walker_Comment class in wp-includes/ comment-template.php
m at wordpress.org
- [wp-svn] [25589] trunk/src/wp-admin/admin-post.php: Inline documentation for hooks in wp-admin/admin-post.php.
m at wordpress.org
- [wp-svn] [25590] trunk: Revert [25446] now that `wp_blogs`.`archived` is no longer an ENUM field.
m at wordpress.org
- [wp-svn] [25591] trunk/src/wp-admin/includes: Ignore unauthorized meta keys in meta_form().
m at wordpress.org
- [wp-svn] [25592] trunk/src/wp-admin: Saner CSS for row actions - now we can just target `.row-actions` instead of both `.row-actions` and `.row-actions-visible`.
m at wordpress.org
- [wp-svn] [25593] trunk/src/wp-admin/js/inline-edit-post.js: Allow non-visible post row actions to be accessed via keyboard.
m at wordpress.org
- [wp-svn] [25594] trunk/src/wp-includes/functions.wp-styles.php: Improve inline documentation for wp-includes/functions.wp-styles.php.
m at wordpress.org
- [wp-svn] [25595] trunk/src/wp-admin/js: Allow all non-visible default row actions in the admin to be accessed via keyboard.
m at wordpress.org
- [wp-svn] [25596] trunk: Introduce register_taxonomy_for_object_type().
m at wordpress.org
- [wp-svn] [25597] trunk/src/wp-includes/functions.wp-scripts.php: Improve inline documentation for wp-includes/functions.wp-scripts.php.
m at wordpress.org
- [wp-svn] [25598] trunk/src/wp-admin/includes/class-wp-upgrader.php: Automatic Core Updates: Enable Core Automatic Updates for Security releases, Development nightly releases, and, Language packs.
m at wordpress.org
- [wp-svn] [25599] trunk/src/wp-admin/includes/class-wp-upgrader.php: Automatic Updates: Correct a typo of a constant, s/DISABLE_FILE_MODS/ DISALLOW_FILE_MODS/.
m at wordpress.org
- [wp-svn] [25600] trunk/src/wp-signup.php: Context for the signup_hidden_fields hooks.
m at wordpress.org
- [wp-svn] [25601] trunk: Introduce a reset_postdata() method on the WP_Query object, which wp_reset_postdata() now wraps.
m at wordpress.org
- [wp-svn] [25602] trunk/src/wp-includes: Add classes to menus to indicate that an item has sub-items: `.menu-item-has-children` for `wp_nav_menu() ` and `.page_item_has_children` for `wp_page_menu()`.
m at wordpress.org
- [wp-svn] [25603] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: Genericons minor style adjustments, props iamtakashi.
m at wordpress.org
- [wp-svn] [25604] trunk/src/wp-content/themes/twentyfourteen/header.php: Twenty Fourteen: simplify header image check, props obenland.
m at wordpress.org
- [wp-svn] [25605] trunk/src/wp-includes/query.php: When is_main_query() is called during the pre_get_posts hook, issue _doing_it_wrong().
m at wordpress.org
- [wp-svn] [25606] trunk/src: Introduce wp_get_user_contact_methods() as a public version of _wp_get_user_contactmethods.
m at wordpress.org
- [wp-svn] [25607] trunk/src/wp-includes/plugin.php: Initialize the filter globals.
m at wordpress.org
- [wp-svn] [25608] trunk/src/wp-admin/includes/media.php: Make sure the attachment file exists before calling filesize() on it.
m at wordpress.org
- [wp-svn] [25609] trunk/src/wp-includes/post.php: Clarify inline documentation for the return in `get_attached_file()`.
m at wordpress.org
- [wp-svn] [25610] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: redo the featured image background pattern with CSS plus minor style adjustments.
m at wordpress.org
- [wp-svn] [25611] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix gap beneath header image, props taupecat.
m at wordpress.org
- [wp-svn] [25612] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fixes for accent color functionality, props celloexpressions.
m at wordpress.org
- [wp-svn] [25613] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: accessibility fix for allowing the search button in the toolbar to be focused with the keyboard.
m at wordpress.org
- [wp-svn] [25614] trunk/src/wp-content/themes/twentyfourteen/images: Twenty Fourteen : remove unused images, following r25610.
m at wordpress.org
- [wp-svn] [25615] trunk/src/wp-includes: Use the wpdb method instead of $wpdb-> prefix.
m at wordpress.org
- [wp-svn] [25616] trunk/src: Don't rely on include_path to include files.
m at wordpress.org
- [wp-svn] [25617] trunk/src/wp-includes/class-wp.php: Clean up the path calculations in wp::parse_request().
m at wordpress.org
- [wp-svn] [25618] trunk/src/wp-includes/ms-default-filters.php: 'sanitize_user' is a filter, not an action.
m at wordpress.org
- [wp-svn] [25619] trunk/src/wp-login.php: Simplify the login page viewport meta for mobile devices, so it' s less restrictive on the user.
m at wordpress.org
- [wp-svn] [25620] trunk/src/wp-admin: Better error messaging on install.php.
m at wordpress.org
- [wp-svn] [25621] trunk: Live network counts of users and sites for small networks.
m at wordpress.org
- [wp-svn] [25622] trunk/src/wp-admin/js/nav-menu.js: Only show top-level items when adding pages to a User's First Nav Menu.
m at wordpress.org
- [wp-svn] [25623] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: change the background color a bit more on hover for main navigation submenus.
m at wordpress.org
- [wp-svn] [25624] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: make the content sidebar optional and alter the layout to full-width if the sidebar is not active , but without adding wider featured image (for now).
m at wordpress.org
- [wp-svn] [25625] trunk/src/wp-content/themes/twentyeleven: Twenty Eleven: update code comments to reflect WP inline docs standards.
m at wordpress.org
- [wp-svn] [25626] trunk/src/wp-content/themes/twentytwelve/header.php: Twenty Twelve : simplify header image check, props obenland.
m at wordpress.org
- [wp-svn] [25627] trunk/src/wp-content/themes/twentyten: Twenty Ten: update code comments to reflect WP inline docs standards.
m at wordpress.org
- [wp-svn] [25628] trunk/src/wp-includes/post.php: Improve inline documentation for `wp_insert_post() ` by adding a hash notation.
m at wordpress.org
- [wp-svn] [25629] trunk/src/wp-admin: Add a `user_new_form` hook, with context.
m at wordpress.org
- [wp-svn] [25630] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Inline documentation for hooks in wp-admin/includes/ class-wp-plugin-install-list-table.php.
m at wordpress.org
- [wp-svn] [25631] trunk/src/wp-admin/network/user-new.php: Remove the new user_new_form hook from the network admin, pending further review.
m at wordpress.org
- [wp-svn] [25632] trunk/src/wp-includes: Order search results by relevance, rather than by date.
m at wordpress.org
- [wp-svn] [25633] trunk/src: Changes to automatic background updates in preparation for Beta 1.
m at wordpress.org
- [wp-svn] [25634] trunk/src/wp-includes/update.php: Filters for locale in wp_update_plugins() and wp_update_themes().
m at wordpress.org
- [wp-svn] [25635] trunk/src/wp-admin/includes/class-wp-upgrader.php: Fix strict notice.
m at wordpress.org
- [wp-svn] [25636] trunk/src/wp-includes/class-wp-image-editor-imagick.php: Fix non-square rotations when using the Imagick image editor.
m at wordpress.org
- [wp-svn] [25637] trunk: Expand the zxcvbn password meter blacklist, based on user input.
m at wordpress.org
- [wp-svn] [25638] trunk/src/wp-includes/version.php: 3.7-beta1
m at wordpress.org
- [wp-svn] [25639] trunk/src/wp-includes/version.php: 3.7-beta1-25639
m at wordpress.org
- [wp-svn] [25640] trunk/src/wp-includes/deprecated.php: Mark _search_terms_tidy() as deprecated in 3.7.
m at wordpress.org
- [wp-svn] [25641] trunk/src/wp-includes/category-template.php: Inline documentation improvements for `Walker_Category` and `Walker_CategoryDropdown`.
m at wordpress.org
- [wp-svn] [25642] trunk/src/wp-admin/includes/template.php: Inline documentation for `Walker_Category_Checklist`.
m at wordpress.org
- [wp-svn] [25643] trunk/src: Improve inline documentation for `Walker_Nav_Menu`, `Walker_Nav_Menu_Edit`, `Walker_Nav_Menu_Checklist`.
m at wordpress.org
- [wp-svn] [25644] trunk/src/wp-includes/class-wp-walker.php: Improve inline documentation for the `Walker` class.
m at wordpress.org
- [wp-svn] [25645] trunk/src/wp-signup.php: Inline documentation for hooks in wp-signup.php.
m at wordpress.org
- [wp-svn] [25646] trunk/src/wp-includes/formatting.php: Correct phpdoc for translate_smiley().
m at wordpress.org
- [wp-svn] [25647] trunk/src/wp-admin/includes/class-wp-upgrader.php: Automatic Updates: Skip doing the sanity checking MD5 before deciding if we should use a partial build or not , This change means we always use a partial build for automatic updates.
m at wordpress.org
- [wp-svn] [25648] trunk/src/wp-admin/includes: MD5 file verification: Prevent md5_file() warnings when files don't exist, additionally, don' t verify wp-content files as they can be updated separately, as well as WP_CONTENT_DIR being set elsewhere.
m at wordpress.org
- [wp-svn] [25649] trunk/src: Automatic Updates: Add a rollback functionality upon installation failure, the rollback package will be available for partial-updates for automatic updates and be similar to our existing partial builds (but in reverse).
m at wordpress.org
- [wp-svn] [25650] trunk/src/wp-admin/includes/class-wp-upgrader.php: Automatic Updates: Disable Automatic updates for Mercurial(HG) and Bazaar (bzr) version control systems in addition to Git and SVN.
m at wordpress.org
- [wp-svn] [25651] trunk/src/wp-admin/includes/class-wp-upgrader.php: Automatic Updates: Remove some debug from [25649] See #22704
m at wordpress.org
- [wp-svn] [25652] trunk/src/wp-includes: Send back core translation information to the API.
m at wordpress.org
Last message date:
Mon Sep 30 19:46:15 UTC 2013
Archived on: Mon Sep 30 19:46:17 UTC 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).