Commit Graph

  • 6df02a9ce2 REST API: Introduce modified_before and modified_after query parameters for the posts endpoints. John Blackbourn 2021-01-26 18:26:13 +00:00
  • 37f0f960ef Mail: Make sure the SMTP class is only required once if a plugin requires wp-includes/class-smtp.php directly. Sergey Biryukov 2021-01-26 13:44:42 +00:00
  • f8829b3a8d Media: Remove caching from filter by date in media library. Previously, newly uploaded media attachments were missing when filtering media items by date due to lack of cache invalidation. Props adamsilverstein, teamdnk, afercia, Mista-Flo, joedolson. Fixes #50025. Anthony Burchell 2021-01-26 05:24:15 +00:00
  • 9983be3248 Build/Test Tools: Update autoprefixer dependency. Jonathan Desrosiers 2021-01-25 14:49:13 +00:00
  • cd44f9836e Build/Test Tools: Update sinon dependency. Jonathan Desrosiers 2021-01-25 13:32:35 +00:00
  • 004d7a34cf Toolbar: Update Documentation and Support links. Sergey Biryukov 2021-01-25 12:52:22 +00:00
  • ee4c2cf322 Menus: Fix linting errors introduced in [50013]. Gary Pendergast 2021-01-25 06:53:43 +00:00
  • 6840112825 Menus: Make use of wp_resolve_post_date() when updating menu items. Gary Pendergast 2021-01-25 01:22:06 +00:00
  • e2bb95aa50 Posts: Create a new function for resolving the post date. Gary Pendergast 2021-01-25 01:06:25 +00:00
  • 04237613be Export: Create an export-specific filter for post titles. pento 2021-01-25 00:08:02 +00:00
  • 0ceee0f871 REST API: Support type coercion when validating the enum JSON Schema keyword. Timothy Jacobs 2021-01-24 16:50:39 +00:00
  • e4e24c84de Docs: Correct default value for the number argument of wp_tag_cloud(). Sergey Biryukov 2021-01-24 14:06:15 +00:00
  • 9826935198 Docs: Document globals in dropdown_categories() and dropdown_link_categories(). Sergey Biryukov 2021-01-24 13:58:17 +00:00
  • 15c8166424 REST API: Add more specific error codes for schema validation. Timothy Jacobs 2021-01-24 03:57:39 +00:00
  • ffd7fd8168 App Passwords: Extract Basic Auth check into a reusable filterable function. Timothy Jacobs 2021-01-24 02:56:18 +00:00
  • bb395706f4 REST API: Support embedding links in rest_preload_api_request(). Timothy Jacobs 2021-01-23 23:25:40 +00:00
  • d4eac17e3d App Passwords: Use correct translation function for a heading on Authorize Application screen. Sergey Biryukov 2021-01-23 13:11:52 +00:00
  • d062656b8a Docs: Fix typo in WP_Links_List_Table DocBlock. Sergey Biryukov 2021-01-23 07:23:28 +00:00
  • 21b667b840 External Libraries: First pass at fixing jQuery deprecations in WordPress core and bundled themes. Sergey Biryukov 2021-01-22 12:30:39 +00:00
  • c145ff4a1a 5.7-alpha-50000 🎉🙌❤️ Sergey Biryukov 2021-01-21 12:37:39 +00:00
  • f3d0d8a1c1 Twenty Twenty-One: Consistently use Yoda condition for display_title_and_tagline setting. Sergey Biryukov 2021-01-21 12:15:47 +00:00
  • 2b09df97d8 Twenty Twenty-One: Add missing HTML comments for </header> tag. Sergey Biryukov 2021-01-21 12:08:50 +00:00
  • 176a1f53f0 Robots: Introduce Robots API. Felix Arntz 2021-01-21 01:35:16 +00:00
  • 51fe5978b6 Build/Test Tools: Update CSS files after grunt precommit:css. Jonathan Desrosiers 2021-01-20 19:05:39 +00:00
  • 0c227432cd Build/Test Tools: Update more NPM packages Jonathan Desrosiers 2021-01-20 14:40:24 +00:00
  • f5998c561a Build/Test Tools: Update the uglify-js package. Jonathan Desrosiers 2021-01-20 13:33:33 +00:00
  • d10b9e9b88 Twenty Twenty-One: Add missing styles for <button> element. Sergey Biryukov 2021-01-20 07:04:32 +00:00
  • 62b2606d7e Twenty Twenty-One: Clean up Button styles. Sergey Biryukov 2021-01-20 05:49:28 +00:00
  • 0839d27da9 Media: Ensure get_post_status() does not contain half a comment. Peter Wilson 2021-01-20 04:58:20 +00:00
  • 56939ff70e Media: Ensure get_post_status() returns correct result for attachments. Peter Wilson 2021-01-20 04:39:24 +00:00
  • 9264f3ef77 Upgrade/Install: Display version number on the "Re-install now" button on WordPress Updates screen. Sergey Biryukov 2021-01-19 16:46:50 +00:00
  • 520b60d05b Build/Test Tools: Update the webpack-dev-server package. Jonathan Desrosiers 2021-01-19 16:35:25 +00:00
  • f84ebe3fe7 Blocks: Add automatic RTL handlind for block styles registered from metadata Greg Ziółkowski 2021-01-19 11:48:59 +00:00
  • edd77c0791 Blocks: Add i18n support to register_block_type_from_metadata Greg Ziółkowski 2021-01-19 11:04:03 +00:00
  • 2651809673 Twenty Twenty-One: Remove duplicate CSS rules. Kelly Choyce-Dwan 2021-01-18 17:51:58 +00:00
  • b6830fabc4 Media: Use consistent method for instantiating an attachment author object in Media Library. Sergey Biryukov 2021-01-18 12:53:30 +00:00
  • d7844bcc08 General: Set svn:eol-style for some more files in the root directory. Sergey Biryukov 2021-01-18 12:42:34 +00:00
  • cfa490b16b Docs: Link to the parent function for accepted arguments in some filters for HTML output. Sergey Biryukov 2021-01-18 12:26:50 +00:00
  • ca5538dda3 Posts, Post Types: Introduce a filter paginate_links() output. Sergey Biryukov 2021-01-18 12:05:06 +00:00
  • fa7f87b546 Coding Standards: Improve code layout in wp-admin/includes/class-wp-media-list-table.php. Sergey Biryukov 2021-01-18 09:48:23 +00:00
  • 5582e4965c Tests: Remove references to post status public. Peter Wilson 2021-01-18 03:26:29 +00:00
  • e7cebf49e5 Widgets: Implement TinyMCE on text widgets in Accessibility Mode Joe Dolson 2021-01-17 18:15:21 +00:00
  • fc2e5e9ea8 Script Loader: Remove unused source file for wp-a11y.js which was replaced with the @wordpress/a11y package. Dominik Schilling 2021-01-17 17:49:25 +00:00
  • 6e98255975 Privacy: Update unit test files missed in [49970]. SergeyBiryukov 2021-01-17 17:48:01 +00:00
  • fdd9fa6107 Privacy: Use more consistent wording for strings related to personal data requests. Sergey Biryukov 2021-01-17 17:45:01 +00:00
  • b4f5b5e7fc Customize: Update button label reference in themes help text to reflect the label introduced in [41626]. Dominik Schilling 2021-01-17 16:59:08 +00:00
  • 698f341e1c Docs: Correct description for wp_slash() and wp_unslash(). Sergey Biryukov 2021-01-17 16:36:14 +00:00
  • d1ac4cd40a I18N: Add support for German (Austria) locale in remove_accents(). Dominik Schilling 2021-01-17 15:44:04 +00:00
  • 244e4d4e63 REST API: Allow sending an empty array to delete multi meta keys. Timothy Jacobs 2021-01-17 00:49:39 +00:00
  • 994e657e74 Coding Standards: Fix WPCS issue in [49963]. Sergey Biryukov 2021-01-16 17:19:00 +00:00
  • 8a28115650 Menus: Fix minor UI issues on Edit Menus screen on smaller viewports. Sergey Biryukov 2021-01-16 04:58:49 +00:00
  • fbab01c8ce Docs: In various @return tags, list the expected type first, instead of false. Sergey Biryukov 2021-01-15 20:06:50 +00:00
  • 965fa1786b I18N: Add context for the Public string in site attributes list on Edit Site screen. Sergey Biryukov 2021-01-15 17:37:37 +00:00
  • c9a6381244 Administration: Update hover and focus states in admin menu. Kelly Choyce-Dwan 2021-01-14 21:58:25 +00:00
  • a78715e224 Twenty Twenty-One: Remove leftover file from build:rtl task. Sergey Biryukov 2021-01-14 12:12:46 +00:00
  • 495e236505 Build/Test Tools: Update script loader following [49933]. Peter Wilson 2021-01-14 02:22:26 +00:00
  • 72ad4e1bcf Accessibility: Administration: Remove <strong> tags from labels on plugin/theme editor screens. Sergey Biryukov 2021-01-13 14:06:30 +00:00
  • 98b6d33564 Docs: Clarify the instructions on starting the local environment for the first time. Sergey Biryukov 2021-01-12 11:32:48 +00:00
  • f51a70931c Privacy: Clarify the "Contact information" heading in default privacy policy content. Sergey Biryukov 2021-01-11 19:51:52 +00:00
  • 6aca60d33a REST API: Corrections and improvements to docblocks for REST API filters. John Blackbourn 2021-01-10 22:21:39 +00:00
  • fcaf51bd20 Themes: Add missing <p> tags to error message in WP_Theme_Install_List_Table::prepare_items(). Sergey Biryukov 2021-01-10 19:35:45 +00:00
  • 75b4c28619 Bootstrap/Load: Add missing <p> tags to error message in wp-load.php. Sergey Biryukov 2021-01-10 19:26:46 +00:00
  • 1f2695ed1f REST API: Fix fatal error on multisite when calling the single item plugin routes. Timothy Jacobs 2021-01-09 20:20:44 +00:00
  • c8c248e967 Tests: Set up the plugin download in multisite plugin tests to come locally. Sergey Biryukov 2021-01-09 05:56:04 +00:00
  • 8de262e8f8 Posts, Post Types: Introduce the wp_list_table_show_post_checkbox filter which allows the visibility of the bulk edit checkbox on the post list table to be controlled separately from the edit_post capability of the current user. John Blackbourn 2021-01-08 17:16:28 +00:00
  • fdfe183017 Accessibility: Customize: Add an empty alt attribute to the <img> tag used as a hidden placeholder in the Customizer preview when no logo is chosen. Sergey Biryukov 2021-01-08 16:53:50 +00:00
  • bb01f0187c Editor: Support filtering arguments in block type registration from metadata Greg Ziółkowski 2021-01-08 16:43:29 +00:00
  • cf68c90021 Taxonomy: Correct and clarify documentation for the return types of term query functions. John Blackbourn 2021-01-08 15:22:17 +00:00
  • 31476dc27c Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. John Blackbourn 2021-01-08 14:28:46 +00:00
  • 5553e0112a Login and Registration: Introduce the lostpassword_user_data filter which allows for the user data object during a password reset request to be filtered. John Blackbourn 2021-01-07 17:24:32 +00:00
  • 9010454dfe Quick/Bulk Edit: By the power vested in me, I hereby declare the top bulk actions and the bottom bulk actions joined forever in MatrimonyScript. John Blackbourn 2021-01-07 16:21:09 +00:00
  • 6409904a19 Accessibility: Help/About: Use more descriptive link text for the Privacy Policy link on the Privacy screen. Sergey Biryukov 2021-01-07 16:07:20 +00:00
  • de330964b1 Docs: Miscellaneous docblock corrections and improvements. John Blackbourn 2021-01-07 14:15:27 +00:00
  • 7c0d1208fb Docs: Correct description for wp_parse_list(). Sergey Biryukov 2021-01-06 17:23:53 +00:00
  • 523e6737b0 Build/Test Tools: Update UglifyJS to the latest version. Jonathan Desrosiers 2021-01-06 15:27:35 +00:00
  • 69156a8bdc Build/Test Tools: Update several NPM packages. Jonathan Desrosiers 2021-01-06 14:51:25 +00:00
  • 563a4c3e08 Build/Test Tools: Simplify Composer package caching. Jonathan Desrosiers 2021-01-05 19:21:50 +00:00
  • 18e4420e7c Build/Test Tools: Update some NPM packages. Jonathan Desrosiers 2021-01-05 19:11:56 +00:00
  • 8153c8ba02 Docs: Corrections and improvements to types used in various docblocks. John Blackbourn 2021-01-05 17:14:24 +00:00
  • 5c82078df7 Docs: Use more consistent descriptions for void|false return values. Sergey Biryukov 2021-01-05 16:46:02 +00:00
  • 019a261d3f Docs: Fix typo in wp_set_comment_status filter DocBlock. Sergey Biryukov 2021-01-05 16:44:24 +00:00
  • 3401102e26 Build/Test Tools: Update several NPM packages. Jonathan Desrosiers 2021-01-05 15:32:46 +00:00
  • 429c7b8ddc Tests: Increase use of shared fixtures in capability checks. Peter Wilson 2021-01-04 23:32:49 +00:00
  • abe9dd3c03 Build/Test Tools: Change the frequency of code coverage reporting. Jonathan Desrosiers 2021-01-04 19:46:34 +00:00
  • 4033498a5b Twenty Twenty-One: Make sure filtering attachment image attributes only affects front end and not the admin area. Sergey Biryukov 2021-01-04 17:43:30 +00:00
  • 715daf875a Docs: In various @return tags, list the expected type first, instead of false or WP_Error. Sergey Biryukov 2021-01-04 17:16:43 +00:00
  • 7bd678a553 Docs: Synchronize and correct documentation for has_filter() and WP_Hook::has_filter(). Sergey Biryukov 2021-01-04 16:56:20 +00:00
  • 679ccc35e6 Docs: Promote many bool types to true or false where only that value is used. John Blackbourn 2021-01-03 22:02:13 +00:00
  • 374b41ed13 Docs: Various docblock corrections particularly relating to boolean types. John Blackbourn 2021-01-03 21:55:04 +00:00
  • 69cc6e61d0 REST API: Expose all themes in the themes controller. Timothy Jacobs 2021-01-03 21:45:42 +00:00
  • 087ff2f8ef Canonical: Check if the post type exists when attempting a canonical redirect. Sergey Biryukov 2021-01-03 17:54:48 +00:00
  • a6a021d037 REST API: Move the WP_Query args filter after the tax_query is setup. Timothy Jacobs 2021-01-03 02:37:23 +00:00
  • ab388522aa REST API: Only include the controller's own taxonomy in it's schema. Timothy Jacobs 2021-01-02 23:47:42 +00:00
  • 7ece613fcb App Passwords: Ensure the Add New button isn't hidden on mobile. Timothy Jacobs 2021-01-02 22:34:51 +00:00
  • 2bba223430 App Passwords: Correct authorize app action names and signatures. Timothy Jacobs 2021-01-02 22:19:21 +00:00
  • 902e3f6b85 App Passwords: Only attempt auth if the username and password are set. Timothy Jacobs 2021-01-02 21:34:01 +00:00
  • 2206495007 REST API: Properly display JSON encoding errors. Timothy Jacobs 2021-01-02 20:35:01 +00:00
  • 85c8cca7d1 Site Health: Use a front-end URL for loopback tests. Timothy Jacobs 2021-01-02 20:07:24 +00:00
  • fdc6fe26f2 Build/Test Tools: Check if Travis/GitHub Actions environment variables are defined. Sergey Biryukov 2021-01-02 12:19:41 +00:00
  • ae989102e1 Happy New Year! Sergey Biryukov 2021-01-01 00:17:09 +00:00