October 2013 Archives by subject
Starting: Tue Oct 1 02:52:30 UTC 2013
Ending: Thu Oct 31 04:27:51 UTC 2013
Messages: 346
- [wp-svn] [25653] trunk/src/wp-includes/capabilities.php: Remove inaccurate @return value from remove_role().
m at wordpress.org
- [wp-svn] [25654] trunk/src/wp-includes/class-http.php: Use sentence case.
m at wordpress.org
- [wp-svn] [25655] trunk/src/wp-admin/includes/class-wp-upgrader.php: Rollback is not a verb.
m at wordpress.org
- [wp-svn] [25656] trunk/src/wp-admin/includes/class-wp-upgrader.php: This error message should have a period.
m at wordpress.org
- [wp-svn] [25657] trunk/src/wp-admin/install.php: End sentences in periods.
m at wordpress.org
- [wp-svn] [25658] trunk/src/wp-admin/includes: More string cleanups.
m at wordpress.org
- [wp-svn] [25659] trunk: Make `url_to_postid()` work for custom post type URLs.
m at wordpress.org
- [wp-svn] [25660] trunk/tests/phpunit/includes/factory.php: Add a default value to `WP_UnitTest_Factory_For_Comment:: default_generation_definitions['comment_content'] ` to avoid a tornado of database errors in PHP 5.5/MySQL 5.6, even when `WP_DEBUG` is turned off.
m at wordpress.org
- [wp-svn] [25661] trunk/src/wp-includes/post.php: `post_content` does not have a default value in the `$wpdb->posts` table.
m at wordpress.org
- [wp-svn] [25662] trunk/src: Rather than adding a `taxonomy` arg to `get_category()` , convert all uses of `get_category()` in core to `get_term()`.
m at wordpress.org
- [wp-svn] [25663] trunk/src/wp-admin/js/inline-edit-post.js: When Quick Edit' ing a page, checks if edited page has a new parent and moves the row underneath that one.
m at wordpress.org
- [wp-svn] [25664] trunk/src/wp-includes/option.php: When queries fail in option functions, bail before setting cache.
m at wordpress.org
- [wp-svn] [25665] trunk/src/wp-includes/media.php: Allow to filter the `link` attribute via `shortcode_atts_gallery`.
m at wordpress.org
- [wp-svn] [25666] trunk/src: Show a proper error message on the dashboard when the current theme is broken.
m at wordpress.org
- [wp-svn] [25667] trunk/src/wp-admin/js/inline-edit-post.js: Revert [25663] for UX discussion
m at wordpress.org
- [wp-svn] [25668] trunk/src/wp-includes/query.php: Don' t order feeds of search results by relevance.
m at wordpress.org
- [wp-svn] [25669] trunk/src: Replace use of global `$user_ID` in favor of `get_current_user_id()`.
m at wordpress.org
- [wp-svn] [25670] trunk/src/wp-admin: Links manager: Restrict field length based on DB schema.
m at wordpress.org
- [wp-svn] [25671] trunk/src/wp-includes/general-template.php: Ensure that get_bloginfo( 'pingback_url' ) uses site_url(), for SSL awareness.
m at wordpress.org
- [wp-svn] [25672] trunk/src/wp-includes/theme-compat: Use site_url() in theme-compat.
m at wordpress.org
- [wp-svn] [25673] trunk/src/wp-includes/capabilities.php: `WP_User::get_role_caps() ` now returns the caps it was already setting.
m at wordpress.org
- [wp-svn] [25674] trunk/src/wp-admin/includes/class-wp-upgrader.php: Don' t use a double negative.
m at wordpress.org
- [wp-svn] [25675] trunk/src/wp-includes: Remove redundant title attributes.
m at wordpress.org
- [wp-svn] [25676] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Post lists table: When counting a user's posts, use get_post_stati() instead of hardcoded internal statuses.
m at wordpress.org
- [wp-svn] [25677] trunk/src/wp-admin/js: List tables: When executing a search, reset the Bulk Actions dropdown to avoid the search from failing.
m at wordpress.org
- [wp-svn] [25678] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Avoid counting auto-drafts in sticky.
m at wordpress.org
- [wp-svn] [25679] trunk/src/wp-admin/themes.php: Don' t let the query string pile up on successive themes.php searches.
m at wordpress.org
- [wp-svn] [25680] trunk/src/wp-admin/js/customize-controls.js: Ensure we globally replace [ and ] in customizer control IDs, to match the PHP.
m at wordpress.org
- [wp-svn] [25681] trunk/src/wp-admin/js/customize-controls.js: When determining a frontend, local URL in the theme customizer, match the home URL without a trailing slash.
m at wordpress.org
- [wp-svn] [25682] trunk/src/wp-includes/class-phpmailer.php: Backport a fix for qmail from PHPMailer upstream.
m at wordpress.org
- [wp-svn] [25683] trunk/src/wp-includes/class-wp.php: Ensure wp::send_headers() detects a comments feed when permalinks are disabled and thus the withcomments QV is omitted.
m at wordpress.org
- [wp-svn] [25684] trunk/src/wp-includes/default-constants.php: Don' t override a PHP memory_limit specified using G shorthand.
m at wordpress.org
- [wp-svn] [25685] trunk/src/wp-includes/default-constants.php: Support G shorthand for WP_MEMORY_LIMIT.
m at wordpress.org
- [wp-svn] [25686] trunk/src/wp-includes/post.php: Reset "Page on Front" when such a page is trashed.
m at wordpress.org
- [wp-svn] [25687] trunk/src/wp-admin/js/nav-menu.js: Revert [25622].
m at wordpress.org
- [wp-svn] [25688] trunk/src/wp-admin/css/wp-admin.css: Post UI: Increase the trigger width for switching from two columns to one.
m at wordpress.org
- [wp-svn] [25689] trunk/src/wp-includes/query.php: Move `get_current_user_id() ` call out of if-block, see [25669].
m at wordpress.org
- [wp-svn] [25690] trunk/src/wp-activate.php: Avoid 404 for wp-activate.php.
m at wordpress.org
- [wp-svn] [25691] trunk/src/wp-admin/includes/plugin-install.php: Send current SSL status to the plugin information API endpoint so we can render screenshots over SSL if appropriate.
m at wordpress.org
- [wp-svn] [25692] trunk/src/wp-includes: Append -src to the $wp_version in the develop repo (only) to allow for us to differentiate.
m at wordpress.org
- [wp-svn] [25693] trunk/Gruntfile.js: New grunt copy: version task that removes -src from $wp_version on build.
m at wordpress.org
- [wp-svn] [25694] trunk/src/wp-admin/includes/post.php: Hide the "If you take over" string from the post locked dialog when the override_post_lock filter is used to prevent an override.
m at wordpress.org
- [wp-svn] [25695] trunk/src: Reverse the order of roles in wp_dropdown_roles().
m at wordpress.org
- [wp-svn] [25696] trunk/src: Hash password reset keys in the database.
m at wordpress.org
- [wp-svn] [25697] trunk/src/wp-admin/includes/post.php: Run _fix_attachment_links() when post_status is future or private in addition to publish.
m at wordpress.org
- [wp-svn] [25698] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Don' t modify post_author during a quick edit when the post type doesn' t support authors.
m at wordpress.org
- [wp-svn] [25699] trunk/src/wp-includes/update.php: Inline documentation for hooks in wp-includes/update.php.
m at wordpress.org
- [wp-svn] [25700] trunk/src/wp-admin/includes/class-wp-upgrader.php: Be as sure as possible that WordPress is not under version control when deciding if we should do automatic updates.
m at wordpress.org
- [wp-svn] [25701] trunk/src/wp-login.php: Inline documentation for hooks in wp-login.php.
m at wordpress.org
- [wp-svn] [25702] trunk/src/wp-includes/template-loader.php: Inline documentation for hooks in wp-includes/template-loader.php.
m at wordpress.org
- [wp-svn] [25703] trunk/src/wp-includes/template.php: Inline documentation for a hooks in wp-includes/template.php.
m at wordpress.org
- [wp-svn] [25704] trunk/src/wp-content/: Add a svn: ignore property to wp-content for wp-content/languages See [25559] See #25337 See #24976
m at wordpress.org
- [wp-svn] [25705] trunk/src/wp-includes/class-wp-image-editor.php: Inline documentation for hooks in wp-includes/class-wp-image-editor.php.
m at wordpress.org
- [wp-svn] [25706] trunk/src/wp-admin/includes/bookmark.php: Inline documentation for hooks in wp-admin/includes/bookmark.php.
m at wordpress.org
- [wp-svn] [25707] trunk/src/wp-content/themes/twentytwelve/style.css: Twenty Twelve: Use the correct body class for attachments.
m at wordpress.org
- [wp-svn] [25708] trunk/src/wp-admin/js/nav-menu.js: Optimize the accessibility JS on the Menus screen to avoid browser crashes with very large menus.
m at wordpress.org
- [wp-svn] [25709] trunk: Move the trim() from wp_set_password() to inside wp_hash_password().
m at wordpress.org
- [wp-svn] [25710] trunk/src/wp-includes/general-template.php: Escape title in HTML5 search form.
m at wordpress.org
- [wp-svn] [25711] trunk/tests/phpunit/tests/dependencies.php: Remove tests for code still in development, see #22229.
m at wordpress.org
- [wp-svn] [25712] trunk/src/wp-includes/vars.php: Inline documentation for hooks in wp-includes/vars.php.
m at wordpress.org
- [wp-svn] [25713] trunk/src/wp-includes/functions.php: Correct phpdoc for wp_check_filetype_and_ext().
m at wordpress.org
- [wp-svn] [25714] trunk/src/wp-includes/class-wp-image-editor.php: Fix phpdoc indentation for hooks in wp-includes/ class-wp-image-editor.php.
m at wordpress.org
- [wp-svn] [25715] trunk/src/wp-content/themes/twentytwelve/css/ie.css: Twenty Twelve : Use the correct body class for attachments in the IE stylesheet.
m at wordpress.org
- [wp-svn] [25716] trunk/src/wp-content/themes/twentythirteen/style.css: Twenty Thirteen: Remove unneeded .single-attachment selector.
m at wordpress.org
- [wp-svn] [25717] trunk/src/wp-admin/options-reading.php: Inline documentation for wp-admin/options-reading.php.
m at wordpress.org
- [wp-svn] [25718] trunk/src/wp-includes/vars.php: Add missing variable for inline hook documentation changes in wp-includes /vars.php.
m at wordpress.org
- [wp-svn] [25719] trunk/src/wp-admin: Move the revisions upgrade handler to POST, to avoid esoteric metadata stomping.
m at wordpress.org
- [wp-svn] [25720] trunk/src/wp-includes/js/media-editor.js: Prevent the removal of a manual 'orderby' attribute in the gallery shortcode.
m at wordpress.org
- [wp-svn] [25721] trunk/src/wp-settings.php: Inline documentation for hooks in wp-settings.php.
m at wordpress.org
- [wp-svn] [25722] trunk/src/wp-admin/network.php: Inline documentation for hooks in wp-admin/network.php.
m at wordpress.org
- [wp-svn] [25723] trunk/src/wp-includes/class-oembed.php: Inline documentation for hooks in wp-includes/class-oembed.php.
m at wordpress.org
- [wp-svn] [25724] trunk/src/wp-includes/category.php: Inline documentation for hooks in wp-includes/category.php.
m at wordpress.org
- [wp-svn] [25725] trunk/src/wp-admin/maint/repair.php: Inline documentation for hooks in wp-admin/maint/repair.php.
m at wordpress.org
- [wp-svn] [25726] trunk/src/wp-includes/class-wp-embed.php: Inline documentation for hooks in wp-includes/class-wp-embed.php.
m at wordpress.org
- [wp-svn] [25727] trunk/src/wp-admin/includes/media.php: Use parens to ensure that RegEx OR matches the front when determining that mime-type matches `audio|video` in `attachment_submitbox_metadata ()`.
m at wordpress.org
- [wp-svn] [25728] trunk/src/wp-includes: Improve inline documentation for the `multi_resize() ` method in `WP_Image_Editor`, `WP_Image_Editor_GD`, and `WP_Image_Editor_Imagick`.
m at wordpress.org
- [wp-svn] [25729] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: reduce post widget margin, props kraftbj, closes #25426.
m at wordpress.org
- [wp-svn] [25730] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: accent color fixes, props celloexpressions.
m at wordpress.org
- [wp-svn] [25731] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: provide keyboard support for the primary navigation, props joedolson.
m at wordpress.org
- [wp-svn] [25732] trunk/src/wp-includes/ms-load.php: Inline documentation for hooks in wp-includes/ms-load.php.
m at wordpress.org
- [wp-svn] [25733] trunk/src/wp-includes/class-feed.php: Inline documentation for hooks in wp-includes/class-feed.php.
m at wordpress.org
- [wp-svn] [25734] trunk/src/wp-admin/widgets.php: Inline documentation for hooks in wp-admin/widgets.php.
m at wordpress.org
- [wp-svn] [25735] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: allow pages to have featured images, props iamtakashi.
m at wordpress.org
- [wp-svn] [25736] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fill browser height to 100% for views with short content.
m at wordpress.org
- [wp-svn] [25737] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: remove unneeded `.single-attachment` body class selectors, props iamtakashi.
m at wordpress.org
- [wp-svn] [25738] trunk/src/wp-content/themes/twentyfourteen/front-page.php: Twenty Fourteen: remove unnecessary `no-sidebar` class value in front page template.
m at wordpress.org
- [wp-svn] [25739] trunk/src/wp-admin/includes/file.php: Upgrader: Create Directories with a minimum of 0755 and files with a minimum of 0644 when upgrading , which matches pre-3.7 behaviour.
m at wordpress.org
- [wp-svn] [25740] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: minor color contrast and a11y fixes, see #25054.
m at wordpress.org
- [wp-svn] [25741] trunk/src/wp-admin/includes/nav-menu.php: Show a label for the " Home" page nav menu item checkbox.
m at wordpress.org
- [wp-svn] [25742] trunk/src/wp-content/themes/twentyfourteen/header.php: Twenty Fourteen: a11y fix for keyboard navigation and Skip Content link, see #25054.
m at wordpress.org
- [wp-svn] [25743] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove title attributes for better accessibility.
m at wordpress.org
- [wp-svn] [25744] trunk/src: Make sure when resizing an image according to ratio we do not end up with a zero-pixel width or height.
m at wordpress.org
- [wp-svn] [25745] trunk/src/wp-includes/post-template.php: Only add one body class when multiple post types manage to be present for a post type archive due to pre_get_posts manipulation.
m at wordpress.org
- [wp-svn] [25746] trunk/src/wp-content/themes: Default themes: Don't use / ** docblocks for simple multiline comments.
m at wordpress.org
- [wp-svn] [25747] trunk/src/wp-admin/admin.php: Hook documentation for wp-admin/ admin.php.
m at wordpress.org
- [wp-svn] [25748] trunk/src/wp-includes: TinyMCE: add support for IE11.
m at wordpress.org
- [wp-svn] [25749] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: merge recent stylesheet changes to RTL, and file miscellaneous CSS cleanup.
m at wordpress.org
- [wp-svn] [25750] trunk/src: In the event that an Automatic Upgrade fails, send a failure status on the next API request to indicate that it failed, and if the rollback was successful.
m at wordpress.org
- [wp-svn] [25751] trunk/src/wp-includes/update.php: Correct a variable typo in [ 25750].
m at wordpress.org
- [wp-svn] [25752] trunk/src/wp-admin/includes/class-wp-upgrader.php: After a upgrade fails, and we successfully rollback to a previous version , Don't send the version we rolled back to to the API, just that it was successful.
m at wordpress.org
- [wp-svn] [25753] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: remove CSS transitions, props iamtakashi.
m at wordpress.org
- [wp-svn] [25754] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: improve primary navigation styles for a clearer distinction between hover and the current page highlight , and change color to harmonize with the search toggle.
m at wordpress.org
- [wp-svn] [25755] trunk/src/wp-admin/includes/class-wp-upgrader.php: Auto updates: For follow-up API call when an update fails, send back the version attempted.
m at wordpress.org
- [wp-svn] [25756] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: a11y and RTL fixes for tabbed navigation and Skip to Content link.
m at wordpress.org
- [wp-svn] [25757] trunk/src/wp-content/themes/twentyfourteen/js/theme.js: Twenty Fourteen: improved JS support for keyboard navigation for main navigation menu.
m at wordpress.org
- [wp-svn] [25758] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: improve display for elements in the featured content area by preventing titles from breaking and letting content overflow with an ellipsis.
m at wordpress.org
- [wp-svn] [25759] trunk/src/wp-includes/version.php: 3.7-beta2
m at wordpress.org
- [wp-svn] [25760] trunk/src/wp-includes/version.php: 3.7-beta2-25760
m at wordpress.org
- [wp-svn] [25761] trunk/src: Upgrade TinyMCE to 3.5.9.
m at wordpress.org
- [wp-svn] [25762] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: merge Front Page Sidebar and Content Sidebar.
m at wordpress.org
- [wp-svn] [25763] trunk/src/wp-admin/includes: Refine error codes throughout the upgrader so we can better detect at what stage updates fail.
m at wordpress.org
- [wp-svn] [25764] trunk/src/wp-admin/includes/class-wp-upgrader.php: Silence possible warnings from is_dir().
m at wordpress.org
- [wp-svn] [25765] trunk/src/wp-content/themes/twentyfourteen/inc/custom-header.php: Twenty Fourteen: remove header text customization options, fixes #25540.
m at wordpress.org
- [wp-svn] [25766] trunk/src/wp-content/themes/twentyfourteen/sidebar-ephemera.php: Twenty Fourteen: remove unneeded sidebar file.
m at wordpress.org
- [wp-svn] [25767] trunk/src/wp-includes/vars.php: Update the basic browser detection to detect IE11.
m at wordpress.org
- [wp-svn] [25768] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove two unused files, should have been deleted with r25088, see #24877.
m at wordpress.org
- [wp-svn] [25769] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: first pass for updating code comments to reflect WP inline docs standards , see #25257.
m at wordpress.org
- [wp-svn] [25770] trunk/src/wp-admin/includes/class-wp-upgrader.php: Add explicit link to the installation being updated in debugging emails.
m at wordpress.org
- [wp-svn] [25771] trunk/src/wp-admin/css/wp-admin.css: Fix typo in wp-admin.css.
m at wordpress.org
- [wp-svn] [25772] trunk/src/wp-admin/includes/update-core.php: More specific error codes in the core upgrader when copying language, plugin, and theme files.
m at wordpress.org
- [wp-svn] [25773] trunk/src/wp-includes/version.php: 3.7-beta2-25773
m at wordpress.org
- [wp-svn] [25774] trunk/src: In unzip_file(), confirm we have enough available disk space before extracting.
m at wordpress.org
- [wp-svn] [25775] trunk/src/wp-admin/includes/class-wp-upgrader-skins.php: In the upgrader, only print additional error data if it is a string.
m at wordpress.org
- [wp-svn] [25776] trunk/src/wp-admin/includes/file.php: Account for possible failures by disk_free_space(), as well as the potential need to copy the unzipped files.
m at wordpress.org
- [wp-svn] [25777] trunk/src/wp-admin/includes/class-wp-upgrader.php: Auto updates: Only attempt a roll back when we've hit a critical error code.
m at wordpress.org
- [wp-svn] [25778] trunk/src/wp-admin/includes/update-core.php: Account for the possible failure of disk_free_space() in update_core().
m at wordpress.org
- [wp-svn] [25779] trunk/src/wp-admin/includes/file.php: Remove PHP4 compat code from the ZipArchive unzip handler, and pass the failure reason into the WP_Error return.
m at wordpress.org
- [wp-svn] [25780] trunk/src/wp-admin/includes: Parse absolute paths out of error data.
m at wordpress.org
- [wp-svn] [25781] trunk/src: Automatic updates: Include error data in the follow-up API request.
m at wordpress.org
- [wp-svn] [25782] trunk/src/wp-admin/includes/class-wp-upgrader.php: Automatic updates: An error code containing 'do_rollback' can be used to trigger a rollback.
m at wordpress.org
- [wp-svn] [25783] trunk/src/wp-admin: Hide auto updates from update-core.php directly in get_core_updates().
m at wordpress.org
- [wp-svn] [25784] trunk/src/wp-admin/update-core.php: Hide language-specific warnings/ labels on update-core.php when we are dealing with a point release partial build.
m at wordpress.org
- [wp-svn] [25785] trunk/tests/phpunit: Test runner: Add @expectedIncorrectUsage to trap _doing_it_wrong() calls.
m at wordpress.org
- [wp-svn] [25786] trunk: Revert [25202] and enforce that wp_add_inline_style() does not want <style> tags.
m at wordpress.org
- [wp-svn] [25787] trunk/src/wp-admin/includes/class-wp-upgrader.php: Fix a misspelling of the filter we're checking for, s/fs_method/ filesystem_method/.
m at wordpress.org
- [wp-svn] [25788] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: first pass at CSS revamp, props iamtakashi.
m at wordpress.org
- [wp-svn] [25789] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: use correct font name in comment docs, props tenpura.
m at wordpress.org
- [wp-svn] [25790] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: remove `style` tags from accent color output, following r25786.
m at wordpress.org
- [wp-svn] [25791] trunk/src/wp-content/themes/twentythirteen/style.css: Twenty Thirteen: fix description layout on attachment outputs, props obenland.
m at wordpress.org
- [wp-svn] [25792] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: minor fixes to docs, props celloexpressions.
m at wordpress.org
- [wp-svn] [25793] trunk/src/wp-admin/includes: Use FS_CHMOD_FILE rather than an explicit 0644 in copy_dir() and _copy_dir().
m at wordpress.org
- [wp-svn] [25794] trunk/src/wp-admin/includes/update-core.php: Core Updates: Verify that all files we're about to copy are actually writable, when using the direct transport.
m at wordpress.org
- [wp-svn] [25795] trunk/src/wp-includes/version.php: 3.7-beta2-25795
m at wordpress.org
- [wp-svn] [25796] trunk/src/wp-admin/includes/misc.php: In show_message(), only print error data if it is a string.
m at wordpress.org
- [wp-svn] [25797] trunk/src/wp-admin/includes/update-core.php: Only add error data to the files_not_writable WP_Error if the install already has [25775] and [25796] applied.
m at wordpress.org
- [wp-svn] [25798] trunk/src/wp-admin/includes/update-core.php: Avoid our pre-flight writable checks if get_core_checksums() doesn' t exist yet.
m at wordpress.org
- [wp-svn] [25799] trunk/src/wp-admin/includes/file.php: Remove accidental debug cruft in [25780].
m at wordpress.org
- [wp-svn] [25800] trunk/src: Use correct variable.
m at wordpress.org
- [wp-svn] [25801] trunk/src: Significantly simplify get_core_checksums(), as the caching and chunking was causing too much grief.
m at wordpress.org
- [wp-svn] [25802] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: better logic for featured image HTML output, and add fallback message for focusable anchor elements, for accessibility.
m at wordpress.org
- [wp-svn] [25803] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: link hover improvements, props sabreuse.
m at wordpress.org
- [wp-svn] [25804] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove excerpts from featured posts, and display full titles instead.
m at wordpress.org
- [wp-svn] [25805] trunk/src/wp-admin/includes/update-core.php: Avoid numerous potential PHP warnings when dealing with the pre-r25801 get_core_checksums () return value.
m at wordpress.org
- [wp-svn] [25806] trunk/src/wp-admin: Language Packs: Many many fixes such as:
m at wordpress.org
- [wp-svn] [25807] trunk/src/wp-admin/includes/class-wp-upgrader-skins.php: Remove the no longer used Headerless_Upgrader_Skin class, it' s been replaced by Language_Pack_Upgrader_Skin.
m at wordpress.org
- [wp-svn] [25808] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: first pass at implementing Featured Content settings, props obenland.
m at wordpress.org
- [wp-svn] [25809] trunk/src/wp-includes/functions.wp-styles.php: Avoid printing a possible HTML element.
m at wordpress.org
- [wp-svn] [25810] trunk/src: Include translations in the update bubbles ( as +1 if there are any).
m at wordpress.org
- [wp-svn] [25811] trunk/src/wp-admin/includes/update-core.php: Avoid a few PHP Warnings when files don' t exist and use a better method to locate the local filepath.
m at wordpress.org
- [wp-svn] [25812] trunk/src/wp-admin/includes/class-wp-upgrader.php: Fix a issue where the translation name isn' t showing up in the Background Update emails, caused by a PHP Warning/ missing variable in [25806].
m at wordpress.org
- [wp-svn] [25813] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: implement tag auto-complete for featured content settings, and uppercase `__CLASS__` for consistency.
m at wordpress.org
- [wp-svn] [25814] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: cleanup, props iamtakashi.
m at wordpress.org
- [wp-svn] [25815] trunk/src/wp-admin/includes/class-wp-upgrader.php: Merge the should_auto_update() and can_auto_update() methods.
m at wordpress.org
- [wp-svn] [25816] trunk/src/wp-admin/update-core.php: Update the banner for update-core.php that tells users they are set up for security updates to happen in the background.
m at wordpress.org
- [wp-svn] [25817] trunk/src/wp-admin/includes/class-wp-upgrader.php: When a plugin enables Background Plugin updates, don' t deactivate the plugin during update as we require a browser to reactivate it afterwards.
m at wordpress.org
- [wp-svn] [25818] trunk/src/wp-admin/includes/class-wp-upgrader.php: Allow the WordPress.org Language update API to disallow automated background updates for a specific language pack.
m at wordpress.org
- [wp-svn] [25819] trunk/src/wp-admin/edit-form-advanced.php: Inline documentation for hooks in wp-admin/edit-form-advanced.php.
m at wordpress.org
- [wp-svn] [25820] trunk/src/wp-admin/update-core.php: " Future security updates will be applied automatically." see #22704.
m at wordpress.org
- [wp-svn] [25821] trunk/src/wp-admin/custom-header.php: Inline documentation for hooks in wp-admin/custom-header.php.
m at wordpress.org
- [wp-svn] [25822] trunk/src/wp-admin/includes/class-wp-upgrader.php: Remove a duplicate semicolon that snuck in.
m at wordpress.org
- [wp-svn] [25823] trunk/src: Make WP_Automatic_Upgrader a proper object that gets instantiated.
m at wordpress.org
- [wp-svn] [25824] trunk/src/wp-content/themes: Bundled Themes: pinking shears, fix a trailing period.
m at wordpress.org
- [wp-svn] [25825] trunk/src: Remove the old wp_auto_updates_maybe_update cron event.
m at wordpress.org
- [wp-svn] [25826] trunk/src/wp-admin/customize.php: Inline documentation for hooks in wp-admin/customize.php.
m at wordpress.org
- [wp-svn] [25827] trunk/src/wp-includes/functions.php: Avoid a notice in is_main_network() when called in single site.
m at wordpress.org
- [wp-svn] [25828] trunk/src/wp-admin/includes/class-wp-upgrader.php: For Background updates, ensure that only one update process runs at the same time by using the options table as a lock.
m at wordpress.org
- [wp-svn] [25829] trunk/src/wp-admin/options-discussion.php: Inline documentation for hooks in wp-admin/options-discussion.php.
m at wordpress.org
- [wp-svn] [25830] trunk/src/wp-admin/options-general.php: Inline documentation for hooks in wp-admin/options-general.php.
m at wordpress.org
- [wp-svn] [25831] trunk/src/wp-admin/includes: Silence PHP warnings from disk_free_space().
m at wordpress.org
- [wp-svn] [25832] trunk/src/wp-admin: Update the text for the about page, so translators can get started.
m at wordpress.org
- [wp-svn] [25833] trunk/src/wp-admin/about.php: Check if background core updates are supported on about.php.
m at wordpress.org
- [wp-svn] [25834] trunk/src/wp-admin/about.php: Remove redundant code.
m at wordpress.org
- [wp-svn] [25835] trunk/src: In automatic background updates, standardize on 'update '.
m at wordpress.org
- [wp-svn] [25836] trunk/src/wp-admin/includes/class-wp-upgrader-skins.php: set_current_screen() is now unnecessary in Automatic_Upgrader_Skin, which is good because it breaks things in the network admin.
m at wordpress.org
- [wp-svn] [25837] trunk/src/wp-admin/includes/class-wp-upgrader.php: Introduce email templates for automatic background updates.
m at wordpress.org
- [wp-svn] [25838] trunk/src/wp-admin/includes: Delete expired transients on database upgrades.
m at wordpress.org
- [wp-svn] [25839] trunk/src: Awesome about page design for WordPress 3.7.
m at wordpress.org
- [wp-svn] [25840] trunk/src/wp-admin: Remove rarr from about page text.
m at wordpress.org
- [wp-svn] [25841] trunk/src: Notify administrators of successful, failed, and pending core updates.
m at wordpress.org
- [wp-svn] [25842] trunk/src/wp-admin/about.php: Use full paths to images so they work on wp-admin/network/ about.php and user/about.php.
m at wordpress.org
- [wp-svn] [25843] trunk/src/wp-admin/includes/class-wp-upgrader.php: Use correct variable.
m at wordpress.org
- [wp-svn] [25844] trunk/src/wp-admin: CSS cleanup for the about page.
m at wordpress.org
- [wp-svn] [25845] trunk/src/wp-admin/css/wp-admin.css: About page: Use box-sizing: border-box on the password meter so pixels line up.
m at wordpress.org
- [wp-svn] [25846] trunk/src/wp-admin/css/ie.css: IE7: Fix width of the password input field on the about page.
m at wordpress.org
- [wp-svn] [25847] trunk/src/wp-admin/css/wp-admin.css: Since we' re dealing with a huge password meter, don' t bold half of the result strings unnecessarily.
m at wordpress.org
- [wp-svn] [25848] trunk/src/wp-admin/js/about.js: About page: Prevent the meter from briefly sticking on 'Strong' when the animation resets.
m at wordpress.org
- [wp-svn] [25849] trunk/src/wp-admin/css/wp-admin.css: Vendor-prefixes for [25845].
m at wordpress.org
- [wp-svn] [25850] trunk/src/wp-includes/version.php: 3.7-RC1
m at wordpress.org
- [wp-svn] [25851] trunk/src: Commit [25823] should not have renamed AUTOMATIC_UPDATER_DISABLED to AUTOMATIC_UPDATES_DISABLED.
m at wordpress.org
- [wp-svn] [25852] trunk/src/wp-includes: TinyMCE: fix detection of IE11 in compatibility mode, fixes #25634.
m at wordpress.org
- [wp-svn] [25853] trunk/src/wp-content/themes/twentyfourteen/inc/ featured-content.php: Twenty Fourteen: fix a typo introduced in r25808, props kovshenin.
m at wordpress.org
- [wp-svn] [25854] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: improved responsive styles for featured content and minor layout fixes.
m at wordpress.org
- [wp-svn] [25855] trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php: Twenty Fourteen: fix typo that prevented author name display in Ephemera widget.
m at wordpress.org
- [wp-svn] [25856] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix non-image attachment page layout, props iamtakashi.
m at wordpress.org
- [wp-svn] [25857] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: revise link colors.
m at wordpress.org
- [wp-svn] [25858] trunk/src/wp-admin/customize.php: Improve inline documentation for hooks in wp-admin/customize.php.
m at wordpress.org
- [wp-svn] [25859] trunk/src/wp-admin/includes: Rename the automatic_updates_send_email filter to auto_core_update_send_email.
m at wordpress.org
- [wp-svn] [25860] trunk/src/wp-includes/date.php: Inline documentation for the `WP_Date_Query` class in wp-includes/ date.php.
m at wordpress.org
- [wp-svn] [25861] trunk/src/wp-admin/includes: Move upgrader_process_complete for core to its proper place in Core_Upgrader.
m at wordpress.org
- [wp-svn] [25862] trunk/src/wp-includes/ms-functions.php: Improve inline documentation for the `wp_get_sites()` return value.
m at wordpress.org
- [wp-svn] [25863] trunk/src/wp-admin/includes/class-wp-upgrader.php: Updates: Saner stats and rollback handling.
m at wordpress.org
- [wp-svn] [25864] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: further revise primary navigation functionality, simplify mobile navigation, and clean up the main JS file.
m at wordpress.org
- [wp-svn] [25865] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: use SVG images instead of CSS3 gradients for featured image background pattern.
m at wordpress.org
- [wp-svn] [25866] trunk/src/wp-admin/includes/update-core.php: Updates: Disable maintenance mode once we've finished copying files, to minimize disruption.
m at wordpress.org
- [wp-svn] [25867] trunk/src/wp-includes/query.php: Always apply the posts_search filter.
m at wordpress.org
- [wp-svn] [25868] trunk/src: Spell out duplicate hook locations.
m at wordpress.org
- [wp-svn] [25869] trunk/src/wp-admin/includes/file.php: Only enforce disk free space checks when doing background updates.
m at wordpress.org
- [wp-svn] [25870] trunk/src/wp-admin/includes: New, better error message when we realize we won' t be able to copy a file and continue with the update.
m at wordpress.org
- [wp-svn] [25871] trunk/src/wp-admin/includes: "some files" instead of " certain files".
m at wordpress.org
- [wp-svn] [25872] trunk/src/wp-admin/includes/update.php: Show the nag we show for a stuck .maintenance file when an auto update failed.
m at wordpress.org
- [wp-svn] [25873] trunk/src: Make some changes to the email templates to account for the fact that an auto update offer might not be to the latest version.
m at wordpress.org
- [wp-svn] [25874] trunk/src/wp-includes/js: Have heartbeat' s connection lost notice handle 503 errors send by the upgrader' s maintenance mode.
m at wordpress.org
- [wp-svn] [25875] trunk/src/wp-includes/version.php: 3.7-RC2
m at wordpress.org
- [wp-svn] [25876] branches/3.7/: Branch 3.7
m at wordpress.org
- [wp-svn] [25877] branches/3.7/src/wp-content/themes/twentyfourteen/: Delete Twenty Fourteen from the 3.7 branch.
m at wordpress.org
- [wp-svn] [25878] branches/3.7/src/wp-includes/widgets.php: Remove temporary 3.8 hooks from the 3.7 branch.
m at wordpress.org
- [wp-svn] [25879] trunk/src/wp-includes/version.php: Trunk is now 3.8-alpha
m at wordpress.org
- [wp-svn] [25880] trunk/src: Pinking shears
m at wordpress.org
- [wp-svn] [25881] branches/3.7/src: Pinking shears
m at wordpress.org
- [wp-svn] [25882] trunk/src/wp-admin/includes/class-wp-upgrader.php: Introduce a send_core_update_notification_email filter to control whether to send update notifications.
m at wordpress.org
- [wp-svn] [25883] trunk/src/wp-admin/about.php: About page, updates section: Don' t show a message on about.php if the updater is 100% disabled.
m at wordpress.org
- [wp-svn] [25884] trunk/src/wp-admin/js/about.js: About page: Cache our zxcvbn calls and limit the variation of the animation.
m at wordpress.org
- [wp-svn] [25885] branches/3.7: Introduce a send_core_update_notification_email filter to control whether to send update notifications.
m at wordpress.org
- [wp-svn] [25886] branches/3.7: About page, updates section: Don' t show a message on about.php if the updater is 100% disabled.
m at wordpress.org
- [wp-svn] [25887] branches/3.7: About page: Cache our zxcvbn calls and limit the variation of the animation.
m at wordpress.org
- [wp-svn] [25888] branches/3.7/src: 3.7-RC2-25888
m at wordpress.org
- [wp-svn] [25889] trunk/src/wp-includes/query.php: Avoid notice with search feeds.
m at wordpress.org
- [wp-svn] [25890] branches/3.7: Avoid notice with search feeds.
m at wordpress.org
- [wp-svn] [25891] trunk/src/wp-admin/includes/class-wp-upgrader.php: Remove debug code from WP_Automatic_Updater::send_email().
m at wordpress.org
- [wp-svn] [25892] branches/3.7: Remove debug code from WP_Automatic_Updater:: send_email().
m at wordpress.org
- [wp-svn] [25893] trunk/src/wp-admin/includes/update-core.php: Confirm delete_site_option() exists before calling it during an update.
m at wordpress.org
- [wp-svn] [25894] branches/3.7: Confirm delete_site_option() exists before calling it during an update.
m at wordpress.org
- [wp-svn] [25895] trunk/src/wp-includes/pluggable.php: Always escape URLs at the last possible moment.
m at wordpress.org
- [wp-svn] [25896] branches/3.7: Always escape URLs at the last possible moment.
m at wordpress.org
- [wp-svn] [25897] trunk/src/wp-admin/includes/update-core.php: Add editimage.min.js to $_old_files.
m at wordpress.org
- [wp-svn] [25898] branches/3.7: Add editimage.min.js to $_old_files.
m at wordpress.org
- [wp-svn] [25899] trunk/src/wp-includes/pluggable.php: Maintain the same output for get_avatar() as 3.6.
m at wordpress.org
- [wp-svn] [25900] branches/3.7: Maintain the same output for get_avatar() as 3.6.
m at wordpress.org
- [wp-svn] [25901] branches/3.7/src/wp-includes/version.php: 3.7.
m at wordpress.org
- [wp-svn] [25902] trunk/src/wp-content/themes: Bundled themes: bump version numbers (ignoring Twenty Ten).
m at wordpress.org
- [wp-svn] [25903] branches/3.7: Bundled themes: bump version numbers ( ignoring Twenty Ten).
m at wordpress.org
- [wp-svn] [25904] trunk/src/wp-content/themes: Update POT files for Twenty Ten through Twenty Thirteen.
m at wordpress.org
- [wp-svn] [25905] branches/3.7/src/wp-content/themes: Update POT files for Twenty Ten through Twenty Thirteen, for 3.7.
m at wordpress.org
- [wp-svn] [25906] branches/3.7/src/wp-content/themes/twentythirteen: Twenty Thirteen : Restore the original "Not found" string.
m at wordpress.org
- [wp-svn] [25907] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: Restore the original "Not found" string.
m at wordpress.org
- [wp-svn] [25908] trunk/src/wp-content/themes: Translator comments are special, make sure they are parsed properly.
m at wordpress.org
- [wp-svn] [25909] branches/3.7/src/wp-content/themes: Translator comments are special, make sure they are parsed properly.
m at wordpress.org
- [wp-svn] [25910] branches/3.7/src/wp-content/themes: POT update.
m at wordpress.org
- [wp-svn] [25911] trunk/src/wp-content/themes: POT update.
m at wordpress.org
- [wp-svn] [25912] branches/3.7/src/wp-admin/js/about.min.js: Remove this empty file from /src to keep it out of the 3.7 tag.
m at wordpress.org
- [wp-svn] [25913] tags/3.7/: Tag 3.7
m at wordpress.org
- [wp-svn] [25914] branches/3.7/src/wp-includes/version.php: The 3.7 branch is now 3.7.1-alpha
m at wordpress.org
- [wp-svn] [25915] trunk/src/wp-admin/includes/update-core.php: Avoid a notice for an undefined $checksums variable when updating from pre-3.7 to post-3.7.
m at wordpress.org
- [wp-svn] [25916] branches/3.7: Avoid a notice for an undefined $checksums variable when updating from pre-3.7 to post-3.7.
m at wordpress.org
- [wp-svn] [25917] trunk/tools/i18n/extract.php: Extract: add a phpdoc to clarify the class responsibility
m at wordpress.org
- [wp-svn] [25918] trunk/tools/i18n/extract.php: Extract: add default rules
m at wordpress.org
- [wp-svn] [25919] trunk/tools/i18n/extract.php: Extract: `_` and `_c` aren' t among the common gettext function names
m at wordpress.org
- [wp-svn] [25920] trunk/tools/i18n: Extract: rename method `extract_entries` to `extract_from_code`
m at wordpress.org
- [wp-svn] [25921] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/ editor_plugin_src.js: 3.7 regression: Fix the width of captioned images inserted into the visual editor.
m at wordpress.org
- [wp-svn] [25922] branches/3.7: 3.7 regression: Fix the width of captioned images inserted into the visual editor.
m at wordpress.org
- [wp-svn] [25923] trunk: 3.7 regression from [25119]: Have in_category() return false when the first argument is empty.
m at wordpress.org
- [wp-svn] [25924] branches/3.7: 3.7 regression from [25119]: Have in_category() return false when the first argument is empty.
m at wordpress.org
- [wp-svn] [25925] trunk/src/wp-includes/option.php: In update_option(), call the update_option hook before the DB update.
m at wordpress.org
- [wp-svn] [25926] branches/3.7: In update_option(), call the update_option hook before the DB update.
m at wordpress.org
- [wp-svn] [25927] branches/3.7/src/wp-admin: About page: Replace 3.7 with the current version (3.7.1, etc.).
m at wordpress.org
- [wp-svn] [25928] branches/3.7/src/wp-includes/version.php: 3.7.1-beta1
m at wordpress.org
- [wp-svn] [25929] trunk/src/wp-includes/user.php: Have get_current_user_id() return 0 when pluggable.php is not yet included ( which brings the ability to set or get the current user).
m at wordpress.org
- [wp-svn] [25930] branches/3.7: Have get_current_user_id() return 0 when pluggable.php is not yet included ( which brings the ability to set or get the current user).
m at wordpress.org
- [wp-svn] [25931] branches/3.7/src/wp-admin/about.php: Update the about page for 3.7.1.
m at wordpress.org
- [wp-svn] [25932] trunk/src/wp-includes/query.php: In search stopwords filtering, suppress possible PHP warnings when PCRE lacks UTF-8 support.
m at wordpress.org
- [wp-svn] [25933] trunk: Fix the exclude_tree argument in get_terms(), which fixes the exclude argument in wp_list_categories().
m at wordpress.org
- [wp-svn] [25934] trunk/src/wp-includes/bookmark.php: Inline documentation for hooks in wp-includes/bookmark.php.
m at wordpress.org
- [wp-svn] [25935] trunk/src/wp-admin/includes/nav-menu.php: Inline documentation for hooks in wp-admin/includes/nav-menu.php.
m at wordpress.org
- [wp-svn] [25936] branches/3.7: Fix the exclude_tree argument in get_terms(), which fixes the exclude argument in wp_list_categories().
m at wordpress.org
- [wp-svn] [25937] trunk/src/wp-admin/tools.php: Inline documentation for hooks in wp-admin/tool.php.
m at wordpress.org
- [wp-svn] [25938] trunk/src/wp-admin/includes/schema.php: Inline documentation for hooks in wp-admin/includes/schema.php.
m at wordpress.org
- [wp-svn] [25939] trunk/src/wp-admin/network/site-users.php: Inline documentation for hooks in wp-admin/network/site-users.php.
m at wordpress.org
- [wp-svn] [25940] trunk/src/wp-includes/class-wp.php: Inline documentation for hooks in wp-includes/class-wp.php.
m at wordpress.org
- [wp-svn] [25941] trunk/src/wp-includes/admin-bar.php: Inline documentation for hooks in wp-includes/admin-bar.php.
m at wordpress.org
- [wp-svn] [25942] trunk/src/wp-admin/async-upload.php: Inline documentation for hooks in wp-admin/async-upload.php.
m at wordpress.org
- [wp-svn] [25943] branches/3.7/src/wp-includes/version.php: Bump the (cache-busting) TinyMCE version for 3.7, see #25700.
m at wordpress.org
- [wp-svn] [25944] trunk/src/wp-includes/version.php: Bump the TinyMCE version for 3.8, see #25700.
m at wordpress.org
- [wp-svn] [25945] trunk/src/wp-includes/class-wp.php: Fix error introduced in [25940 ] where `$public_query_vars` should have only been used as a non-existent inline docs variable in the `query_vars` filter.
m at wordpress.org
- [wp-svn] [25946] trunk/src/wp-includes/class-wp.php: Revert another instance where a `WP` property was assigned to a one-time variable for inline docs purposes.
m at wordpress.org
- [wp-svn] [25947] trunk/src/readme.html: Update readme in trunk.
m at wordpress.org
- [wp-svn] [25948] trunk/src: Allow passing `false` for the `meta_box_cb` arg in `register_taxonomy() ` to turn off the meta box display entirely.
m at wordpress.org
- [wp-svn] [25949] trunk/src/wp-includes: Inline documentation for hooks in wp-includes/functions.wp-scripts.php.
m at wordpress.org
- [wp-svn] [25950] trunk/src/wp-includes/functions.wp-styles.php: Inline documentation for hooks in wp-includes/functions.wp-styles.php.
m at wordpress.org
- [wp-svn] [25951] trunk/src/wp-admin/update.php: Inline documentation for hooks in wp-admin/update.php.
m at wordpress.org
- [wp-svn] [25952] trunk/src/wp-admin/network/site-settings.php: Inline documentation for hooks in wp-admin/network/site-settings.php.
m at wordpress.org
- [wp-svn] [25953] trunk/src/wp-admin/edit-form-advanced.php: Consolidate logic for not showing a taxonomy meta box.
m at wordpress.org
- [wp-svn] [25954] trunk/src/wp-includes/query.php: Query stopwords: Only eliminate single A-Z letters as search terms.
m at wordpress.org
- [wp-svn] [25955] branches/3.7: Query stopwords: Only eliminate single A-Z letters as search terms.
m at wordpress.org
- [wp-svn] [25956] trunk/src: When an HTTPS request to api.wordpress.org fails, try an insecure HTTP request and issue a warning.
m at wordpress.org
- [wp-svn] [25957] branches/3.7: When an HTTPS request to api.wordpress.org fails, try an insecure HTTP request and issue a warning.
m at wordpress.org
- [wp-svn] [25958] branches/3.7/src/wp-includes/version.php: 3.7-RC1
m at wordpress.org
- [wp-svn] [25959] trunk: Add a $taxonomy argument to each of the adjacent post functions.
m at wordpress.org
- [wp-svn] [25960] trunk: Add a .jshintrc file and associated jshint grunt task.
m at wordpress.org
- [wp-svn] [25961] trunk/src/wp-admin/includes/theme.php: Inline documentation for hooks in wp-admin/includes/theme.php.
m at wordpress.org
- [wp-svn] [25962] trunk/src/wp-admin/network/site-new.php: Mark `subdirectory_reserved_names` filter as duplicate in wp-admin/ network/site-new.php.
m at wordpress.org
- [wp-svn] [25963] trunk/src/wp-admin/network/site-settings.php: Clarify that `wpmu_update_blog_options` fires after ''site'' options are updated.
m at wordpress.org
- [wp-svn] [25964] trunk/src/wp-admin/includes/deprecated.php: Fix a copy/ paste error in wp_update_theme() description.
m at wordpress.org
- [wp-svn] [25965] trunk/src/wp-includes/link-template.php: Fix a copy/ paste error in get_next_post_link() description and $format argument.
m at wordpress.org
- [wp-svn] [25966] trunk/src/wp-includes/link-template.php: Restore @see get_next_post_link() reference and move it to next_post_link ().
m at wordpress.org
- [wp-svn] [25967] trunk/src/wp-admin/network/settings.php: Inline documentation for hooks in wp-admin/network/settings.php.
m at wordpress.org
- [wp-svn] [25968] trunk/src/wp-admin/includes/image.php: Avoid a PHP warning in wp_generate_attachment_metadata() if $metadata is not an array.
m at wordpress.org
- [wp-svn] [25969] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: display titles for aside, link, and quote format on small screens.
m at wordpress.org
- [wp-svn] [25970] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: Fix gallery posts in the ephemera widget.
m at wordpress.org
- [wp-svn] [25971] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: clean up post thumbnail naming.
m at wordpress.org
- [wp-svn] [25972] trunk/tests/phpunit/tests: Move test_get_pages_include_exclude() and test_get_pages_parent() to tests/post/getPages.php.
m at wordpress.org
- [wp-svn] [25973] trunk/src/wp-admin/css/wp-admin.css: Widen fields for Quick Edit for the de_DE locale and improve styles for the ru_RU locale.
m at wordpress.org
- [wp-svn] [25974] trunk: Avoid resetting the 'hierarchical' argument in get_pages() when 'parent' is -1, the default.
m at wordpress.org
- [wp-svn] [25975] trunk/tests/phpunit/tests: Move the unit test added in [25974] to the more appropriate file.
m at wordpress.org
- [wp-svn] [25976] branches/3.7: Avoid resetting the 'hierarchical' argument in get_pages() when 'parent' is -1, the default.
m at wordpress.org
- [wp-svn] [25977] trunk/src/wp-admin/includes/class-wp-upgrader.php: Use correct variable in WP_Automatic_Updater::send_email().
m at wordpress.org
- [wp-svn] [25978] trunk/src/wp-includes/user.php: Remove docs suggesting that wp_insert_user() can be used to update an existing user.
m at wordpress.org
- [wp-svn] [25979] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: implement an alternate "slider" view for home page featured content.
m at wordpress.org
- [wp-svn] [25980] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: get rid of two last cases of `clear` class value.
m at wordpress.org
- [wp-svn] [25981] branches/3.7: Use correct variable in WP_Automatic_Updater:: send_email().
m at wordpress.org
- [wp-svn] [25982] branches/3.7/src/wp-includes/version.php: 3.7.1
m at wordpress.org
- [wp-svn] [25983] trunk/src/wp-admin/edit-form-comment.php: Inline documentation for hooks in wp-admin/edit-form-comment.php.
m at wordpress.org
- [wp-svn] [25984] branches/3.7/src/wp-admin/about.php: Final count of bug fixes in 3.7.1 is 10.
m at wordpress.org
- [wp-svn] [25985] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: allow any page to be set as the front page, removing requirement for `front-page.php` template file.
m at wordpress.org
- [wp-svn] [25986] trunk/src/wp-includes: PHP4 compatibility for files loaded before we bail.
m at wordpress.org
- [wp-svn] [25987] branches/3.7: PHP4 compatibility for files loaded before we bail.
m at wordpress.org
- [wp-svn] [25988] trunk/src/wp-includes/class-wp-editor.php: Internal linking: Remove explicit orderby, thus allowing the relevancy improvements in #7394 to work.
m at wordpress.org
- [wp-svn] [25989] tags/3.7.1/: Tag 3.7.1
m at wordpress.org
- [wp-svn] [25990] trunk/src/wp-includes/functions.php: Remove incorrect @return value from status_header().
m at wordpress.org
- [wp-svn] [25991] trunk/src: Correct @since values for various hooks.
m at wordpress.org
- [wp-svn] [25992] trunk/tests/qunit: Add jshintrc to qunit.
m at wordpress.org
- [wp-svn] [25993] trunk/src/wp-admin/nav-menus.php: Inline documentation for hooks in wp-admin/nav-menus.php.
m at wordpress.org
- [wp-svn] [25994] trunk/src/wp-admin/network: Inline documentation for hooks in wp-admin/network/edit.php and wp-admin/ network/users.php.
m at wordpress.org
- [wp-svn] [25995] trunk/src/wp-content/themes/twentyfourteen/js: Twenty Fourteen: JavaScript fixes after running jshint, see r25960:
m at wordpress.org
- [wp-svn] [25996] trunk/src/wp-includes/vars.php: Explicitly globalize $is_nginx in vars.php.
m at wordpress.org
- [wp-svn] [25997] trunk/src/wp-includes/user.php: Correct $user_id parameter description.
m at wordpress.org
- [wp-svn] [25998] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: second pass at revamping the main CSS file.
m at wordpress.org
Last message date:
Thu Oct 31 04:27:51 UTC 2013
Archived on: Thu Oct 31 04:27:54 UTC 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).