Commit Graph

  • e7def1dae2 XML-RPC: Avoid a PHP notice in ::pingback_ping() if page title was not found. Sergey Biryukov 2016-09-18 14:25:13 +00:00
  • bc0a601889 Upgrade/Install: Automatically log users in after installation. John Blackbourn 2016-09-18 11:41:53 +00:00
  • 87dc042623 Customize: Ensure nav menu items lacking a label use the title from the original object. Weston Ruter 2016-09-17 21:49:49 +00:00
  • 998c06222f Plugins: style the primary action link in the non-js "Installing Plugin" page. Andrea Fercia 2016-09-17 16:22:03 +00:00
  • aa021ff89f Accessibility: Standardize the remove/delete/cancel links in the Menus screen and Publish meta boxes. Andrea Fercia 2016-09-17 15:38:40 +00:00
  • 6eb3e0bf5f Media: Improved media titles when created from filename. Aaron D. Campbell 2016-09-17 05:41:27 +00:00
  • a803a33c04 Menus: Use strict comparison for the condition added in [38612]. Pascal Birchler 2016-09-15 16:55:19 +00:00
  • 98e386c6f9 Menus: Remove 'sub item' label when removing the sub item's parent. Pascal Birchler 2016-09-15 16:09:21 +00:00
  • 784d45b279 I18N: Correct context for Next/Previous strings in get_the_posts_pagination(). Sergey Biryukov 2016-09-15 09:19:11 +00:00
  • a82723c64e Docs: Use a third-person singular verb for register_post_type_args filter added in [34242]. Sergey Biryukov 2016-09-14 21:57:13 +00:00
  • 2f9762b668 Docs: Use a third-person singular verb for {$type}_template_hierarchy filter added in [38385]. Sergey Biryukov 2016-09-14 21:53:47 +00:00
  • 8a5002d424 Docs: Use a third-person singular verb for smilies filter added in [38504]. Sergey Biryukov 2016-09-14 21:52:24 +00:00
  • ba1188f111 Docs: Use a third-person singular verb for wp_doing_ajax filter added in [38334]. Sergey Biryukov 2016-09-14 21:50:10 +00:00
  • eea5f80861 Docs: Use a third-person singular verb in the DocBlock summary for get_theme_file_uri(), get_parent_theme_file_uri(), get_theme_file_path(), and get_parent_theme_file_path(), introduced in [38578]. Sergey Biryukov 2016-09-14 21:47:31 +00:00
  • ada795380b Docs: Use a third-person singular verb for theme_file_uri, parent_theme_file_uri, theme_file_path, and parent_theme_file_path filters added in [38578]. Sergey Biryukov 2016-09-14 21:44:28 +00:00
  • 94c9edd8d4 Docs: Add a @since entry for the post_password_required filter introduced in [38603]. Sergey Biryukov 2016-09-14 21:36:18 +00:00
  • 5d1ca8e2d0 Posts: Add filter to allow overriding post_password_required return Aaron Jorbin 2016-09-14 21:27:16 +00:00
  • 683f7bc4d3 Customizer: Better hover/focus state for section titles and available widgets. Helen Hou-Sandi 2016-09-14 16:14:20 +00:00
  • 433b4fbfba REST API: Enable sanitize_callback to return WP_Error. Joe Hoyle 2016-09-14 15:49:37 +00:00
  • 6f37c963de XML-RPC: Check the minimum number of arguments in ::wp_getUsersBlogs() and ::blogger_getUsersBlogs(). Sergey Biryukov 2016-09-13 23:16:15 +00:00
  • ddeab090e5 Make wpList easier to contribute to. Konstantin Obenland 2016-09-13 22:23:30 +00:00
  • 4a2540a50e Media: Adjust test_video_shortcode_body() after [38597]. Sergey Biryukov 2016-09-13 14:08:24 +00:00
  • ca8f1c024a Media: Remove an extra space in style attribute in wp_video_shortcode() after [30082]. Sergey Biryukov 2016-09-13 13:44:33 +00:00
  • 8533eae95a Docs: Synchronize docblocks for WP_Site_Query::__construct() and get_sites() after the changes in [37735], [38008], [38103], and [38336]. Sergey Biryukov 2016-09-13 13:19:57 +00:00
  • 90a332c3f2 Docs: Correct description for domain and path arguments in WP_Network_Query::__construct(). Sergey Biryukov 2016-09-13 13:09:52 +00:00
  • 2950eb8ea2 Formatting: Update autop() to match wpautop(). Gary Pendergast 2016-09-13 06:02:23 +00:00
  • 52c566f5dc Docs: Fix an outdated comment. Gary Pendergast 2016-09-13 04:00:31 +00:00
  • 61a95da031 Formatting: Add an extra line break before block elements in wpautop(). Gary Pendergast 2016-09-12 07:05:28 +00:00
  • 7511fe88cc Database: Normalise index names in dbDelta(). Gary Pendergast 2016-09-12 05:08:17 +00:00
  • f54b5428c4 Database: Increase the size of wp_posts.post_password to 255 characters. Gary Pendergast 2016-09-12 02:27:55 +00:00
  • 0998de889d Bootstrap: Use dirname() when loading class-wp-hook.php from plugin.php. Gary Pendergast 2016-09-12 01:49:46 +00:00
  • d21f8b8869 Docs: Fix phpdoc and jsdoc typos introduced in [38584] and [38587], respectively. Weston Ruter 2016-09-11 18:45:59 +00:00
  • 44dbc815c8 Customize: Implement previewing of form submissions which use the GET method. Weston Ruter 2016-09-11 05:04:39 +00:00
  • 37e983416b Query: Eliminate unnecessary wp_list_filter() call in get_queried_object(). Boone Gorges 2016-09-09 19:48:26 +00:00
  • 6adcd15435 Query: Avoid PHP notice in get_queried_object() when query contains NOT EXISTS tax query. Boone Gorges 2016-09-09 19:36:22 +00:00
  • 6c8c98fe5b Menus: Prevent non-published posts/pages from being returned in search results for adding as nav menu items. Weston Ruter 2016-09-09 04:59:01 +00:00
  • e7b058117a Themes: Add the non-encoded form of the queried item slug to the template hierarchy when the slug contains non-ASCII characters. John Blackbourn 2016-09-09 00:47:17 +00:00
  • 40ebbc7713 Tests: Use add_filter() when it's available. Gary Pendergast 2016-09-09 00:33:52 +00:00
  • bafd8c92f2 Database: Fall back to utf8 when utf8mb4 isn't supported. Gary Pendergast 2016-09-08 23:48:05 +00:00
  • d651c9c90e Taxonomy: Revert accidental changes introduced in [38578]. John Blackbourn 2016-09-08 22:57:22 +00:00
  • 2aef21a55b Themes: Improve child theme file inheritance by introducing functions for locating and fetching the URL or path to files within child and parent themes. John Blackbourn 2016-09-08 22:53:57 +00:00
  • 8bae522ea8 Customize: Prevent widget previewing logic from building invalid jQuery selectors when sidebars are registered without a class name in before_widget. Weston Ruter 2016-09-08 15:44:08 +00:00
  • b875264a73 Formatting: Don't send an HTTP status code in wp_send_json() by default. This avoids clobbering an HTTP status code that may have been set prior to calling this function. John Blackbourn 2016-09-08 13:44:32 +00:00
  • 7ed5f4f9d5 Menus: Fix notices thrown by classes extending Walker_Nav_Menu. Peter Wilson 2016-09-08 07:05:32 +00:00
  • 3cc19c17f3 Menus: Improve documentation of new $item_spacing argument. Peter Wilson 2016-09-08 05:30:32 +00:00
  • 45c799d84a Docs: Fix minor formatting for inline docs in WP_Hook following its introduction in [38571]. Drew Jaynes 2016-09-08 04:16:39 +00:00
  • 57530f4b73 Permalinks: Ensure Pending Review Posts permalink posts link to the draft Aaron Jorbin 2016-09-08 04:04:22 +00:00
  • 61abf68e6d Hooks: Add the new class WP_Hook, and modify hook handling to make use of it. Gary Pendergast 2016-09-08 03:54:13 +00:00
  • 84e8dcdf01 Menus: Correct the docblocks for Walker_Nav_Menu, wp_nav_menu(), and walk_nav_menu_tree(). John Blackbourn 2016-09-07 16:14:49 +00:00
  • 8079863586 Media: Sanitize upload filename. Jeremy Felt 2016-09-07 13:54:57 +00:00
  • 2fc85993ca Widgets: Make the Delete/Remove links red. Andrea Fercia 2016-09-07 09:51:04 +00:00
  • 1a0effca18 Revert [38401] after [38480]. Pascal Birchler 2016-09-06 18:12:09 +00:00
  • b87c245902 Upgrade/Install: Sanitize file name in File_Upload_Upgrader. Pascal Birchler 2016-09-06 17:25:22 +00:00
  • 0c88ec217d Menus: Add white space option to wp_nav_menu() and wp_list_pages(). Peter Wilson 2016-09-06 09:05:45 +00:00
  • 18654d2778 Role/Capability: Correct the multisite cap tests after [38521]. John Blackbourn 2016-09-05 12:08:39 +00:00
  • 7dd2e5d4dc Role/Capability: Split meta and primitive capabilities in the helper functions in the roles and capability tests so primitive capability tests can be made more accurate. John Blackbourn 2016-09-05 10:59:42 +00:00
  • 02355cbdb5 Accessibility: Improve the Customizer and Theme Installer initial focus. Andrea Fercia 2016-09-04 21:50:22 +00:00
  • 669ec7953e Script Loader: Correct default value for $src in wp_enqueue_script() and wp_enqueue_style(). Sergey Biryukov 2016-09-04 04:08:11 +00:00
  • e7c0b5f36c Docs: Update the $message parameter for _default_wp_die_handler() to notate that it can also accept a WP_Error object. Drew Jaynes 2016-09-04 03:40:04 +00:00
  • e7a6afc044 Upload: Correct encoding issue in swfupload.js, introduced in [29479]. Sergey Biryukov 2016-09-03 15:01:06 +00:00
  • 470a9fa6e2 Taxonomy: Introduce some taxonomy capability tests in preparation for introducing more fine grained capabilities for terms. John Blackbourn 2016-09-03 02:15:00 +00:00
  • 6f62798887 Multisite: Deprecate wp_get_network(). Jeremy Felt 2016-09-02 23:48:00 +00:00
  • 00c47125db Embeds: Clarify some assertion failure messages and correct a test URL for Twitter timelines. John Blackbourn 2016-09-02 22:52:48 +00:00
  • f5923b7fe8 Customize: Fix php warning due to WP_Customize_Manager::prepare_setting_validity_for_js() incorrectly assuming that WP_Error will only ever have arrays in its $error_data. Weston Ruter 2016-09-02 22:34:48 +00:00
  • 84d26aac05 Embeds: Update the oEmbed provider test suite. John Blackbourn 2016-09-02 21:35:51 +00:00
  • 4484e2d2c3 Formatting: Allow KSES custom elements with hyphens Aaron Jorbin 2016-09-02 04:16:00 +00:00
  • cce5a95dfa I18N: Add translator comments for XML-RPC strings with placeholders. Sergey Biryukov 2016-09-02 04:12:52 +00:00
  • a5cc61ef67 Text Changes: Improve Error messages in XML-RPC Aaron Jorbin 2016-09-02 03:56:22 +00:00
  • 43ca412094 Toolbar: Add unit tests for edit links. Aaron Jorbin 2016-09-02 03:51:01 +00:00
  • 4afafbde25 Database: Find the correct table names in DELETE queries with table aliases Gary Pendergast 2016-09-02 00:18:49 +00:00
  • 6d59b289a9 Shortcodes: Add the pre_do_shortcode_tag filter. Gary Pendergast 2016-09-02 00:09:42 +00:00
  • 74cee3d59c Docs: Correct @since entry for the smilies filter added in [38504]. Sergey Biryukov 2016-09-02 00:07:22 +00:00
  • 5b85aa163f Smilies: Add the smilies filter. Gary Pendergast 2016-09-01 23:59:59 +00:00
  • 770a150b42 Accessibility: Make links in the Customizer underlined by default. Andrea Fercia 2016-09-01 22:01:44 +00:00
  • 5387a52a0b Administration: Use a bool when when a bool is called for Aaron Jorbin 2016-09-01 18:33:07 +00:00
  • f9e9854395 Administration: Use #fff instead of white Aaron Jorbin 2016-09-01 18:13:21 +00:00
  • 78df32df4e Query: 'orderby=include' should support comma-separated lists. Boone Gorges 2016-09-01 16:50:47 +00:00
  • 4d4f78ae97 Bootstrap: class-wp-locale.php needs to be require_once()-ed. Gary Pendergast 2016-09-01 12:35:37 +00:00
  • dc5951f460 Docs: Move term_description() reference from filter docblock to get_the_archive_description() function docblock. Sergey Biryukov 2016-09-01 12:31:22 +00:00
  • c43b1d16ae Users: After [33766], don't reset the password when clicking "Show Password" and then "Cancel" on Add New User screen. Sergey Biryukov 2016-09-01 12:23:50 +00:00
  • b024ec7c46 Template: After [38486], actually use the $description variable in get_the_archive_description(). Sergey Biryukov 2016-09-01 11:46:58 +00:00
  • db0fedd69f Customize: Introduce paneVisible state and ensure pane is visible when a construct is expanded (or focused). Weston Ruter 2016-09-01 05:54:32 +00:00
  • 0b67b63857 Query: Use AND in a SQL query rather than &&. This appears to have been the only instance of && being used in SQL, so for consistency lets remove it. Dion Hulse 2016-09-01 05:10:07 +00:00
  • 2781473733 Taxonomy: Correct the function description for wp_ajax_add_link_category(). John Blackbourn 2016-09-01 00:48:42 +00:00
  • f30caa604d Taxonomy: Update various docs for parameters which are now WP_Term objects. John Blackbourn 2016-09-01 00:39:44 +00:00
  • ca40b18e81 Template: In get_the_archive_description(), add support for author archives. Sergey Biryukov 2016-08-31 23:00:36 +00:00
  • b08ba54e61 Taxonomy: Introduce wp_insert_term_data and wp_update_term_data filters for altering term data before it is inserted/updated in the database. Sergey Biryukov 2016-08-31 21:40:18 +00:00
  • 2dcc7bc665 Text Changes: Improve the timezone setting description in General Settings. Andrea Fercia 2016-08-31 21:36:25 +00:00
  • f5bb93e4ac Role/Capability: Add two missing meta capabilities to the caps tests. John Blackbourn 2016-08-31 21:33:44 +00:00
  • 6c1e64d76d Users: Pass $profileuser parameter to user_profile_picture_description filter on "Edit User" screen. Sergey Biryukov 2016-08-31 21:12:29 +00:00
  • 50625a3180 Bootstrap: goodnight sweet prince. Scott Taylor 2016-08-31 20:35:58 +00:00
  • 1dfd45923e Customize: Fix i18n by re-using the add_new_item post type label instead of using a post type name in a generic string. Weston Ruter 2016-08-31 19:14:54 +00:00
  • 6631163639 Customize: Use new $status_code parameter for wp_send_json_error() instead of calling status_header() separately. Weston Ruter 2016-08-31 19:00:59 +00:00
  • 73c5683903 Login and Registration: Change login label to Username or Email Address for clarity. Sergey Biryukov 2016-08-31 18:50:34 +00:00
  • 171cea125a Help/About: Remove an outdated help sentence on "My Sites" screen. Sergey Biryukov 2016-08-31 17:43:07 +00:00
  • 8f7de7118d Query: r38356, you were not long for this world. Scott Taylor 2016-08-31 16:52:05 +00:00
  • cba0e2c8f7 Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389. Scott Taylor 2016-08-31 16:30:48 +00:00
  • 09856f3a5c General: revert [38386], functions.php was probably too tempting for some people to not load by itself. Scott Taylor 2016-08-31 15:23:57 +00:00
  • 683d828d42 General: revert [38467], wp_is_IE() should not exist. Scott Taylor 2016-08-31 15:21:04 +00:00
  • f9278a9364 General: use a new function, wp_is_IE(), instead of the $is_IE global in a number of places. Scott Taylor 2016-08-31 06:41:07 +00:00