Commit Graph

  • c1f7d89592 I18N: Show "Settings saved." in the correct language after switching the site language. Dominik Schilling (ocean90) 2016-11-03 17:54:42 +00:00
  • f64f956847 Themes: Improve reliability of URL used in get_header_image_tag(). Joe McGill 2016-11-03 12:36:01 +00:00
  • 144f0cb317 Customize: Prevent collapsing expanded panel/section/control when Esc is pressed on another closable UI element. Weston Ruter 2016-11-03 06:18:35 +00:00
  • 40197b63d9 Revert [39118] due to incompatibility with node v0.10.x Aaron Jorbin 2016-11-03 06:08:34 +00:00
  • c03bc60a70 Bump grunt-includes from 0.5.4 to 1.0.0 Aaron Jorbin 2016-11-03 05:44:18 +00:00
  • 2c0e24babf Bump grunt-contrib-uglify from 1.0.1 to 2.0.0 Aaron Jorbin 2016-11-03 05:39:10 +00:00
  • fff00cbc94 Bump grunt-contrib-cssmin from v1.0.0 to v1.0.2 Aaron Jorbin 2016-11-03 05:31:56 +00:00
  • 2de138fbb6 Bump grunt-contrib-compress from 1.1.0 to 1.3.0 Aaron Jorbin 2016-11-03 05:27:41 +00:00
  • 05b092902a Bump autoprefixer from 6.5.0 to 6.5.1 Aaron Jorbin 2016-11-03 05:17:07 +00:00
  • 822762b101 Bump grunt-contrib-qunit from 1.1.0 to 1.2.0 Aaron Jorbin 2016-11-03 05:13:35 +00:00
  • 5a03cb2426 Customize: Prevent syncing unmodified settings from controls into preview to guard against triggering an infinite reload due to selective refresh fallback behavior. Weston Ruter 2016-11-03 05:06:17 +00:00
  • a94ba30624 REST API: Only provide JSON error code on PHP 5.3+. Ryan McCue 2016-11-03 04:57:00 +00:00
  • 3146b1e971 Bump grunt-sass from 1.1.0 to 1.2.1 Aaron Jorbin 2016-11-03 04:54:46 +00:00
  • f784a0481b REST API: Return error when JSON decoding fails. Joe Hoyle 2016-11-03 04:04:41 +00:00
  • 973ade2a28 REST API: Return a WP_Error when a user does not have permission to create or update a post with the provided terms. Rachel Baker 2016-11-03 03:15:28 +00:00
  • f2f3b3696b Media: Sanity check array value in wp_prepare_attachment_for_js(). Joe McGill 2016-11-03 02:22:43 +00:00
  • 7f67e60817 REST API: Switch to stable version of JSON Schema. Joe Hoyle 2016-11-03 02:21:48 +00:00
  • baf52c815a REST API: Clean-up our validation callbacks and add missing array items properties in our endpoint schemas. Rachel Baker 2016-11-03 02:17:39 +00:00
  • 25b892c1ca REST API: Support querying for multiple post statuses. Joe Hoyle 2016-11-03 01:45:48 +00:00
  • a0876e06cd REST API: Use the items attribute for the taxonomies types schema property for proper sanitization/validation. Rachel Baker 2016-11-03 01:25:48 +00:00
  • 22bb12dd61 Themes: Remove jQuery dependency from wp-custom-header.js. Joe McGill 2016-11-03 01:20:14 +00:00
  • c962a98980 REST API: Return an error when the length of a comment field is too long. Rachel Baker 2016-11-03 01:11:30 +00:00
  • 73c595f3e4 Customize: Prevent PHP warning in applying widget starter content on fresh installs. Weston Ruter 2016-11-02 23:59:28 +00:00
  • 21dc2530eb Plugins: Improve Ajax search of installed plugins. Pascal Birchler 2016-11-02 22:46:25 +00:00
  • 9bb355dccd Menus: Use a label of "Display location" for individual nav menu settings. Helen Hou-Sandi 2016-11-02 22:10:30 +00:00
  • 082151025e REST API: Include taxonomies as an attribute of post types. Joe Hoyle 2016-11-02 21:50:08 +00:00
  • e78230b39a REST API: Add en_US to the locales enum. Joe Hoyle 2016-11-02 21:20:12 +00:00
  • 4dfb71c3b5 Query: Add tests for WP_Query::is_single() and get_body_class() with attachments. Dominik Schilling (ocean90) 2016-11-02 19:22:17 +00:00
  • 4ab3f9fc3a Twenty Seventeen: Unifies the labels for front page sections Tammie Lister 2016-11-02 19:08:11 +00:00
  • bbbf3a97fa REST API: Allow querying for multiple slug values. Ryan McCue 2016-11-02 07:13:24 +00:00
  • 1f9c6904bc REST API: Add update and delete endpoints to /users/me Ryan McCue 2016-11-02 06:52:30 +00:00
  • 603d38f02e REST API: Set default sanitize callback if type is set. Ryan McCue 2016-11-02 06:27:29 +00:00
  • f9230a1c4d REST API: Add locale to user resource. Ryan McCue 2016-11-02 06:23:12 +00:00
  • df13f01ad0 REST API: Avoid default sanitization for polymorphic params. Ryan McCue 2016-11-02 06:01:49 +00:00
  • d4de97ad6f Roles: Fix a PHP error introduced in [39082]. Gary Pendergast 2016-11-02 05:54:27 +00:00
  • 5d924daeb3 REST API: Change method of merging parameters. Ryan McCue 2016-11-02 05:52:12 +00:00
  • 5af14c3e07 Mail: Set a better error code when triggering wp_mail_failed. Helen Hou-Sandi 2016-11-02 04:26:18 +00:00
  • 4ff5c83255 REST API: Remove the Location redirect for the /users/me endpoint. Ryan McCue 2016-11-02 03:44:00 +00:00
  • 011e0b99a1 REST API: Only expose formats supported by the current theme. Ryan McCue 2016-11-02 03:36:40 +00:00
  • c91b3de690 Docs: Add the parameter name for the wp_roles_init action. Gary Pendergast 2016-11-02 00:56:20 +00:00
  • b665b5c7d8 Roles/Capabilities: Add a new wp_roles_init filter. Gary Pendergast 2016-11-02 00:30:29 +00:00
  • 8c1185eeda Twenty Seventeen: Fix supportsInlineSVG() being unnecessarily called twice David A. Kennedy 2016-11-01 21:23:42 +00:00
  • 419dfa52b7 Twenty Seventeen: Sticky icon fix to stop appearing in regular post flow Tammie Lister 2016-11-01 20:55:15 +00:00
  • 75677ccb20 Twenty Seventeen: Fixes ul inside ol being wrongly ordered. Tammie Lister 2016-11-01 20:52:22 +00:00
  • 4e5f7fce43 Twenty Seventeen: Update page layout setting for all use cases David A. Kennedy 2016-11-01 20:39:54 +00:00
  • a3db15bb26 TinyMCE: wptextpattern: Fix undo shortcut for inline patterns Ella van Dorpe 2016-11-01 20:33:21 +00:00
  • bbfed835a3 Only set fresh_site during an actual fresh install. Helen Hou-Sandi 2016-11-01 20:15:08 +00:00
  • 0f00396bb6 TinyMCE: wptextpattern: Handle unconverted inline patterns Ella van Dorpe 2016-11-01 20:05:48 +00:00
  • 9cac5048b4 Editor: Correct the description of the parameter passed to the wp_default_editor filter. John Blackbourn 2016-11-01 19:55:46 +00:00
  • d13b9b284a Twenty Seventeen: Remove unnecessary l10n variables David A. Kennedy 2016-11-01 18:59:06 +00:00
  • b37b90b6f4 Twenty Seventeen: Replace remaining Genericons with Font Awesome icons David A. Kennedy 2016-11-01 17:25:58 +00:00
  • 459fe129a5 Multisite: Use get_network() in WP_UnitTest_Factory_For_Network. Jeremy Felt 2016-11-01 16:51:26 +00:00
  • ee31735401 I18N: Revert [39069] as it needs some more work. John Blackbourn 2016-11-01 16:06:21 +00:00
  • e9546b8c45 I18N: Use the user's locale when loading text domains in the admin. Pascal Birchler 2016-11-01 09:23:23 +00:00
  • b0aad156bb I18N: Show available timezones in the user's locale on the settings screen. Pascal Birchler 2016-11-01 09:15:42 +00:00
  • 9f18722721 I18N: Remove unused $wpdb global from get_locale() after [39005]. Pascal Birchler 2016-11-01 07:37:29 +00:00
  • 61b50ae964 Update link in register_meta about 4.6 changes Aaron Jorbin 2016-11-01 06:53:17 +00:00
  • cacd16cf5d Themes: Update the unit tests to handle [39064] and #31550. Dion Hulse 2016-11-01 03:13:27 +00:00
  • b92ebd9e2d Upgrade: Install new themes upon upgrade again. This partially reverts [35738], which has shown to provide a bad user experience for users seeking to experiment with TwentySeventeen. Dion Hulse 2016-11-01 01:23:17 +00:00
  • 99267c4e1d Plugins: Correct the since docs for the various plugin_action_links filters. John Blackbourn 2016-10-31 19:37:39 +00:00
  • d1707d6542 Posts, Post Types: Prevent users from being able to delete a protected meta field from a post. John Blackbourn 2016-10-31 19:29:07 +00:00
  • 0e609fa717 REST API: Sanitize arrays being sent as CSVs. Joe Hoyle 2016-10-31 17:07:14 +00:00
  • abc7c676a4 Customize: Ensure state query params persist in preview through calls to history.pushState() & history.replaceState(). Weston Ruter 2016-10-31 16:41:06 +00:00
  • f34e252334 Administration: remove a leftover check from get_submit_button. Andrea Fercia 2016-10-31 16:38:21 +00:00
  • 89ce913169 REST API: Add support for "integer" type for meta and options Joe Hoyle 2016-10-31 16:06:54 +00:00
  • fb3c57a399 Taxonomy: Remove redundant 'get_terms_args' filter call from WP_Term_Query. Boone Gorges 2016-10-31 15:46:37 +00:00
  • d66ba1ee7a REST API: Allow a CSV list of user roles to be passed to /users. Gary Pendergast 2016-10-31 11:10:37 +00:00
  • 0153b0bb9b REST API: Allow a CSV list of term IDs to be passed to /posts. Gary Pendergast 2016-10-31 11:05:37 +00:00
  • ee84a7a31a Docs: Clarify descriptions for home_url() and get_home_url() on the true effect of the $scheme parameter. Drew Jaynes 2016-10-31 07:05:22 +00:00
  • 8d94a5ae26 Docs: Fix an incorrect pseudo-parameter referenced in the hook doc for the widget_tag_cloud_args filter. Drew Jaynes 2016-10-31 06:39:06 +00:00
  • 2e3a6f36d2 Docs: Update the DocBlock description for WP_Query::is_single() to mention that it works for any post types excluding pages. DrewAPicture 2016-10-31 06:33:02 +00:00
  • 297076eda4 Docs: Fix multiple trivial typos throughout a variety of core files. Drew Jaynes 2016-10-31 06:27:53 +00:00
  • 3c97cbca24 Themes: Exit wp-custom-header.js early in browsers wihout modern events. Peter Wilson 2016-10-31 06:16:15 +00:00
  • 4d115e4875 Docs: The query_vars filter used in the REST posts controller should be notated as a duplicate rather than a new hook. Drew Jaynes 2016-10-31 05:49:25 +00:00
  • c9618c09ad REST API: Allow parameters defined as array to be sent as CSVs. Gary Pendergast 2016-10-31 05:44:56 +00:00
  • 4f9bc7535d REST API: Support password on non-post post types. Ryan McCue 2016-10-31 03:52:08 +00:00
  • a86bc6f565 REST API: Add support for arrays in schema validation and sanitization. Gary Pendergast 2016-10-31 01:47:36 +00:00
  • 5b4f2b3021 XML-RPC: Correctly handle empty and duplicate comments. John Blackbourn 2016-10-31 01:26:10 +00:00
  • 7dad21f34c REST API: Allow Content-Type on CORS requests. Gary Pendergast 2016-10-31 00:33:25 +00:00
  • b5a4df509e REST API: Correctly test the roles parameter when creating a user in WP_Test_REST_Users_Controller. Rachel Baker 2016-10-31 00:27:17 +00:00
  • 67044fe410 REST API: Add PATCH to CORS allowed methods. Gary Pendergast 2016-10-31 00:18:14 +00:00
  • 6413c1efce REST API: Delete temporary files during teardown of WP_Test_REST_Attachments_Controller. Rachel Baker 2016-10-30 23:31:06 +00:00
  • f4b61df0e4 I18N: Don't use get_user_option() for retrieving user's language. Dominik Schilling (ocean90) 2016-10-30 22:25:34 +00:00
  • 7d378f82d0 I18N: Use correct value for the for attribute of the user language setting label. Dominik Schilling (ocean90) 2016-10-30 21:57:17 +00:00
  • 4de2e30bb4 Customize: Prevent auto-draft post/page stubs from being saved with empty slugs or published with non-unique slugs. Weston Ruter 2016-10-30 20:20:54 +00:00
  • 32c7696700 Docs: Add a slightly less ambiguous list of return types for rest_ensure_response(). Drew Jaynes 2016-10-30 18:52:58 +00:00
  • deb258cd33 Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Users_Controller class. Drew Jaynes 2016-10-30 18:51:30 +00:00
  • 7b7164e198 Role/Capability: Introduce capability tests for promoting, removing, and deleting users, and capability tests for editing comments. John Blackbourn 2016-10-30 18:30:03 +00:00
  • c8d362a3b2 Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_User_Meta_Fields class. Drew Jaynes 2016-10-30 18:27:28 +00:00
  • 496d610dfc Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Terms_Controller class. Drew Jaynes 2016-10-30 18:20:58 +00:00
  • 75a1951892 Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Term_Meta_Fields class. Drew Jaynes 2016-10-30 18:08:36 +00:00
  • b3bb03b33a Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Taxonomies_Controller class. Drew Jaynes 2016-10-30 18:06:23 +00:00
  • ed2321d7f1 Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Settings_Controller class. Drew Jaynes 2016-10-30 18:00:24 +00:00
  • b58bb705ce REST: Fix some errant else if conditions and add a few missing periods on inline comments. Drew Jaynes 2016-10-30 17:53:04 +00:00
  • 5fdf3ac313 Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Revisions_Controller class. Drew Jaynes 2016-10-30 17:49:14 +00:00
  • d10a54f83c REST: Fix a yoda condition in WP_REST_Request::get_parameter_order() and add a missing period for an inline comment in `WP_REST_Request::from_url(). Drew Jaynes 2016-10-30 17:41:15 +00:00
  • ee32082734 Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Posts_Controller class. Drew Jaynes 2016-10-30 17:36:15 +00:00
  • d3e10335d7 Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Post_Types_Controller class. Drew Jaynes 2016-10-30 16:50:15 +00:00
  • 9b648569f2 Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Post_Statuses_Controller class. Drew Jaynes 2016-10-30 16:43:12 +00:00
  • bc917ac0c7 Docs: Add much more complete and syntactically correct documentation throughout the WP_REST_Post_Meta_Fields class. Drew Jaynes 2016-10-30 16:35:30 +00:00