December 2013 Archives by thread
Starting: Sun Dec 1 00:14:45 UTC 2013
Ending: Tue Dec 31 11:03:59 UTC 2013
Messages: 402
- [wp-svn] [26488] trunk/tests/phpunit/tests/formatting/Smilies.php: Update unit tests for convert_smilies().
m at wordpress.org
- [wp-svn] [26489] trunk/tests/phpunit/tests/basic.php: Make sure the version extracted from readme.html does not include a newline.
m at wordpress.org
- [wp-svn] [26490] trunk/tests/phpunit/tests/post/query.php: Use assertEqualSets() instead of direct array comparison.
m at wordpress.org
- [wp-svn] [26491] trunk/src/wp-includes/comment.php: Inline documentation for hooks in wp-includes/comment.php.
m at wordpress.org
- [wp-svn] [26492] trunk/src/wp-includes/comment.php: Correct @since values.
m at wordpress.org
- [wp-svn] [26493] trunk/src: Inline documentation for hooks in wp-admin/ user-new.php & wp-admin/user-edit.php.
m at wordpress.org
- [wp-svn] [26494] trunk/src/wp-admin/css/wp-admin.css: Rotate the Collapse arrows correctly for RTL, switch the Theme next/ previous arrows in RTL.
m at wordpress.org
- [wp-svn] [26495] trunk/src/wp-admin/css/wp-admin.css: Prefix the new Theme classes.
m at wordpress.org
- [wp-svn] [26496] trunk/src/wp-admin/css/wp-admin.css: Themes: For small screen sizes, still allow access to the Customize button (Don' t hide the theme actions).
m at wordpress.org
- [wp-svn] [26497] trunk/src/wp-includes/css/buttons.css: Add the proper padding-top for button's active states in small screens.
m at wordpress.org
- [wp-svn] [26498] trunk/src/wp-admin: Themes: In the detailed view, disable the next /previous buttons when there are no more items.
m at wordpress.org
- [wp-svn] [26499] trunk/src/wp-admin/network/users.php: Fetch only the required fields in confirm_delete_users().
m at wordpress.org
- [wp-svn] [26500] trunk: Fix strict notices in Tests_POMO_PO.
m at wordpress.org
- [wp-svn] [26501] trunk/src/wp-includes/theme.php: Inline documentation for hooks in wp-includes/theme.php.
m at wordpress.org
- [wp-svn] [26502] trunk/src/wp-includes/ms-blogs.php: Inline documentation for hooks in wp-includes/ms-blogs.php.
m at wordpress.org
- [wp-svn] [26503] trunk/src/wp-admin/includes: Inline documentation for hooks in wp-admin/includes/user.php.
m at wordpress.org
- [wp-svn] [26504] trunk/src/wp-admin/themes.php: Themes: Fix HTML markup for screenshots.
m at wordpress.org
- [wp-svn] [26505] trunk/src: Widgets: improve the help text on the Widgets screen, props siobhan, props Hanni, fixes #26244.
m at wordpress.org
- [wp-svn] [26506] trunk/src/wp-admin: Improve the admin color scheme picker:
m at wordpress.org
- [wp-svn] [26507] trunk/src/wp-admin/css/wp-admin.css: Themes: Fix position of admin notice with .error class.
m at wordpress.org
- [wp-svn] [26508] trunk/src/wp-admin/themes.php: Fix Customize link in theme info window.
m at wordpress.org
- [wp-svn] [26509] trunk/src/wp-admin/includes/plugin.php: Add braces around a conditional hook.
m at wordpress.org
- [wp-svn] [26510] trunk: Fix lingering reference problem in `wp_get_object_terms() ` by not setting the `foreach`'d vars to a reference.
m at wordpress.org
- [wp-svn] [26511] trunk/tests/phpunit/tests/term.php: Change comments in unit test to reflect patched scenario in #26339.
m at wordpress.org
- [wp-svn] [26512] trunk/src/wp-includes/wp-db.php: When `WP_DEBUG` is set to `true`, suppress deprecated errors from firing when calling `mysql_connect()`, which is officially deprecated in PHP 5.5.
m at wordpress.org
- [wp-svn] [26513] trunk/src/wp-admin/js/theme.js: Themes: Fix the routing for Themes in a sub-directory (/wp-content/themes/prefix/ theme-name/style.css) and navigate to hash-url's for searches.
m at wordpress.org
- [wp-svn] [26514] trunk/src/wp-admin/js/theme.js: Themes: We no longer have a delete link on the multi-grid view.
m at wordpress.org
- [wp-svn] [26515] trunk/src/wp-admin/js/theme.js: Themes: For searches, replace the document hash, don' t add a new history event for each keypress.
m at wordpress.org
- [wp-svn] [26516] trunk/src/wp-admin: Make the responsive menu usable with a mouse, fix non-folded and :focus styles, toggle the submenus on touchend/click.
m at wordpress.org
- [wp-svn] [26517] trunk/src/wp-admin/themes.php: Themes: Add a updated Help text.
m at wordpress.org
- [wp-svn] [26518] trunk/src/wp-admin: Remove all screen_icon() calls and deprecate the functions, props TobiasBg, fixes #26119
m at wordpress.org
- [wp-svn] [26519] trunk/src/wp-admin: Themes: Make the Theme Detail view div use more of the available viewport, Fix the Header and Footer in the viewport and only scroll the theme details , Prefix some more theme CSS classes.
m at wordpress.org
- [wp-svn] [26520] trunk/src/wp-admin/themes.php: Themes: Indent the HTML for proper indentation after r26519 added an extra div.
m at wordpress.org
- [wp-svn] [26521] trunk/src/wp-admin/js/theme.js: Themes: Bail if the search term matches the currently rendered themes, Fixes the events being clobbered.
m at wordpress.org
- [wp-svn] [26522] trunk/src/wp-admin/themes.php: Themes: Remove some HTML from a new string and put it in the replacement value instead.
m at wordpress.org
- [wp-svn] [26523] trunk/src/wp-admin/themes.php: Themes: Standardise on dot notation for object access in the Templates.
m at wordpress.org
- [wp-svn] [26524] trunk/src/wp-admin/themes.php: Themes: Update notifiations shouldn 't be a <a> if they're not links, data.update already contains <p> tags.
m at wordpress.org
- [wp-svn] [26525] trunk/src/wp-includes/query.php: Revert [26012] for now, which had fixed using `paged` with `offset` in WP_Query but introduced side effects for those working around it.
m at wordpress.org
- [wp-svn] [26526] trunk/src/wp-includes/media.php: Add a `wp-video` class to the `div` that wraps video shortcode output.
m at wordpress.org
- [wp-svn] [26527] trunk/src/wp-admin: Adding a SVG > PNG fallback for IE8 support.
m at wordpress.org
- [wp-svn] [26528] trunk/src: Updating .wp-dialog styling to match the new admin design.
m at wordpress.org
- [wp-svn] [26529] trunk/src/wp-admin/includes/theme.php: Themes: Always include the current theme in the list, even if it is not allowed.
m at wordpress.org
- [wp-svn] [26530] trunk/src/wp-includes/js/wp-auth-check.js: Heartbeat: update wp-auth-check to use the new "connectNow()" method after a successful login, see #25073.
m at wordpress.org
- [wp-svn] [26531] trunk/src/wp-admin/themes.php: For the current theme, display all available actions, as dictated by the admin menu.
m at wordpress.org
- [wp-svn] [26532] trunk/src/wp-admin/css/wp-admin.css: Reset responsive styles for the checkbox in auth check window.
m at wordpress.org
- [wp-svn] [26533] trunk/src/wp-includes/css/buttons.css: Add basic responsive styles for button-small and button-large, override responsive button-large styles when used in the .interim-login iframe.
m at wordpress.org
- [wp-svn] [26534] trunk/.travis.yml: Add a Travis CI configuration file.
m at wordpress.org
- [wp-svn] [26535] trunk/src/wp-admin: Simplify the color scheme profile saving JS.
m at wordpress.org
- [wp-svn] [26536] trunk/src/wp-admin/css/wp-admin.css: Restyle .sub text and .mu-storage header to match new admin design conventions.
m at wordpress.org
- [wp-svn] [26537] trunk/src/wp-admin/includes/deprecated.php: Only informally deprecate get_screen_icon() and screen_icon().
m at wordpress.org
- [wp-svn] [26538] trunk/src/wp-includes/ms-functions.php: Inline documentation for hooks in wp-includes/ms-functions.php.
m at wordpress.org
- [wp-svn] [26539] trunk/src/wp-admin/css: Better visual alignment on side-sortables tabs.
m at wordpress.org
- [wp-svn] [26540] trunk/src/wp-admin/includes/update.php: Inline documentation for hooks in wp-admin/includes/update.php.
m at wordpress.org
- [wp-svn] [26541] trunk/src/wp-admin/includes/deprecated.php: Remove @uses from get_screen_icon() / screen_icon().
m at wordpress.org
- [wp-svn] [26542] trunk/src/wp-includes/js/customize-base.js: Customizer: Ensure we have a string that's JSON parseable.
m at wordpress.org
- [wp-svn] [26543] trunk/src/wp-includes/post.php: Return false from wp_delete_post() and wp_delete_attachment() if the DELETE is unsuccessful.
m at wordpress.org
- [wp-svn] [26544] trunk/src/wp-includes/taxonomy.php: Be specific in term_exists error messages in wp_insert_term() as to what already exists (name, or name and slug).
m at wordpress.org
- [wp-svn] [26545] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: use a more specific selector for tag links.
m at wordpress.org
- [wp-svn] [26546] branches/3.7/src: Update the 3.7 branch's version numbers.
m at wordpress.org
- [wp-svn] [26547] trunk/src/wp-includes/css/dashicons.css: Add dashicons CSS classes for easy access by plugins and themes.
m at wordpress.org
- [wp-svn] [26548] trunk/src/wp-includes/js/customize-base.js: Customizer: Don' t trigger a change event if two unchanged object values are equal.
m at wordpress.org
- [wp-svn] [26549] trunk/src: Heartbeat:
m at wordpress.org
- [wp-svn] [26550] trunk/src/wp-admin/js/edit-comments.js: Comments moderation screen :
m at wordpress.org
- [wp-svn] [26551] trunk/src/wp-admin/css/color-schemes/_admin.scss: Themes: Update the CSS definitions in the SCSS files to be as specific as the base CSS rules.
m at wordpress.org
- [wp-svn] [26552] trunk/tests/phpunit/tests/upload.php: Restore @ticket reference.
m at wordpress.org
- [wp-svn] [26553] trunk/src/wp-includes/js/quicktags.js: Quicktags: fix int/ string strict comparison, see #26046.
m at wordpress.org
- [wp-svn] [26554] trunk/src/wp-admin/css/wp-admin.css: Remove unnecessary padding on welcome panel icons at responsive sizes.
m at wordpress.org
- [wp-svn] [26555] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: limit Help tab text to only "post" post type edit screen.
m at wordpress.org
- [wp-svn] [26556] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: update comment blocks to match inline docs standards.
m at wordpress.org
- [wp-svn] [26557] trunk/src/wp-includes/formatting.php: Revert [26050], stop trying to balance open HTML tags across nextpage and more tags for now.
m at wordpress.org
- [wp-svn] [26558] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: make sure non-breaking title in `.nav-links` doesn't overflow, and make sure the menu toggle text is hidden.
m at wordpress.org
- [wp-svn] [26559] trunk/src/wp-includes/css/admin-bar.css: Give the adminbar Edit Post link an icon, and make it visible on small screen responsive states.
m at wordpress.org
- [wp-svn] [26560] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: code cleanup, props kovshenin.
m at wordpress.org
- [wp-svn] [26561] trunk/src/wp-content/themes/twentyfourteen/css/editor-style.css: Twenty Fourteen: update editor stylesheet to reflect recent changes made in the main stylesheet.
m at wordpress.org
- [wp-svn] [26562] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: tweak the vertical space for list items in the primary and footer widgets.
m at wordpress.org
- [wp-svn] [26563] trunk/src/wp-admin: Better Dashboard treatment when in no-JS, especially Quick Draft.
m at wordpress.org
- [wp-svn] [26564] trunk/src/wp-admin: Auto-resize the Quick Draft textarea.
m at wordpress.org
- [wp-svn] [26565] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: fix stylesheet loading, broken in r26560.
m at wordpress.org
- [wp-svn] [26566] trunk/src/wp-admin/includes/upgrade.php: In dbDelta(), ensure we are not running CREATE TABLE queries for global tables we wish to not upgrade.
m at wordpress.org
- [wp-svn] [26567] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: remove Accent Color feature.
m at wordpress.org
- [wp-svn] [26568] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: remove `custom-colors` tag.
m at wordpress.org
- [wp-svn] [26569] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: add `min-height` rule to the WP toolbar to ensure that no gap appears in pre-3.8 versions.
m at wordpress.org
- [wp-svn] [26570] trunk/src: Rename colors-fresh.css to colors.css.
m at wordpress.org
- [wp-svn] [26571] trunk/src/wp-admin/options-general.php: Use jQuery.prop('checked') instead of jQuery.attr.
m at wordpress.org
- [wp-svn] [26572] trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php: Twenty Fourteen: rename transient `all_the_cool_cats` and make sure count is an integer before checking it.
m at wordpress.org
- [wp-svn] [26573] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: re-add the Header Text Customization Option.
m at wordpress.org
- [wp-svn] [26574] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: reposition the window on jump-to-anchor to account for header height.
m at wordpress.org
- [wp-svn] [26575] trunk/src/wp-includes/css/admin-bar.css: Changes to the mobile adminbar:
m at wordpress.org
- [wp-svn] [26576] trunk/src/wp-content/themes/twentyfourteen/archive.php: Twenty Fourteen: proper i18n and translator context for date formatted strings in archive template.
m at wordpress.org
- [wp-svn] [26577] trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php: Twenty Fourteen: remove transient usage in Ephemera widget to fix caching issues.
m at wordpress.org
- [wp-svn] [26578] trunk/.gitignore: Add more .gitignore entries for unit test files.
m at wordpress.org
- [wp-svn] [26579] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: CSS fixes, props celloexpressions.
m at wordpress.org
- [wp-svn] [26580] trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php: Twenty Fourteen: remove more widget cache code, props obenland.
m at wordpress.org
- [wp-svn] [26581] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: Remove obsolete comment.
m at wordpress.org
- [wp-svn] [26582] trunk/src/wp-admin/css/wp-admin.css: Correct the alignment of Activate and Live Preview buttons in responsive Themes page.
m at wordpress.org
- [wp-svn] [26583] trunk/src: Reset the login form inputs to the standard sans-serif font in IE8 to prevent invisible password field inputs when webfonts are used.
m at wordpress.org
- [wp-svn] [26584] trunk/src/wp-admin/css/wp-admin.css: Ensure that 'Add New Theme' text doesn't overlap the + icon even at Firefox' s ridiculously small 230px wide browser.
m at wordpress.org
- [wp-svn] [26585] trunk: Remove certain accents in the Danish language.
m at wordpress.org
- [wp-svn] [26586] trunk/src/wp-content/themes/twentyfourteen/image.php: Twenty Fourteen: avoid empty markup when no next or previous image in image template.
m at wordpress.org
- [wp-svn] [26587] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: enhance main navigation usability by adding in visual indicators for existence of submenu items.
m at wordpress.org
- [wp-svn] [26588] trunk/src/wp-includes/category-template.php: wp_list_categories(): Add cat-item-none and cat-item-all classes to the none/all options.
m at wordpress.org
- [wp-svn] [26589] trunk/src/wp-includes: Allow wp_enqueue_media() to "just work" in a customizer control.
m at wordpress.org
- [wp-svn] [26590] trunk/src/wp-admin/includes/plugin.php: Use current_user_can(' manage_network_plugins') in validate_active_plugins() instead of is_super_admin().
m at wordpress.org
- [wp-svn] [26591] trunk/src/wp-content/themes/twentyfourteen/js/customizer.js: Twenty Fourteen: fix JS lint errors in customizer.js file, see r26573.
m at wordpress.org
- [wp-svn] [26592] trunk: Ensure that theme customizer buttons don' t overlap on small screens; allow small-screen theme popup to use the full height of the viewport since the adminmenu is no longer fixed ; ensure that buttons in the theme customizer wrap as efficiently as they can on mobile.
m at wordpress.org
- [wp-svn] [26593] trunk/src/wp-admin: Set Available and Inactive Widget areas to not collapse, since they don' t look like collapsing elements.
m at wordpress.org
- [wp-svn] [26594] trunk/src: Rename the new custom-background arguments passed to add_theme_support().
m at wordpress.org
- [wp-svn] [26595] trunk/src/wp-includes/css/admin-bar.css: Add .ab-empty-item to the responsive adminbar sizing adjustments.
m at wordpress.org
- [wp-svn] [26596] trunk/src/wp-includes/script-loader.php: Declare dashicons dependency for wp-pointer.css and media-views.css.
m at wordpress.org
- [wp-svn] [26597] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: pinking shears.
m at wordpress.org
- [wp-svn] [26598] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: ensure attachment image size is correct at 810 pixels.
m at wordpress.org
- [wp-svn] [26599] trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php: Twenty Fourteen: remove `wp_is_mobile() ` call from post thumbnail size logic as it' s not intended for front-end use.
m at wordpress.org
- [wp-svn] [26600] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: avoid a potential gap in `menu-toggle` content.
m at wordpress.org
- [wp-svn] [26601] trunk/src: Svg-painter:
m at wordpress.org
- [wp-svn] [26602] trunk/src/wp-admin/css/wp-admin.css: Utilize a more widely-adopted CSS method for hiding screen reader text, as seen in projects like jQuery UI and HTML5 Boilerplate.
m at wordpress.org
- [wp-svn] [26603] trunk/src/wp-includes/js/svg-painter.js: Svg-painter: fix couple of jshint warnings, see #26333.
m at wordpress.org
- [wp-svn] [26604] trunk/src/wp-includes/version.php: 3.8 is ready for widespread, release candidate level of testing.
m at wordpress.org
- [wp-svn] [26605] trunk/src/wp-includes/script-loader.php: Add Open Sans as a dependency to install.css and add Dashicons as a dependency to some other CSS files.
m at wordpress.org
- [wp-svn] [26606] trunk/src/wp-content/themes/twentyfourteen/js/slider.js: Twenty Fourteen: RTL for the slider.
m at wordpress.org
- [wp-svn] [26607] trunk/src/wp-content/themes/twentyfourteen/rtl.css: Twenty Fourteen: Flip genericons in RTL.
m at wordpress.org
- [wp-svn] [26608] trunk/src/wp-admin: Revert r26593 so Available and Inactive widgets are once again collapsible.
m at wordpress.org
- [wp-svn] [26609] trunk/src/wp-content/themes/twentyfourteen/css/ie.css: Twenty Fourteen: fix broken selector, props celloexpressions.
m at wordpress.org
- [wp-svn] [26610] trunk/package.json: Temporarily switch to a pinned version of grunt-cssjanus.
m at wordpress.org
- [wp-svn] [26611] trunk/src/wp-admin/includes/dashboard.php: Restore original properties of the right now (activity) and primary (news ) dashboard widgets.
m at wordpress.org
- [wp-svn] [26612] trunk/src/wp-includes/css/admin-bar.css: Restore min-width for toolbar menus.
m at wordpress.org
- [wp-svn] [26613] trunk/src/wp-admin/js/nav-menu.js: Nav Menus: Delegate click events for move links.
m at wordpress.org
- [wp-svn] [26614] trunk/src/wp-admin/css/wp-admin.css: Nav Menu admin: Suppress outlines on expand/collapse arrows.
m at wordpress.org
- [wp-svn] [26615] trunk/src/wp-admin/css/wp-admin.css: Improve the styling of browser file input controls.
m at wordpress.org
- [wp-svn] [26616] trunk/Gruntfile.js: Build RTL stylesheets for color schemes.
m at wordpress.org
- [wp-svn] [26617] trunk/src/wp-admin/includes/dashboard.php: Include columns-# CSS class in wp_dashboard() for when the screen supports it.
m at wordpress.org
- [wp-svn] [26618] trunk/src/wp-admin/css/wp-admin.css: Ensure that .widget-inside gets the necessary interior padding regardless of its containing element.
m at wordpress.org
- [wp-svn] [26619] trunk/src/wp-content/themes/twentyfourteen/inc/custom-header.php: Twenty Fourteen: fix site title color preview in Customizer, props kwight.
m at wordpress.org
- [wp-svn] [26620] trunk/src/wp-admin/css/wp-admin.css: Allow error messages to push the adminmenu down.
m at wordpress.org
- [wp-svn] [26621] trunk/src/wp-admin/css/wp-admin.css: Revert [26618], no longer needed after reverting [26593], also fails to remove a border-top from .widget-inside when the widget is in a sidebar.
m at wordpress.org
- [wp-svn] [26622] trunk/src/wp-admin/css/wp-admin.css: RTL fix for themes.php.
m at wordpress.org
- [wp-svn] [26623] trunk/src/wp-admin/js/nav-menu.js: Return some semicolons.
m at wordpress.org
- [wp-svn] [26624] trunk/src/wp-admin/css/wp-admin.css: Prevent the spinner from bumping the Cancel button to a new line in de_DE and ru_RU.
m at wordpress.org
- [wp-svn] [26625] trunk/src/wp-admin/includes/theme.php: Add wp_prepare_themes_for_js filter to wp_prepare_themes_for_js().
m at wordpress.org
- [wp-svn] [26626] trunk/src/wp-includes/js/heartbeat.js: Heartbeat: Don' t use a variable of the same name as the function it is in.
m at wordpress.org
- [wp-svn] [26627] trunk/src/wp-admin/js/common.js: Pinking shears.
m at wordpress.org
- [wp-svn] [26628] trunk/src/wp-includes/css/buttons.css: Reset responsive button styles in the Customizer, which uses fixed widths and positioning and is otherwise non-responsive.
m at wordpress.org
- [wp-svn] [26629] trunk/src/wp-includes/js/zxcvbn.min.js: Add a copyright notice to zxcvbn.
m at wordpress.org
- [wp-svn] [26630] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: add link to Codex documentation in Help text, and minor cleanup based on siobhan feedback.
m at wordpress.org
- [wp-svn] [26631] trunk/src: Hook docs pinking shears.
m at wordpress.org
- [wp-svn] [26632] trunk/src/wp-includes/js/customize-base.js: Fix JSHint error.
m at wordpress.org
- [wp-svn] [26633] trunk/src/wp-admin/css/wp-admin.css: Add more columns in the theme browser on screens over 2000px wide to ensure that theme screenshots never appear larger than their resolution allows.
m at wordpress.org
- [wp-svn] [26634] trunk/src/wp-admin/nav-menus.php: Avoid a PHP notice on Edit Menus screen when a menu is attached to a non-existing location.
m at wordpress.org
- [wp-svn] [26635] trunk/src: Remove more references to MP6 and standardize on `.wp-ui-*` for prefixed generic class names.
m at wordpress.org
- [wp-svn] [26636] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: sanitize the values of Featured Content layout option, props kwight.
m at wordpress.org
- [wp-svn] [26637] trunk/src/wp-admin/css/colors.css: Remove unneeded transition styles on adminmenu links that make the transition between expanded and collapsed menubars choppy in Safari and Chrome.
m at wordpress.org
- [wp-svn] [26638] trunk/src/wp-admin/themes.php: Allow HTML in the theme name for the themes.php template.
m at wordpress.org
- [wp-svn] [26639] trunk/src/wp-content/themes/twentyfourteen/css/editor-style.css: Twenty Fourteen: fix editor style discrepancies for `mark` and `ins`.
m at wordpress.org
- [wp-svn] [26640] 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] [26641] trunk/src/wp-admin/network/settings.php: westi forgot my full stop.
m at wordpress.org
- [wp-svn] [26642] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: add visual divider lines to child list items in widgets.
m at wordpress.org
- [wp-svn] [26643] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: minor code cleanup in Customizer file, props obenland.
m at wordpress.org
- [wp-svn] [26644] trunk/src/wp-includes: Remove the experimental RSS.JS feed, and move it to a plugin for feature development.
m at wordpress.org
- [wp-svn] [26645] trunk/src/wp-includes: Improvements to image quality handling in the image editor classes.
m at wordpress.org
- [wp-svn] [26646] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: fix typo, props DrewAPicture.
m at wordpress.org
- [wp-svn] [26647] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: remove unneeded CSS rule, props iamtakashi.
m at wordpress.org
- [wp-svn] [26648] trunk/src: Hook docs fixes following [26645].
m at wordpress.org
- [wp-svn] [26649] trunk/src/wp-admin/js/wp-fullscreen.js: DFW: don't block the " keyup" event, fixes toggling the checkbox in the Link dialog with the spacebar.
m at wordpress.org
- [wp-svn] [26650] trunk/src/wp-includes: Two more hook docs fixes.
m at wordpress.org
- [wp-svn] [26651] trunk/src/wp-admin/js/widgets.js: Widgets: on clicking Add, don' t move the chooser out of the widget early as that makes is visible at the bottom of the screen.
m at wordpress.org
- [wp-svn] [26652] trunk/src/wp-admin: Themes: When only one theme is available, show just the details view.
m at wordpress.org
- [wp-svn] [26653] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix display of required comment field asterisk in comment instruction text.
m at wordpress.org
- [wp-svn] [26654] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: add author description below author name on author archive view, and update styles for archive header area.
m at wordpress.org
- [wp-svn] [26655] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: avoid overflow for `audio` and similar elements.
m at wordpress.org
- [wp-svn] [26656] trunk/src/wp-admin/css/wp-admin.css: Restore CSS for the Site Content, n?\195?\169e Right Now, Dashboard widget.
m at wordpress.org
- [wp-svn] [26657] trunk/src/wp-content/themes/twentyfourteen/functions.php: Twenty Fourteen: change sort order on Contributor template to put author with mosts posts at the top.
m at wordpress.org
- [wp-svn] [26658] trunk/src: Create a new tag for themes that have passed the theme check guidelines for accessibility.
m at wordpress.org
- [wp-svn] [26659] trunk/src/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ content.css: Remove the shadow on the TinyMCE editor.
m at wordpress.org
- [wp-svn] [26660] trunk/src/wp-admin: Themes: Disable collapse actions when showing only a single theme; improve the responsive layout.
m at wordpress.org
- [wp-svn] [26661] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: partial revert of r26558 to avoid blocking access to the Menu Toggle in IE when in small viewports.
m at wordpress.org
- [wp-svn] [26662] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: rework "current menu" submenu icons to use Genericons for simplicity and to inherit colors better.
m at wordpress.org
- [wp-svn] [26663] trunk/src/wp-includes/js/svg-painter.js: Fix svg-painter in Chrome.
m at wordpress.org
- [wp-svn] [26664] trunk/src: Allow for Dashicons and base64-encoded data:image/ svg+xml URIs when specifying menu icons.
m at wordpress.org
- [wp-svn] [26665] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix two usability issues with touch events on mobile devices with the Featured Content slider :
m at wordpress.org
- [wp-svn] [26666] trunk/src/wp-content/themes/twentyfourteen/js/slider.js: Twenty Fourteen: remove unused variable in slider.js, see #26191.
m at wordpress.org
- [wp-svn] [26667] trunk: Define globals and add semicolons to wp-fullscreen.js.
m at wordpress.org
- [wp-svn] [26668] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: better logic for hide/show title and description, and Customizer handling of the same.
m at wordpress.org
- [wp-svn] [26669] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: bump JS version for customizer.js, see #26338.
m at wordpress.org
- [wp-svn] [26670] trunk/src/wp-includes/css/admin-bar.css: Correct the alignment of the W logo within its container.
m at wordpress.org
- [wp-svn] [26671] trunk/src/wp-admin: More targeted background image styling for admin menu SVG icons.
m at wordpress.org
- [wp-svn] [26672] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove trailing slashes on void elements such as meta and link, and remove type attribute from script element.
m at wordpress.org
- [wp-svn] [26673] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: string cleanup, see #26437.
m at wordpress.org
- [wp-svn] [26674] trunk/src/wp-content/themes/twentyfourteen/ taxonomy-post_format.php: Twenty Fourteen: add future TODO for post format string plurals, see #23257.
m at wordpress.org
- [wp-svn] [26675] trunk/src: Line up ALL the things:
m at wordpress.org
- [wp-svn] [26676] trunk/src/wp-admin/css/wp-admin.css: Lovingly restore corners that had previously been nibbled upon by a mouse.
m at wordpress.org
- [wp-svn] [26677] trunk/src/wp-admin/css: Bring screen reader shortcuts and image edit controls in line with admin design.
m at wordpress.org
- [wp-svn] [26678] trunk/src/wp-includes/css/admin-bar.css: By default, hide all adminbar links at responsive sizes and selectively un-hide just the essential core items.
m at wordpress.org
- [wp-svn] [26679] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: more string cleanup, and a pinking shear.
m at wordpress.org
- [wp-svn] [26680] trunk/src/wp-includes/css/admin-bar.css: Allow dropdown lists to appear in responsive states; reset the minimum width of dropdowns at responsive sizes.
m at wordpress.org
- [wp-svn] [26681] trunk/src/wp-admin: Themes: Refine how we display the current theme.
m at wordpress.org
- [wp-svn] [26682] trunk/src/wp-admin/css/wp-admin.css: More consistent vertical alignment of the .awaiting-mod/ new updates indicator.
m at wordpress.org
- [wp-svn] [26683] trunk/src/wp-includes/css/buttons.css: When a button appears within a paragraph, vertically align it with the text baseline.
m at wordpress.org
- [wp-svn] [26684] trunk/src/wp-admin: Theme: When showing an author in the grid ( during a search), don't include the author's link.
m at wordpress.org
- [wp-svn] [26685] trunk/src/wp-admin/js/theme.js: Themes: when initiating a search, avoid triggering a reset event when it's not necessary.
m at wordpress.org
- [wp-svn] [26686] trunk/src/wp-admin/js/theme.js: Themes: Only show author names during a search if it matches 3 or more characters.
m at wordpress.org
- [wp-svn] [26687] trunk/src: Un-hide dropdown submenus at responsive sizes, make submenus within dropdowns appear as inline lists at mobile device sizes.
m at wordpress.org
- [wp-svn] [26688] trunk/src/wp-admin/css/wp-admin.css: Themes: Let theme author links look like links.
m at wordpress.org
- [wp-svn] [26689] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove unneeded `!important` declarations, and comment the ones we absolutely need to keep around.
m at wordpress.org
- [wp-svn] [26690] trunk/src/wp-admin/includes: Dashboard backwards compatibility updates.
m at wordpress.org
- [wp-svn] [26691] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix too-wide search "jump to" link and provide focus on the search input when it's used.
m at wordpress.org
- [wp-svn] [26692] trunk/src: Deactivate MP6 on update to 3.8.
m at wordpress.org
- [wp-svn] [26693] trunk/src: Final SVG painter fixes.
m at wordpress.org
- [wp-svn] [26694] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove invalid `rel` attributes from post thumbnail output, and fix a CSS typo.
m at wordpress.org
- [wp-svn] [26695] trunk/src/wp-admin/js/widgets.js: Widgets: Only scroll to the newly clicked-and-added widget if it is out of the viewport.
m at wordpress.org
- [wp-svn] [26696] trunk/src/wp-admin/js/widgets.js: Widgets: Add click-to-add widgets to the bottom (not top) of the target sidebar.
m at wordpress.org
- [wp-svn] [26697] trunk/src/wp-admin: Dashboard: Rename the Site Content widget (n? \195?\169e Right Now) to At a Glance.
m at wordpress.org
- [wp-svn] [26698] trunk/src/wp-content/themes/twentyfourteen/inc: Twenty Fourteen: remove redundant parentheses and translation wrapper, see #25946.
m at wordpress.org
- [wp-svn] [26699] trunk/src/wp-content/themes/twentyfourteen/image.php: Twenty Fourteen: remove unneeded code from image template, see #25946.
m at wordpress.org
- [wp-svn] [26700] trunk/src/wp-admin/includes/dashboard.php: Restore " Search Engines Discouraged" to the dashboard.
m at wordpress.org
- [wp-svn] [26701] trunk/src: Fix z-indexes as it relates to thickbox, the theme modal, and admin menu.
m at wordpress.org
- [wp-svn] [26702] trunk/src/wp-includes/js/customize-base.js: Customizer: Revert [ 26548], removing _.isEqual() for proper object comparison.
m at wordpress.org
- [wp-svn] [26703] trunk/src/wp-admin/js/widgets.js: Widgets: jshint cleanup of widgets.js, see #25821.
m at wordpress.org
- [wp-svn] [26704] trunk/src/wp-admin/includes/dashboard.php: Fix various i18n issues on the dashboard.
m at wordpress.org
- [wp-svn] [26705] trunk/tests/phpunit/tests/image/functions.php: Unit Tests: Avoid using mime_content_type() as it fails miserably in PHP 5.2.
m at wordpress.org
- [wp-svn] [26706] trunk/src/wp-content/themes/twentyfourteen/js/ featured-content-admin.js: Twenty Fourteen: Wait for DOM ready in the customizer, which was breaking IE8.
m at wordpress.org
- [wp-svn] [26707] trunk/src/wp-content/themes/twentyfourteen/js/ featured-content-admin.js: Remove redundant closure for such a simple file.
m at wordpress.org
- [wp-svn] [26708] trunk/src/wp-admin: Themes: Switch to a text overlay instead of an icon on hover.
m at wordpress.org
- [wp-svn] [26709] trunk/src/wp-admin/css/wp-admin.css: Fix the positioning of arrow icons in the slider buttons in Revisions.
m at wordpress.org
- [wp-svn] [26710] trunk/src/wp-includes/css/admin-bar.css: At responsive sizes, remove the hard-coded fixed positioning for Comments and Add New in the toolbar.
m at wordpress.org
- [wp-svn] [26711] trunk/src: Add and display new tags to highlight the ever-growing number of responsive themes available.
m at wordpress.org
- [wp-svn] [26712] trunk/src/wp-admin/css/wp-admin.css: Hide the 'Dismiss' label in the dashboard welcome panel at smartphone sizes, so the close link doesn't overlap the Welcome headline.
m at wordpress.org
- [wp-svn] [26713] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: minor fixes to main and RTL CSS files' table of contents.
m at wordpress.org
- [wp-svn] [26714] trunk/src/wp-content/themes: Bundled Themes: pinking shears.
m at wordpress.org
- [wp-svn] [26715] trunk/src: Keep draggable panels from interfering with swipe scrolling on touch devices running Internet Explorer 10 /11.
m at wordpress.org
- [wp-svn] [26716] trunk/src/wp-includes: Make toolbar dropdown submenu links tappable.
m at wordpress.org
- [wp-svn] [26717] trunk/src/wp-admin/css/wp-admin.css: Correct the direction of arrow icons when comparing revisions in RTL.
m at wordpress.org
- [wp-svn] [26718] trunk/src/wp-admin: Committing a first pass at a new About page for 3.8.
m at wordpress.org
- [wp-svn] [26719] trunk/src/wp-admin: Updates to the About page:
m at wordpress.org
- [wp-svn] [26720] trunk/src/wp-admin/css/wp-admin.css: Slight adjustment to centered headlines in About page.
m at wordpress.org
- [wp-svn] [26721] trunk/src/wp-admin/about.php: Switch this header on the ABout page from title case to sentence case to match the style of all other headers on the page.
m at wordpress.org
- [wp-svn] [26722] trunk/src/wp-includes/css/editor.css: Add icon to the help button in distraction-free writing.
m at wordpress.org
- [wp-svn] [26723] trunk/src/wp-admin/about.php: Un-translate all of the about page strings so translators don' t start working on incomplete copy.
m at wordpress.org
- [wp-svn] [26724] trunk/src/wp-admin/options-discussion.php: Use p.description instead of <small> on the discussion settings page.
m at wordpress.org
- [wp-svn] [26725] trunk/src: Map old -width theme tags to new -layout tags for the purposes of translation in the admin.
m at wordpress.org
- [wp-svn] [26726] trunk/src/wp-admin: No-JavaScript and no-Customizer support for the new Themes screen.
m at wordpress.org
- [wp-svn] [26727] trunk/src/wp-content/themes/twentyfourteen/languages/ twentyfourteen.pot: POT file update for Twenty Fourteen.
m at wordpress.org
- [wp-svn] [26728] trunk/src/wp-admin: Remove screenshotGallery.
m at wordpress.org
- [wp-svn] [26729] trunk/src/wp-content/themes/twentyfourteen/header.php: Twenty Fourteen: Remove unused and untoggled no-js class.
m at wordpress.org
- [wp-svn] [26730] trunk/src/wp-admin/css/wp-admin.css: Themes: Set a max-width on screenshots so they don' t get blurry at very wide screen widths.
m at wordpress.org
- [wp-svn] [26731] trunk: Add back CSS rules for RTL resize handles.
m at wordpress.org
- [wp-svn] [26732] trunk/src/wp-admin/includes/misc.php: Inline documentation fixes for `wp_heartbeat_set_suspension()`.
m at wordpress.org
- [wp-svn] [26733] trunk/src/wp-admin/css/wp-admin.css: Ensure that disabled select elements are distinguishable from normal ones.
m at wordpress.org
- [wp-svn] [26734] trunk/src/wp-admin/includes/update-core.php: Core updates: Explicitly call wp_cache_delete() after a DB upgrade, as not all cache backends allow the entire backend to be flushed.
m at wordpress.org
- [wp-svn] [26735] trunk/src/wp-includes/css/admin-bar.css: Add new fit-content rules to accompany intrinsic width on adminbar dropdown wrappers.
m at wordpress.org
- [wp-svn] [26736] trunk/src/wp-admin/includes: Inline documentation fixes for hooks and functions introduced in 3.8.0.
m at wordpress.org
- [wp-svn] [26737] trunk/src/wp-admin: Updates to the About page:
m at wordpress.org
- [wp-svn] [26738] trunk/src: Themes: If a theme only has a very-old-school 300px-wide screenshot (or narrower) , don't stretch it.
m at wordpress.org
- [wp-svn] [26739] trunk/src/wp-admin/css/wp-admin.css: Themes: Adjust screenshot ratios.
m at wordpress.org
- [wp-svn] [26740] trunk/src/wp-content/themes/twentyten/screenshot.png: Revert Twenty Ten's original screenshot.
m at wordpress.org
- [wp-svn] [26741] trunk/src/wp-admin/includes/dashboard.php: Dashboard: Restore a line that vanished from my editor to print recently published posts.
m at wordpress.org
- [wp-svn] [26742] trunk/src/wp-admin/images/about-color-schemes.png: Add missing about.color-schemes.png.
m at wordpress.org
- [wp-svn] [26743] trunk/src/wp-admin/js/common.js: Responsive menu: fix calculation of the responsive trigger width from JS.
m at wordpress.org
- [wp-svn] [26744] trunk/src: Provide a default generic avatar icon in the My Account menu if avatars are disabled , ensuring that the link is visible at responsive sizes.
m at wordpress.org
- [wp-svn] [26745] trunk/Gruntfile.js: Gruntfile: Prevent -rtl-rtl.css stylesheets when running cssjanus on colors.
m at wordpress.org
- [wp-svn] [26746] trunk/src/wp-admin: Adding autosave for color schemes and removing RTL handling.
m at wordpress.org
- [wp-svn] [26747] trunk/src/wp-admin/css/wp-admin.css: Themes: Final gutter and breakpoint adjustments.
m at wordpress.org
- [wp-svn] [26748] trunk/src/wp-includes/css/media-views.css: RTL: Don' t flip thumbnail positions in Insert Media window.
m at wordpress.org
- [wp-svn] [26749] trunk/src/wp-content/themes: Bundled themes: new screenshots at 880x660 to maximize theme goodness in the new theme viewer design.
m at wordpress.org
- [wp-svn] [26750] trunk/src/wp-admin: Visual refinements to the About page and screenshots.
m at wordpress.org
- [wp-svn] [26751] trunk/src/wp-admin/about.php: I believe we' re consistent about capitalizing Open Source elsewhere.
m at wordpress.org
- [wp-svn] [Design][15] production/wp-content/themes: Add screenshot PSDs for all default themes up to Twenty Fourteen.
noreply at wordpress.org
- [wp-svn] [26752] trunk/src/wp-includes/css/dashicons.css: Updates to Dashicons classes.
m at wordpress.org
- [wp-svn] [26753] trunk/src/wp-admin/css/wp-admin.css: Themes: Avoid overlap with themes with small screenshots and no description.
m at wordpress.org
- [wp-svn] [26754] trunk/src/wp-admin/about.php: On the About page: comprise > compromise, assuming that this is a typo.
m at wordpress.org
- [wp-svn] [26755] trunk/src/wp-includes/fonts: Dashicons: Update to the latest dashicons files.
m at wordpress.org
- [wp-svn] [26756] trunk/src/wp-admin/css/wp-admin.css: Proper CSS specificity for columns-based dashboard grids.
m at wordpress.org
- [wp-svn] [26757] trunk/src/wp-content/themes/twentyfourteen/page.php: Twenty Fourteen: Remove stray slash.
m at wordpress.org
- [wp-svn] [26758] trunk/src/wp-admin/includes/dashboard.php: Translator' s comment for a date_i18n() string.
m at wordpress.org
- [wp-svn] [26759] trunk/src/wp-admin/themes.php: Update the help text on themes.php.
m at wordpress.org
- [wp-svn] [26760] trunk/src/wp-admin/about.php: Use non-breaking spaces before the last word in headlines to prevent widows when wrapping at responsive sizes.
m at wordpress.org
- [wp-svn] [26761] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: clean up PHP braces style in page templates.
m at wordpress.org
- [wp-svn] [26762] trunk/src/wp-admin/includes/class-wp-upgrader.php: Use wp_specialchars_decode() in the upgrade debugging email subject, same as the production email.
m at wordpress.org
- [wp-svn] [26763] trunk/src/wp-admin/about.php: Copy edits to the About page:
m at wordpress.org
- [wp-svn] [26764] trunk/src/wp-admin/about.php: Use instead of as it' s more familiar to translators.
m at wordpress.org
- [wp-svn] [26765] trunk/src/wp-admin/js/theme.js: Themes: Ensure the image returns a width before checking that it is less than 300px.
m at wordpress.org
- [wp-svn] [26766] trunk/src/wp-admin/css/wp-admin.css: Provide a bit more horizontal space for .wp-menu-name.
m at wordpress.org
- [wp-svn] [26767] trunk: Make the Backbone routes pushSTate capable with ?theme= themename type urls instead of hashes.
m at wordpress.org
- [wp-svn] [26768] trunk/src/wp-admin/images/about-overview.png: Making some adjustments to the hero screenshot image on the About page, see #26387.
m at wordpress.org
- [wp-svn] [26769] trunk/src/wp-admin/images/about-overview.png: Nudging a few pixels that were out of place.
m at wordpress.org
- [wp-svn] [26770] trunk/src/wp-includes/css/admin-bar.css: Comment out these touch-related styles as they break toolbar dropdowns in Chrome for Android.
m at wordpress.org
- [wp-svn] [26771] trunk/Gruntfile.js: Revert accidental change to Gruntfile.js in [ 26767].
m at wordpress.org
- [wp-svn] [26772] trunk/src/wp-admin/css/wp-admin.css: Eliminate right padding on .wp-menu-name, see #26452.
m at wordpress.org
- [wp-svn] [26773] trunk/src: Add four more color schemes to round out our collection at eight.
m at wordpress.org
- [wp-svn] [26774] trunk/src/wp-admin: Sync new about.php "Thank you" line with freedoms and credits.
m at wordpress.org
- [wp-svn] [26775] trunk/src/wp-admin/images: Updated about page screenshots with more colors, updated typography shot, simplified hero screenshot of desktop browser.
m at wordpress.org
- [wp-svn] [26776] trunk/src: Core updates for the new color schemes.
m at wordpress.org
- [wp-svn] [26777] trunk/src/wp-admin/css/wp-admin.css: Freedoms/Credits: Allow for big first paragraphs, overridden by the font-size change in [ 26719].
m at wordpress.org
- [wp-svn] [26778] trunk/src/wp-admin/js/theme.js: Fix JSHint errors and remove unreachable code.
m at wordpress.org
- [wp-svn] [26779] trunk/src/wp-admin/images: Fix a missing drop shadow on about-colors, make sure screenshot lines up with columns below in about-overview.
m at wordpress.org
- [wp-svn] [26780] trunk/src/wp-includes: Admin color schemes: Manually handle RTL and minified versions of the CSS files on registration.
m at wordpress.org
- [wp-svn] [26781] trunk/src/wp-includes/script-loader.php: Tell the script loader that colors-fresh should be treated as an RTL style , as explained (but omitted) in [26780].
m at wordpress.org
- [wp-svn] [26782] trunk/src/wp-includes/cron.php: Cron: Fix a case where a cache inconsistency can cause wp_clear_scheduled_hook( ) to enter an infinite loop.
m at wordpress.org
- [wp-svn] [26783] trunk/src/wp-admin/css/wp-admin.css: RTL should use Tahoma, Hebrew should use Arial.
m at wordpress.org
- [wp-svn] [26784] trunk/src/wp-admin/css/wp-admin.css: Dashboard: set two columns as default for IE8 (as it doesn't support @media rules), see #25824.
m at wordpress.org
- [wp-svn] [26785] trunk/src/wp-admin/js/common.js: Fake a "non-responsive" window width for IE < 9 when folding/unfolding the menu (old IE doesn' t support @media), fixes #26458.
m at wordpress.org
- [wp-svn] [26786] trunk/src/wp-includes/general-template.php: Avoid a notice by checking that SCRIPT_DEBUG is defined before evaluating it in `register_admin_color_schemes ()`.
m at wordpress.org
- [wp-svn] [26787] trunk/src/wp-admin/images: Updated About page screenshots; better image reduction with sharper text, hiding all browser chrome in device screenshots, correct the proportions of phone and tablet in Twenty Fourteen screenshot.
m at wordpress.org
- [wp-svn] [26788] trunk/src/wp-admin: A small adjustment to the page background color per yesterday' s conversation with nacin, from #eee to #f3f3f3.
m at wordpress.org
- [wp-svn] [26789] trunk/src/wp-admin/images: A few more adjustments to about page screenshots, with better sample content.
m at wordpress.org
- [wp-svn] [26790] trunk/src/wp-admin/images/about-twentyfourteen.png: Correcting the device proportions on the Twenty Fourteen screenshot; see #26387.
m at wordpress.org
- [wp-svn] [26791] trunk/src/wp-admin/images/about-twentyfourteen.png: Minor adjustments to the Twenty Fourteen screenshot on the About page.
m at wordpress.org
- [wp-svn] [26792] trunk/src/wp-admin/images/about-colors.png: Adjusting about-colors.png so it lines up on the grid with images above and below it.
m at wordpress.org
- [wp-svn] [26793] trunk/src/wp-admin/includes: Nonces are already per-user.
m at wordpress.org
- [wp-svn] [26794] trunk/src/wp-admin/images: Remove 3.7 about images.
m at wordpress.org
- [wp-svn] [26795] trunk/src/wp-admin/about.php: About screen: Only show the pick-a-color section if there are 2 or more of the eight new color schemes available.
m at wordpress.org
- [wp-svn] [26796] trunk/src/wp-content/themes/twentyfourteen/rtl.css: Twenty Fourteen: RTL fixes for the navigation.
m at wordpress.org
- [wp-svn] [26797] trunk/src: Move pointer-specific CSS from wp-admin.css to wp-pointer.css.
m at wordpress.org
- [wp-svn] [26798] trunk/src/wp-admin/images/about-color-schemes.png: Remove image referenced as removed in [26795].
m at wordpress.org
- [wp-svn] [26799] trunk/src: About page: Don't load zxcvbn, which is a dependency of an unused piece of user-profile.js.
m at wordpress.org
- [wp-svn] [26800] trunk/src/wp-includes/admin-bar.php: Request a larger avatar for the toolbar, as we use it at narrow responsive sizes.
m at wordpress.org
- [wp-svn] [26801] trunk/src/wp-admin/about.php: A couple of copy edits for the About page.
m at wordpress.org
- [wp-svn] [26802] trunk/src/wp-admin/css/colors/_admin.scss: Use correct flag icon color from the chosen color scheme.
m at wordpress.org
- [wp-svn] [26803] trunk/src/wp-includes/css/admin-bar.css: Toolbar:
m at wordpress.org
- [wp-svn] [26804] trunk/src/wp-admin/css/colors/ectoplasm/colors.scss: Remove duplicated lines in Ectoplasm's .scss file.
m at wordpress.org
- [wp-svn] [26805] trunk/src/wp-admin/css: Adjust the active tab colors in the plugin info Thickbox, see [26788], #25858.
m at wordpress.org
- [wp-svn] [26806] trunk/src/wp-admin: A few updates to the About page
m at wordpress.org
- [wp-svn] [26807] trunk/src/wp-admin/css/wp-admin.css: Remove 1px margin from post title input so it lines up with the top right-column meta box.
m at wordpress.org
- [wp-svn] [26808] trunk/src/wp-includes/css/admin-bar.css: Make the padding added for top-level toolbar items in r26675 more specific and reinstate the previous 10px padding for links within dropdown menus.
m at wordpress.org
- [wp-svn] [26809] trunk/src/wp-admin/css/colors/_admin.scss: Use $button-color for .action-button on plugin details thickbox.
m at wordpress.org
- [wp-svn] [26810] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: minor spacing and CSS formatting fixes.
m at wordpress.org
- [wp-svn] [26811] trunk/src/wp-admin/css/wp-admin.css: Ensure that plugins needing updates that aren' t activated get their checkbox aligned properly.
m at wordpress.org
- [wp-svn] [26812] trunk/src/wp-includes/css/admin-bar.css: Change the site menu icon from a globe to home, which is a better metaphor for what it does.
m at wordpress.org
- [wp-svn] [26813] trunk/src/wp-admin: Expand the Quick Draft section by default.
m at wordpress.org
- [wp-svn] [26814] trunk/src/wp-admin/includes/misc.php: Avoid notices when default and light are not registered color schemes.
m at wordpress.org
- [wp-svn] [26815] trunk/src/wp-admin/js/theme.js: Don' t set the theme overlay active state in the Theme view, as it overwrites the same work in the Details view.
m at wordpress.org
- [wp-svn] [26816] trunk/src: RTL font-family overrides.
m at wordpress.org
- [wp-svn] [26817] trunk/src/wp-admin/css/wp-admin.css: Expand adminmenu from 150px to 160px, creating more room for pending comment counts and translated text.
m at wordpress.org
- [wp-svn] [26818] trunk/src/wp-admin/update-core.php: Updates screen Help page should explain the auto-update feature.
m at wordpress.org
- [wp-svn] [26819] trunk/src: Make older mobile browsers and IE7 usable:
m at wordpress.org
- [wp-svn] [26820] trunk/src/wp-admin/css/wp-admin.css: Add widgets page draggable/ sortable items to -ms-touch-action rules for proper touch scrolling in IE 10 and 11.
m at wordpress.org
- [wp-svn] [26821] trunk/src: Remove many of the now-unused images in core.
m at wordpress.org
- [wp-svn] [26822] trunk/src/wp-admin/js/postbox.js: Fix error in postbox.js attempting to change screen columns on mobile devices orientation changes , fixes #26493.
m at wordpress.org
- [wp-svn] [26823] trunk/src/wp-admin/css/install.css: Provide an SVG > PNG fallback for the WordPress logo on readme.html.
m at wordpress.org
- [wp-svn] [26824] trunk/src/wp-admin/css/wp-admin.css: Specify transition: none on plugin information dialog tabs to keep them from jump jumping around.
m at wordpress.org
- [wp-svn] [26825] trunk/src/wp-admin/update-core.php: Tighten up the help documentation on the updates page, and add a section for updating translations.
m at wordpress.org
- [wp-svn] [26826] trunk/src/wp-admin/js/theme.js: Themes: Avoid a JS error in the keyup event handler when the overlay is not yet initialized.
m at wordpress.org
- [wp-svn] [26827] trunk/src/wp-admin: Themes: use explicit 'search installed themes' label and placeholder.
m at wordpress.org
- [wp-svn] [26828] trunk/src/wp-admin/update-core.php: Fix typo in help string.
m at wordpress.org
- [wp-svn] [26829] trunk/src/wp-admin: Final text adjustments to the 3.8 About page.
m at wordpress.org
- [wp-svn] [26830] trunk/src/wp-admin/css/wp-admin.css: Eliminate the padding on #titlediv #title to prevent characters with descenders getting cropped in some browsers.
m at wordpress.org
- [wp-svn] [26831] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix breakpoint at 782 pixels wide to exactly match WordPress toolbar breakpoint.
m at wordpress.org
- [wp-svn] [26832] trunk/src/wp-admin/includes/dashboard.php: Introduce dashboard_glance_items filter which replaces 3.7 right_now_* hooks that were tied to table markup.
m at wordpress.org
- [wp-svn] [26833] trunk/src/wp-admin/css/wp-admin.css: Add line height to #commentstatusdiv p so that its checkboxes get some padding between them at responsive sizes.
m at wordpress.org
- [wp-svn] [26834] trunk/src/wp-admin: Style the Add Comment button as a button.
m at wordpress.org
- [wp-svn] [26835] trunk/src/wp-admin/css/wp-admin.css: Increase the height of the Add Photos box in Press This to prevent unnecessary scrolling.
m at wordpress.org
- [wp-svn] [26836] trunk/src/wp-admin: In Press This, extend the sidebar for ru_RU.
m at wordpress.org
- [wp-svn] [26837] trunk/src/wp-admin/css: Slightly darkening the page backcground to f1f1f1 for better contrast with white interface elements on top of it.
m at wordpress.org
- [wp-svn] [26838] trunk/src/wp-admin: Themes: fix overlays and buttons in responsive mode, props matveb, fixes #26481.
m at wordpress.org
- [wp-svn] [26839] trunk/src/wp-admin/css/wp-admin.css: Themes: set maximum width for overlay view, props matveb, fixes #26507.
m at wordpress.org
- [wp-svn] [26840] trunk/src/wp-admin/css/colors.css: Adjust the border-color and box-shadow on container elements to match the new f1f1f1 background-color.
m at wordpress.org
- [wp-svn] [26841] trunk/src/wp-admin/css/colors.css: Return container shadows to 1px blur as they were pre- r26293.
m at wordpress.org
- [wp-svn] [26842] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: remove extra space before a word, props ocean90.
m at wordpress.org
- [wp-svn] [26843] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: match `screen-reader-text` accessibility styles a bit better with core, to avoid a jump when you move through the links, and to avoid a horizontal scroll at certain viewport widths.
m at wordpress.org
- [wp-svn] [26844] trunk/src/wp-includes/version.php: 3.8-RC2
m at wordpress.org
- [wp-svn] [26845] trunk/src/wp-admin/about.php: Use the WP.org CDN for About page images.
m at wordpress.org
- [wp-svn] [26846] trunk/src/wp-admin/includes/update-core.php: On update, delete files removed in 3.8.
m at wordpress.org
- [wp-svn] [26847] trunk/src/wp-admin/css/wp-admin.css: Suppress admin notices on the about page.
m at wordpress.org
- [wp-svn] [26848] trunk/src/wp-admin/about.php: Script handles of `false` are properly treated as meta groups.
m at wordpress.org
- [wp-svn] [26849] trunk/src/wp-content/themes/twentyfourteen/style.css: Bump Twenty Fourteen to 1.0.
m at wordpress.org
- [wp-svn] [26850] trunk/src/wp-content/themes/twentyfourteen/style.css: Fix typos in Twenty Fourteen description.
m at wordpress.org
- [wp-svn] [26851] trunk/src: The Pinking Shears stir from their slumber, awakened by what may seem, to those
m at wordpress.org
- [wp-svn] [26852] trunk/src/wp-content/themes/twentyfourteen/style.css: We forgot the text domain, which made translation break.
m at wordpress.org
- [wp-svn] [26853] trunk/src/wp-admin/themes.php: Don' t use a JS reserved word in a Backbone template, this breaks IE8.
m at wordpress.org
- [wp-svn] [26854] branches/3.8/: Branch 3.8
m at wordpress.org
- [wp-svn] [26855] branches/3.8/src/wp-includes/widgets.php: Remove temporary hooks from the 3.8 branch.
m at wordpress.org
- [wp-svn] [26856] branches/3.8/src/wp-includes/version.php: Version bump.
m at wordpress.org
- [wp-svn] [26857] trunk/src/wp-includes/version.php: Trunk is now 3.9 alpha.
m at wordpress.org
- [wp-svn] [26858] trunk/tests/phpunit/tests/theme.php: Add unit test to verify all bundled themes have valid text domain declared.
m at wordpress.org
- [wp-svn] [26859] branches/3.8/src/wp-content/themes/twentyfourteen/languages/ twentyfourteen.pot: Twenty Fourteen POT update.
m at wordpress.org
- [wp-svn] [26860] trunk/src/wp-content/themes/twentyfourteen/languages/ twentyfourteen.pot: Twenty Fourteen POT update.
m at wordpress.org
- [wp-svn] [26861] tags/3.8/: Tag 3.8
m at wordpress.org
- [wp-svn] [26862] branches/3.8/src/wp-includes/version.php: The 3.8 branch is now 3.8.1-alpha.
m at wordpress.org
- [wp-svn] [26863] trunk/src/wp-includes/feed-atom-comments.php: Inline documentation for hooks in wp-includes/feed-atom-comments.php.
m at wordpress.org
- [wp-svn] [26864] trunk: Fix a regression for `get_queried_object() ` by checking for `category_name` when `cat` isn' t set - mainly `is_category() ` being true for Uncategorized or when queried object is accessed in `pre_get_posts`.
m at wordpress.org
- [wp-svn] [26865] trunk/src/wp-admin/includes/widgets.php: Add temporary hooks for the widgets feature team to wp_widget_control().
m at wordpress.org
- [wp-svn] [26866] trunk/src/wp-admin/includes/widgets.php: Add comments for temporary hooks.
m at wordpress.org
- [wp-svn] [26867] trunk/src/wp-includes/comment.php: Remove some @uses references to `apply_filters` and `do_action` rendered redundant by hook documentation.
m at wordpress.org
- [wp-svn] [26868] trunk/src: First there were two, and now there are three -- in the @since versions that came before and that shall be.
m at wordpress.org
- [wp-svn] [26869] trunk/src/wp-admin/includes: Being consistent is the gist, no single @since should have been missed.
m at wordpress.org
- [wp-svn] [26870] branches/iis: Update the Microsoft IIS configuration.
m at wordpress.org
- [wp-svn] [26871] trunk/tests/phpunit/includes/bootstrap.php: Test runner: Extend WP_PHPUnit_Util_Getopt instead of PHPUnit_TextUI_Command to parse incoming options.
m at wordpress.org
- [wp-svn] [26872] trunk/src/wp-admin/credits.php: Always do an HTTP request on credits.php when running a development version of WordPress.
m at wordpress.org
- [wp-svn] [26873] trunk/tests/phpunit/tests/query/taxQuery.php: Add @ticket reference.
m at wordpress.org
- [wp-svn] [26874] trunk/src/wp-includes/query.php: In `WP_Query::get_queried_object( )`, move the check for `$query['terms'] ` to a place where `$query` is actually set.
m at wordpress.org
- [wp-svn] [26875] trunk/tests/phpunit/tests/query/taxQuery.php: Add unit test for [ 26874].
m at wordpress.org
- [wp-svn] [26876] trunk: TinyMCE 4.0.12, first run.
m at wordpress.org
- [wp-svn] [26877] trunk/src/wp-includes/version.php: Bump the TinyMCE version, see #24067.
m at wordpress.org
- [wp-svn] [26878] trunk/src/wp-admin: Always show Background Image section heading and the opening table tag on Custom Background screen , to make in consistent with Custom Header and avoid broken markup.
m at wordpress.org
- [wp-svn] [26879] trunk/src/readme.html: Update the readme to 3.9.
m at wordpress.org
- [wp-svn] [26880] trunk/src/wp-includes: TinyMCE:
m at wordpress.org
- [wp-svn] [26881] trunk/src/wp-includes/class-wp-editor.php: Set wpActiveEditor as soon as any editor associated button is clicked, including Add Media, switching Text to Visual, etc.
m at wordpress.org
- [wp-svn] [26882] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE:
m at wordpress.org
- [wp-svn] [26883] trunk/src/wp-admin/includes/class-wp-upgrader.php: Make sure " UPDATE LOG" in debug emails matches the underlining when translated.
m at wordpress.org
- [wp-svn] [26884] trunk/src: Use correct example of a Dashicons helper class in add_menu_page() and register_post_type() docs.
m at wordpress.org
- [wp-svn] [26885] trunk/src/wp-admin/js/theme.js: Add missing id attribute to " Search Installed Themes" input.
m at wordpress.org
- [wp-svn] [26886] trunk/src/wp-admin/css/ie.css: Remove invalid min-width property.
m at wordpress.org
- [wp-svn] [26887] trunk/src/wp-admin/css: Fix incorrect -mox prefixes in CSS.
m at wordpress.org
- [wp-svn] [26888] trunk/src/wp-admin/css/wp-admin.css: Force LTR direction for code and plugin/theme editors.
m at wordpress.org
Last message date:
Tue Dec 31 11:03:59 UTC 2013
Archived on: Tue Dec 31 11:04:01 UTC 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).