Commit Graph

  • 82a8632367 REST API: Fire actions after items are completely updated/inserted. Jonathan Desrosiers 2018-12-12 21:11:27 +00:00
  • 8c85f2dfec REST API: Don't add fields to object when not included in ?_fields=. Jonathan Desrosiers 2018-12-12 20:50:22 +00:00
  • 140a95cf08 REST API: Introduce themes endpoint to expose theme-supports values for the active theme. Jeremy Felt 2018-12-12 03:32:21 +00:00
  • a73e82011f KSES: Add selected ARIA attributes support. Jeremy Felt 2018-12-12 03:14:47 +00:00
  • 805326cbd4 Load: Disable PHP errors for JSON requests Jeremy Felt 2018-12-12 03:07:58 +00:00
  • 2ad4d85ed5 REST API: Move object type-specific metadata integrations from the wrapper functions to the low-level Meta API functions. Jeremy Felt 2018-12-12 03:02:00 +00:00
  • 1c9f359857 KSES: Allow HTML data-* attributes. Jeremy Felt 2018-12-12 02:38:14 +00:00
  • 894a8e02d2 REST API: Include permalink_template/generated_slug for Posts Jeremy Felt 2018-12-12 02:11:22 +00:00
  • c0e80b028a REST API: Enable users with read_private_posts to query for them. Jonathan Desrosiers 2018-12-11 22:29:36 +00:00
  • f173141c5b Build tools: Combine webpack config files. Anton Timmermans 2018-12-11 16:38:21 +00:00
  • b8fb0eaeca Build/Test: Update dependencies for 5.0 Anton Timmermans 2018-12-11 16:12:13 +00:00
  • 7ec7fadfe7 PHPCS: Fix errors Aaron Jorbin 2018-12-11 04:44:16 +00:00
  • b4d7e7a878 Build/Test Tools: Use 7.3 for PHP 7.3 jorbin 2018-12-11 04:20:02 +00:00
  • 7f544b912b REST API: Declare unfiltered_html capability in links. Aaron Jorbin 2018-12-11 04:12:56 +00:00
  • 891394af73 REST API: Persist attributes for attachment links Aaron Jorbin 2018-12-11 04:00:37 +00:00
  • 5d92e0c0a9 Bump the trunk package.json version to 5.1.0. Gary Pendergast 2018-10-05 20:42:10 +00:00
  • ddc67854a4 Bump trunk version to 5.1-alpha. Gary Pendergast 2018-10-05 20:19:12 +00:00
  • a6adbc226f Build/Test Tools: Add PHP7.3 RC1 to the build matrix Aaron Jorbin 2018-10-04 02:04:53 +00:00
  • cd574077c8 List Table: Fix formatting issue introduced in r43671. Mel Choyce 2018-10-03 21:11:16 +00:00
  • 29e8c152f1 List Table: Restore the List Table items property to allow Bulk Actions to be properly determined. Mel Choyce 2018-10-03 19:46:51 +00:00
  • cec0385656 List Tables: Arrange action items into a grid with extra space. Mel Choyce 2018-10-03 18:55:35 +00:00
  • 1f4ed43c65 Plugin Installer: Allow 4 columns of search results on wide screens. Gary Pendergast 2018-10-02 20:06:37 +00:00
  • 9bdb0eb1d5 i18n: Improve consistency of translator comments. Gary Pendergast 2018-10-02 19:50:48 +00:00
  • 53264d2463 Plugins: Pluralise the "unexpected output during activation" message. Gary Pendergast 2018-10-02 19:29:18 +00:00
  • 456e243224 Taxonomies: Improve description of default category behaviour. Gary Pendergast 2018-10-02 19:18:58 +00:00
  • 2b49d4660b Docs: Replace incorrect usage of "who's" with "whose". Gary Pendergast 2018-10-02 16:22:46 +00:00
  • ad1f484317 Posts: Remove the slug from Quick Edit for CPTs with publicly_queryable disabled. Gary Pendergast 2018-10-02 15:52:15 +00:00
  • 75c7cb5acf Taxonomy: Remove the "Note" label from the notes on the Category edit list. Gary Pendergast 2018-10-01 21:55:33 +00:00
  • a386f726da Docs: Add a file header comment to version.php. Gary Pendergast 2018-10-01 20:59:26 +00:00
  • a2017354e2 Docs: Document that the $src parameter of WP_Dependencies::add() can be boolean. Sergey Biryukov 2018-09-28 21:50:45 +00:00
  • c2ab97264d Users: Pass the current WP_User_Query instance to found_users_query filter. Sergey Biryukov 2018-09-24 22:53:12 +00:00
  • 45efe978fc Twenty Seventeen: Use a simple counter incremented with each call instead of uniqid() for generating unique IDs for HTML elements. Sergey Biryukov 2018-09-24 20:56:59 +00:00
  • e1ff4cd7cd General: Introduce wp_unique_id(), a PHP implementation of Underscore's uniqueId method. Sergey Biryukov 2018-09-24 20:56:30 +00:00
  • 75a5293460 Docs: Add a line break to wp_is_uuid() DocBlock for better readability. Sergey Biryukov 2018-09-24 20:45:01 +00:00
  • c12a0cf4f3 Multisite: Fix coding standard errors after [43654]. Felix Arntz 2018-09-24 15:22:01 +00:00
  • 1795dbe25a Multisite: Introduce a site initialization and uninitialization API. Felix Arntz 2018-09-24 15:08:32 +00:00
  • 6604782cd9 General: PHP7.3 throws an E_WARNING when using continue to target a switch Aaron Jorbin 2018-09-23 22:49:02 +00:00
  • fb2699f28d Tests: Add missing public access modifier to Tests_REST_Server methods. SergeyBiryukov 2018-09-23 15:45:02 +00:00
  • 33074d8c67 Users: Add LIMIT 1 to SQL query in WP_User::get_data_by(), as only one row is requested. Sergey Biryukov 2018-09-23 15:32:48 +00:00
  • e9eaabaf14 Upgrade/Install: Adjust table prefix string check in setup-config.php for the coding standards change in [42343]. Sergey Biryukov 2018-09-20 05:14:21 +00:00
  • 2724e2d0fe Tests: Restore restapi group on WP_Test_REST_Revisions_Controller. Sergey Biryukov 2018-09-18 03:44:57 +00:00
  • 629c76c31b Build/Test Tools: Implement the automatic retry functionality that Travis CI provides. John Blackbourn 2018-09-15 09:21:55 +00:00
  • 3493feaa5a Docs: Improve docblocks within wp-login.php. John Blackbourn 2018-09-14 13:47:01 +00:00
  • 948a5ef28b Docs: Correct and improve docblocks for user session management functionality. John Blackbourn 2018-09-14 13:44:50 +00:00
  • b2374bf1ad Docs: Correct and improve some docblocks. John Blackbourn 2018-09-14 13:34:50 +00:00
  • ffa16fa771 Upgrade/Install: Properly exclude the admin/includesSchema.php tests file for the WordPress.DB.PreparedSQL.NotPrepared sniff. Felix Arntz 2018-09-14 07:54:53 +00:00
  • 7d22ba1961 Privacy: Add test for wp_privacy_export_expiration filter. Ian Dunn 2018-09-13 17:25:31 +00:00
  • df261c632a Docs: Correct @since value for _wp_privacy_statuses(). Sergey Biryukov 2018-09-13 10:19:28 +00:00
  • e29d895ffd REST API: Pass correct ID to meta->update_value to permit setting term meta during term creation. K. Adam White 2018-09-12 23:55:47 +00:00
  • 82bf9baa32 I18N: In the POMO library, replace chr() calls for static values with their string representation. Dominik Schilling (ocean90) 2018-09-12 06:10:42 +00:00
  • 14d99627ce Revert accidental change to package-lock.json introduced in [43571]. Dominik Schilling (ocean90) 2018-09-12 05:42:13 +00:00
  • fd5ba80c5c Media: Improve display and accessibility of meta data in detail view. Adam Silverstein 2018-09-08 04:19:40 +00:00
  • 37b53387ff Docs: Update @since version for (un)registered_taxonomy_for_object_type actions introduced in [43558]. Sergey Biryukov 2018-09-06 07:48:32 +00:00
  • b33420db6c Upgrade/Install: Fix coding standard errors after [43629]. Felix Arntz 2018-09-05 12:49:29 +00:00
  • 46e5c6c91b Upgrade/Install: Introduce populate_site_meta(). Felix Arntz 2018-09-05 11:01:36 +00:00
  • 88b725e1cb Upgrade/Install: Introduce populate_network_meta(), moving logic out of populate_network(). flixos90 2018-09-05 10:44:02 +00:00
  • f1e1b6299e Upgrade/Install: Add support for an optional $options parameter to populate_options(). Felix Arntz 2018-09-05 09:38:04 +00:00
  • 811eef33a3 Privacy: When clicking a confirmation link for a privacy request, return a WP_Error object if the link has expired. Sergey Biryukov 2018-09-03 21:43:13 +00:00
  • c41c128fda Docs: Update @since version for edit_post_{$post->post_type} action introduced in [43535] to 4.9.9. Sergey Biryukov 2018-09-03 21:08:33 +00:00
  • 39c97a768a Docs: Correct parameter type for WP_Privacy_Policy_Content::notice(). Sergey Biryukov 2018-09-03 14:14:15 +00:00
  • 0eda564507 Cron API: Clarify documentation for wp_reschedule_event(). Peter Wilson 2018-09-03 04:03:10 +00:00
  • e686ac1f67 Twenty Sixteen: Add pre-connect resource hint for Google Fonts. Peter Wilson 2018-09-03 00:52:53 +00:00
  • 04516c1299 Taxonomy: Make sure wp_list_categories() correctly outputs term name of 0. Sergey Biryukov 2018-09-02 22:08:05 +00:00
  • f93c771fc9 REST API: Load missing required file for multisite users in WP_REST_Attachments_Controller::create_item(). Rachel Baker 2018-08-31 23:45:17 +00:00
  • 324d440c7a REST API: Load missing required file for multisite users in WP_REST_Attachments_Controller::check_upload_size(). Rachel Baker 2018-08-31 23:25:39 +00:00
  • 2eb9362782 Media: Ensure the "Edit more details" link in the attachment details modal always points to the correct editing URL. John Blackbourn 2018-08-31 10:51:00 +00:00
  • 9db8106f92 Docs: Convert @see reference in wp_checkdate() DocBlock to @link. Sergey Biryukov 2018-08-30 13:48:50 +00:00
  • 1730443206 I18n: Improve translators comments [3]. jrf 2018-08-30 13:35:27 +00:00
  • a0ae2c5d85 Embeds: After [43593], move the new check to a separate line to avoid test_js_no_ampersands_in_compiled failure caused by UglifyJS task. Sergey Biryukov 2018-08-30 12:39:07 +00:00
  • 0b4334c5e3 I18n: Improve translators comments [2]. jrf 2018-08-30 12:35:08 +00:00
  • 7839cf651f I18n: Improve translators comments [1]. jrf 2018-08-30 12:13:53 +00:00
  • f1862cd98c Date/Time: Make sure current_time() always calculates the offset from GMT/UTC. Sergey Biryukov 2018-08-30 12:12:55 +00:00
  • c1b7284c4b Embeds: Avoid a JS error in wp.receiveEmbedMessage if data parameter is not set. Sergey Biryukov 2018-08-30 10:29:03 +00:00
  • 8eebd125f0 Post Formats: Don't assign a variable inside if statement in get_post_format(). Sergey Biryukov 2018-08-30 09:00:42 +00:00
  • 9364b6ed87 Date/Time: Make get_the_date() call get_post_time() for consistency with get_the_time(). Sergey Biryukov 2018-08-30 08:49:40 +00:00
  • ded817edd5 Multisite: Display registered new_item text for post post type in My Sites menu. Jeremy Felt 2018-08-29 15:50:00 +00:00
  • 24248a44b9 REST API: Limit the scope of wp-admin files required in WP_REST_Attachments_Controller methods. Rachel Baker 2018-08-29 03:22:14 +00:00
  • f98b266303 Customize: Ensure that only sidebar sections are considered when comparing against sidebars. Felix Arntz 2018-08-28 19:54:29 +00:00
  • b0c83c8ee7 General: Provide context parameters to doing_it_wrong_trigger_error filter. Felix Arntz 2018-08-28 13:37:26 +00:00
  • aa5b179247 REST API: Fix failing tests after [43584] and [43585]. Felix Arntz 2018-08-28 13:04:07 +00:00
  • 65cadaab62 REST API: Fix failing tests after [43584]. Felix Arntz 2018-08-28 12:43:50 +00:00
  • e5d6ddfeee REST API: Support pagination, order, search and other common query parameters for revisions. Felix Arntz 2018-08-28 12:22:48 +00:00
  • ecf24cd572 Docs: Improve inline documentation for WP_Scripts. John Blackbourn 2018-08-27 14:33:35 +00:00
  • 5af7160563 Docs: Correct and improve various inline documentation. John Blackbourn 2018-08-27 14:27:22 +00:00
  • 28dcba340c TinyMCE: remove stray CSS map reference from skin.min.css. Andrew Ozz 2018-08-20 15:08:15 +00:00
  • fa35f06219 Script loader: remove (PHP based) compression from load-styles.php and load-scripts.php. WIth the amount of scripts and stylesheets grown a lot over the years, it has become pretty slow and consumes a lot of server resources. Also, most servers are set to compress PHP output anyway. Andrew Ozz 2018-08-20 13:50:49 +00:00
  • 9d6176e3c9 Reorder quicktags.js a bit to account for the order of defining vars and functions after [43577]. Andrew Ozz 2018-08-20 13:33:59 +00:00
  • 1e4e60f11c Customize: Safeguard a check on the customize_validate_{$setting_id} filter value to ensure it is a WP_Error. Felix Arntz 2018-08-19 16:37:12 +00:00
  • 8347d7e22f General: Explicitly assigns all JS globals to the window. Omar Reiss 2018-08-19 13:32:27 +00:00
  • 7d54198c7c Docs: Remove an erroneous closing brace from the description of wp_list_pages(). John Blackbourn 2018-08-19 11:16:59 +00:00
  • 8454fd7918 Customize: Increase the colour contrast of the line numbers in CodeMirror. John Blackbourn 2018-08-19 11:00:46 +00:00
  • 8bbae6aeb1 Administration: Remove $title_class variable, unused since [18683]. Sergey Biryukov 2018-08-19 10:17:50 +00:00
  • 63acd3caaa Tests: Revert wp-api-generated.js change added in [43571]. Gary Pendergast 2018-08-17 04:11:48 +00:00
  • a75d153eee Coding Standards: Upgrade WPCS to 1.0.0 Gary Pendergast 2018-08-17 01:50:26 +00:00
  • fed48ba3fe Introduce wp_insert_term_duplicate_term_check filter. Boone Gorges 2018-08-15 19:49:50 +00:00
  • cb3d1777b1 Coding Standards: Prepare for upgrading WPCS to 1.0.0. Gary Pendergast 2018-08-15 06:22:00 +00:00
  • c5d013bf95 Privacy: Ensure the user request email is sent in the requested user's locale (or the site's default locale if they are not a registered user) when the administrator creating the request uses a different locale. Sergey Biryukov 2018-08-13 16:31:31 +00:00
  • 20ab5ca79e Tests: Improve coverage for REST API term meta registration. K. Adam White 2018-08-12 00:05:39 +00:00
  • 245fb8e9b0 REST API: generate a valid fallback URI in wp.api.utils.getRootURL. K. Adam White 2018-08-11 18:50:23 +00:00
  • 244f435e22 Script/Style Dependencies: Make sure that inline scripts for handles without a source are printed. Sergey Biryukov 2018-08-11 17:41:29 +00:00