Commit Graph

  • 6971487d5c Comments: Use _n() in get_comments_number_text() when setting the default string for multiple comments. Sergey Biryukov 2015-11-05 15:35:06 +00:00
  • 9711093ff8 Customize: Hide "Change" button in themes section if there are fewer than two available themes. Weston Ruter 2015-11-05 01:25:54 +00:00
  • 228aeddd1f Customize: Correct phpdoc @return type for WP_Customize_Manager::add_dynamic_settings(). Weston Ruter 2015-11-05 00:42:23 +00:00
  • 1a9820238a Themes: Remove an errant comma from theme.js. Gary Pendergast 2015-11-04 23:48:17 +00:00
  • c0d9fea512 Media Library: After [35499], increase the specificity of our selectors so that they don't cause problems for the wp-admin Media Library page. Gary Pendergast 2015-11-04 23:42:38 +00:00
  • 3effd276e0 After [35518] define $_POST['post_view'] in test_dont_process_terms_if_taxonomy_does_not_allow_show_on_quick_edit(). Dominik Schilling (ocean90) 2015-11-04 23:05:03 +00:00
  • 46a7884f1c Bump 4.4-beta3 (again, again) Scott Taylor 2015-11-04 22:02:46 +00:00
  • 88c4a6bee2 4.4-beta3 (again) Scott Taylor 2015-11-04 21:59:52 +00:00
  • d06c31d70c Bump 4.4-beta3 Scott Taylor 2015-11-04 21:55:58 +00:00
  • 1631a99336 Themes: Add a Favorites tab to the Add Themes screen. Sergey Biryukov 2015-11-04 21:48:43 +00:00
  • ea41755c4b Bump 4.4-beta3 Scott Taylor 2015-11-04 21:46:04 +00:00
  • 4dbba7ec68 4.4-beta3 Scott Taylor 2015-11-04 21:45:31 +00:00
  • 611ddaf9bf Responsive images: do not generate srcset for GIFs that are inserted at full size. Prevents breaking animated GIFs. Andrew Ozz 2015-11-04 21:43:44 +00:00
  • 89227eebe3 List tables: Improve the displaying of pagination links on small screens. Andrea Fercia 2015-11-04 21:43:00 +00:00
  • 05f93d500d Revert [35372] because of possible encoding issues, needs more investigation. Dominik Schilling (ocean90) 2015-11-04 21:38:43 +00:00
  • 22f3852c84 Bump grunt-contrib-compress Aaron Jorbin 2015-11-04 21:35:07 +00:00
  • f0bd796c15 Bump grunt-postcss Aaron Jorbin 2015-11-04 21:31:24 +00:00
  • 1f59a960d2 Adjust some of the strings added in [35508]. Sergey Biryukov 2015-11-04 21:31:05 +00:00
  • 5ee5029109 List Tables: Define the global $mode variable for Quick Edit savings. Dominik Schilling (ocean90) 2015-11-04 21:28:55 +00:00
  • 8cbd66ca86 Introduce wp_maybe_decline_date() for languages where certain date formats need to be declined, and hook it to the date_i18n filter. Sergey Biryukov 2015-11-04 21:27:41 +00:00
  • 3ffaa37727 Admin: Ensure notices with the below-h2 class are not repositioned after [35238]. Andrea Fercia 2015-11-04 21:26:58 +00:00
  • 7f79d26ca5 Don't allow term meta to be added to shared taxonomy terms. Boone Gorges 2015-11-04 21:23:28 +00:00
  • dc3f5a0cf5 REST API: in WP_REST_Server::dispatch(), move preg_match() out of it's current loop, which doesn't affect the context passed to it. Scott Taylor 2015-11-04 21:22:21 +00:00
  • eef98a3495 Bump matchdep from 0.3.0 to 1.0.0 Aaron Jorbin 2015-11-04 21:21:00 +00:00
  • c8dd2d480d WP_Comment_Query: Fill comment objects from database when cache is unavailable. Boone Gorges 2015-11-04 21:09:01 +00:00
  • 74b68afa3f Customizer: Adjust styles on panel titles to prevent descenders – such as with the letters g, j, p, q, or y – from getting cut off in some browsers. Drew Jaynes 2015-11-04 18:52:13 +00:00
  • d09f6ef81c Pages: Introduce the get_page_uri filter, which makes it possible to manipulate a given page's URI before it's returned from the like-named get_page_uri(). Drew Jaynes 2015-11-04 18:28:31 +00:00
  • 75673887d1 XMLRPC: ensure that empty strings are not passed as null, which will then fail isset() Scott Taylor 2015-11-04 18:07:45 +00:00
  • 395bc6e8d8 Adjust heading structure for pages using wp-admin/css/install.css Aaron Jorbin 2015-11-04 17:59:35 +00:00
  • 48501d6658 Roles: map add_users cap to promote_users and remove it. Scott Taylor 2015-11-04 17:53:40 +00:00
  • ee98fd84bb Feeds: <comments> is optional in RSS2, so don't include it when comments aren't present or open. Same for <wfw:commentRss> and <slash:comments> Scott Taylor 2015-11-04 17:46:41 +00:00
  • 00ee9a62d1 Add missing @group to Tests_Rel_No_Follow. Sergey Biryukov 2015-11-04 16:35:02 +00:00
  • 14cd5cf3ed Taxonomy: Introduce the dynamic taxonomy_labels_{$taxonomy} filter, which can be used to manipulate the labels for a given taxonomy. Drew Jaynes 2015-11-04 16:02:12 +00:00
  • ebfc39e754 Docs: Add a missing return description for _get_custom_object_labels(), a private core helper function. Drew Jaynes 2015-11-04 15:46:49 +00:00
  • 059eb46ddd Menus: After [35450], use correct IDs in $initial_meta_boxes. SergeyBiryukov 2015-11-04 10:55:01 +00:00
  • 46778fe2b0 Customize: Simplify condition for returning nav_menus_invalid_post_type error. Weston Ruter 2015-11-04 07:28:36 +00:00
  • 5084a0b28a Customize: Add support for post_type_archive nav menu items. Weston Ruter 2015-11-04 04:29:39 +00:00
  • ff6e398b6f Media Library: Allow longer labels in the filter dropdowns. Gary Pendergast 2015-11-04 00:40:31 +00:00
  • 01e9de382e Responsive images: - Fix _wp_upload_dir_baseurl() to cache by blog_id. - Replace path_join() with trailingslashit(), it's much faster. - Rename $image_url to $image_src for consistency (used at about 50 other places). - Couple of tests fixes. Andrew Ozz 2015-11-04 00:21:23 +00:00
  • 88c274fad8 Formatting: wp_make_link_relative() should return an empty string if no path is present in the link. Sergey Biryukov 2015-11-03 21:35:17 +00:00
  • b077aecd6a Accessibility: After [35130], adjust the h2.nav-tab-wrapper selector to only override .wrap > h2:first-child. Sergey Biryukov 2015-11-03 20:48:21 +00:00
  • d49c379d18 Docs: Fix two notations for the $_wp_real_parent_file global, which is an array. DrewAPicture 2015-11-03 20:12:02 +00:00
  • f25e642086 Accessibility: Improve buttons focus and links style in the install screens. Andrea Fercia 2015-11-03 17:58:15 +00:00
  • 29f271da44 Media: Improve form fields labels association in the Edit Media screen. Andrea Fercia 2015-11-03 16:01:11 +00:00
  • 3b587473b5 WP oEmbed: Improve the Sharing dialog accessibility. Andrea Fercia 2015-11-03 15:48:37 +00:00
  • d037ebdb31 Responsive images: - More fixes to inline docs. - Replace the last wp_get_attachment_metadata() with get_post_meta(). - For consistency only accept array or named size in wp_get_attachment_image_sizes(). Andrew Ozz 2015-11-03 00:18:07 +00:00
  • d464e70d9c Docs: Document use of the $comment_status global in the DocBlock for WP_Comments_List_Table::handle_row_actions(). Drew Jaynes 2015-11-02 21:32:14 +00:00
  • ae68fbfcee Docs: After [32654], remove duplicate @param tag in WP_List_Table::set_pagination_args() DocBlock. Sergey Biryukov 2015-11-02 21:02:29 +00:00
  • 88d63f743e Build Tools: Add Microsoft Edge to Autoprefixer options. Sergey Biryukov 2015-11-02 20:43:55 +00:00
  • c9f7e05f7b Upgrades: Add support for FULLTEXT indexes to dbDelta(). Gary Pendergast 2015-11-01 23:09:49 +00:00
  • 3ef1e8194b Customize: Fix auto-expand (and focus) on newly added widgets. Weston Ruter 2015-11-01 22:26:47 +00:00
  • d74794fdde Docs: Correctly notate that the default $width and $height embed dimensions are passed to the embed_defaults filter as a compacted array, and not two distinct parameters. Drew Jaynes 2015-11-01 15:41:28 +00:00
  • bce985a5d7 Docs: Correct $post parameter description for display_post_states filter. Sergey Biryukov 2015-11-01 14:05:42 +00:00
  • 204bad4685 Customize: Return user to referring URL when leaving Customizer in absence of return query param. Weston Ruter 2015-11-01 06:39:50 +00:00
  • ca898ccbdb Post List Table: Hierarchical post types should not default to sorting by date. Sergey Biryukov 2015-11-01 00:48:36 +00:00
  • f64bc40f69 Responsive images: add $image_url parameter to wp_get_attachment_image_sizes() and use it in the filter. This allows themes and plugins to identify the image. Andrew Ozz 2015-10-31 22:48:08 +00:00
  • d74ab4b6df Canonical: when /%post_id%/ is the permalink structure, don't redirect IDs that match Auto Drafts. Scott Taylor 2015-10-31 20:53:41 +00:00
  • bd7bf83886 Media: add a new image size, medium_large. Bumps db version to add new options. Scott Taylor 2015-10-31 20:49:26 +00:00
  • d944108b13 WP oEmbed: Improve height attribute sanitization Scott Taylor 2015-10-31 20:38:07 +00:00
  • aa616b1b45 Admin Menu: allow more than one menu item to be added at the same priority/position. Scott Taylor 2015-10-31 20:30:06 +00:00
  • df134d1763 Filesystem: in WP_Filesystem_FTPext::parselisting(), check for the existence of $b['islink'] before using it. Scott Taylor 2015-10-31 20:16:32 +00:00
  • 957a800bd3 Comments: don't auto-close comments on draft posts. Scott Taylor 2015-10-31 20:12:16 +00:00
  • 14253d11b3 REST API: remove the @internal annotation from rest_api_default_filters(). Scott Taylor 2015-10-31 20:07:21 +00:00
  • 96eda396a6 Nav Menus: add responsive styles for viewport between 768 and 1000px. Scott Taylor 2015-10-31 20:04:04 +00:00
  • fbd0b570fc Embeds: In get_post_embed_html(), move the optional $post argument after the required $width and $height. Sergey Biryukov 2015-10-31 15:50:23 +00:00
  • 29f940c5b2 Embeds: In get_oembed_response_data(), make the $post argument required. Sergey Biryukov 2015-10-31 15:42:01 +00:00
  • b0c7058037 Embeds: Fix typo in oembed_request_post_id filter DocBlock. Sergey Biryukov 2015-10-31 15:37:10 +00:00
  • c01ce19d70 Dashboard: Activity widget CSS cleanup after [35420]. Andrea Fercia 2015-10-31 13:48:14 +00:00
  • 37145d5b88 Docs: Use 3-digit, x.x.x-style semantic versioning in the DocBlocks for post_form_autocomplete_off() and WP_Filesystem_SSH2::sftp_path(). Drew Jaynes 2015-10-31 13:15:01 +00:00
  • 2edd6a894b Embeds: Revert [35083], as the PNG files ended up not being used in [35466]. Gary Pendergast 2015-10-31 04:41:07 +00:00
  • 47e6c78d88 Embeds: Add fallbacks for IE7-9. Gary Pendergast 2015-10-31 04:37:41 +00:00
  • 62c0557b90 Responsive images: few more inline docs fixes. Andrew Ozz 2015-10-30 23:35:14 +00:00
  • 98a63f523f Responsive images: - Merge wp_image_srcset_attr() into wp_calculate_image_srcset(). - Remove the wp_image_srcset filter. - Fix the tests for the above changes. Andrew Ozz 2015-10-30 23:26:44 +00:00
  • 90a15b9649 Media: Restore proper conditional statement broken after [35427]. Andrea Fercia 2015-10-30 22:05:22 +00:00
  • 31f63b8b52 Remove trailing whitespace introduced in [35351]. John Blackbourn 2015-10-30 21:38:36 +00:00
  • a701118676 View mode is only a screen option for posts lists. Helen Hou-Sandi 2015-10-30 21:02:35 +00:00
  • 0b05c7aa24 Add wp-post-new-reload to the list of removable query vars so it doesn't persist in the URL. John Blackbourn 2015-10-30 18:05:31 +00:00
  • 2b54d3143b Accessibility: Bump the Settings API sections heading one level up. Andrea Fercia 2015-10-30 15:29:31 +00:00
  • fff36156c2 Don't use <a> in translatable strings in theme-compat/sidebar.php. Sergey Biryukov 2015-10-30 10:39:02 +00:00
  • 80a257622b Add translator comments for strings in theme-compat/header.php. Sergey Biryukov 2015-10-30 10:38:20 +00:00
  • 8cd3b7d040 Add translator comments for strings in theme-compat/footer.php. Sergey Biryukov 2015-10-30 10:37:52 +00:00
  • 8334945146 Don't use <a> in translatable string in theme-compat/comments.php. Sergey Biryukov 2015-10-30 10:37:09 +00:00
  • bcc5046d40 Add translator comments for strings in theme-compat/comments-popup.php. Sergey Biryukov 2015-10-30 10:34:37 +00:00
  • 64bf19ba40 Don't use <a> in translatable string in wp-includes/ms-load.php. Sergey Biryukov 2015-10-30 09:15:42 +00:00
  • 4bca320a77 Don't use <strong> in translatable string in wp-includes/nav-menu.php. Sergey Biryukov 2015-10-30 08:56:36 +00:00
  • 7e3cac2095 Don't use <strong> in translatable strings in wp-signup.php. Sergey Biryukov 2015-10-30 08:51:24 +00:00
  • a18f309761 Menus: Prevent display conflicts in the screen options for Menus when a post type and taxonomy share the same slug. Drew Jaynes 2015-10-30 05:46:53 +00:00
  • cc8772262d Multisite: Restore display of the Toolbar on wp-activate.php while logged-in. Drew Jaynes 2015-10-30 04:23:13 +00:00
  • 11ff4d07f9 Buttons: Add some vendor prefixes missed in [35422]. Gary Pendergast 2015-10-30 03:12:44 +00:00
  • eb0a1074d7 Don't use <strong> in translatable strings in wp-signup.php. Sergey Biryukov 2015-10-30 02:08:03 +00:00
  • 3eb0e3a4bb Ensure that the scheme used in the URL returned by get_blogaddress_by_id() always reflects the blog's URL, instead of using http. John Blackbourn 2015-10-30 02:01:32 +00:00
  • bb045e4e3c Replace a second instance of <code> in translatable string left in [35440]. Sergey Biryukov 2015-10-30 01:55:49 +00:00
  • dfd5f4c188 Don't use <strong> in translatable string in wp-admin/includes/nav-menu.php. Sergey Biryukov 2015-10-30 01:36:53 +00:00
  • 4c7f6dfad3 Don't use <a> in translatable strings in `wp-admin/includes/dashboard.php'. Sergey Biryukov 2015-10-30 01:32:17 +00:00
  • aee4a4e278 Don't use <strong> in translatable string in wp-admin/includes/nav-menu.php. Sergey Biryukov 2015-10-30 01:16:39 +00:00
  • 9e8e68f001 Add <code> tag missed in [35440]. Sergey Biryukov 2015-10-30 01:11:53 +00:00
  • 540e4b5edd Don't use <code> in translatable strings in wp-admin/includes/class-wp-plugins-list-table.php. Sergey Biryukov 2015-10-30 01:07:11 +00:00
  • d21d397d49 Don't use <code> in translatable string in wp-admin/includes/media.php. Sergey Biryukov 2015-10-30 00:57:22 +00:00
  • 99f4630635 Don't use <code> in translatable strings in options-general.php. Sergey Biryukov 2015-10-30 00:51:03 +00:00
  • 63d9e9df96 Embeds: Provide a cached text fallback. Gary Pendergast 2015-10-29 23:10:46 +00:00