Commit Graph

  • 0ba2f26de9 Twenty Fifteen: spacing and code style cleanup. See #30133. Lance Willett 2014-10-28 16:26:16 +00:00
  • 01cd41c3af Twenty Fifteen: escape variable in HTML attribute output in customer header. See #30133. Lance Willett 2014-10-28 16:24:27 +00:00
  • 377400ef8f Twenty Fifteen: squeeze a few more bytes from screenshot PNG file. See #30133. Lance Willett 2014-10-28 16:22:57 +00:00
  • c6de5dfec5 Allow 'slug' param of get_terms() to accept an array. Boone Gorges 2014-10-28 14:56:33 +00:00
  • 6cbc9e03e1 When using 'show_in_menu' as a default value for 'show_in_admin_bar' in register_post_type(), cast to boolean instead of requiring a strict match. Sergey Biryukov 2014-10-27 13:07:38 +00:00
  • a32ed9e1ea Remove one-time loop and redundant isset() checks in do_meta_boxes(). Sergey Biryukov 2014-10-27 12:57:24 +00:00
  • 2672e35d43 Add 'comment_reply_link_args' filter for get_comment_reply_link() arguments. Sergey Biryukov 2014-10-27 11:44:40 +00:00
  • bb5aedf3d9 Don't display Standard post format twice in the meta box if the theme unnecessarily mentions it in the add_theme_support() call. Sergey Biryukov 2014-10-27 11:25:31 +00:00
  • 6c69eec02d Make sure the validator list on Credits screen floats correctly with longer names. Sergey Biryukov 2014-10-27 02:32:23 +00:00
  • b1c3d5eccc Don't add 'sticky' class in get_post_class() if 'ignore_sticky_posts' query var is set. Sergey Biryukov 2014-10-27 02:15:35 +00:00
  • cd89f18427 Update expected results in wp_link_pages() unit tests after [30030]. Sergey Biryukov 2014-10-27 01:58:17 +00:00
  • aae8ddf48f Add a missing asterisk in the DocBlock for write_post(). Drew Jaynes (DrewAPicture) 2014-10-26 23:55:16 +00:00
  • bc1168e953 Rename _wp_password_hint() to _wp_get_password_hint() to bring it inline with core terminology. Fixes #21243. John Blackbourn 2014-10-26 23:29:11 +00:00
  • 48325023e2 Cast class names to an array to avoid a potential warning. Mark Jaquith 2014-10-26 23:18:03 +00:00
  • ae0ae95be6 Improve WP_Tax_Query param sanitization for empty strings. Boone Gorges 2014-10-26 22:56:36 +00:00
  • b92307f58d In wp_link_pages(), only output link separators between actual pagination links. Fixes #24940. Props obenland. John Blackbourn 2014-10-26 22:40:07 +00:00
  • 42773dc11b Optimize site query when performing network database upgrades Jeremy Felt 2014-10-26 22:09:46 +00:00
  • 5567318f63 Introduce an edit_form_before_permalink action which gets fired after the title field but before the permalink fields. Fixes #29691. Props captaintheme John Blackbourn 2014-10-26 21:48:38 +00:00
  • e6483ffab5 Add labels to the Personal Options input fields on the user profile editing screen. Fixes #30101. Props Ankit K Gupta John Blackbourn 2014-10-26 21:28:50 +00:00
  • 4482d000ba Fix 'count' in WP_Comment_Query when using 'meta_query'. Boone Gorges 2014-10-26 16:45:37 +00:00
  • c429ba1bdd Twenty Fifteen: If the sidebar is taller than the viewport scroll it with the content, if it's shorter keep it fixed. Ian Stewart 2014-10-26 15:03:45 +00:00
  • 79a5303f68 Fix JSHint errors introduced in [30014]. Sergey Biryukov 2014-10-26 12:05:58 +00:00
  • f1c05021aa Twenty Fifteen: Add Foursquare icon support to the social link menu. Sergey Biryukov 2014-10-26 10:44:28 +00:00
  • 36ee6ba8be Remove one-time loop and redundant isset() checks. Sergey Biryukov 2014-10-25 16:33:45 +00:00
  • 8e3a90887e Fix a copy/paste issue in Custom_Image_Header::get_header_dimensions() introduced in [27497]. Sergey Biryukov 2014-10-25 15:55:37 +00:00
  • f9101c1de9 Users screen in network admin: * Remove unused $key variables. * Rename $val to $user_id for clarity. Sergey Biryukov 2014-10-25 13:51:36 +00:00
  • 3168f799c9 Fix the $location parameter type in the unregister_nav_menu() DocBlock. Drew Jaynes (DrewAPicture) 2014-10-25 13:42:57 +00:00
  • c61e074530 Fix an invalid type for the $section parameter in the do_settings_fields() DocBlock. Drew Jaynes (DrewAPicture) 2014-10-25 13:37:59 +00:00
  • 1345fdbe22 Streamline WP_User_Query unit tests. Boone Gorges 2014-10-24 19:51:01 +00:00
  • 1fe9707760 Accept 'orderby=include' in WP_User_Query. Boone Gorges 2014-10-24 19:50:53 +00:00
  • d033be1f9d Remove padding from the comment notification emails which is from a bygone fixed-width font era. Prevents alignment issues in email clients which use vairable width fonts for plain text emails. Fixes #16721. Props DrewAPicture. John Blackbourn 2014-10-24 17:07:53 +00:00
  • 37a3642183 Add the ability for a customizer control to render its controls via a JavaScript template. Switches the default color picker control to a JavaScript template. See #29572. Props celloexpressions John Blackbourn 2014-10-24 16:31:54 +00:00
  • 805f230e99 Twenty Fifteen: valid HTML for accessible child page menu expanding and collapsing -- now with even better accessiblity. Ian Stewart 2014-10-24 15:14:02 +00:00
  • 81639b9dd7 Twenty Fifteen: correct list indentation in older IE versions. Ian Stewart 2014-10-24 15:04:48 +00:00
  • 342f782ea0 Twenty Fifteen: darken up the post navigation with thumbnail for better a11y. Ian Stewart 2014-10-24 14:58:40 +00:00
  • e67582c911 Twenty Fifteen: removing Skype from the list of social links is easier than adding skype to $allowed_protocols. Ian Stewart 2014-10-24 14:54:12 +00:00
  • c9f6dd15f1 Twenty Fifteen: Use a p for the site description for a better experience when using a screenreader. Ian Stewart 2014-10-24 14:50:49 +00:00
  • b450eb023f Improve unit tests for WP_User_Query include param. Boone Gorges 2014-10-24 12:18:44 +00:00
  • 5015f3ed4e Improve tests for get_blog_id_from_url() Jeremy Felt 2014-10-24 05:30:14 +00:00
  • 98a37894d6 Begin cleanup of ms-sites group unit tests Jeremy Felt 2014-10-24 04:50:57 +00:00
  • c7ad092b1d Deprecate admin_created_user_subject() Jeremy Felt 2014-10-24 04:48:31 +00:00
  • 382871ad9d Allow ORDER BY in WP_Comment_Query::query() to be disabled. Boone Gorges 2014-10-24 02:50:24 +00:00
  • ce810ba5b3 Add unit tests for WP_Comment_Query 'orderby' param. Boone Gorges 2014-10-24 02:33:46 +00:00
  • 1880bf988c Editor: use <button> instead of <a> for the Visual/Text buttons, make them focusable. Props afercia, fixes #27553 Andrew Ozz 2014-10-24 01:20:42 +00:00
  • 1fc0287164 Set current user to 0 after each unit test. Boone Gorges 2014-10-24 00:58:35 +00:00
  • 9b3aabc7f9 4.1-alpha-30000 (!) Andrew Nacin 2014-10-23 23:31:19 +00:00
  • 8c555f2ed2 4.1-alpha-29999 Andrew Nacin 2014-10-23 23:26:02 +00:00
  • 8fdc680f66 Twenty Fifteen: documentation for the twentyfifteen_credits action Ian Stewart 2014-10-23 18:36:20 +00:00
  • 9dafca7e2c Add unit tests for 'append' argument of wp_set_object_terms(). Boone Gorges 2014-10-23 13:52:57 +00:00
  • 150f0cdfaf Twenty Fifteen: Isolate :not selectors from CSS2 selectors. Sergey Biryukov 2014-10-23 11:43:04 +00:00
  • 3816b779f0 Twenty Fifteen: Fix typo in a CSS comment. Sergey Biryukov 2014-10-23 11:36:27 +00:00
  • a454872630 TinyMCE: update to 4.1.6+. Adds support for cache-busting when auto-loading JS and CSS. Change the tests to run in /build. Changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt. Fixes #30079 Andrew Ozz 2014-10-23 02:07:15 +00:00
  • cc41c59286 Streamline WP_Date_Query unit tests. Boone Gorges 2014-10-23 01:55:43 +00:00
  • 48e77bd87f Generate fewer default posts in wp_list_authors() tests. Boone Gorges 2014-10-23 01:14:24 +00:00
  • 082ad55827 Twenty Fifteen: Include post title in Continue Reading link in Link post format. Sergey Biryukov 2014-10-22 16:29:49 +00:00
  • efd52e2bd9 Twenty Fifteen: Remove a non-relevant part of a string in 404.php. Sergey Biryukov 2014-10-22 11:59:43 +00:00
  • 2ba822f6f1 Script-loader: remove 'heartbeat' dependency for post.js and inline-edit-post.js, fix dependencies for autosave.js. Fixes #30008 Andrew Ozz 2014-10-22 03:40:13 +00:00
  • 2c3e3238e2 Twenty Fifteen: Fix missing commas in the stylesheet. Sergey Biryukov 2014-10-22 02:42:38 +00:00
  • 880dcf7376 Twenty Fifteen: better editor-style.css: slightly smaller fonts, make the body margins relative, fix dependency on the mce-item-table class for tables. Props iamtakashi, fixes #29986 Andrew Ozz 2014-10-22 02:39:39 +00:00
  • 37e553ec79 TinyMCE: update the default styles: make the font size larger and make it the same size in tables. Fixes #30038 Andrew Ozz 2014-10-21 23:05:33 +00:00
  • 58c5345d4b Update the docs for wp_remote_retrieve_response_code(). See #28887. John Blackbourn 2014-10-21 21:12:30 +00:00
  • 294cb1ec53 Avoid double path separators in load_theme_textdomain(). Fixes #29122. Props bradyvercher John Blackbourn 2014-10-21 17:57:41 +00:00
  • 368bc7b468 Add a focus outline to the widget control toggle arrows. Fixes #27953. Props TomHarrigan. John Blackbourn 2014-10-21 17:39:02 +00:00
  • 34f0e3844b Add unit test for WP_Comment_Query 'search' param. Boone Gorges 2014-10-21 14:17:25 +00:00
  • a14c675dea Remove redundant unit test for WP_Comment_Query 'status'. Boone Gorges 2014-10-21 14:17:17 +00:00
  • 11e0a527f7 Improve unit tests for 'status' param in WP_Comment_Query. Boone Gorges 2014-10-21 13:40:33 +00:00
  • dc141fc510 Remove failing unit test for #27193. Boone Gorges 2014-10-21 13:40:27 +00:00
  • 8288e31417 Admin menu: - Fix scrolling the pinned menu with a mouse wheel. - Fix pinning when the menu is only slightly taller than the viewport. - Disable pinning on IE8, updating CSS top makes it jump when scrolling with a mouse wheel. See #29806 Andrew Ozz 2014-10-21 06:11:07 +00:00
  • 4ea9070f8a Fix copy/paste errors in [27769]. Sergey Biryukov 2014-10-20 21:34:51 +00:00
  • 74f1fad31d Twenty Fifteen: updated styles for skip link. Ian Stewart 2014-10-20 19:38:41 +00:00
  • e9be393270 Twenty Fifteen: Adding in the twentyfifteen credits action. Ian Stewart 2014-10-20 19:20:48 +00:00
  • dd417a184c Twenty Fifteen: correct comment meta alignment when avatar display is turned off. Ian Stewart 2014-10-20 19:18:36 +00:00
  • 7ce8654a92 Twenty Fifteen: correct button sizes. Ian Stewart 2014-10-20 19:15:24 +00:00
  • 5630db8da3 Twenty Fifteen: beautify the header in IE 8. Ian Stewart 2014-10-20 19:13:13 +00:00
  • efc50ba421 Twenty Fifteen: correct styles for color schemes Ian Stewart 2014-10-20 18:56:19 +00:00
  • f2b727f333 Filesystem: Fix the move() method of the SSH2 transport, which was using the SSH2 link rather than the SFTP link. Props nobleclem. Fixes #29405 Dion Hulse 2014-10-20 07:45:52 +00:00
  • 98c438048d Avoid a PHP Notice in the PemFTP Library by adding a missing function parameter. This parameter is unused by WordPress. Props hugodelgado. Fixes #29628 Dion Hulse 2014-10-20 07:40:41 +00:00
  • 5bcbdefd2e HTTP API: Support both the 'limit_response_size' and 'stream' parameters at the same time, allowing a partial file download. Fixes #26726 Dion Hulse 2014-10-20 07:31:45 +00:00
  • 79734b0677 Update expected results in wp_add_inline_style() unit tests after [29958]. Sergey Biryukov 2014-10-19 21:23:32 +00:00
  • 5bc62ad1e4 Allow apostrophes in email addresses when adding users via the Dashboard. Boone Gorges 2014-10-19 20:29:33 +00:00
  • 348c8958da Use the comment API rather than direct SQL queries in comments_template(). Boone Gorges 2014-10-19 19:38:16 +00:00
  • 91733ae919 Make orderby=meta_value compatible with meta_query when relation=OR. Boone Gorges 2014-10-19 18:53:55 +00:00
  • 512ea93ae4 Live-update site title in toolbar when changing the corresponding field in General Settings. Sergey Biryukov 2014-10-19 09:12:11 +00:00
  • 5ab446aab7 Move password hint text to a function. Add 'password_hint' filter. Sergey Biryukov 2014-10-18 20:20:56 +00:00
  • ac90567ef1 Use proper functions for escaped translations. Sergey Biryukov 2014-10-18 20:10:47 +00:00
  • 0caa0b1dbf In wp.updates.decrementCount(), only display the count if it's a valid non-negative integer. Sergey Biryukov 2014-10-18 19:54:40 +00:00
  • d7955317f3 Theme install: * Move the "based on" string below the rating to avoid wrapping to a second line. * Reduce the gap between the theme screenshot and description. * Fix Install button height on mobile. Sergey Biryukov 2014-10-18 19:42:12 +00:00
  • a1b5440d4b wp_add_inline_style(): * Change the wp-inline-style-$handle class added in [29956] to $handle-inline-css for consistency with existing patterns. * Add the ID attribute when concatenation is enabled as well. Sergey Biryukov 2014-10-18 19:03:11 +00:00
  • 97b07876cb Themes: Make "Live Preview" the primary action and "Activate" secondary. Sergey Biryukov 2014-10-18 18:16:23 +00:00
  • 112c98f71e Add ID attribute to style element from wp_add_inline_style(). Sergey Biryukov 2014-10-18 17:57:23 +00:00
  • 326aeeba56 Customizer: Use correct panel-back icon in RTL. Sergey Biryukov 2014-10-18 15:34:33 +00:00
  • fd7d38ec3b Ensure that post types and taxonomies are reset between multisite tests. Boone Gorges 2014-10-18 02:31:46 +00:00
  • 17183e4e71 Remove redundant table alias check in WP_Meta_Query. Boone Gorges 2014-10-18 02:21:33 +00:00
  • 49c33927b5 Fix formatting in [29946]. Sergey Biryukov 2014-10-17 22:14:49 +00:00
  • 35c3756c2b Twenty Fifteen: Swap order of description and caption so the caption is underneath an image on image attachment pages. iandstewart 2014-10-17 21:35:01 +00:00
  • 061226df73 Customizer: Extract content markup for panels to its own method, WP_Customize_Panel::render_content(). Dominik Schilling (ocean90) 2014-10-17 21:24:32 +00:00
  • 3769ced570 Twenty Fifteen: centre gallery thumbnails Ian Stewart 2014-10-17 21:22:25 +00:00
  • 12c39b7f4a Customizer: Introduce customize_preview_$setting->type action to handle multiple settings of the same type. Dominik Schilling (ocean90) 2014-10-17 21:20:42 +00:00
  • c4a5809baf Twenty Fifteen: correct escaping to render HTML in no-content admin message. Ian Stewart 2014-10-17 21:15:39 +00:00
  • 230313d25a Check if WP_DEFAULT_THEME starts with twenty before asserting it is in default theme array Aaron Jorbin 2014-10-17 20:59:23 +00:00