November 2013 Archives by date
Starting: Sat Nov 2 04:35:35 UTC 2013
Ending: Sat Nov 30 22:38:46 UTC 2013
Messages: 489
- [wp-svn] [25999] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: revamp the RTL stylesheet and related cleanup.
m at wordpress.org
- [wp-svn] [26000] trunk/src/wp-includes/pluggable.php: Fall back to comment author email in get_avatar() if the user who left the comment no longer exists.
m at wordpress.org
- [wp-svn] [26001] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Pass comment ID and comment post ID to get_comment_class() in WP_Comments_List_Table::single_row().
m at wordpress.org
- [wp-svn] [26002] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: capitalize "Not Found" string for use in a page title, see #24891 and r25907.
m at wordpress.org
- [wp-svn] [26003] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: update bundled Genericons to the latest version, 3.0.2.
m at wordpress.org
- [wp-svn] [26004] trunk/tests/phpunit/tests/post/attachments.php: Set the default parent id to 0, instead of -1, in `Tests_Post_Attachments ::_make_attachment()`.
m at wordpress.org
- [wp-svn] [26005] trunk/tests/phpunit: Move `Tests_Query_Conditionals:: assertQueryTrue()` to `WP_UnitTestCase`.
m at wordpress.org
- [wp-svn] [26006] trunk: `WP_UnitTestCase::go_to() ` tried its best to clean up global space, but ultimately fell short.
m at wordpress.org
- [wp-svn] [26007] trunk: Category and tag are typically checked before checking for a custom taxonomy.
m at wordpress.org
- [wp-svn] [26008] trunk/src: When WordPress is loaded in a function (e.g.
m at wordpress.org
- [wp-svn] [26009] trunk/src/wp-includes/version.php: Don' t globalize version variables twice.
m at wordpress.org
- [wp-svn] [26010] trunk: Cast proper fields to `int` when returning from `wp_get_object_terms()`.
m at wordpress.org
- [wp-svn] [26011] trunk/src/wp-admin/includes/export.php: Pass `$args` to the `export_wp` action in `export_wp()`, which is currently passed no arguments.
m at wordpress.org
- [wp-svn] [26012] trunk: Respect `paged` when `offset` is used in `WP_Query`.
m at wordpress.org
- [wp-svn] [26013] trunk/src/wp-admin/includes/class-wp-upgrader.php: Add a filter to the Background Updates debug email, matches the filter used on the non-debug post-update emails.
m at wordpress.org
- [wp-svn] [26014] trunk/src/wp-admin/includes/update-core.php: When checking filesystem permissions for core updates, only check the permissions of the files which we need to alter.
m at wordpress.org
- [wp-svn] [26015] trunk/src/wp-admin/includes: Remove dead code from the Plugin Upgrader class.
m at wordpress.org
- [wp-svn] [26016] trunk/src/wp-admin/includes/class-wp-upgrader.php: Core Upgrader success statistics: Pass the version of WordPress we' re upgrading from, as well as the version being upgraded to.
m at wordpress.org
- [wp-svn] [26017] trunk/src/wp-admin/includes/class-wp-upgrader.php: Core Upgrader: Include an unmodified $wp_version in Core_Upgrader::upgrade().
m at wordpress.org
- [wp-svn] [26018] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: add print styles, props iamtakashi.
m at wordpress.org
- [wp-svn] [26019] trunk/src/wp-content/themes/twentyfourteen/featured-content.php: Twenty Fourteen: remove a todo.
m at wordpress.org
- [wp-svn] [26020] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: add Audio post format support.
m at wordpress.org
- [wp-svn] [26021] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: improvements to Accent Color behavior, including a case where options were published too soon.
m at wordpress.org
- [wp-svn] [26022] trunk/src/wp-includes/functions.php: Remove irrelevant @see references.
m at wordpress.org
- [wp-svn] [26023] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: add missing sidebar for post format archives.
m at wordpress.org
- [wp-svn] [26024] trunk/src: Make Twenty Fourteen the default theme.
m at wordpress.org
- [wp-svn] [26025] trunk/.jshintrc: Add es3 and onevar to the JSHint configuration as discussed in IRC.
m at wordpress.org
- [wp-svn] [26026] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: add full-width featured images for layouts without a content sidebar, but use `wp_is_mobile()` to load smaller-sized images for mobile.
m at wordpress.org
- [wp-svn] [26027] trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php: Fix inverted logic for displaying the 'Broken Theme' string.
m at wordpress.org
- [wp-svn] [26028] trunk: A negative term parent value should be sanitized to 0, not 1.
m at wordpress.org
- [wp-svn] [26029] trunk/src/wp-admin/includes/template.php: Add X-UA-Compatible meta tag in the admin, locking the compatibility mode in IE to the highest supported document mode.
m at wordpress.org
- [wp-svn] [26030] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: minor template fixes and a placeholder screenshot.
m at wordpress.org
- [wp-svn] [26031] trunk/src/wp-includes/functions.php: Fix a case where wp_guess_url () would leave a prefixed path in the generated URL when symlinks were involved.
m at wordpress.org
- [wp-svn] [26032] trunk/src/wp-content/: Add the various Drop ins to the svn: ignore property on src/wp-content.
m at wordpress.org
- [wp-svn] [26033] trunk/src/wp-includes/js/wplink.js: Add missing semicolon after wpLink object definition.
m at wordpress.org
- [wp-svn] [26034] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove the pattern image used as a placeholder for featured images.
m at wordpress.org
- [wp-svn] [26035] trunk/src/wp-admin/js/revisions.js: jshint: fixes for revisions.js , props adamsilverstein, fixes #25864.
m at wordpress.org
- [wp-svn] [26036] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: clean up inconsistencies in content template files.
m at wordpress.org
- [wp-svn] [26037] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: move all controls for managing Featured Content to the Customizer.
m at wordpress.org
- [wp-svn] [26038] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: add contextual help text to Background and Colors controls in Customizer, using the `description` field.
m at wordpress.org
- [wp-svn] [26039] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: better override for Background and Colors descriptions in Customizer, props obenland.
m at wordpress.org
- [wp-svn] [26040] trunk/tests/qunit/wp-admin/js/password-strength-meter.js: Use only one var per scope in our password-strength-meter tests.
m at wordpress.org
- [wp-svn] [26041] trunk: Update jshint grunt task to exclude eqeqeq and curly for now, until we' ve resolved other code smells.
m at wordpress.org
- [wp-svn] [26042] trunk/Gruntfile.js: Ignore wp-langs-en.js during linting, per azaozz.
m at wordpress.org
- [wp-svn] [26043] trunk/Gruntfile.js: Grunt: limit JSHint' s run to a single specified file.
m at wordpress.org
- [wp-svn] [26044] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: legibility improvements for small sidebar text.
m at wordpress.org
- [wp-svn] [26045] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: add brief inline help text for Featured Content controls in Customizer.
m at wordpress.org
- [wp-svn] [26046] trunk/src/wp-includes/bookmark.php: Add some missing braces to get_bookmarks() which was causing an early return.
m at wordpress.org
- [wp-svn] [26047] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: performance win by reducing the number of post thumbnail sizes needed in the theme.
m at wordpress.org
- [wp-svn] [26048] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix case of featured posts `has_tag() ` check that was adding an empty `footer` element.
m at wordpress.org
- [wp-svn] [26049] trunk/src/wp-admin/includes/class-wp-upgrader.php: Pass correct ' type' parameter to 'upgrader_process_complete' action in Theme_Upgrader.
m at wordpress.org
- [wp-svn] [26050] trunk/src/wp-includes/formatting.php: Split the content to balance open tags when `<!--nextpage-->` and `< !--more.*?-->` are used.
m at wordpress.org
- [wp-svn] [26051] trunk/src/wp-includes/wp-diff.php: Remove old debug comment.
m at wordpress.org
- [wp-svn] [26052] trunk: Don't convert URLs inside `<pre>` and `<code> ` tags when parsing string using `make_clickable()`.
m at wordpress.org
- [wp-svn] [26053] trunk: Respect the `compare` operator value in `meta_query` when `value` evaluates to `null`.
m at wordpress.org
- [wp-svn] [26054] trunk/src/wp-admin: Merge the Widgets Area Chooser feature plugin.
m at wordpress.org
- [wp-svn] [26055] trunk: Produce proper `CAST` for `DECIMAL` and `NUMERIC` in Meta Query.
m at wordpress.org
- [wp-svn] [26056] trunk/tests/phpunit/tests/post/query.php: Fix inexcusable whitespace in `tests/phpunit/tests/post/query.php`.
m at wordpress.org
- [wp-svn] [26057] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix gallery layout issue in IE, props jartes and iamtakashi.
m at wordpress.org
- [wp-svn] [26058] trunk/src/wp-admin/js/about.min.js: Remove the empty about.min.js.
m at wordpress.org
- [wp-svn] [26059] trunk/src/wp-content/themes/twentyfourteen/js/functions.js: Twenty Fourteen: when header is more than 48px tall ( like two lines of menu items), unfix the header so it doesn' t overlap the page content.
m at wordpress.org
- [wp-svn] [26060] trunk/src/wp-includes/query.php: Declare the variable before using it.
m at wordpress.org
- [wp-svn] [26061] trunk/src/wp-includes/query.php: Add @return for WP_Query:: parse_search().
m at wordpress.org
- [wp-svn] [26062] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: remove non-standard `::selection` selectors.
m at wordpress.org
- [wp-svn] [26063] trunk/Gruntfile.js: Add `grunt qunit: compiled` to run the QUnit tests on the compiled JS.
m at wordpress.org
- [wp-svn] [26064] trunk/Gruntfile.js: Add `grunt phpunit` which runs three tasks: phpunit, ajax tests, and phpunit as multisite.
m at wordpress.org
- [wp-svn] [26065] trunk/src/wp-admin/js/about.js: Avoid JSHint errors.
m at wordpress.org
- [wp-svn] [26066] trunk/Gruntfile.js: Make [25064] lint-free.
m at wordpress.org
- [wp-svn] [26067] trunk/src/wp-admin/js/color-picker.js: Avoid JSHint errors in color-picker.js.
m at wordpress.org
- [wp-svn] [26068] trunk/src/wp-admin/js/comment.js: Avoid JSHint errors in admin comment.js.
m at wordpress.org
- [wp-svn] [26069] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: implement UX features in spite of being non-standard CSS selectors that won 't validate.
m at wordpress.org
- [wp-svn] [26070] trunk/src/wp-content/themes: Bundled Themes: implement Microsoft-specific `@viewport` rules for better responsive styling in Windows 8 "snapped" views.
m at wordpress.org
- [wp-svn] [26071] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: allow slider "Previous" and "Next" labels to be translated, props michahwave.
m at wordpress.org
- [wp-svn] [26072] trunk/src: Say hello to a fresh new look for the WordPress admin.
m at wordpress.org
- [wp-svn] [26073] trunk/src: Add spinner images that were inadvertently left out of [26072].
m at wordpress.org
- [wp-svn] [26074] trunk/src/wp-admin/js/color-picker.js: Fix order, declaration, tabbing of vars in color-picker.js.
m at wordpress.org
- [wp-svn] [26075] trunk/src/wp-admin/images/wordpress-logo.svg: Add missing wordpress-logo.svg, see #25858.
m at wordpress.org
- [wp-svn] [26076] trunk/src/wp-admin/css/wp-admin.css: Fixing a typo, see #25858.
m at wordpress.org
- [wp-svn] [26077] trunk/src/wp-admin: Add a white WordPress logo for use on the about pages.
m at wordpress.org
- [wp-svn] [26078] trunk/src/wp-admin/css/wp-admin.css: Widgets screen: adjust the placeholder to match the new widget "handle" height, and the spinner's margins so the sidebar titles don't "jump" when it is shown.
m at wordpress.org
- [wp-svn] [26079] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: improve Featured Content experience in the Customizer.
m at wordpress.org
- [wp-svn] [26080] trunk/src/wp-admin/edit-link-form.php: Inline documentation for hooks in wp-admin/edit-link-form.php.
m at wordpress.org
- [wp-svn] [26081] trunk/src: Fix docblock formatting.
m at wordpress.org
- [wp-svn] [26082] trunk/src/wp-admin/customize.php: Define ajaxurl in the customizer.
m at wordpress.org
- [wp-svn] [26083] trunk/src/wp-content/themes/twentyfourteen: Remove the code for setting ajaxurl from Twenty Fourteen.
m at wordpress.org
- [wp-svn] [26084] trunk/src/wp-content/themes/twentyfourteen/js: Twenty Fourteen: changes to JavaScript files to pass `jshint`, props jorbin.
m at wordpress.org
- [wp-svn] [26085] trunk/src/wp-admin: Make suggest script visible in the customizer.
m at wordpress.org
- [wp-svn] [26086] trunk/src/wp-content/themes/twentyfourteen/inc/ featured-content.php: Remove the code for increasing z-index for the tag suggestion script from Twenty Fourteen.
m at wordpress.org
- [wp-svn] [26087] trunk/tests/phpunit/tests/xmlrpc/wp/getPosts.php: Fix a failing unit test: an XML-RPC unit test for getPosts with filters was failing.
m at wordpress.org
- [wp-svn] [26088] trunk/tests/phpunit/tests/ajax/MediaEdit.php: Avoid `Out of range value for column 'post_parent' ` error in `Tests_Ajax_MediaEdit::_make_attachment() ` by setting the default parent id to `0` instead of `-1`
m at wordpress.org
- [wp-svn] [26089] trunk/src/wp-admin/includes/template.php: Fix the X-UA-Compatible header for IE8, fixes #25575
m at wordpress.org
- [wp-svn] [26090] trunk/src/wp-includes/query.php: Fix canonical redirection of `cat` as described in #15256 by rolling the `cat` query var into `tax_query` , instead of `category__in` / `category__not_in`.
m at wordpress.org
- [wp-svn] [26091] trunk/tests/phpunit/tests/canonical.php: Set the `page_comments` option to `true` in `Tests_Canonical` to properly check canonical redirection for paged comments.
m at wordpress.org
- [wp-svn] [26092] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: update the theme description with more information about theme features such as Featured Content and how to set it up.
m at wordpress.org
- [wp-svn] [26093] trunk/tests/phpunit/tests/upload.php: The test for #5953 doesn' t require the ticket to be closed for its assertions to pass.
m at wordpress.org
- [wp-svn] [26094] trunk: Make HTML tag searches for `<code>` and `<pre> ` case-insensitive in `make_clickable()`.
m at wordpress.org
- [wp-svn] [26095] trunk/tests/phpunit/includes/install.php: Always clean install in PHPUnit Tests.
m at wordpress.org
- [wp-svn] [26096] trunk/src/wp-includes/general-template.php: Change `nofollow` to `follow` in `wp_robots_noindex()`.
m at wordpress.org
- [wp-svn] [26097] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: first pass at older Internet Explorer browser support.
m at wordpress.org
- [wp-svn] [26098] trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php: Twenty Fourteen: full-width page template should display a full-width featured image, except for mobile.
m at wordpress.org
- [wp-svn] [26099] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: don't load unused font weights.
m at wordpress.org
- [wp-svn] [26100] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: adjust fixed header top margin now that MP6 is merged.
m at wordpress.org
- [wp-svn] [26101] trunk/src/wp-content/themes/twentyfourteen/inc: Twenty Fourteen: add in more contextual help for setting up Featured Content, links to " featured" tag posts and "sticky" posts from inside the Customizer.
m at wordpress.org
- [wp-svn] [26102] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: update two over-qualified selectors in main stylesheet.
m at wordpress.org
- [wp-svn] [26103] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: rename `fonts` to `genericons`.
m at wordpress.org
- [wp-svn] [26104] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: move CSS files except for rtl.css and style.css into new `css` directory.
m at wordpress.org
- [wp-svn] [26105] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: move page templates into their own directory.
m at wordpress.org
- [wp-svn] [26106] trunk/src/wp-content/themes/twentyfourteen/footer.php: Twenty Fourteen: remove extra newline from `footer.php` file.
m at wordpress.org
- [wp-svn] [26107] trunk: Use CSSJanus via a Grunt task to generate right-to-left CSS.
m at wordpress.org
- [wp-svn] [26108] trunk: Don't remove the compiled.html QUnit file.
m at wordpress.org
- [wp-svn] [26109] trunk/Gruntfile.js: Ignore our TinyMCE schema fork for JSHint purposes.
m at wordpress.org
- [wp-svn] [26110] trunk/Gruntfile.js: Add `grunt jshint: themes` for linting Twenty Fourteen and future bundled themes.
m at wordpress.org
- [wp-svn] [26111] trunk/src/wp-includes/js/zxcvbn-async.js: Mark zxcvbn global to avoid JSHint errors.
m at wordpress.org
- [wp-svn] [26112] trunk/src/wp-admin/js/common.js: Free common.js of JSHint errors.
m at wordpress.org
- [wp-svn] [26113] trunk/src/wp-admin/update-core.php: Remove no_update_actions(), unused since [12157].
m at wordpress.org
- [wp-svn] [26114] trunk/src/wp-includes/pluggable.php: Avoid PHP notices in wp_notify_postauthor() when using a custom comment type.
m at wordpress.org
- [wp-svn] [26115] trunk/src: Use case-insensitive comparison for email addresses.
m at wordpress.org
- [wp-svn] [26116] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix low-contrast input elements in Firefox by explicitly setting `opacity : 1` for the placeholder text.
m at wordpress.org
- [wp-svn] [26117] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: enhanced styles for logged-out comment form "required" mark and comment moderation text.
m at wordpress.org
- [wp-svn] [26118] trunk/src/wp-content/themes/twentyfourteen/screenshot.png: Twenty Fourteen: updated (and more PNG crushing) screenshot.
m at wordpress.org
- [wp-svn] [26119] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: remove unnecessary `width` rule that broke responsiveness.
m at wordpress.org
- [wp-svn] [26120] trunk/src: Use get_current_site() instead of the $current_site global when possible.
m at wordpress.org
- [wp-svn] [26121] trunk/src/wp-includes/pluggable.php: Remove redundant cleanup of PHPMailer addresses in wp_mail().
m at wordpress.org
- [wp-svn] [26122] trunk/src/wp-includes/formatting.php: Use a simple replacement for 'wp_title' filter in capital_P_dangit(), like we do for 'the_title'.
m at wordpress.org
- [wp-svn] [26123] trunk/src/wp-admin/js: Change jQuery selector in Quick Edit to avoid losing data in IE8.
m at wordpress.org
- [wp-svn] [26124] trunk/src/wp-admin/admin-header.php: Restore the $current_site global in wp-admin/ admin-header.php to avoid an undefined function error in single site.
m at wordpress.org
- [wp-svn] [26125] trunk/src/wp-admin: Merge the sticky menu component from MP6.
m at wordpress.org
- [wp-svn] [26126] trunk/src/wp-includes/capabilities.php: Inline documentation for hooks in wp-includes/capabilities.php.
m at wordpress.org
- [wp-svn] [26127] trunk/src/wp-includes/version.php: 3.8-alpha-26127 to bust all the caches.
m at wordpress.org
- [wp-svn] [26128] trunk/src: Fix new RTL file loading when style concatenation is enabled.
m at wordpress.org
- [wp-svn] [26129] trunk/src/wp-mail.php: Inline documentation for hooks in wp-mail.php.
m at wordpress.org
- [wp-svn] [26130] trunk/src/wp-includes/locale.php: Better description for WP_Locale ::_strings_for_pot().
m at wordpress.org
- [wp-svn] [26131] trunk/src/wp-includes/js/svg-painter.js: Clean up the new svg-painter.js so that it passes our jshint; see #25858.
m at wordpress.org
- [wp-svn] [26132] trunk/src/wp-includes/css/admin-bar.css: Reinstating this fix for the issue described in #18868, wherein some versions of Chrome open the About/"W" dropdown menu inadvertantly, like when clicking a select element.
m at wordpress.org
- [wp-svn] [26133] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: style multisite pages `wp-activate.php` and `wp-signup.php`, props obenland.
m at wordpress.org
- [wp-svn] [26134] trunk/src: Bring in the responsive component of MP6.
m at wordpress.org
- [wp-svn] [26135] trunk/src/wp-content/themes/twentyfourteen/inc: Twenty Fourteen: use numbered placeholders for Customizer help text in case they get swapped during translation , props obenland.
m at wordpress.org
- [wp-svn] [26136] trunk/.jshintrc: Remove smarttabs from .jshintrc per IRC discussion.
m at wordpress.org
- [wp-svn] [26137] trunk: Merge the color schemes component from MP6.
m at wordpress.org
- [wp-svn] [26138] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Inline documentation for hooks in wp-admin/includes/ class-wp-comments-list-table.php.
m at wordpress.org
- [wp-svn] [26139] trunk/src/wp-admin/css: Turns out it helps if you add those pesky Sass files if you' re going to use a preprocessor.
m at wordpress.org
- [wp-svn] [26140] trunk/src/wp-admin: Bring in the widgets component of MP6.
m at wordpress.org
- [wp-svn] [26141] trunk: Update the Themes screen, merging THX into core.
m at wordpress.org
- [wp-svn] [26142] trunk/src/wp-admin/css/theme.css: THX needs this file, for now.
m at wordpress.org
- [wp-svn] [26143] trunk: Temporarily remove CSS preprocessing until we can get our Ruby dependency sorted out.
m at wordpress.org
- [wp-svn] [26144] trunk/src: Merge the new dashboard design into core.
m at wordpress.org
- [wp-svn] [26145] trunk: Move to grunt-sass, which which has less bells and whistles than grunt-contrib-sass but also no Ruby dependency.
m at wordpress.org
- [wp-svn] [26146] trunk/src/wp-includes/general-template.php: Avoid a notice when SCRIPT_DEBUG is not defined.
m at wordpress.org
- [wp-svn] [26147] trunk/src/wp-includes/general-template.php: Remove SCRIPT_DEBUG reference from register_admin_color_schemes().
m at wordpress.org
- [wp-svn] [26148] trunk/src/wp-admin/includes/class-wp-upgrader.php: Background Updates: Fix a PHP Fatal error which could be encountered on some systems when using FTP.
m at wordpress.org
- [wp-svn] [26149] trunk/src: Background Updates: Spread them over the hour.
m at wordpress.org
- [wp-svn] [26150] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: make sure styles for featured content on a static page are limited to posts within the main content area.
m at wordpress.org
- [wp-svn] [26151] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: remove unused class name, props obenland.
m at wordpress.org
- [wp-svn] [26152] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: simplify and prefix post thumbnail sizes, props obenland.
m at wordpress.org
- [wp-svn] [26153] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: first pass at adding help text to to "Help" tab for `edit.php` and `themes.php` screens.
m at wordpress.org
- [wp-svn] [26154] trunk/src/wp-content/themes/twentyfourteen/inc: Twenty Fourteen: fix tabs to spaces in two files.
m at wordpress.org
- [wp-svn] [26155] trunk/src/wp-admin/includes/class-wp-upgrader.php: Background Updates: Add a 'automatic_updates_complete' hook that fires after any updates have run.
m at wordpress.org
- [wp-svn] [26156] trunk/src/wp-admin/js/edit-comments.js: Avoid jshint errors in edit-comment.js.
m at wordpress.org
- [wp-svn] [26157] trunk/src/wp-admin/js/edit-comments.js: JSHint: Make commentReply a declared global from elsewhere.
m at wordpress.org
- [wp-svn] [26158] trunk/src/wp-admin/js: Fix JSHint errors in custom-header.js and custom-background.js.
m at wordpress.org
- [wp-svn] [26159] trunk/src/wp-includes/js/wp-ajax-response.js: Fix JSHint errors in the old XML-based ajax response JS.
m at wordpress.org
- [wp-svn] [26160] trunk/src/wp-includes/js/admin-bar.js: Fix JSHint errors in admin-bar.js.
m at wordpress.org
- [wp-svn] [26161] trunk/src/wp-includes/js/media-views.js: Fix JSHint errors in media-views.js.
m at wordpress.org
- [wp-svn] [26162] trunk/src/wp-admin/js/revisions.js: Fix JSHint errors (again) for revisions.js.
m at wordpress.org
- [wp-svn] [26163] trunk/src/wp-admin/js/nav-menu.js: Fix JSHint errors in nav-menu.js.
m at wordpress.org
- [wp-svn] [26164] trunk/src/wp-admin/includes/class-wp-upgrader.php: Bacground Updates: Move the 'automatic_updates_complete' hook to only fire when some updates have actually been completed.
m at wordpress.org
- [wp-svn] [26165] trunk/src/wp-admin/css: Remove old control/ accordion section title gradients that were still appearing in the customizer and reinstate a divider between the customizer sidebar and the preview.
m at wordpress.org
- [wp-svn] [26166] trunk/tests/phpunit/tests/basic.php: Add a unit test to confirm that the version number in readme.html matches version.php.
m at wordpress.org
- [wp-svn] [26167] trunk/src/wp-admin/js/postbox.js: Fix JSHint errors in postbox.js.
m at wordpress.org
- [wp-svn] [26168] trunk/Gruntfile.js: Grunt jshint: ensure the file passed with --file= filename.js matches all or part of the filepath before checking string lengths.
m at wordpress.org
- [wp-svn] [26169] trunk/src: Heartbeat: clean up code style, better naming, better code structure.
m at wordpress.org
- [wp-svn] [26170] trunk/src/wp-admin/css/colors-fresh.css: Add a : disabled style for radio inputs and checkboxes.
m at wordpress.org
- [wp-svn] [26171] trunk/src/wp-includes/css/wp-pointer.css: Replace icon-pointer-flag.png with the flag Dashicon.
m at wordpress.org
- [wp-svn] [26172] trunk/src/wp-admin/css/wp-admin.css: In bulk editing mode, make all columns full-width and increase the font size when at responsive sizes.
m at wordpress.org
- [wp-svn] [26173] trunk/src/wp-admin/css/wp-admin.css: Make the menu location screen full-width at responsive sizes.
m at wordpress.org
- [wp-svn] [26174] trunk/src/wp-admin/js/xfn.js: JSHint and coding style fixes for xfn.js.
m at wordpress.org
- [wp-svn] [26175] trunk/src/wp-admin/css: More specific CSS for the dashboard activity widget.
m at wordpress.org
- [wp-svn] [26176] trunk/src: Move #wpadminbar responsive styles from wp-admin.css to admin-bar.css.
m at wordpress.org
- [wp-svn] [26177] trunk/src: Move the responsive padding for html.wp-toolbar to wp-admin.css since it affects the page content , not the toolbar.
m at wordpress.org
- [wp-svn] [26178] trunk/src/wp-admin/css/wp-admin.css: In multisite, set storage space labels to nowrap to prevent unnecessary line breaks.
m at wordpress.org
- [wp-svn] [26179] trunk/src/wp-admin/css/wp-admin.css: Reduce responsive menu transition animation from .2s to .05s to reduce lag.
m at wordpress.org
- [wp-svn] [26180] trunk/src: Move the color rule for adminbar icons to a less-specific selector so that color schemes correctly affect icon color in the toolbar.
m at wordpress.org
- [wp-svn] [26181] trunk/src/wp-admin/css/color-schemes/_admin.scss: Color schemes should use .ab-icon:before instead of .ab-item: before to target adminbar icons.
m at wordpress.org
- [wp-svn] [26182] trunk/src/wp-admin: Remove now-unused #adminmenushadow.
m at wordpress.org
- [wp-svn] [26183] trunk/src/wp-admin/index.php: Clean up wp-admin/ index.php after dash merge.
m at wordpress.org
- [wp-svn] [26184] trunk/src: Fixing some inconsistent behavior on toolbar icons:
m at wordpress.org
- [wp-svn] [26185] trunk/src/wp-admin/css/wp-admin.css: We only need to declare Open Sans once in wp-admin.css.
m at wordpress.org
- [wp-svn] [26186] trunk/src/wp-admin/includes/update.php: Updates: When a failed Background Update occurs, only show the failed update nag if the user hasn' t yet updated if it was an early abort.
m at wordpress.org
- [wp-svn] [26187] trunk/tests/phpunit: Remove the Featured Content term filters when running Unit Tests.
m at wordpress.org
- [wp-svn] [26188] trunk/src/wp-includes/update.php: Invalidate the 'update_core' Update check transient when $wp_version changes.
m at wordpress.org
- [wp-svn] [26189] trunk/src/wp-content/themes/twentyfourteen/inc/ featured-content.php: Don't call is_home() before the query is run in Featured Content' s pre_get_posts hook callback.
m at wordpress.org
- [wp-svn] [26190] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: remove unneeded translator context from theme Help tab text, props domain.
m at wordpress.org
- [wp-svn] [26191] trunk: Don't place smilies inside of pre or code tags.
m at wordpress.org
- [wp-svn] [26192] trunk/src: Updates: Force an update check to occur when the ' Check Again' button is used in the Dashboard.
m at wordpress.org
- [wp-svn] [26193] trunk/src/wp-includes/js/wplink.js: Fix JSHint errors in wplink.js.
m at wordpress.org
- [wp-svn] [26194] trunk/src/wp-includes/js/customize-loader.js: Fix JSHint errors for customize-loader.
m at wordpress.org
- [wp-svn] [26195] trunk/src/wp-includes/js: Fix JSHint errors in six files.
m at wordpress.org
- [wp-svn] [26196] trunk/src/wp-admin/js/media-upload.js: Fix JSHint errors in media-upload.js.
m at wordpress.org
- [wp-svn] [26197] trunk/src/wp-includes/js/heartbeat.js: Fix JSHint errors in heartbeat.js.
m at wordpress.org
- [wp-svn] [26198] trunk/src/wp-admin/js/tags.js: Fix JSHint errors in tags.js.
m at wordpress.org
- [wp-svn] [26199] trunk/src/wp-admin/js: Fix JSHint errors in 3 files.
m at wordpress.org
- [wp-svn] [26200] trunk/src: Fix JSHint errors in 5 files.
m at wordpress.org
- [wp-svn] [26201] trunk/src/wp-includes/js/tinymce/plugins: Fix JSHint errors in the wpview and wplink editor plugins.
m at wordpress.org
- [wp-svn] [26202] trunk/src/wp-includes/js/autosave.js: Fix JSHint errors in autosave.js.
m at wordpress.org
- [wp-svn] [26203] trunk/src/wp-includes/js/utils.js: Fix JSHint errors in utils.js.
m at wordpress.org
- [wp-svn] [26204] trunk/src/wp-admin/js/post.js: Fix JSHint errors in post.js.
m at wordpress.org
- [wp-svn] [26205] trunk/src/wp-includes/js/plupload/handlers.js: Fix JSHint errors in plupload handlers.js.
m at wordpress.org
- [wp-svn] [26206] trunk/src/wp-admin/js/customize-controls.js: Fix JSHint errors in customize-controls.js.
m at wordpress.org
- [wp-svn] [26207] trunk/src/wp-includes/js: Fix JSHint errors in two files.
m at wordpress.org
- [wp-svn] [26208] trunk/src/wp-admin/js: Residual JSHint fixes in common.js and edit-comments.js.
m at wordpress.org
- [wp-svn] [26209] trunk/src: JSHint fixes for word-count.js and wp-mediaelement.js.
m at wordpress.org
- [wp-svn] [26210] trunk/src/wp-admin/js/theme-install.js: Fix JSHint errors in theme-install.js.
m at wordpress.org
- [wp-svn] [26211] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: use HTML entity for arrow in Help text string, props dd32.
m at wordpress.org
- [wp-svn] [26212] trunk/src/wp-includes/js/quicktags.js: Fix JSHint errors in quicktags.js.
m at wordpress.org
- [wp-svn] [26213] trunk/src/wp-includes/js/plupload/wp-plupload.js: Fix JSHint errors in wp-plupload.js.
m at wordpress.org
- [wp-svn] [26214] trunk/src/wp-includes/js/tinymce/plugins: Fix JSHint errors in remaining WP TinyMCE plugin files.
m at wordpress.org
- [wp-svn] [26215] trunk/src/wp-admin/includes/theme.php: Remove debug cruft.
m at wordpress.org
- [wp-svn] [26216] trunk/src/wp-admin/includes/theme.php: Sort themes by name on the new themes.php page.
m at wordpress.org
- [wp-svn] [26217] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove `main-content` element where not necessary, props iamtakashi.
m at wordpress.org
- [wp-svn] [26218] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: remove a font weight of `900 italic` which isn't needed.
m at wordpress.org
- [wp-svn] [26219] trunk/src: Improvements to the media uploader at responsive sizes:
m at wordpress.org
- [wp-svn] [26220] trunk/src/wp-admin: Dash cleanup.
m at wordpress.org
- [wp-svn] [26221] trunk/src/wp-admin: Merge wp_dashboard_recent_quickdrafts() into wp_dashboard_quick_press().
m at wordpress.org
- [wp-svn] [26222] trunk/tests/qunit: Add JavaScript tests for shortcode.js.
m at wordpress.org
- [wp-svn] [26223] trunk/src/wp-admin/css/wp-admin.css: Make the Install Plugins search results page responsive, so the table doesn't overflow the viewport.
m at wordpress.org
- [wp-svn] [26224] trunk/src/wp-admin/js/editor.js: JSHint fixes for editor.js.
m at wordpress.org
- [wp-svn] [26225] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: limit back compat to 3.6 and later versions.
m at wordpress.org
- [wp-svn] [26226] trunk/src/wp-content/themes/twentyfourteen/js/ keyboard-image-navigation.js: Twenty Fourteen: fix an issue with keyboard navigation where you couldn' t navigate to the previous image.
m at wordpress.org
- [wp-svn] [26227] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: general cleanup for spacing, inline comments.
m at wordpress.org
- [wp-svn] [26228] trunk/src/wp-includes/js/shortcode.js: Fix JSHint errors in shortcode.js.
m at wordpress.org
- [wp-svn] [26229] trunk/src: Move media uploader responsive styles from wp-admin.css to media-views.css ; clean up duplicated media queries.
m at wordpress.org
- [wp-svn] [26230] trunk/src: More dash updates.
m at wordpress.org
- [wp-svn] [26231] trunk/src/wp-admin/post.php: Revert these action blocks in wp-admin/post.php to their pre-[26144] state.
m at wordpress.org
- [wp-svn] [26232] trunk/src/wp-admin/js: Fix JSHint errors in three files.
m at wordpress.org
- [wp-svn] [26233] trunk/src/wp-admin/js/nav-menu.js: Fix replacement regex in wp-admin/js/nav-menu.js.
m at wordpress.org
- [wp-svn] [26234] trunk/src/wp-includes/date.php: Add description for 'dayofyear' and 'dayofweek' arguments in WP_Date_Query.
m at wordpress.org
- [wp-svn] [26235] trunk/src: Use get_current_site() instead of the $current_site global in wp-admin/ admin-header.php and is_main_network().
m at wordpress.org
- [wp-svn] [26236] trunk/src/wp-admin/network/site-new.php: Remove redundant current_user_can() check.
m at wordpress.org
- [wp-svn] [26237] trunk/src/wp-admin/press-this.php: Inline documentation for hooks in wp-admin/press-this.php.
m at wordpress.org
- [wp-svn] [26238] trunk/src/wp-admin/js/user-suggest.js: JSHint fixes for user-suggest.js.
m at wordpress.org
- [wp-svn] [26239] trunk/src/wp-admin/css/wp-admin.css: Fix padding for Quick Draft dashboard widget when there are no drafts.
m at wordpress.org
- [wp-svn] [26240] trunk/src/wp-admin/css/wp-admin.css: Fix CSS formatting.
m at wordpress.org
- [wp-svn] [26241] trunk/src/wp-admin: PHPDoc and i18n fixes for dashboard widgets.
m at wordpress.org
- [wp-svn] [26242] trunk/src/wp-admin/includes/dashboard.php: Fix date comparison in dashboard_relative_date().
m at wordpress.org
- [wp-svn] [26243] trunk: Stop using .rtl classes, instead relying on flipping LTR CSS to RTL.
m at wordpress.org
- [wp-svn] [26244] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Add level-X classes to the posts list table rows.
m at wordpress.org
- [wp-svn] [26245] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Remove debug cruft.
m at wordpress.org
- [wp-svn] [26246] trunk/tests/phpunit/includes/mock-fs.php: Normalize slashes in WP_Filesystem_MockFS::mkdir() and WP_Filesystem_MockFS::locate_parent_node() to avoid an infinite loop on Windows.
m at wordpress.org
- [wp-svn] [26247] trunk/src/wp-admin: Style and positioning fixes to form elements in the Publish box:
m at wordpress.org
- [wp-svn] [26248] trunk/src/wp-admin/css/wp-admin.css: Put the 'Safe Draft' button back in its place in the Publish box.
m at wordpress.org
- [wp-svn] [26249] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove singular body class when a page is set to be the front page, and minor style tweaks.
m at wordpress.org
- [wp-svn] [26250] trunk/src/wp-includes/css/media-views.css: Improvements to the modal media uploader on mobile in landscape orientation.
m at wordpress.org
- [wp-svn] [26251] trunk/src/wp-admin/includes/upgrade.php: Remove unused global reference.
m at wordpress.org
- [wp-svn] [26252] trunk: For unit tests that call `wpmu_create_blog()`, Blog factory , or installation code that attempts to clear transients: suppress database errors on `setUp` and restore on `tearDown`.
m at wordpress.org
- [wp-svn] [26253] trunk/src/wp-admin/user-edit.php: Make password inputs on profile.php match the width of other text inputs.
m at wordpress.org
- [wp-svn] [26254] trunk/src/wp-includes/script-loader.php: Load the correct subset of Open Sans for cyrillic, greek, and vietnamese in addition to latin and latin-ext; following the example of Twenty Twelve.
m at wordpress.org
- [wp-svn] [26255] trunk/src/wp-content/themes/twentyfourteen/inc/ featured-content.php: Twenty Fourteen: correct `$query` usage in `Featured_Content::pre_get_posts()`, props SergeyBiryukov, fixes #26064.
m at wordpress.org
- [wp-svn] [26256] trunk/src/wp-admin/css: Make the item-controls elements on the Edit Menus page line up; use : before instead of : after for item-edit icons for better cross-browser performance; switch to :after instead of :: after for pseudo-elements so IE8 displays these icons properly.
m at wordpress.org
- [wp-svn] [26257] trunk/src/wp-content/themes/twentyfourteen/inc/ featured-content.php: Correctly capitalize WP_Query in Featured_Content:: pre_get_posts() inline docs.
m at wordpress.org
- [wp-svn] [26258] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: simplify tags output in content templates, props nacin.
m at wordpress.org
- [wp-svn] [26259] trunk/src/wp-admin/css/wp-admin.css: Widgets: remove some unused styles, props shaunandrews, see #25821
m at wordpress.org
- [wp-svn] [26260] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: updates all PHP files to meet new brace style in WP coding standards.
m at wordpress.org
- [wp-svn] [26261] trunk/src/wp-content/themes/twentyfourteen/js: Fix spaces/ tabs in Twenty Fourteen JS, allowing JSHint to run clean for these files.
m at wordpress.org
- [wp-svn] [26262] trunk/src/wp-admin/includes/plugin.php: Plugin Deletion: Properly clear the cache when multiple plugins are deleted.
m at wordpress.org
- [wp-svn] [26263] trunk/src/wp-admin/plugins.php: Plugin Deletion: Remove the correct transient after demoving plugins.
m at wordpress.org
- [wp-svn] [26264] trunk/src/wp-admin/js/inline-edit-post.js: JShint fixes for inline-edit-post.js.
m at wordpress.org
- [wp-svn] [26265] trunk/src/wp-admin/js/inline-edit-tax.js: JSHint fixes for inline-edit-tax.js.
m at wordpress.org
- [wp-svn] [26266] trunk/src/wp-admin/js/user-profile.js: Fix JShint errors in user-profile.js.
m at wordpress.org
- [wp-svn] [26267] trunk/src/wp-includes/cron.php: Inline documentation for hooks in wp-includes/cron.php.
m at wordpress.org
- [wp-svn] [26268] trunk/Gruntfile.js: Fix JSHint errors in Gruntfile.js.
m at wordpress.org
- [wp-svn] [26269] trunk/src/wp-admin/js/gallery.js: Fix JSHint errors in gallery.js.
m at wordpress.org
- [wp-svn] [26270] trunk/src/wp-content/themes/twentyfourteen/inc/ featured-content.php: Twenty Fourteen: avoid premature creation of tags when using the tag suggestion for Featured Content.
m at wordpress.org
- [wp-svn] [26271] trunk/src/wp-admin: Widgets: move the chooser inside the selected widget so it inherits the width, add some keyboard shortcuts: tab to select, enter to append and escape to cancel.
m at wordpress.org
- [wp-svn] [26272] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: minor style adjustments for navigation and a new lighter pattern-dark graphic which makes easier to change the background color of the featured image content.
m at wordpress.org
- [wp-svn] [26273] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Remove whitespace from the inside of a <textarea> element, added in [ 26138] with inline documentation.
m at wordpress.org
- [wp-svn] [26274] trunk/src/wp-admin: Inline documentation for hooks in wp-admin/ edit-tags.php.
m at wordpress.org
- [wp-svn] [26275] trunk/src/wp-admin: Widgets:
m at wordpress.org
- [wp-svn] [26276] trunk/src/wp-includes/js/heartbeat.js: Heartbeat: use cached $document instead of $(document), props TobiasBg, see #25073
m at wordpress.org
- [wp-svn] [26277] trunk/src/wp-admin: Widgets:
m at wordpress.org
- [wp-svn] [26278] trunk/src/wp-admin/includes/theme.php: Appearance: Fix a PHP Notice when the update transient isn't available (for example, due to a timeout or being used offline).
m at wordpress.org
- [wp-svn] [26279] trunk/src/wp-admin/includes/class-wp-upgrader.php: Translate the debug update email for development installs.
m at wordpress.org
- [wp-svn] [26280] trunk/src/wp-admin/css/theme.css: Themes page: Remove a z-index which caused the Current Theme overlay to overlay menu's , that otherwise appears unused.
m at wordpress.org
- [wp-svn] [26281] trunk/src/wp-admin/css/wp-admin.css: Widgets: fix the placeholders dimensions so the sidebars don' t jump when dragging a widget, see #25821
m at wordpress.org
- [wp-svn] [26282] trunk/src/wp-admin: Themes: Add a get_theme_update_available() function to retrieve an update link and use it on the Themes page.
m at wordpress.org
- [wp-svn] [26283] trunk/src/wp-admin/update-core.php: Remove the active row theme/ plugin styling on Dashboard -> Updates.
m at wordpress.org
- [wp-svn] [26284] trunk/src/wp-admin/my-sites.php: Inline documentation for hooks in wp-admin/my-sites.php.
m at wordpress.org
- [wp-svn] [26285] trunk/src/wp-admin: Widgets: split the sidebars in two containers so there are no empty spaces when they are shown in two columns and some are open , other closed.
m at wordpress.org
- [wp-svn] [26286] trunk/src/wp-admin/widgets.php: Widgets: fix html for sidebars columns when the theme has only one sidebar.
m at wordpress.org
- [wp-svn] [26287] trunk/src/wp-admin/js/widgets.js: Fix JSHint errors in widgets.js.
m at wordpress.org
- [wp-svn] [26288] trunk/src/wp-admin: Only show "Add New Theme" block on Manage Themes screen if not Multisite and the user can install themes.
m at wordpress.org
- [wp-svn] [26289] trunk/src/wp-admin/css: Cleanup on inputs:
m at wordpress.org
- [wp-svn] [26290] trunk/src/wp-includes/css/editor.css: MP6: remove left-over plugin reference, see #25858
m at wordpress.org
- [wp-svn] [26291] trunk/src/wp-admin: Dash cleanup.
m at wordpress.org
- [wp-svn] [26292] trunk/src/wp-admin/js/image-edit.js: Fix JSHint errors in image-edit.js.
m at wordpress.org
- [wp-svn] [26293] trunk/src/wp-admin: Making improvements to new styles added in the MP6 merge, and addressing visual feedback from core team.
m at wordpress.org
- [wp-svn] [26294] trunk/src/wp-includes: Add an experimental rssjs feed based on the experimental rss.js spec.
m at wordpress.org
- [wp-svn] [26295] trunk/src/wp-includes/js/media-models.js: Fix JSHint errors in media-models.js.
m at wordpress.org
- [wp-svn] [26296] trunk/src/wp-admin/css/wp-admin.css: Widgets: adjust placeholder size to match the widget size.
m at wordpress.org
- [wp-svn] [26297] trunk/src/wp-admin/css: Some improvements to the dashboard activity widget:
m at wordpress.org
- [wp-svn] [26298] trunk/src: Bring the install/ update screens in line with the new admin design.
m at wordpress.org
- [wp-svn] [26299] trunk/src/wp-includes/functions.php: Update error screens with the new visual design:
m at wordpress.org
- [wp-svn] [26300] trunk/src/wp-admin/css/wp-admin.css: Switch to a fluid padding-top on #login so it aligns nicely on small screens.
m at wordpress.org
- [wp-svn] [26301] trunk/src/wp-admin/credits.php: Use correct variable name in _wp_credits_add_profile_link() inline docs.
m at wordpress.org
- [wp-svn] [26302] trunk/src/wp-includes/version.php: Why hello there.
m at wordpress.org
- [wp-svn] [26303] trunk/src/wp-admin/js/theme.js: Use correct variable.
m at wordpress.org
- [wp-svn] [26304] trunk: Prefix the `notoptions` cache key in the multisite `site-options` group with `$wpdb- > siteid` to avoid collisions and race conditions when using a fancy multi-network setup.
m at wordpress.org
- [wp-svn] [26305] trunk/tests/phpunit/tests/option/siteOption.php: Mark test skipped when not in multisite.
m at wordpress.org
- [wp-svn] [26306] trunk/src/wp-admin: Widgets:
m at wordpress.org
- [wp-svn] [26307] trunk: In `update_meta_cache()`, ensure that meta is always stored in the same order.
m at wordpress.org
- [wp-svn] [26308] trunk/src/wp-admin/css: Combine border and box-shadow styles for inputs, textareas, and selects.
m at wordpress.org
- [wp-svn] [26309] trunk/src: Update the media upload interfaces to match new admin design:
m at wordpress.org
- [wp-svn] [26310] trunk/src/wp-admin/css/wp-admin.css: Making a few more adjustments to the uploader progress bar styles.
m at wordpress.org
- [wp-svn] [26311] trunk/src/wp-admin/css/color-schemes/_admin.scss: Make sure color schemes get the 1px white border around checkboxes on the media uploader.
m at wordpress.org
- [wp-svn] [26312] trunk/src/wp-admin/credits.php: Correct @return value for wp_credits().
m at wordpress.org
- [wp-svn] [26313] trunk/src/wp-admin/includes/class-wp-upgrader.php: Use static strings instead of a impossible-to-translate string in the Automatic updates debug email.
m at wordpress.org
- [wp-svn] [26314] trunk/src/wp-admin/themes.php: Themes page: Don' t display the Author as a link if the Author has no AuthorURI set.
m at wordpress.org
- [wp-svn] [26315] trunk/src/wp-includes: Fix the editor switching tabs position on small screens, props ryelle, fixes #26151.
m at wordpress.org
- [wp-svn] [26316] trunk/src/wp-admin: Themes: Move the escaping of content from JS back to PHP.
m at wordpress.org
- [wp-svn] [26317] trunk/src/wp-admin: Theme Installer: Fix the Theme Preview function, and bring the button handling/ styling inline with the Customizer.
m at wordpress.org
- [wp-svn] [26318] trunk/tests/phpunit/tests/image/functions.php: Skip image mime type tests if both fileinfo PHP extension and mime_content_type () function are missing.
m at wordpress.org
- [wp-svn] [26319] trunk/src/wp-includes/css/admin-bar.css: Restore "Skip to toolbar" link color.
m at wordpress.org
- [wp-svn] [26320] trunk/src/wp-admin/css/theme.css: Themes: Remove some unused invalid CSS.
m at wordpress.org
- [wp-svn] [26321] trunk/src/wp-admin/css/theme.css: Increase the click target to 100% of the add-new-theme element.
m at wordpress.org
- [wp-svn] [26322] trunk/src/wp-admin/css/wp-admin.css: Remove gradient for invalid menu items.
m at wordpress.org
- [wp-svn] [26323] trunk/src/wp-admin/js: Fix thickbox positioning on Manage Themes screen.
m at wordpress.org
- [wp-svn] [26324] trunk/src/wp-admin/css: Fix keyboard accessibility for row actions in list tables.
m at wordpress.org
- [wp-svn] [26325] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix typos and a correct `@return` value, props morganestes.
m at wordpress.org
- [wp-svn] [26326] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: style `cite` element correctly when not in a blockquote.
m at wordpress.org
- [wp-svn] [26327] trunk/tests/phpunit/tests/formatting/NormalizeWhitespace.php: Introduce unit tests for the `normalize_whitespace()` function.
m at wordpress.org
- [wp-svn] [26328] trunk: Add unit tests for `links_add_target()`.
m at wordpress.org
- [wp-svn] [26329] trunk/src/wp-includes/post.php: In `get_posts()`, alter the doc block and default args to make `orderby` equal to `date`, not `post_date`.
m at wordpress.org
- [wp-svn] [26330] trunk/src/wp-admin/css/wp-admin.css: Use the correct shade of blue for the default filled progress bar color, 0074a2 to match the default scheme's highlight color.
m at wordpress.org
- [wp-svn] [26331] trunk/src/wp-admin/css: Make disabled checkboxes and radios slightly less transparent for better visibility on low-contrast screens.
m at wordpress.org
- [wp-svn] [26332] trunk/src/wp-content/themes/twentyfourteen/js: Twenty Fourteen: standardize comment blocks and jQuery function wrapper calls in JavaScript files.
m at wordpress.org
- [wp-svn] [26333] trunk/src/wp-includes/js/jquery/suggest.js: Suggest.js: Trigger change event when value is selected.
m at wordpress.org
- [wp-svn] [26334] trunk/src/wp-admin/js/iris.min.js: Update the Iris color picker to version 1.0.4, which fixes a jQuery-UI CSS conflict.
m at wordpress.org
- [wp-svn] [26335] trunk/src/wp-admin: Appearance Themes: Don' t show theme actions if the current theme doesn' t support menus or widgets.
m at wordpress.org
- [wp-svn] [26336] trunk/src/wp-admin/: Revert property change in [26335].
m at wordpress.org
- [wp-svn] [26337] trunk/src/wp-admin/includes/dashboard.php: Dashboard: Use `_draft_or_post_title()` to display `(no title) ` if no post title is set.
m at wordpress.org
- [wp-svn] [26338] trunk/src/wp-admin/css/wp-admin.css: Add a missing semicolon.
m at wordpress.org
- [wp-svn] [26339] trunk/src/wp-admin: Cleanup incorrect duplicate comments for hooks in wp-admin/ edit-tag-form.php introduced in [26274].
m at wordpress.org
- [wp-svn] [26340] trunk/src/wp-admin/includes/class-wp-links-list-table.php: Inline documentation for hooks in wp-admin/includes/ class-wp-links-list-table.php.
m at wordpress.org
- [wp-svn] [26341] trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php: Inline documentation for hooks in wp-admin/includes/ class-wp-ms-sites-list-table.php.
m at wordpress.org
- [wp-svn] [26342] trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php: Inline documentation for hooks in wp-admin/includes/ class-wp-ms-users-list-table.php.
m at wordpress.org
- [wp-svn] [26343] trunk/src/wp-admin/theme-install.php: Inline documentation for hooks in wp-admin/theme-install.php.
m at wordpress.org
- [wp-svn] [26344] trunk/src/wp-admin/user/admin.php: Inline documentation for hooks in wp-admin/user/admin.php.
m at wordpress.org
- [wp-svn] [26345] trunk/src/wp-admin/plugins.php: Inline documentation for hooks in wp-admin/plugins.php.
m at wordpress.org
- [wp-svn] [26346] trunk/src/wp-admin/includes/class-wp-upgrader.php: Use numbered string replacements in 2 new strings.
m at wordpress.org
- [wp-svn] [26347] trunk/src/wp-admin/includes/nav-menu.php: Don't use esc_attr_e() function for a non-translatable context.
m at wordpress.org
- [wp-svn] [26348] trunk/src/wp-includes/css/admin-bar.css: Fix alignment of the WordPress icon in the My Sites toolbar menu.
m at wordpress.org
- [wp-svn] [26349] trunk/src/wp-admin/includes/nav-menu.php: Remove redundant translation function calls.
m at wordpress.org
- [wp-svn] [26350] trunk/src/wp-includes/post-formats.php: Allow has_post_format() to be used to check for any format.
m at wordpress.org
- [wp-svn] [26351] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: avoid Featured Content thumbnail overflow, props binarymoon.
m at wordpress.org
- [wp-svn] [26352] trunk/src: Allow customisation of theme mod defaults via custom-background theme support.
m at wordpress.org
- [wp-svn] [26353] trunk/src/wp-includes/comment-template.php: Add echo arguments to wp_list_comments() and Walker_Comment, allowing non-echo usage.
m at wordpress.org
- [wp-svn] [26354] trunk/src/wp-admin/credits.php: Replace link to Codex with link to new Make page.
m at wordpress.org
- [wp-svn] [26355] trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php: Twenty Fourteen: remove redundant gettext call, props defries.
m at wordpress.org
- [wp-svn] [26356] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix case where edit link goes to the top of content when only one left-aligned element exists.
m at wordpress.org
- [wp-svn] [26357] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix inconsistency with search-box padding.
m at wordpress.org
- [wp-svn] [26358] trunk/src/wp-includes: Deprecate the second argument for wp_notify_postauthor because it is unecessary.
m at wordpress.org
- [wp-svn] [26359] trunk/src/wp-admin/network/settings.php: Improve the description of the Network Admin Email option to better describe what the address will be used for.
m at wordpress.org
- [wp-svn] [26360] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: update theme description to be less instructional and more promotional.
m at wordpress.org
- [wp-svn] [26361] trunk/src/wp-content/themes/twentyfourteen/inc: Twenty Fourteen: update Customizer inline help text.
m at wordpress.org
- [wp-svn] [26362] trunk/src/wp-admin/network/settings.php: Wrap the settings in the main Network Admin settings page in the expected paragraph tags so that the css applies correctly and the layout doesn 't look off.
m at wordpress.org
- [wp-svn] [26363] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix overlap issue when aligning consecutive images in the same direction.
m at wordpress.org
- [wp-svn] [26364] trunk/src/wp-includes/css/editor.css: TinyMCE: use CSS classes instead of instance specific IDs for styling, props mattheu, fixes #26197.
m at wordpress.org
- [wp-svn] [26365] trunk/src/wp-includes/cron.php: Cron Request: Fix incorrect use of add_query_arg() arguments.
m at wordpress.org
- [wp-svn] [26366] trunk/src/wp-admin: Widgets:
m at wordpress.org
- [wp-svn] [26367] trunk/src/wp-includes: Fix `comment_notification_recipients` filter behavior so that it is still respected even on comments left by the post author
m at wordpress.org
- [wp-svn] [26368] trunk/src: Remove unnecessarily gendered pronouns.
m at wordpress.org
- [wp-svn] [26369] trunk/src/wp-admin/css/theme.css: Themes: Fix the Customize button for the current theme.
m at wordpress.org
- [wp-svn] [26370] trunk/tests/phpunit/tests: When setting `WP_TESTS_FORCE_KNOWN_BUGS` to `true`, it is preferable that some forced tests are still skipped when they call classes or functions that do not exist , producing fatal errors.
m at wordpress.org
- [wp-svn] [26371] trunk/src/wp-admin/css: Darken light gray text on dashboard widgets to ensure adequate color contrast.
m at wordpress.org
- [wp-svn] [26372] trunk/src/wp-admin/js/dashboard.js: Contain Dashboard widget dragging.
m at wordpress.org
- [wp-svn] [26373] trunk/src: Make the responsive layout behave better when the user zooms the page:
m at wordpress.org
- [wp-svn] [26374] trunk/src/wp-admin/load-styles.php: Style Concatenation: Fix loading of dashicons non-woff files when concatenation is in use.
m at wordpress.org
- [wp-svn] [26375] trunk/src/wp-includes/version.php: Bump $wp_version to clear CSS caches.
m at wordpress.org
- [wp-svn] [26376] trunk/src/wp-includes/script-loader.php: Allow Open Sans to be disabled per language.
m at wordpress.org
- [wp-svn] [26377] trunk/src/wp-includes/script-loader.php: Use dashicons.min.css for concantenation requests.
m at wordpress.org
- [wp-svn] [26378] trunk/src/wp-includes: Dashicons: Update to the latest dashicons files.
m at wordpress.org
- [wp-svn] [26379] trunk/src/wp-admin/css/wp-admin.css: Add padding to #wpbody at viewports < 600px so that content isn' t overlapped by the absolute-positioned adminbar.
m at wordpress.org
- [wp-svn] [26380] trunk/src/wp-admin: Replace the Star ratings in the dashboard with dashicons ratings.
m at wordpress.org
- [wp-svn] [26381] trunk/src/wp-includes/script-loader.php: Revert the change to use add_query_arg() for Open Sans, as it causes a fatal error when script concatenation is used.
m at wordpress.org
- [wp-svn] [26382] trunk/src: Allow #wpwrap to scroll horizontally if needed, and hide overflow only on specific elements that need it.
m at wordpress.org
- [wp-svn] [26383] trunk/src/wp-admin/css/wp-admin.css: Combine these selectors which both target the 'Menu Structure' heading on Edit Menus.
m at wordpress.org
- [wp-svn] [26384] trunk/src/wp-admin/css/wp-admin.css: Make sure that select elements vertically align properly with other text.
m at wordpress.org
- [wp-svn] [26385] trunk/src/wp-admin/css/color-picker.css: Style the color picker button to match the new standard button style.
m at wordpress.org
- [wp-svn] [26386] trunk/src: Move responsive button styles from wp-admin.css to buttons.css.
m at wordpress.org
- [wp-svn] [26387] trunk/src/wp-admin/css: Add #adminmenu to this background color rule so it remains visible on mobile when the sidebar is longer than the main column , like on media-new.php.
m at wordpress.org
- [wp-svn] [26388] trunk/src/wp-includes: Inline documentation for the following filter hooks in wp-includes/ pluggable.php:
m at wordpress.org
- [wp-svn] [26389] trunk/src/wp-admin: Remove button-secondary class from Collapse link in theme installer; unify Collapse button styles in theme installer and Customize screen; add a border around the Collapse icon so it remains visible on dark backgrounds ; move the color styles to colors-fresh.
m at wordpress.org
- [wp-svn] [26390] trunk/src/wp-admin/js/dashboard.js: Dashboard JS cleanup.
m at wordpress.org
- [wp-svn] [26391] trunk/src/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: When MP6 was merged into core, the new MCE images weren't added.
m at wordpress.org
- [wp-svn] [26392] trunk/src/wp-admin: Dashboard columns:
m at wordpress.org
- [wp-svn] [26393] trunk/src/wp-admin/css/wp-admin.css: Make ratings stars 20px to match dashicons native size so they' re crisp on all screens.
m at wordpress.org
- [wp-svn] [26394] trunk/src/wp-admin/includes/dashboard.php: Don' t show the Activity widget on the Network Admin Dashboard.
m at wordpress.org
- [wp-svn] [26395] trunk/src/wp-includes/js/thickbox: Move thickbox styles from wp-admin.css to thickbox.css.
m at wordpress.org
- [wp-svn] [26396] trunk/src/wp-admin/css/wp-admin.css: Remove the new thickbox styles from wp-admin.css.
m at wordpress.org
- [wp-svn] [26397] trunk/src/wp-admin/includes/update-core.php: Add some deleted images to the `$_old_files` array.
m at wordpress.org
- [wp-svn] [26398] trunk/src/wp-includes/script-loader.php: Make sure WP_Editor and Thickbox styles have Dashicons as a dependency, as they can be used on the front.
m at wordpress.org
- [wp-svn] [26399] trunk/src/wp-admin/post.php: Inline documentation for hooks in wp-admin/post.php.
m at wordpress.org
- [wp-svn] [26400] trunk/src/wp-includes/media-template.php: Inline documentation for hooks in wp-includes/media-template.php.
m at wordpress.org
- [wp-svn] [26401] trunk/src/wp-admin/includes/class-wp-list-table.php: Inline documentation for hooks in wp-admin/includes/ class-wp-list-table.php.
m at wordpress.org
- [wp-svn] [26402] trunk/src: Clean up the sticky menu and responsive tweaks JS:
m at wordpress.org
- [wp-svn] [26403] trunk/src/wp-includes/script-loader.php: Remove obsolete image reference from thickboxL10n.
m at wordpress.org
- [wp-svn] [26404] trunk/src/wp-includes: Fix typo in rss.js feed templates.
m at wordpress.org
- [wp-svn] [26405] trunk/src/wp-admin/network.php: Apply paragraph description class on wp-admin/ network.php for consistency.
m at wordpress.org
- [wp-svn] [26406] trunk/src: Rename mp6_color_scheme JS global to wp_color_scheme.
m at wordpress.org
- [wp-svn] [26407] trunk/src: Improvements to hover and focus states on the adminbar:
m at wordpress.org
- [wp-svn] [26408] trunk/src/wp-admin/css/wp-admin.css: Keep the resize handle from jumping around when switching between the Visual and Text editors.
m at wordpress.org
- [wp-svn] [26409] trunk/src/wp-content/themes/twentyfourteen/css/editor-style.css: Twenty Fourteen: fix image alignment in editor styles, props azaozz and RDall.
m at wordpress.org
- [wp-svn] [26410] trunk/src/wp-admin/css/colors-fresh.css: Restore the bottom border to .wp-editor-container so it' s not missing when the editor appears outside the main editor container.
m at wordpress.org
- [wp-svn] [26411] trunk/src: Better alignment of Visual and Text tabs with editor, better alignment of word count container with editor, eliminate gap between tabs and editor on Press This.
m at wordpress.org
- [wp-svn] [26412] trunk/src/wp-admin/css/wp-admin.css: Adjust the mceResize handle so it matches the handle on the plain text editor.
m at wordpress.org
- [wp-svn] [26413] trunk/src/wp-admin/css/wp-admin.css: Reintroduce a drop zone indicator in empty sidebars on the Widgets page.
m at wordpress.org
- [wp-svn] [26414] trunk/src/wp-admin/css/wp-admin.css: Eliminate the transition animation on the responsive sidebar; set the responsive sidebar to display: none by default so it doesn' t appear momentarily when loading the page.
m at wordpress.org
- [wp-svn] [26415] trunk/src/wp-admin/css: Match the background color of the responsive toggle button active state to -submenu-background , so it matches color schemes.
m at wordpress.org
- [wp-svn] [26416] trunk/src/wp-admin/css/wp-admin.css: Hide registered and users columns in Sites table on small screens to prevent columms from becoming too narrow.
m at wordpress.org
- [wp-svn] [26417] trunk/src/wp-admin/css: Remove gradients and text-shadow from ui-slider-handle and restyle it to mimic buttons.
m at wordpress.org
- [wp-svn] [26418] trunk/src/wp-includes/js/wplink.js: Fix typo in a comment.
m at wordpress.org
- [wp-svn] [26419] trunk/src/wp-includes/css/wp-pointer.css: Admin pointers don' t work at responsive sizes because of responsive layout adjustments.
m at wordpress.org
- [wp-svn] [26420] trunk/src: Unify the style of button-small everywhere we use it, and make sure the edit slug input lines up with its button and label.
m at wordpress.org
- [wp-svn] [26421] trunk/src/wp-admin: Remove cloning of the search box with JS and move it to the bottom of the screen with CSS instead , see #26086
m at wordpress.org
- [wp-svn] [26422] trunk/src/wp-admin/css: Match current theme background and add theme hover state color to the highlight color in color schemes.
m at wordpress.org
- [wp-svn] [26423] trunk/src/wp-admin/css/wp-admin.css: Prevent horizontal scrolling when the responsive sidebar is open, pushing the main column off to the right.
m at wordpress.org
- [wp-svn] [26424] trunk/src/wp-admin/css/wp-admin.css: Correct the alignment of sortable list table headers.
m at wordpress.org
- [wp-svn] [26425] trunk/src/wp-admin/js/image-edit.js: Fix the ability to save changes made to an image.
m at wordpress.org
- [wp-svn] [26426] trunk/src/wp-admin: Widgets: drop onto closed sidebars.
m at wordpress.org
- [wp-svn] [26427] trunk/src/wp-admin/js/widgets.js: Widgets: remove leftover debug bits and fix jshint warnings in widgets.js, see #25952.
m at wordpress.org
- [wp-svn] [26428] trunk/src: Heartbeat: introduce "suspend" functionality and enable it after 20 min.
m at wordpress.org
- [wp-svn] [26429] trunk/src/wp-admin: Dashboard: set containment for postboxes to " document" and give empty sortables some min-height so postboxes can be dropped there.
m at wordpress.org
- [wp-svn] [26430] trunk/tests/phpunit/tests/kses.php: Unit Tests: Add some simple test cases to highlight the types of html entity that kses currently blocks.
m at wordpress.org
- [wp-svn] [26431] trunk/tests/phpunit/tests/kses.php: Unit Tests: Add the ticket number to the new tests.
m at wordpress.org
- [wp-svn] [26432] trunk/src/wp-admin/css/wp-admin.css: Widgets: prevent the sidebars from getting too wide, add a little more space between Available Widgets and the sidebars, props shaunandrews, see #25821.
m at wordpress.org
- [wp-svn] [26433] trunk/src: Press This fixes:
m at wordpress.org
- [wp-svn] [26434] trunk/src/wp-admin/css/wp-admin.css: Style the hr element in the admin.
m at wordpress.org
- [wp-svn] [26435] trunk/src/wp-admin/css: Design fixes to the color picker:
m at wordpress.org
- [wp-svn] [26436] trunk/src/wp-admin/css/wp-admin.css: Give th.th-full font-weight: 400 so its label doesn't get emboldened.
m at wordpress.org
- [wp-svn] [26437] trunk/src/wp-admin/css/wp-admin.css: Set the font size for all text within .form-table to 14px.
m at wordpress.org
- [wp-svn] [26438] trunk/src/wp-admin/css/wp-admin.css: Fix the alignment of checkboxes in menu location settings, and add responsive adjustments for those checkboxes.
m at wordpress.org
- [wp-svn] [26439] trunk/src/wp-admin/css/wp-admin.css: Widgets: fix no-js and accessibility modes, props shaunandrews, fixes #26165.
m at wordpress.org
- [wp-svn] [26440] trunk/src/wp-includes/kses.php: KSES: Extend support in wp_kses_normalize_entities to named entities with up to two numbers on the end of the name so as to support a wider list of valid entities.
m at wordpress.org
- [wp-svn] [26441] trunk/src/wp-includes/css: Updating the #wp-auth-check login form to match the new admin design:
m at wordpress.org
- [wp-svn] [26442] trunk/src/wp-admin/css/wp-admin.css: Prevent submenu flyouts from appearing below elements in the main column.
m at wordpress.org
- [wp-svn] [26443] trunk/src/wp-admin/css/wp-admin.css: Add spacing between elements, correct vertical alignment in Add New Category form.
m at wordpress.org
- [wp-svn] [26444] trunk/src/wp-content/themes/twentyfourteen/sidebar.php: Twenty Fourteen: use display context for site description in sidebar.php.
m at wordpress.org
- [wp-svn] [26445] trunk/src/wp-includes/css/admin-bar.css: Ensure that arrows in dropdowns are the default text color if you haven' t hovered.
m at wordpress.org
- [wp-svn] [26446] trunk/src/wp-includes/css/editor.css: TinyMCE: fix editor.css.
m at wordpress.org
- [wp-svn] [26447] trunk/src/wp-admin/css/wp-admin.css: Fix pending comments/ plugins count bubbles, fixes #25918
m at wordpress.org
- [wp-svn] [26448] trunk/src/wp-admin/includes/update-core.php: Core Updates: Fix a case where options (db_version specifically) can end up with stale values in the cache after a update is performed.
m at wordpress.org
- [wp-svn] [26449] trunk/src/wp-includes/functions.php: Fix a regression in wp_mkdir_p() where the $mode of the parent folder is not correctly applied to all created paths.
m at wordpress.org
- [wp-svn] [26450] branches/3.7: Background Updates: Spread them over the hour.
m at wordpress.org
- [wp-svn] [26451] trunk/src/wp-includes/css/admin-bar.css: Make sure toolbar reset includes text-shadow: none.
m at wordpress.org
- [wp-svn] [26452] trunk/src/wp-admin/css/wp-admin.css: Keep #screen-meta font size consistent.
m at wordpress.org
- [wp-svn] [26453] trunk/src/wp-admin/css/wp-admin.css: Get more specific with responsive list table column hiding.
m at wordpress.org
- [wp-svn] [26454] trunk/src/wp-admin/css/wp-admin.css: Also get more targeted for taxonomy columns.
m at wordpress.org
- [wp-svn] [26455] trunk/src/wp-includes/css/media-views.css: Increase the contrast of sidebar text in the media modal.
m at wordpress.org
- [wp-svn] [26456] trunk: Add remove_option(), remove_options(), and get_options() methods to WP_Screen, along with unit tests.
m at wordpress.org
- [wp-svn] [26457] trunk/src/wp-includes/general-template.php: Pass the post type to the `post_type_archive_title` filter for better context.
m at wordpress.org
- [wp-svn] [26458] trunk/src/wp-admin/css/theme.css: Themes: Style the Theme Author the same in the multi and singular view, make the links readable.
m at wordpress.org
- [wp-svn] [26459] trunk/src/wp-admin: Themes: Remove an unused Delete Theme link on the multiple view.
m at wordpress.org
- [wp-svn] [26460] trunk/src/wp-admin/js/theme.js: Themes: Remove a mp6 reference which is no longer needed.
m at wordpress.org
- [wp-svn] [26461] trunk/src/wp-admin: Themes: Display Activated/ Deleted messages below the H2, before the Themes.
m at wordpress.org
- [wp-svn] [26462] trunk/src/wp-admin: Themes: Add a default image for when a theme doesn't have a screenshot.
m at wordpress.org
- [wp-svn] [26463] trunk/src/wp-admin/css/theme.css: Themes: Remove some unused CSS ( we have neither a .theme-categories or .theme-linear-grid).
m at wordpress.org
- [wp-svn] [26464] trunk/src/wp-admin/css/theme.css: Themes: Update the responsive layouts for the Search box after r26461.
m at wordpress.org
- [wp-svn] [26465] trunk/src/wp-admin/css/wp-admin.css: Themes: Remove a now defunct CSS class, .feature-container, which is no longer in use after r26141.
m at wordpress.org
- [wp-svn] [26466] trunk/src/wp-admin/theme-install.php: Themes: Remove the Tabs from the header of the Add New Theme page.
m at wordpress.org
- [wp-svn] [26467] trunk/src/wp-admin/js/theme.js: Themes: Use _.throttle() instead of a custom one.
m at wordpress.org
- [wp-svn] [26468] trunk/src/wp-admin/js/theme.js: Themes: Add a clearing <br/> to the end of .theme-browser.
m at wordpress.org
- [wp-svn] [26469] trunk/src/wp-admin/includes/theme.php: Themes: When the user doesn 't have switch_themes capabilities, and we've passed the current theme, detect the theme slug/ stylesheet correctly so that the flags are set properly.
m at wordpress.org
- [wp-svn] [26470] trunk/src/wp-admin: Themes: Do extra Cap checks before outputting links, and use full URI's.
m at wordpress.org
- [wp-svn] [26471] trunk/src/wp-admin/css/colors-fresh.css: Remove RTL and MP6 references from colors-fresh.css as they' re now irrelevant to the file.
m at wordpress.org
- [wp-svn] [26472] trunk/src/wp-admin/themes.php: Themes: Restore a label accidentally removed in r26470.
m at wordpress.org
- [wp-svn] [26473] trunk/src/wp-admin/themes.php: Themes: Add missing close tag, see [26462].
m at wordpress.org
- [wp-svn] [26474] trunk/src/wp-admin: Widgets: highlight all drop zones ( open and closed sidebars) on starting to drag a widget to indicate " droppability", fixes #26168.
m at wordpress.org
- [wp-svn] [26475] trunk/src/wp-admin/css/wp-admin.css: Admin CSS: Pinking shears.
m at wordpress.org
- [wp-svn] [26476] trunk/src/wp-admin/css/wp-admin.css: Fix selector for category checklists to apply styles to custom taxonomies too.
m at wordpress.org
- [wp-svn] [26477] trunk/src/wp-admin/css/wp-admin.css: Mobile: Add some bottom spacing to checkboxes on Nav Menu screen.
m at wordpress.org
- [wp-svn] [26478] trunk/src/wp-admin: Network Admin: Remove a superfluous description field and merge two similar strings.
m at wordpress.org
- [wp-svn] [26479] trunk/tests/phpunit/tests/query/results.php: Restore @ticket reference.
m at wordpress.org
- [wp-svn] [26480] trunk/src/wp-admin/js/theme.js: Themes: Search the description too.
m at wordpress.org
- [wp-svn] [26481] trunk/src/wp-admin/js/theme.js: Themes: Add type="search" to search.
m at wordpress.org
- [wp-svn] [26482] trunk/src/wp-admin/css/theme.css: Themes: Prepare theme.css for a merge with wp-admin.css.
m at wordpress.org
- [wp-svn] [26483] trunk/src/wp-admin/css/wp-admin.css: Themes: Prepare wp-admin.css for a merge with theme.css.
m at wordpress.org
- [wp-svn] [26484] trunk/src: Themes: Merge theme.css into wp-admin.css.
m at wordpress.org
- [wp-svn] [26485] trunk/src/wp-includes/formatting.php: Inline documentation for hooks in wp-includes/formatting.php.
m at wordpress.org
- [wp-svn] [26486] trunk/src/wp-includes/formatting.php: Correct @since values.
m at wordpress.org
- [wp-svn] [26487] trunk/src/wp-includes/formatting.php: Escape smiley URL in translate_smiley().
m at wordpress.org
Last message date:
Sat Nov 30 22:38:46 UTC 2013
Archived on: Sat Nov 30 22:38:48 UTC 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).