Commit Graph

  • e1a070bb87 Media: introduce a "Heading" view for improved accessibility. Adam Silverstein 2019-03-21 21:04:49 +00:00
  • 393738de41 PHPCS: Remove extra spaces added in [44966]. Sergey Biryukov 2019-03-21 20:19:16 +00:00
  • c86ff5da2d Users: Introduce users_have_additional_content filter to indicate whether the users being deleted have additional content associated with them outside of the post_author and link_owner relationships. Sergey Biryukov 2019-03-21 20:11:29 +00:00
  • 65bd3654cc Privacy: Introduce Privacy Policy page helpers: Sergey Biryukov 2019-03-21 19:47:29 +00:00
  • 49d8c2590c REST API: Avoid undefined-property notice when setting parent term to 0. K. Adam White 2019-03-21 18:58:50 +00:00
  • 9a129eec78 Upgrade/Install: Add missing opening curly bracket after [44513]. Andrea Fercia 2019-03-21 18:02:53 +00:00
  • d3202c7a6f Post Formats: Remove CSS transition effect on post format icons in the Posts list table. Sergey Biryukov 2019-03-21 16:35:19 +00:00
  • b06444e859 Bootstrap/Load: Introduce fatal error handler. Felix Arntz 2019-03-21 16:02:05 +00:00
  • 1d41c6e787 Accessibility: Remove post format filter links from format icons in the Posts list table. Sergey Biryukov 2019-03-21 15:30:52 +00:00
  • 5c2b9cca3f Block Editor: Update the WordPress Packages from Gutenberg 5.3 Ella Van Durpe 2019-03-21 12:46:11 +00:00
  • 689ba4eec6 Posts, Post Types: Add type parameter to post_exists(). Jonathan Desrosiers 2019-03-21 12:43:48 +00:00
  • 64681631f1 Menus: Use esc_url() for the href value of page link attributes in Walker_Page::start_el(), for consistency with Walker_Nav_Menu and Walker_Category. Sergey Biryukov 2019-03-21 10:44:21 +00:00
  • ae0605b323 Accessibility: Introduce category_list_link_attributes filter in Walker_Category::start_el() for the HTML attributes applied to a category list item's anchor element. Sergey Biryukov 2019-03-21 10:36:22 +00:00
  • fb93cedcd8 Accessibility: Add ability to pass an ARIA label for the <form> element returned by get_search_form(). Sergey Biryukov 2019-03-21 09:19:14 +00:00
  • 722d0439f0 Coding Standards: exclude sodium_compat library. Alex Shiels 2019-03-21 05:55:05 +00:00
  • 2976cfb7ca Upgrade/Install: Add experimental package signing to some updates. Alex Shiels 2019-03-21 05:48:46 +00:00
  • 53f45b4dfc General: Add sodium_compat library for crypto APIs in PHP < 7.2 Alex Shiels 2019-03-21 04:55:21 +00:00
  • e3fb98daeb Menus: Ensure consistent padding in the menu structure form. Jonathan Desrosiers 2019-03-21 02:55:44 +00:00
  • e6ec0b2fe0 Build: correct some linting errors. Adam Silverstein 2019-03-20 22:05:58 +00:00
  • 67b8f04db4 PHP: End official support for PHP5.2 -> 5.5 Aaron Jorbin 2019-03-20 22:03:07 +00:00
  • b71bd7a05f Scripts: Assign api-fetch nonce with corrected rest_nonce. Andrew Duthie 2019-03-20 20:52:08 +00:00
  • d1de972555 Feeds: ensure build/update date matches current query. adamsilverstein 2019-03-20 20:37:02 +00:00
  • 7d0d69af4a Media: grid view attachment filter drop down - only show available mime types. Adam Silverstein 2019-03-20 20:06:22 +00:00
  • 0a875f0170 I18N: Remove admin notice when the WPLANG constant is no longer necessary. Jonathan Desrosiers 2019-03-20 18:57:21 +00:00
  • b748341bf3 Administration: Ensure consistent alignment for time and date fields across edit screens. Jonathan Desrosiers 2019-03-20 18:28:27 +00:00
  • 4b2a7d4ab6 Build/Test tools: Add support for passing a WP_Error object to wp_die() during tests. John Blackbourn 2019-03-20 18:22:11 +00:00
  • 34251aa2ab Tests: Fix failing tests for privacy export/erase requests when running the ajax group for multisite. Jonathan Desrosiers 2019-03-20 17:40:17 +00:00
  • 7834856fcb Accessibility: Ensure embed iframes have a title attribute. Andrea Fercia 2019-03-20 17:21:56 +00:00
  • 30c21d2031 Posts: Avoid the use of globals in get_the_content() and related functions. Boone Gorges 2019-03-20 15:48:46 +00:00
  • 03f1f313a6 Administration: Update Dashicons to the latest version. Jonathan Desrosiers 2019-03-20 15:42:09 +00:00
  • a6b129132d Plugins: Block plugin updates on the update screen if required PHP version is not supported. Jonathan Desrosiers 2019-03-20 14:58:03 +00:00
  • 17146f7192 Meta Boxes: Use a unique name for the nonce of the meta box loader. Dominik Schilling 2019-03-20 08:11:05 +00:00
  • 97bb59d939 Plugins: Block plugin updates if required PHP version is not supported. Jonathan Desrosiers 2019-03-20 01:43:05 +00:00
  • 1b97ea1fcf General: Prevent nested paragraph tags when displaying PHP update annotations. Jonathan Desrosiers 2019-03-19 20:40:02 +00:00
  • b8a918dcaa General: Improve the PHP update notice annotation. Jonathan Desrosiers 2019-03-19 16:53:46 +00:00
  • 60ea373df9 REST API: Remove unused attachments controller method. K. Adam White 2019-03-19 03:27:45 +00:00
  • 58aad3837f REST API: Ensure "Allow" header is returned for OPTIONS requests. K. Adam White 2019-03-19 03:21:28 +00:00
  • c62eab00a7 Coding Standards: Fix PHPCS issue introduced in [44931]. Jonathan Desrosiers 2019-03-19 02:47:41 +00:00
  • d941cf62ee Privacy: Remove unnecessary WP_Error when handling confirmaction requests. Jonathan Desrosiers 2019-03-19 02:37:38 +00:00
  • bdba41f9da General: Ensure error messages end with a period for consistency. Jonathan Desrosiers 2019-03-19 02:36:18 +00:00
  • d26542632e Accessibility: Improve the "Hello Dolly" accessibility. Andrea Fercia 2019-03-18 17:18:46 +00:00
  • 82be24c885 Multisite: Do not prime site meta caches unless necessary. Felix Arntz 2019-03-18 15:55:25 +00:00
  • cab8d7df1a Multisite: Ensure site meta caches are not primed unless the wp_blogmeta table is available. Felix Arntz 2019-03-18 15:47:36 +00:00
  • 01b2c8e34b Accessibility: Improve the Comments and Privacy count text. Andrea Fercia 2019-03-18 15:21:17 +00:00
  • 6d2f78d9ba Docs: Add missing article in setExpectedDeprecated() DocBlock. Sergey Biryukov 2019-03-17 13:10:44 +00:00
  • aaf266db42 Docs: Correct @param name in setExpectedIncorrectUsage() DocBlock. Sergey Biryukov 2019-03-17 12:22:10 +00:00
  • b3a5279e91 Docs: Improve documentation for wp_die() handlers. Sergey Biryukov 2019-03-17 01:44:20 +00:00
  • 93da02db7f Docs: Correct grammar in PemFTP description. Sergey Biryukov 2019-03-17 01:19:54 +00:00
  • ee3552aaf6 Docs: Use 3-digit, x.x.x style semantic versioning for @since 2.5.0 entries in wp-admin/includes/class-ftp.php. Sergey Biryukov 2019-03-17 01:17:33 +00:00
  • eeb57f67c4 Accessibility: Login: Display error messages when both the username and password fields are empty. Andrea Fercia 2019-03-16 15:21:25 +00:00
  • 13bb9c5ef4 Cron: Ensure identical single events aren't scheduled less than 10min apart. Peter Wilson 2019-03-16 06:41:23 +00:00
  • 7be4aabff6 Coding Standards: Minor code and performance improvements in phpunit/includes/abstract-testcase.php. Sergey Biryukov 2019-03-15 22:13:30 +00:00
  • 98e2fcf4fc Build/Test Tools: Add missing access modifiers in phpunit/includes/wp-profiler.php. Sergey Biryukov 2019-03-15 21:58:01 +00:00
  • bea05b4a41 Coding Standards: Use strict comparison in WP_Post where possible. Sergey Biryukov 2019-03-15 21:54:29 +00:00
  • 353bfb5e7a TinyMCE: fix the TinyMCE help modal keyboard shortcut on Mac for the classic editor and classic block. Andrew Ozz 2019-03-15 21:42:48 +00:00
  • 02d3de004c Networks and Sites: Introduce populate_site_meta filter. Jonathan Desrosiers 2019-03-15 19:42:40 +00:00
  • d5820a5324 TinyMCE: remove the reference to skin.min.css.map from skin.min.css. Fixes an unneeded 404 request. Andrew Ozz 2019-03-15 19:31:42 +00:00
  • 4db5347299 Privacy: Do not attempt to cleanup personal data export files when the directory does not exist. Jonathan Desrosiers 2019-03-15 18:59:14 +00:00
  • 152e9d2b8f Privacy: Add unit tests for exporting and erasing personal data. Jonathan Desrosiers 2019-03-15 18:07:09 +00:00
  • 40ff06c083 Privacy: Improve data export/erasure error messages and translator comments. Jonathan Desrosiers 2019-03-15 18:06:08 +00:00
  • 18a251d065 Embeds: Allow post title to be filtered when preparing an oEmbed response. Jonathan Desrosiers 2019-03-15 16:41:53 +00:00
  • b66ae2b4c1 Privacy: Allow new requests to be created after a user’s existing one has been completed. Jonathan Desrosiers 2019-03-15 16:26:55 +00:00
  • 28714c42bd Accessibility: Improve the semantics of "tabs" that are not real ARIA tabs. Andrea Fercia 2019-03-15 14:53:18 +00:00
  • 04a9083709 PHPCS: Remove extra space added in [44902]. Sergey Biryukov 2019-03-15 14:27:07 +00:00
  • 1bfa9370f7 Build/Test Tools: Add missing access modifiers to factory classes in phpunit/includes/factory. Sergey Biryukov 2019-03-15 12:15:08 +00:00
  • 981ed3fbc6 Docs: Improve documentation for phpunit/includes/abstract-testcase.php. Sergey Biryukov 2019-03-15 12:01:15 +00:00
  • 5e04716bfe Docs: Remove unnecessary @see tag in wpdb::prepare(). Sergey Biryukov 2019-03-15 11:17:57 +00:00
  • 026abd4bc6 Accessibility: improve the "URL" and "Alt text" fields in the media modals. Andrea Fercia 2019-03-15 10:42:35 +00:00
  • d52e37ea5e Acessibility: Remove title attribute in login_header(). Sergey Biryukov 2019-03-14 21:09:47 +00:00
  • 8ba2c45029 Docs: Add a @since tag for the new $selected parameter of get_archives_link(). Sergey Biryukov 2019-03-14 19:36:44 +00:00
  • 9265ff8a2f Widgets: Pre-select currently viewed archive in the Archives dropdown widget, for consistency with the Categories widget. Sergey Biryukov 2019-03-14 19:30:59 +00:00
  • 45faac902d Accessibility: Improve the placeholder "prompt" text in the post title and Quick Draft widget. Andrea Fercia 2019-03-14 17:38:36 +00:00
  • cdca702477 Accessibility: Improve the password form buttons accessibility. Andrea Fercia 2019-03-13 23:36:45 +00:00
  • 4a7b41e6cf Docs: Correct various spelling mistakes. Jonathan Desrosiers 2019-03-13 19:31:49 +00:00
  • c43e43a7ce PHPCS: Fix errors introduced in [44833]. Sergey Biryukov 2019-03-12 22:55:33 +00:00
  • bb281f9bd3 Comments: Improve comment content filtering. Sergey Biryukov 2019-03-12 22:29:46 +00:00
  • 4a0e3f009d Formatting: Improve rel="nofollow" handling in comments. Sergey Biryukov 2019-03-12 22:14:14 +00:00
  • da7b514926 TinyMCE: fix editor height when loaded hidden. Andrew Ozz 2019-03-12 20:13:14 +00:00
  • e6442466f9 I18N: Add $domain argument to translate_user_role(). Dominik Schilling 2019-03-11 20:31:46 +00:00
  • ecfc9872d7 General: Add missing @since annotation for wp_get_direct_php_update_url(). Jonathan Desrosiers 2019-03-11 12:58:28 +00:00
  • ae5940dd25 Bootstrap/Load: Add nocache_headers() to all wp_die() handlers. Sergey Biryukov 2019-03-11 11:46:41 +00:00
  • cba9eda1f4 Database: Use wp_die() instead of die() in dead_db(), for more flexibility and consistency with other error messages in core. Sergey Biryukov 2019-03-11 11:30:18 +00:00
  • 56e7d96070 Docs: Improve wording in a comment in wp_set_current_user(). Sergey Biryukov 2019-03-11 10:56:39 +00:00
  • 2e6ce4195b Accessibility: Customize: Improve the widgets search and the widget Remove button. Andrea Fercia 2019-03-09 12:55:12 +00:00
  • 1615233fa2 Privacy: Be less restrictive of the HTML tags allowed in user data exports. Jonathan Desrosiers 2019-03-08 22:04:50 +00:00
  • a71fece6b8 Built/Test Tools: Add missing access modifiers to abstract-testcase.php. Jonathan Desrosiers 2019-03-08 20:51:32 +00:00
  • 3f60af4bcc Taxonomy: Introduce post_column_taxonomy_links. Boone Gorges 2019-03-08 15:36:04 +00:00
  • e10f419b3c Privacy: Add missing header text for screen readers to privacy list tables. Jonathan Desrosiers 2019-03-08 15:24:22 +00:00
  • 315616aa5e Twenty Nineteen: Improve custom color behavior for InnerBlocks allancole 2019-03-07 22:36:58 +00:00
  • 0f618b4f30 Widgets: Remove change event when editing a Custom HTML widget. Jonathan Desrosiers 2019-03-07 22:25:55 +00:00
  • 8ae4796288 General: Add a way to specify a direct link for a user to update PHP. Jonathan Desrosiers 2019-03-07 21:31:50 +00:00
  • 31bc4e2bac Users: Use login__in parameter for WP_User_Query in WP_MS_Users_List_Table::prepare_items(), instead of a manual query. Sergey Biryukov 2019-03-07 12:34:56 +00:00
  • ccfb76d26f Block Editor: Fix unit tests after new blocks addition. Riad Benguella 2019-03-07 11:53:15 +00:00
  • 0ad7b1a169 Theme Editor: Capitalize "Think very carefully about your site crashing..." message for consistency with other strings. Sergey Biryukov 2019-03-07 10:16:49 +00:00
  • ccaa0663a2 Block Editor: Include the missing blocks files Riad Benguella 2019-03-07 09:23:36 +00:00
  • 4b10390b7d Date/Time: Reduce explicit local current_time( 'timestamp' ) usage in favor of native PHP functions. Sergey Biryukov 2019-03-07 09:11:37 +00:00
  • 79a3abcb2a Block Editor: Update the WordPress Packages from Gutenberg 5.2. Riad Benguella 2019-03-07 09:08:38 +00:00
  • 716eea408b Multisite: Fix code formatting errors from r44805 Jeremy Felt 2019-03-07 03:45:26 +00:00
  • 0d707e5da2 Multisite: Ensure wpmu_new_blog hook receives expected data in $meta. Jeremy Felt 2019-03-07 03:33:25 +00:00
  • 0cc536e173 Taxonomy: Add level-n classes to rows on edit-tags.php. Boone Gorges 2019-03-07 03:03:57 +00:00