Commit Graph

  • 6e25b4bb6d Widgets: Remove "Replace Gallery" button from Gallery widget since redundant with "Edit Gallery". Weston Ruter 2017-10-05 03:12:59 +00:00
  • f23be16bd2 Customize: Add default control template for standard input types. Weston Ruter 2017-10-05 02:55:11 +00:00
  • eb4f4bc87e Administration: Add .protected-post-excerpt class to password-protected post excerpts in the posts list. Sergey Biryukov 2017-10-05 02:49:15 +00:00
  • 86125a6a2d REST API: After [41760], use correct query variable in WP_Term_Query::parse_orderby() when 'include_slugs' => 'slug__in' is passed. Sergey Biryukov 2017-10-05 02:27:02 +00:00
  • fb28cd4663 Customize: Improve the menu creation flow. Weston Ruter 2017-10-05 02:21:22 +00:00
  • ff65c814f9 Taxonomy: After [40903], restore documentation for wp_dropdown_categories() arguments that are different from the defaults in WP_Term_Query::__construct(). Sergey Biryukov 2017-10-05 01:56:48 +00:00
  • cfe1b4476b Menus: Introduce wp_get_nav_menu_name() to retrieve the name of a navigation menu as set in the admin. Sergey Biryukov 2017-10-05 01:37:39 +00:00
  • 0bff7272e8 Widgets: Continue to use shortcode for some embeds Konstantin Obenland 2017-10-05 01:28:11 +00:00
  • e4726752ab Widgets: Fix jshint error in media widget. K. Adam White 2017-10-05 00:57:08 +00:00
  • c5d9fa67a2 Posts, Post Types: Introduce page_attributes_misc_attributes action that fires before the help hint text in the 'Page Attributes' meta box. Sergey Biryukov 2017-10-05 00:54:22 +00:00
  • 9550cd43c9 Twenty Fourteen: Add missing singular placeholder in comments.php. Sergey Biryukov 2017-10-05 00:41:23 +00:00
  • 8ae64e992b Twenty Fifteen: Add missing singular placeholder in comments.php. Sergey Biryukov 2017-10-05 00:40:20 +00:00
  • 8cda3a2f55 REST API: Support ordering response collection by listed slugs. K. Adam White 2017-10-05 00:36:43 +00:00
  • 75ce48ef70 Widgets: Allow oEmbeds in video widget. Konstantin Obenland 2017-10-05 00:21:27 +00:00
  • 64a36e4119 REST API: Support objects in settings schema. K. Adam White 2017-10-05 00:18:44 +00:00
  • f7fcc393d7 Bundled Themes: Restore double line breaks before media queries. Sergey Biryukov 2017-10-05 00:01:09 +00:00
  • 4f10f171e8 Bundled Themes: Change tag cloud format to a list (<ul>) for better semantics and accessibility. Sergey Biryukov 2017-10-04 23:52:03 +00:00
  • 5c2609bbdb Plugins: Tweak the plugin icons added in [41695]. Gary Pendergast 2017-10-04 23:42:55 +00:00
  • 53fd2734bc Twenty Seventeen: After [41703], adjust RTL styles for tag cloud widget. Sergey Biryukov 2017-10-04 23:34:03 +00:00
  • 645a550129 Users: Revert [41613], [41614], and [41623] as this feature needs some more work. John Blackbourn 2017-10-04 22:16:21 +00:00
  • 851d51ebd6 Build: Webpack instead of Browserify as JavaScript bundler. Adam Silverstein 2017-10-04 21:00:15 +00:00
  • a500586603 Revert "Add wp.hooks - JavaScript actions and filters." Adam Silverstein 2017-10-04 20:24:52 +00:00
  • 0cc238c7c7 Customize: Allow controls to be created with pre-instantiated Setting object(s), or even with plain Value object(s). westonruter 2017-10-04 20:01:12 +00:00
  • 11ccab09e0 Customize: Improve the wording for Site Icon control intro. Sergey Biryukov 2017-10-04 19:58:31 +00:00
  • 11a2e57ae8 Build/Test tools: Remove PHP 7.2 from the allowed failures list on Travis CI. John Blackbourn 2017-10-04 19:53:07 +00:00
  • 7a25ed21a7 Customize: Improve the wording for Header Image control intro. Sergey Biryukov 2017-10-04 19:34:12 +00:00
  • 0cf7fbf654 Media: Store video creation date in meta. Mike Schroder 2017-10-04 19:31:51 +00:00
  • 2dec1cb036 Security: Rename new wp.sanitize.sanitizeText to stripTagsAndEncodeText.' Adam Silverstein 2017-10-04 18:57:47 +00:00
  • e4df8c04b1 REST API: Add _fields parameter to selectively include fields in response JSON. K. Adam White 2017-10-04 18:44:41 +00:00
  • ce6dd8e530 Multisite: Use get_site_by() in get_id_from_blogname(). Jeremy Felt 2017-10-04 18:44:36 +00:00
  • 5c928c9c0e Media: Improve the preview of transparent images in Edit Image modal by using CSS3 to show a checkered background. Sergey Biryukov 2017-10-04 18:34:44 +00:00
  • bd6ee706d0 Security: Add a referrer policy header to the admin and login screens. John Blackbourn 2017-10-04 18:24:17 +00:00
  • b1faca5ca8 Customize: Improve accessibility of markup for base WP_Customize_Control and WP_Customize_Nav_Menu_Control with proper use of label elements and inclusion of aria-describedby. westonruter 2017-10-04 18:11:08 +00:00
  • a0a2a4a105 Customize: Fix theme details modal by updating logic in getPreviousTheme and getNextTheme to not rely on DOM traversal and manually constructing control IDs. Weston Ruter 2017-10-04 16:48:50 +00:00
  • e7f4d926c9 Multisite: Only query for one site in domain_exists(). Jeremy Felt 2017-10-04 16:25:07 +00:00
  • dd92141f54 REST API: Return 409 status when attempting to create an existing term. K. Adam White 2017-10-04 16:23:33 +00:00
  • acf9fa4524 Multisite: Only query for one site in domain_exists(). Jeremy Felt 2017-10-04 16:10:40 +00:00
  • 17b1f66ba0 REST API: Avoid counting an uncountable type when checking read permissions for comment posts. John Blackbourn 2017-10-04 15:37:48 +00:00
  • 3447d5e8c6 I18N: Make sure wp_dropdown_languages() does not print out empty name and id attributes. Sergey Biryukov 2017-10-04 15:22:15 +00:00
  • 2536a168bb I18N: In wp_dropdown_languages(), change the parsed arguments variable to $parsed_args, to prevent stomping the original $args array. Sergey Biryukov 2017-10-04 15:07:26 +00:00
  • 59c0329461 Customizer: Minimize duplicate header crops in the media library. Joe McGill 2017-10-04 14:58:07 +00:00
  • d77da9cd2a REST API: Specify specific json-schema version. kadamwhite 2017-10-04 14:51:03 +00:00
  • 952e98c217 I18N: Improvements to the tests for plural forms. John Blackbourn 2017-10-04 13:26:15 +00:00
  • 34ce81449a Twenty Sixteen: Make sure comment number comparison in comments.php works as expected. Sergey Biryukov 2017-10-04 13:21:59 +00:00
  • f4298a476a Template: Introduce readonly() form helper to complement the disabled() helper added in [13658]. Sergey Biryukov 2017-10-04 13:18:16 +00:00
  • 6b533ba2b0 REST API: Support for objects in schema validation and sanitization. Joe Hoyle 2017-10-04 08:26:44 +00:00
  • 3f1de03834 Customize: Improve usability of Customize JS API. Weston Ruter 2017-10-04 06:47:37 +00:00
  • 1eba2e5e3e Tests: Some tests in [41722] were using newer PHPUnit features. Gary Pendergast 2017-10-04 04:10:47 +00:00
  • fa43ebdefd Media: Use max-width for default captions. Joe McGill 2017-10-04 02:49:19 +00:00
  • 156c8ec5c6 I18N: Fix a PHP error introduced in [41722]. Gary Pendergast 2017-10-04 02:11:27 +00:00
  • f3a52234ea I18N: Introduce the Plural_Forms class. Gary Pendergast 2017-10-04 01:29:59 +00:00
  • 3fcfefd05c File Editors: Introduce sandboxed live editing of PHP files with rollbacks for both themes and plugins. Weston Ruter 2017-10-04 00:19:16 +00:00
  • e965140cc9 Customize: Let establish_loaded_changeset query changesets from any author not just current user when determining which changeset to autoload in non-branching mode. Weston Ruter 2017-10-04 00:00:47 +00:00
  • 43a34c9167 Multisite: Improve get_blog_details() by using get_site_by(). Felix Arntz 2017-10-03 19:40:01 +00:00
  • 610db1241a Multisite: Use WP_Network_Query in ms_load_current_site_and_network(). Felix Arntz 2017-10-03 19:26:01 +00:00
  • d54e80111a Multisite: Replace calls to refresh_blog_details() with clean_blog_cache(). Felix Arntz 2017-10-03 19:04:57 +00:00
  • 0c1c78bf09 Multisite: Establish clean_blog_cache() as a replacement for refresh_blog_details(). Felix Arntz 2017-10-03 18:40:32 +00:00
  • 2e051261f3 Multisite: Add specific tests for clean_blog_cache() and refresh_blog_details(). Felix Arntz 2017-10-03 18:20:37 +00:00
  • 260b9917d7 Docs: Correct some @since MU notation that was broken in [41200]. John Blackbourn 2017-10-03 17:43:37 +00:00
  • d72e4fd9aa Plugins: Introduce a singular and plural form for the plugin deletion error message. John Blackbourn 2017-10-03 17:12:41 +00:00
  • 35363c99b1 Embeds: Remove the external oEmbed tests for YouTube. John Blackbourn 2017-10-03 16:51:25 +00:00
  • d3f5e2b5dc Accessibility: Change all the #f00 and red to the official WordPress accent red. Andrea Fercia 2017-10-03 16:01:57 +00:00
  • 23b1296432 Login and Registration: Add unit tests for wp_auth_check(). John Blackbourn 2017-10-03 16:01:16 +00:00
  • 679f45c906 Customize: Fix invalid HTML and aria-describedby values. Andrea Fercia 2017-10-03 15:43:22 +00:00
  • f3a3185bd4 Tools: enable Grunt precommit task to run without requiring SVN or GIT. Andrew Ozz 2017-10-03 15:19:23 +00:00
  • fac51f61e3 HTTP API: Use WP_HTTP_Response::set_data() in ::__construct() instead of directly accessing the $data property. Sergey Biryukov 2017-10-03 15:17:09 +00:00
  • fb06fab2e8 Posts, Post Types: Simplify the wording in post locking notice. Sergey Biryukov 2017-10-03 15:10:38 +00:00
  • d4dff17627 Multisite: Change IP references in new site or user notifications to IP address for clarity. Sergey Biryukov 2017-10-03 13:12:08 +00:00
  • 609318a22d Comments: Change IP references in moderation option labels and email notifications to IP address for clarity. Sergey Biryukov 2017-10-03 13:08:48 +00:00
  • ef549c2b53 Twenty Seventeen: Change tag cloud format to a list (<ul>) for better semantics and accessibility. Sergey Biryukov 2017-10-03 12:16:31 +00:00
  • d2a011c666 Emoji: Fix incorrect emoji encoding in PHP < 5.4. Gary Pendergast 2017-10-03 09:56:45 +00:00
  • d3e0b4bc16 Emoji: Bring Twemoji compatibility to PHP. Gary Pendergast 2017-10-03 07:11:28 +00:00
  • d4814228dc Multisite: Use %s when building query for archived sites in WP_Site_Query. Jeremy Felt 2017-10-03 04:39:08 +00:00
  • bebc4cde6f Customize: Update dashboard welcome link to point to themes panel in the customizer instead of themes admin screen. Weston Ruter 2017-10-03 04:12:51 +00:00
  • 5fc09374c2 Multisite: Introduce get_site_by(). Jeremy Felt 2017-10-03 04:09:50 +00:00
  • 2e5f329cc9 Customize: Provide validation feedback for invalid Custom Link URLs in nav menu items. Weston Ruter 2017-10-03 03:43:01 +00:00
  • 57b92c4116 Widgets: Default to "custom URL" in the image widget. Joe McGill 2017-10-03 02:59:03 +00:00
  • 942482993d Plugins: Add plugin icons to the plugin list tables. Gary Pendergast 2017-10-03 00:24:31 +00:00
  • 88db798f62 Customize: Add button in Publish Settings to discard unsaved changes (including drafted and scheduled), reverting Customizer to the last published state. Weston Ruter 2017-10-03 00:21:06 +00:00
  • e95d1428d1 Build/Test tools: Correctly delete attachment files used in the media and post thumbnail tests. John Blackbourn 2017-10-03 00:08:16 +00:00
  • 1e16e5eee8 I18N: Allow the login screen language to be specified via a wp_lang query variable, and use this for the interim login modal. John Blackbourn 2017-10-02 23:20:12 +00:00
  • b0c40f74d4 Login and Registration: Introduce login_title filter for the <title> tag content on login page. Sergey Biryukov 2017-10-02 22:59:25 +00:00
  • d12b5a5b98 Login and Registration: Make the order of <title> tag parts on login page consistent with the rest of admin pages. Sergey Biryukov 2017-10-02 22:29:55 +00:00
  • 6bd89722fa Comments: Pass $comment object to comment actions: Sergey Biryukov 2017-10-02 22:13:29 +00:00
  • 19c0a55711 Docs: Standardise the format used for documenting parameters passed by reference. John Blackbourn 2017-10-02 22:13:04 +00:00
  • 2669a8f16e Twenty Seventeen: Add missing labels for <aside role="complementary"> widget areas. Sergey Biryukov 2017-10-02 22:03:10 +00:00
  • dd33fc9301 Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors. John Blackbourn 2017-10-02 22:01:23 +00:00
  • 922ffc4190 Widgets: Pass $instance to widget argument filters: Sergey Biryukov 2017-10-02 22:01:19 +00:00
  • e2c4ae805f Quick/Bulk Edit: Improve the inline error messages styling. Andrea Fercia 2017-10-02 21:51:09 +00:00
  • 02588452f7 Accessibility: List Tables: use aria-current for the views current link. Andrea Fercia 2017-10-02 19:43:02 +00:00
  • 54153520f2 Accessibility: Improve the Dashboard Nearby Events widget wp.a11y.speak() messages. Andrea Fercia 2017-10-02 19:24:24 +00:00
  • 93fc60f36a Embeds: Add oEmbed support for someecards.com. John Blackbourn 2017-10-02 19:09:46 +00:00
  • a89374bc30 Embeds: Switch the collegehumor.com oEmbed endpoint to HTTPS, as it redirects there by default now. John Blackbourn 2017-10-02 19:05:18 +00:00
  • 64f0d4a544 Customize: Fix jumping behavior upon scrolling up when a sticky header has its description expanded. Weston Ruter 2017-10-02 18:54:22 +00:00
  • 10488d5fdc WP-API JS Client: Improve support for meta. Adam Silverstein 2017-10-02 18:39:30 +00:00
  • ba07b22cb5 Customize: Fix positioning of outer section (e.g. publish settings) on large screen sizes. Weston Ruter 2017-10-02 18:39:10 +00:00
  • 493805239e Embeds: Alignment following [41615]. John Blackbourn 2017-10-02 18:37:53 +00:00
  • f2eb141e77 Menus: Increase timeout for QUnit wpNavMenu trigger tests. Adam Silverstein 2017-10-02 18:34:53 +00:00
  • 42a74c2aef Taxonomy: Add context and a translator comment to the new most_used label. John Blackbourn 2017-10-02 18:24:46 +00:00
  • 4666f2fd39 Widgets: Revert format of sidebars_widgets. Konstantin Obenland 2017-10-02 18:10:06 +00:00