Commit Graph

  • 40f076d756 Themes: Add a unit test for get_theme_feature_list() to make sure that the list of theme features pulled from the WordPress.org API returns the expected data structure. Sergey Biryukov 2017-01-15 06:50:00 +00:00
  • 1348f5f3fe Posts, Post Types: Increase the height of post slug input to prevent certain characters from being cut in Firefox on Windows. Sergey Biryukov 2017-01-15 04:02:26 +00:00
  • e66dc656b3 TinyMCE: prevent the inline toolbar from appearing on partially selected wpview nodes. This can happen when HTML is initially loaded in the editor and wpview is the first node, or sometimes on repeatedly pasting the same wpview. Andrew Ozz 2017-01-15 02:59:45 +00:00
  • 7592ee11bd TinyMCE: when inserting a wpview, place the caret after is so the user can continue typing without interruption. Andrew Ozz 2017-01-15 02:40:30 +00:00
  • 976976b4a1 TinyMCE: improve removal of spaces from empty paragraphs when loading HTML in the editor. Andrew Ozz 2017-01-15 02:05:44 +00:00
  • 2fa90d1077 Twenty Seventeen: Correct @param entries for twentyseventeen_custom_colors_css filter. Sergey Biryukov 2017-01-13 15:02:08 +00:00
  • e6ae5711e5 Docs: Add missing @param type for wp_cache_get_last_changed(). Sergey Biryukov 2017-01-13 14:15:22 +00:00
  • 287e5501ab REST API: Update unit tests to account for the string changes in [39896]. Sergey Biryukov 2017-01-13 05:14:43 +00:00
  • 2f6e33dd2e Build/Test Tools: After [29858], update .jsintrc to use spaces, not tabs. Sergey Biryukov 2017-01-13 04:44:53 +00:00
  • fa4968e343 Administration: Improve tab character width in Plugins and Themes editor. SergeyBiryukov 2017-01-13 04:40:02 +00:00
  • 18eab18694 REST API: Improve error messages for number relational validation. Sergey Biryukov 2017-01-13 04:37:03 +00:00
  • ce89e8dd48 Taxonomy: Add an explanation for "Parent" dropdown for hierarchical custom taxonomies. Sergey Biryukov 2017-01-13 04:18:16 +00:00
  • 040362a5e0 Twenty Seventeen: Remove extra asterisk from a translator comment so the comment could be parsed correctly. Sergey Biryukov 2017-01-12 21:36:13 +00:00
  • bce2389633 Docs: In wp_set_object_terms(), add a note that passing an empty value as $terms argument will remove all related terms. Sergey Biryukov 2017-01-12 06:53:21 +00:00
  • c2fe0f3dc1 Widgets: In unregister_sidebar(), rename the $name parameter to $sidebar_id for consistency with is_registered_sidebar(). Sergey Biryukov 2017-01-12 06:37:06 +00:00
  • d788c3ffed Media: Use a consistent error message for file type errors on uploading. Sergey Biryukov 2017-01-12 06:28:32 +00:00
  • e9be135754 Docs: Use a consistent description for $plugin parameter in various plugin API functions. Sergey Biryukov 2017-01-12 06:15:23 +00:00
  • 1c66c0ac3c Docs: Improve the DocBlock for validate_plugin(). Sergey Biryukov 2017-01-12 06:14:31 +00:00
  • 02cd4a1e97 Docs: After [37083], change "HEX format" to "3- or 6-digit hexadecimal form" for clarity. Sergey Biryukov 2017-01-12 05:55:01 +00:00
  • 98657431de Docs: Make $meta parameter description in multisite signup and registration functions more consistent. Sergey Biryukov 2017-01-12 05:20:57 +00:00
  • 41134d34da Users: In wpmu_signup_blog() and wpmu_signup_user(), pass unserialized signup meta data to after_signup_site and after_signup_user filters introduced in [34112], to match the documented value. Sergey Biryukov 2017-01-12 04:56:28 +00:00
  • 89f6427e01 I18N: Move "Site Language" setting above "Timezone". Sergey Biryukov 2017-01-12 04:27:17 +00:00
  • 6afc94def0 Themes: Use curly braces for variables inside strings in `get_page_template() to explicitly specify the end of the variable name. Sergey Biryukov 2017-01-12 04:12:22 +00:00
  • 9d9ab96249 Media: Fix exif_imagetype check in wp_get_image_mime Joe McGill 2017-01-11 16:35:21 +00:00
  • 9b8cc14192 Tests: Replace broken codeispoetry.png file. Joe McGill 2017-01-11 16:24:30 +00:00
  • 35bd561765 REST API: Change which users are shown in the users endpoint. Aaron D. Campbell 2017-01-11 14:13:48 +00:00
  • 7710b3d3ec Media: Improve image filetype checking. Joe McGill 2017-01-11 13:07:54 +00:00
  • ed25ba4f63 Updates: Translate plugin data on the Updates screen. Dominik Schilling (ocean90) 2017-01-11 10:36:59 +00:00
  • 2fc1bde29c Themes: Fix markup for theme name fallbacks. Dominik Schilling (ocean90) 2017-01-11 10:33:33 +00:00
  • 728ef3c678 Multisite: Use wp_rand() in signup key creation. jeremyfelt 2017-01-11 05:29:20 +00:00
  • 3cc0ac5f37 Mail: Disable wp-mail.php when mailserver_url is mail.example.com. Jeremy Felt 2017-01-11 05:12:01 +00:00
  • 506a4c55f8 Add nonce for widget accessibility mode. Aaron D. Campbell 2017-01-11 01:31:57 +00:00
  • b1b4d49264 Update PHPMailer to 5.2.22. Dion Hulse 2017-01-11 01:22:46 +00:00
  • b8f85ab388 Docs: Make @deprecated entry for wp_kses_js_entities(), deprecated in [38785], consistent with other entries. Sergey Biryukov 2017-01-10 22:08:16 +00:00
  • cb50dc9e06 Docs: Change @param type for $user_object in WP_Users_List_Table::single_row() from object to WP_User to be more accurate. Sergey Biryukov 2017-01-10 12:44:29 +00:00
  • 26514215a7 Posts, Post Types: Use an existing string for "Invalid post type" error message. Sergey Biryukov 2017-01-10 02:40:00 +00:00
  • efefa1d05e Docs: Remove incorrect @param tags for admin_print_footer_scripts-{$hook_suffix} and admin_footer-{$hook_suffix} dynamic actiona. Sergey Biryukov 2017-01-09 14:37:55 +00:00
  • 588290ccee Docs: Move install_global_terms() DocBlock after the function_exists() call. Sergey Biryukov 2017-01-09 14:30:47 +00:00
  • ddbbd3e8a8 Docs: Use correct closing tag in submit_field description in comment_form(). Sergey Biryukov 2017-01-07 14:50:55 +00:00
  • 42ffa7185e Twenty Seventeen: Expand a changelog entry added in [39742] with the new item name. Sergey Biryukov 2017-01-07 13:11:40 +00:00
  • 57dafabdc6 Customize: Correct a comment in get_theme_starter_content() added in [39561]. Sergey Biryukov 2017-01-07 13:10:40 +00:00
  • 72d02115f7 Twenty Seventeen: add more details about filter and requires version karmatosed 2017-01-06 17:03:29 +00:00
  • 34e43a80d6 Twenty Seventeen: version bump and update changelog Tammie Lister 2017-01-06 16:34:44 +00:00
  • 4ec8c0bcfe Docs: Add missing @since entry for Walker::unset_children(). Sergey Biryukov 2017-01-06 14:52:24 +00:00
  • b2fe8ed9f6 Docs: Use 3-digit, x.x.x style semantic versioning for @since entries in wp-admin/js/image-edit.js. Sergey Biryukov 2017-01-06 14:38:11 +00:00
  • f216c498c2 Docs: Use 3-digit, x.x.x style semantic versioning for @since entries in wp-admin/js/word-count.js. Sergey Biryukov 2017-01-06 14:18:43 +00:00
  • 795e4a1db5 Docs: Add documentation for wp-admin/js/editor.js. Sergey Biryukov 2017-01-06 14:13:44 +00:00
  • 9e798d1bcb Docs: Correct @access entries for WP_Locale::init() and WP_Locale::register_globals(). Sergey Biryukov 2017-01-06 14:04:32 +00:00
  • d9d5174c29 Docs: Add missing @since entries for WP_Theme class methods. Sergey Biryukov 2017-01-06 13:47:16 +00:00
  • e3dc88108d Docs: Correct @access entry for WP_User::filter property. Sergey Biryukov 2017-01-06 13:43:44 +00:00
  • 5be7eb5ac3 Docs: Correct @access entries and duplicate hook references in WP_Customize_Selective_Refresh. Sergey Biryukov 2017-01-06 13:37:54 +00:00
  • ddbf104453 Twenty Seventeen: Correct @param entries for twentyseventeen_content_width, twentyseventeen_custom_colors_saturation and twentyseventeen_social_links_icons filters. Sergey Biryukov 2017-01-06 13:34:13 +00:00
  • c7389223cd Twenty Seventeen: Correct @param entry for twentyseventeen_front_page_sections filter. Sergey Biryukov 2017-01-06 11:24:42 +00:00
  • 6cbe5b7a02 Twenty Seventeen: Introduce a theme-specific filter twentyseventeen_starter_content for customizing the starter content array. Dominik Schilling (ocean90) 2017-01-05 19:28:27 +00:00
  • 1601b92164 Docs: Add missing @param tag for show_post_locked_dialog filter. Sergey Biryukov 2017-01-05 12:36:28 +00:00
  • fac3bbb51d Docs: Move install_network() DocBlock after the function_exists() call. Sergey Biryukov 2017-01-05 12:33:34 +00:00
  • 494340c71f Docs: Add variable to @param entry for whitelist_options filter. Sergey Biryukov 2017-01-05 11:57:17 +00:00
  • c1fc065ac4 Customizer: Don't query for postmeta for Custom CSS (for not-current-themes) and Customizer Changeset posts. Dion Hulse 2017-01-05 08:11:30 +00:00
  • bc231804a3 Mail: In PHPMailer 5.2.7 the case of the Send() method changed to send(), update our call for consistency with the library. Dion Hulse 2017-01-05 08:09:06 +00:00
  • 7cfb768da3 Updates: Properly define $filesystemForm to handle error in modals. Dion Hulse 2017-01-05 07:23:10 +00:00
  • de72bafedc Customize: Ensure theme_mod-cache of custom_css lookup of -1 short-circuits a WP_Query from being made. Weston Ruter 2017-01-05 07:12:23 +00:00
  • 134d073f3a Upgrade: Fix the installation of TwentySeventeen upon upgrade from an early version. dd32 2017-01-05 06:12:03 +00:00
  • dcddb45ba0 Customize: Update customize.php URL with changeset_uuid param the instant a change is made instead of deferring until the changeset update request responds. westonruter 2017-01-05 05:17:39 +00:00
  • 5aa4339693 Customize: Remove extra left padding in core for site title and widgets in preview. westonruter 2017-01-05 04:33:01 +00:00
  • 485afd7017 Upgrade/Install: Avoid creating nonce during installation. rmccue 2017-01-05 04:10:03 +00:00
  • 48ec643441 Feeds: Don't override the Content-Type header inside fetc_feed() rmccue 2017-01-05 03:05:53 +00:00
  • b55c941b37 REST API: Add error handling for fetch error in buildModelGetter of wp-api.js. adamsilverstein 2017-01-05 03:02:39 +00:00
  • 9c509a1eae Always add page-template-default class to the editor body when the template is not specified. This matches the behavior on the front-end. azaozz 2017-01-05 01:52:06 +00:00
  • 4e549946ba Customize: Prevent removal of underline upon hover/focus for nav menu deletion links. westonruter 2017-01-04 19:12:39 +00:00
  • cd97be6df7 Docs: Correct the DocBlock for get_header_video_url(). SergeyBiryukov 2017-01-04 13:43:40 +00:00
  • e2e43dade9 Docs: Correct @since and @access tags for WP_Term_Query::get_terms() and WP_Term_Query::parse_orderby_meta(). SergeyBiryukov 2017-01-04 13:38:10 +00:00
  • 9369e432a5 Docs: Correct @access tag for WP_Customize_Partial::id_data property. SergeyBiryukov 2017-01-04 13:35:22 +00:00
  • 99e7e759ec Docs: Add missing @since and @access tags for WP_Widget_Form_Customize_Control::to_json() and ::render_content(). SergeyBiryukov 2017-01-04 13:33:03 +00:00
  • 0df296a519 Docs: Add missing @since and @access tags for WP_Date_Query::is_first_order_clause(). SergeyBiryukov 2017-01-04 13:25:27 +00:00
  • 7bd9bc5208 Docs: Correct rest_insert_* duplicate hook references in REST API. SergeyBiryukov 2017-01-04 13:22:49 +00:00
  • 10fbee7158 Docs: Add missing session_token_manager duplicate hook reference in wp-includes/class-wp-session-tokens.php. SergeyBiryukov 2017-01-04 13:21:41 +00:00
  • fb2da144c4 Docs: Correct comment_email duplicate hook reference in wp-admin/includes/class-wp-comments-list-table.php. SergeyBiryukov 2017-01-04 13:20:24 +00:00
  • 6377db170b Docs: Add missing duplicate hook references in wp-admin/includes/ajax-actions.php. SergeyBiryukov 2017-01-04 13:19:02 +00:00
  • 53e6e1f5d3 I18N: Add post type context to "Featured Image" post labels. SergeyBiryukov 2017-01-04 08:39:29 +00:00
  • 0f6f7f207d Posts, Post Types: Add a @since entry for archives post type label introduced in [35382]. SergeyBiryukov 2017-01-04 08:20:14 +00:00
  • 298b0d0676 Shortcodes: Clarify the docs for pre_do_shortcode_tag and do_shortcode_tag. dd32 2017-01-03 03:57:03 +00:00
  • 80905ab4b1 Ignore the 'comment_order' setting when determining comment pagination. boonebgorges 2017-01-02 19:58:09 +00:00
  • 3418d831a5 Don't double-escape terms payload in WP_Tax_Query::transform_query(). boonebgorges 2017-01-02 19:38:07 +00:00
  • 511e4c67dd REST API: Add missing assertions to the view and embed context response data for the Users Controller. Rachel Baker 2017-01-02 18:42:22 +00:00
  • 1aec30fba8 General: Update copyright year to 2017 in license.txt. Rachel Baker 2017-01-02 17:57:42 +00:00
  • 16e8d82c89 Updates: Show the Authentication key settings after selecting the SSH transport in both the modal, and also on the plugin/theme updates screen. Dion Hulse 2016-12-30 07:43:41 +00:00
  • 85ad040c97 Updates: Remove a stray " from a tag. Dion Hulse 2016-12-30 07:41:45 +00:00
  • 247e08e84a Mail: Ensure that any phpmailerException exceptions generated by setFrom() are caught to avoid PHP Fatal errors. Dion Hulse 2016-12-30 06:43:07 +00:00
  • f6fa5ddda7 Taxonomy: Redirect to current taxonomy when adding a term without AJAX. Peter Wilson 2016-12-30 03:10:34 +00:00
  • 70085bd944 REST API: Merge similiar error message strings in the Terms Controller. Rachel Baker 2016-12-29 18:44:59 +00:00
  • fa3f97449e REST API: Add the supports property to the Post Type response object. Rachel Baker 2016-12-29 17:27:37 +00:00
  • e0531dcaa3 Upgrade PHPMailer from 5.2.14 to 5.2.21. Dion Hulse 2016-12-29 02:52:08 +00:00
  • 3a4aae8c20 Filesystem: Add return statement to WP_Filesystem_ftpsockets->rmdir Dion Hulse 2016-12-28 03:51:29 +00:00
  • 8eda7a0510 REST API: Remove errant annotation from test_get_items_pagination_headers() method. Rachel Baker 2016-12-27 18:03:52 +00:00
  • 7018deaf87 Comments: Fix placement of the wp_update_comment_data filter to safeguard filtered data from triggering a database error. Rachel Baker 2016-12-27 17:21:04 +00:00
  • 8512036e4e Docs: Misc corrections and additions to inline documentation. John Blackbourn 2016-12-27 09:27:38 +00:00
  • 5f645d2f34 Docs: Add and correct @since docs for a variety of functions and methods. John Blackbourn 2016-12-27 09:20:11 +00:00
  • 35ccbc8368 Taxonomy: Eliminate redundant and inaccurate dupe check when creating categories from post.php. Boone Gorges 2016-12-23 03:10:36 +00:00
  • ef91d166d5 Query: Improve documentation for orderby=relevance in WP_Query. Boone Gorges 2016-12-23 02:30:54 +00:00
  • 213d196d66 Twenty Seventeen: Fix incorrect $content_width value in theme David A. Kennedy 2016-12-22 23:23:23 +00:00