Commit Graph

  • 42dcb586ee After [33807], fix unit tests for PHP 5.2 Scott Taylor 2015-09-01 17:03:13 +00:00
  • a3e0e719d6 De-Jorbin [33814]. Scott Taylor 2015-09-01 15:47:16 +00:00
  • 622032fece Make curly quotes in playlist item title translatable. Sergey Biryukov 2015-09-01 13:49:57 +00:00
  • 1e084b6eaa Move widget classes to their own files in wp-includes/widgets: Scott Taylor 2015-09-01 13:49:00 +00:00
  • cfff91526f Merge two similar strings. Sergey Biryukov 2015-09-01 13:45:15 +00:00
  • f6ab99bc68 Add some JS docs to customize-base.js Scott Taylor 2015-09-01 04:14:50 +00:00
  • 99c34d57c1 User Settings: allow dashes in get|set_user_setting() in PHP and get|setUserSetting() in JS. Scott Taylor 2015-09-01 03:56:44 +00:00
  • 3710226cf4 Correct @since version for [33838]. Sergey Biryukov 2015-09-01 03:13:27 +00:00
  • 357bd80a0b Add filters to feed_links() to choose whether to display the links to posts feed and comments feed, separately. Sergey Biryukov 2015-09-01 02:45:58 +00:00
  • 57a7ed15a7 Customizer: Collapse any expanded panel/sections before expanding other panel/sections Weston Ruter 2015-08-31 23:07:57 +00:00
  • 43d053318e Editor, Press This: force a page reload when the user publishes a post and then clicks the back button. Fixes #23691. Andrew Ozz 2015-08-31 23:07:36 +00:00
  • 0807da1bdd TinyMCE: disable the native fullscreen plugin on mobile devices by default. Props iseulde. Fixes #33137; Andrew Ozz 2015-08-31 22:44:40 +00:00
  • 9c90fe1198 TinyMCE: fix replacing the image caption HTML with the shortcode when saving the content. Fixes #33477. Andrew Ozz 2015-08-31 22:06:11 +00:00
  • 79907af59c Add 'dashboard_secondary_items' filter for the number of secondary link items in the 'WordPress News' dashboard widget. Sergey Biryukov 2015-08-31 21:56:50 +00:00
  • f0ab8b5a06 Add 'update_right_now_text' filter for the text displayed in the 'At a Glance' dashboard widget. SergeyBiryukov 2015-08-31 21:44:02 +00:00
  • e5eec20a25 Space out. John Blackbourn 2015-08-31 21:24:27 +00:00
  • f7507e511d Docs: Add a duplicate filter comment to the comment_email filter call in WP_Comments_List_Table, introduced in [33829]. Drew Jaynes 2015-08-31 21:21:14 +00:00
  • e10c682b83 Remove the hamburger global'ing from [33828]: since no args are passed to comment_author_email_link(), the internals can be simplified and applied inline. Scott Taylor 2015-08-31 21:08:17 +00:00
  • fef8794b2c Fix warnings after [33826]. Only only one function call needs a global $comment, we shall hamburger it. Scott Taylor 2015-08-31 20:58:12 +00:00
  • f995a3cb96 Docs: Clarify the DocBlock summary for wp_create_nonce() to mention that nonce-creation is also now dependent on user tokens, as of [29221]. Drew Jaynes 2015-08-31 20:49:49 +00:00
  • 0f59069a7f WP_Comments_List_Table::single_row() has no reason to set the $comment global. No other methods use it, and we are not in template/loop context. This can mess with the response of get_comment() elsewhere, since get_comment() internally bypasses the cache/db when a global is set. Scott Taylor 2015-08-31 20:41:09 +00:00
  • 20767f42aa Use wp_html_excerpt() to properly cut comment author URL for display on Comments screen. Sergey Biryukov 2015-08-31 20:40:28 +00:00
  • 49923580bd WP_Widget_Pages::widget() has no reason to set $comment and $comments globals. Scott Taylor 2015-08-31 20:30:32 +00:00
  • 48ae1fcc1d After [33822], really add those unit tests for wp_count_comments(). Scott Taylor 2015-08-31 18:51:00 +00:00
  • 3028a096be Comments: wp_count_comments() can use get_comment_count() internally to makes its DB query, provided that get_comment_count() returns more properties. Scott Taylor 2015-08-31 18:50:12 +00:00
  • af101dec19 Comments: dynamically update the document title text of the Comments List Table page when dynamically updating the number of comments awaiting moderation. Scott Taylor 2015-08-31 17:57:32 +00:00
  • ff7e86d14c Bump H3 headings to H2 on Themes screen for better accessibility. Sergey Biryukov 2015-08-31 03:50:05 +00:00
  • 0de0c060c1 Bump H3 headings to H2 on Tools screen for better accessibility. Sergey Biryukov 2015-08-31 03:31:38 +00:00
  • 77b54f319d Bump H3 headings to H2 on Permalink Settings screen for better accessibility. Sergey Biryukov 2015-08-31 03:28:32 +00:00
  • 7f3b90bc77 Bump H3 headings to H2 on WordPress Updates screen for better accessibility. Sergey Biryukov 2015-08-31 03:25:27 +00:00
  • 8aefa21974 Docs: Bring the file header and class DocBlock summaries for class-wp-widget.php in-line with the intention of the docs standard: Drew Jaynes 2015-08-30 23:13:45 +00:00
  • 903b9af181 Themes: Get the correct theme when template and stylesheet were both passed as arguments. Konstantin Obenland 2015-08-30 21:44:38 +00:00
  • e3a3ba4caa Improve/update escaping in default widgets: Scott Taylor 2015-08-30 05:37:53 +00:00
  • 5d91ddf4e1 Improve/update escaping in WP_Widget_Pages. Scott Taylor 2015-08-30 04:47:00 +00:00
  • bddf7c76ec Add some theme mod unit tests. Scott Taylor 2015-08-30 03:42:49 +00:00
  • 062aa80c1f Fix the doc block syntax for the 'wp_get_current_commenter' filter. Scott Taylor 2015-08-30 03:20:24 +00:00
  • 413df72474 Favor using the consistent and agnostic string 'Attach' over 'Attach to a post' in the media list table. Scott Taylor 2015-08-30 03:09:25 +00:00
  • 75998818a4 Fix copy pasta in wp_cache_decr() doc block. Scott Taylor 2015-08-30 03:03:47 +00:00
  • 905a612d88 Switching themes: if the new theme doesn't have nav_menu_locations defined, but the old theme does, copy the old theme's nav_menu_locations into the new theme's theme mods. Scott Taylor 2015-08-30 03:00:45 +00:00
  • c4b8ad087f Improve the reliability of the crop returned by image_get_intermediate_size(). Scott Taylor 2015-08-30 02:40:40 +00:00
  • da0a823129 get_comment_count() currently increments awaiting_moderation when comments are in the trash. This occurs because case 0: will match any value passed to switch that is a string that isn't specified in the list of cases. This is terrifying. Scott Taylor 2015-08-30 02:18:18 +00:00
  • 0c7f2237f0 Pass taxonomy name to filters in get_adjacent_post(). Boone Gorges 2015-08-29 19:58:13 +00:00
  • 27c8977af9 In wp_list_categories(), 'current_category' should accept an array of values. Boone Gorges 2015-08-29 19:45:35 +00:00
  • 5b0c402e6f Simplify the weeks-per-year calculation WP_Date_Query::validate_date_values(). Boone Gorges 2015-08-29 01:46:53 +00:00
  • a47ee912ac Make a period translatable. Sergey Biryukov 2015-08-29 01:39:51 +00:00
  • a4808224ff Bring network admin user searching to parity with single site user searching by wrapping search terms in asterisks. This means that searches don't require an exact match and therefore significantly reduces friction when searching for users on the network admin screens. John Blackbourn 2015-08-29 00:18:06 +00:00
  • 7b9f6f54bf Twenty Fifteen: Correct license information in readme.txt. Sergey Biryukov 2015-08-28 16:52:32 +00:00
  • 8fbb450852 Twenty Fourteen: Correct license information in readme.txt. Sergey Biryukov 2015-08-28 16:52:14 +00:00
  • f5ee92c336 Twenty Thirteen: Correct license information in readme.txt. Sergey Biryukov 2015-08-28 16:52:01 +00:00
  • c64c73af89 Twenty Twelve: Correct license information in readme.txt. Sergey Biryukov 2015-08-28 16:51:46 +00:00
  • 1b60dc074d Twenty Eleven: Correct license information in readme.txt. Sergey Biryukov 2015-08-28 16:51:32 +00:00
  • 6ba3956fd8 Twenty Ten: Correct license information in readme.txt. Sergey Biryukov 2015-08-28 16:51:02 +00:00
  • 002e2a0e4a Docs: Add a changelog entry to the set_site_transient_$transient hook doc for the $transient parameter, added in [33738]. Drew Jaynes 2015-08-28 15:40:32 +00:00
  • 3734aa1682 Docs: Add a changelog entry to the pre_set_site_transient_$transient hook doc for the $transient parameter, added in [33738]. Drew Jaynes 2015-08-28 15:39:11 +00:00
  • bddb0de4d8 Docs: Add a changelog entry to the site_transient_$transient hook doc for the $transient parameter, added in [33738]. Drew Jaynes 2015-08-28 15:38:01 +00:00
  • 9a566ea593 Docs: Add a changelog entry to the pre_site_transient_$transient hook doc for the $transient parameter, added in [33738]. Drew Jaynes 2015-08-28 15:36:49 +00:00
  • c71531275b Docs: Add a changelog entry to the pre_update_site_option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-28 15:35:35 +00:00
  • d06525c8a1 Docs: Add a changelog entry to the pre_delete_site_option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-28 15:34:26 +00:00
  • 3f8132e89e Docs: Add a changelog entry to the pre_add_site_option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-28 15:33:14 +00:00
  • 9eb92ae5ea Docs: Add a changelog entry to the site_option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-28 15:31:58 +00:00
  • 0d27e9b012 Docs: Add a changelog entry to the default_site_option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-28 15:30:44 +00:00
  • 21ed57e09d Docs: Add a changelog entry to the pre_site_option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-28 15:29:26 +00:00
  • e2c8f3ec0d Docs: Add a changelog entry to the pre_set_transient_$transient hook doc for the $transient parameter, added in [33738]. Drew Jaynes 2015-08-28 15:28:06 +00:00
  • 86a49119a2 Docs: Add a changelog entry to the transient_$transient hook doc for the $transient parameter, introduced in [33738]. Drew Jaynes 2015-08-28 15:26:21 +00:00
  • 8336c88273 Docs: Add a changelog entry to the pre_transient_$transient hook doc for the $transient parameter, introduced in [33738]. Drew Jaynes 2015-08-28 15:24:49 +00:00
  • 958c835f9a Docs: Add a changelog entry to the update_option_{$option} hook doc for the $option parameter, introduced in [33738]. Drew Jaynes 2015-08-28 15:23:14 +00:00
  • 323ca7e1d3 Docs: Add a changelog entry to the pre_update_option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-28 15:21:18 +00:00
  • 41370b6e97 Docs: Add a changelog entry to the option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-28 15:19:54 +00:00
  • 9973d71384 Docs: Add a changelog entry to the default_option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-28 15:17:33 +00:00
  • d5dd61424d Network Admin: Hide the bulk actions checkbox for super admins. Sergey Biryukov 2015-08-28 03:48:47 +00:00
  • 28767e1bac In get_post_type_labels(), ensure that filtered labels contain all required default values. Sergey Biryukov 2015-08-28 03:38:26 +00:00
  • 923498aaa4 Avoid PHP notices in redirect_canonical() and _wp_menu_item_classes_by_context() if $_SERVER['HTTP_HOST'] is not set. Sergey Biryukov 2015-08-28 03:30:55 +00:00
  • 0c19c94561 Drop the hyphen from e-mail and standardize on email. Helen Hou-Sandi 2015-08-28 03:16:02 +00:00
  • d89398f945 Don't change the View Post button permalink in the sample permalink HTML when updating the slug on a published or future post. John Blackbourn 2015-08-27 20:56:54 +00:00
  • 65c07b81c0 Remove wp-includes/comment-functions.php from the $_old_files array. See [33750]. Sergey Biryukov 2015-08-27 20:39:58 +00:00
  • f312173db5 Improve the efficiency of is_user_member_of_blog() by removing its use of get_blogs_of_user(). Adds additional tests. John Blackbourn 2015-08-27 20:01:37 +00:00
  • 0d0a8353f5 Remove error from the query variables when cleaning up a URL in wp_admin_canonical_url(). John Blackbourn 2015-08-27 17:25:15 +00:00
  • e95ce848f9 Correct the hook docs for the user_profile_update_errors action. John Blackbourn 2015-08-27 17:15:54 +00:00
  • ffb128a3c6 Docs: Add a changelog entry to the pre_option_$option hook doc for the $option parameter, added in [33738]. Drew Jaynes 2015-08-27 16:59:17 +00:00
  • 718787cd18 Rename param added to wp_list_categories() in [33764] to 'hide_title_if_empty'. Boone Gorges 2015-08-27 02:08:31 +00:00
  • 30eb4853f0 Prevent unintended password change after clicking "Generate Password" and then "Cancel" when editing a user profile. Sergey Biryukov 2015-08-27 00:10:39 +00:00
  • 1f7031e2f8 After [33764], fix docblock formatting for wp_list_categories(). Boone Gorges 2015-08-26 19:42:02 +00:00
  • a684d5d19d Introduce hide_title_if_no_cats parameter to wp_list_categories(). Boone Gorges 2015-08-26 19:41:55 +00:00
  • 91a24f5cca Use proper array documentation formatting for wp_list_categories(). Boone Gorges 2015-08-26 15:29:35 +00:00
  • a69c9ff66f Make post meta box toggles accessible. Sergey Biryukov 2015-08-26 15:22:57 +00:00
  • 46d0feea46 Meta: move WP_Meta_Query into its own file. meta.php loads the new files, so this is 100% BC if someone is loading meta.php directly. New files created using svn cp. Scott Taylor 2015-08-26 13:01:22 +00:00
  • bb0b507718 Taxonomy: move WP_Tax_Query into its own file. taxonomy.php loads the new files, so this is 100% BC if someone is loading taxonomy.php directly. New files created using svn cp. Scott Taylor 2015-08-26 12:48:11 +00:00
  • 718c1a8d25 Posts: move WP_Post into its own file. post.php loads the new files, so this is 100% BC if someone is loading post.php directly. New files created using svn cp. Scott Taylor 2015-08-26 12:39:07 +00:00
  • 2fda97b15a Docs: Add inline-docblocks for the require_once() calls that now bring in the WP_Widget and WP_Widget_Factory classes, as well as general core widgets functionality, as of [33746]. Drew Jaynes 2015-08-26 08:00:35 +00:00
  • fc691e0457 Docs: Add a file header description and @since version to wp-includes/widget-functions.php, introduced in [33746]. Drew Jaynes 2015-08-26 07:56:30 +00:00
  • 9f61d73c0c Docs: Add a file header to wp-includes/class-wp-widget-factory.php, created when the WP_Widget_Factory class was moved to its own file in [33746]. Drew Jaynes 2015-08-26 07:52:05 +00:00
  • 76f5134023 Docs: Add a file header to wp-includes/class-wp-widget.php, created when the WP_Widget class was moved to its own file in [33746]. Drew Jaynes 2015-08-26 07:44:59 +00:00
  • 9c4f261598 Customizer: Ensure persistence of unchanged active state for controls, sections, and panels. Weston Ruter 2015-08-26 07:25:20 +00:00
  • e32f3cd3e1 Customizer: Prevent JS error during init when nav_menus panel is removed by plugin. Weston Ruter 2015-08-26 06:42:16 +00:00
  • 28217ae6a0 Roles: move classes into their own file. capbilities.php loads the new files, so this is 100% BC if someone is loading capbilities.php directly. New files created using svn cp. Scott Taylor 2015-08-26 04:57:48 +00:00
  • 799f28a918 Rewrite: move WP_Rewrite into its own file. rewrite.php loads the new files, so this is 100% BC if someone is loading rewrite.php directly. New files created using svn cp. Scott Taylor 2015-08-26 04:41:29 +00:00
  • d61669232c Comments: move WP_Comment_Query into its own file. comment.php loads the new files, so this is 100% BC if someone is loading comment.php directly. New files created using svn cp. Scott Taylor 2015-08-26 04:26:29 +00:00
  • 7b58399a45 Users: move WP_User_Query into its own file. user.php loads the new files, so this is 100% BC if someone is loading user.php directly (a lot of plugins do). New files created using svn cp. Scott Taylor 2015-08-26 04:19:32 +00:00
  • f4ecd11e10 HTTP: move classes into their own files, http.php loads the new files, so this is 100% BC if someone is loading http.php directly. New files created using svn cp. Scott Taylor 2015-08-26 03:55:00 +00:00
  • 2b67add6dd When wp_json_encode() calls json_encode(), the latter will generate warnings if the string contains non-UTF-8 characters. No-one likes warnings, so we need to do something about that. Gary Pendergast 2015-08-26 03:25:15 +00:00