Commit Graph

  • e0d8dbe350 Coding Standards: Move wp-admin/custom-background.php to wp-admin/includes/class-custom-background.php Gary Pendergast 2019-07-19 04:01:41 +00:00
  • 968254f4f4 Coding Standards: Exclude a handful of incorrectly named files that won't be renamed. Gary Pendergast 2019-07-19 03:49:26 +00:00
  • 8cf3e59fc4 Coding Standards: Improve spacing of printf() calls in the admin About pages. Gary Pendergast 2019-07-19 00:08:38 +00:00
  • 6ec230ac18 I18N: Make URLs to https://wordpress.org/about/ and related pages translatable, as they can now be localized on Rosetta sites. Sergey Biryukov 2019-07-18 12:40:39 +00:00
  • 0b06e59940 Customizer: Show all widgets when the search field is cleared. Gary Pendergast 2019-07-18 05:54:10 +00:00
  • e6e96d0ef9 Editor: Replace external Classic Editor plugin URL with a link to Add Plugins screen with Classic Editor pre-selected. Sergey Biryukov 2019-07-18 01:32:13 +00:00
  • 9db88b1b02 Coding Standards: Fix WPCS issues in [45655]. Sergey Biryukov 2019-07-17 19:21:28 +00:00
  • fd23000b11 Menus: Trim whitespace from custom link URLs. Sergey Biryukov 2019-07-17 18:44:56 +00:00
  • 8416a2b410 Coding Standards: Move wp-admin/custom-header.php to wp-admin/includes/class-custom-image-header.php Gary Pendergast 2019-07-17 06:16:27 +00:00
  • 3686fd8c59 Coding Standards: Exclude some class names from checks when they can't be renamed. Gary Pendergast 2019-07-17 04:33:27 +00:00
  • 3bb75e0a3f Coding Standards: Fix WPCS issues in [45651]. Sergey Biryukov 2019-07-17 01:49:08 +00:00
  • 916916317d Media: Add "Documents", "Spreadsheets", and "Archives" groups to file type filter in Media Library. Sergey Biryukov 2019-07-17 01:21:55 +00:00
  • ceeb99ecbc Administration: In admin-ajax.php, send X-Robots-Tag header earlier, so that it applies before wp_die() when no action parameter was provided. Sergey Biryukov 2019-07-17 01:10:59 +00:00
  • 8df86efc2b Site Health: Use consistent verbiage for "Learn more" links. Sergey Biryukov 2019-07-16 22:27:55 +00:00
  • 94a6e06ab9 Site Health: Replace "harddrive" with "device" on Site Health Info screen. Sergey Biryukov 2019-07-16 22:18:58 +00:00
  • a65fcde5c0 I18N: Merge duplicate "Your plugins/themes/translations are all up to date" strings. Sergey Biryukov 2019-07-16 22:13:01 +00:00
  • 2ae276c44f Media: Add a unit test for wp_get_mime_types(). Sergey Biryukov 2019-07-16 21:51:45 +00:00
  • 9d00289c60 Media: Sort the new sizes array by priority when creating image sub-sizes. Andrew Ozz 2019-07-16 21:47:35 +00:00
  • 98a2971872 Customize: In WP_Customize_Widgets::capture_filter_pre_update_option(), return the filtered value instead of null when bailing early for ignored options. Sergey Biryukov 2019-07-16 21:32:21 +00:00
  • 09fc7ba6ae Docs: Move the do_mu_upgrade DocBlock out of the preceding if statement. Sergey Biryukov 2019-07-16 13:14:45 +00:00
  • 811b92192d Docs: Correct @since tag for do_mu_upgrade hook, for consistency with after_mu_upgrade and wpmu_upgrade_site. Sergey Biryukov 2019-07-16 12:41:16 +00:00
  • 1570f89693 Comments: Fix typo in comment reply observer options. Sergey Biryukov 2019-07-15 16:45:58 +00:00
  • 9f8a75e154 Code Modernisation: Revert [45624]. Gary Pendergast 2019-07-15 07:03:54 +00:00
  • 2da7f9f524 Code Modernisation: Fix known instances of array access on data types that can't be accessed as arrays. Gary Pendergast 2019-07-15 06:24:08 +00:00
  • e6c750b55c Code Modernisation: Document when the Hash polyfills can be removed. Gary Pendergast 2019-07-15 05:13:10 +00:00
  • 593c402dc7 Code Modernisation: Remove the SPL autoloader polyfill. Gary Pendergast 2019-07-15 05:10:36 +00:00
  • f3b826dd74 Code Modernisation: Remove the array_replace_recursive() polyfill. Gary Pendergast 2019-07-15 05:07:20 +00:00
  • 6b3ccc2c64 WPDB: Allow custom data to be added to logged queries. Gary Pendergast 2019-07-15 04:06:24 +00:00
  • eb9f88e763 I18N: Add context for theme filter strings in WP_MS_Themes_List_Table::get_views(). Sergey Biryukov 2019-07-14 14:46:10 +00:00
  • 60c7970d14 Upgrade/Install: Remove debugging artifacts from wp-admin/upgrade.php added in [1229]. Sergey Biryukov 2019-07-14 14:38:43 +00:00
  • 0492ad749d REST API: Allow rest_get_avatar_urls() to accept full user, post, or comment objects, rather than just an email address, to provide better flexibility for alternative avatar data. Sergey Biryukov 2019-07-14 14:34:02 +00:00
  • a7041b951b TinyMCE: fix adding of too many undo levels for wpviews. The HTML changes several times when a wpview is added. We only want one undo level. Also fixes cases when the cursor is next to an embeddable URL in the Text tab and the user switches to the Visual tab. Andrew Ozz 2019-07-12 03:24:20 +00:00
  • 1f8d74409b Code Modernisation: Introduce the spread operator in wpdb::prepare(). Gary Pendergast 2019-07-12 00:16:34 +00:00
  • e0c9623ae1 Code Modernisation: Introduce the spread operator in widgets.php. Gary Pendergast 2019-07-12 00:13:07 +00:00
  • e6cde1614b Code Modernisation: Introduce the spread operator in theme.php. Gary Pendergast 2019-07-12 00:09:31 +00:00
  • 6e829a7b26 Code Modernisation: Introduce the spread operator in walk_page_dropdown_tree(). Gary Pendergast 2019-07-12 00:04:57 +00:00
  • 03b7742ee9 Customize: Fix text direction for color picker in RTL. Sergey Biryukov 2019-07-12 00:04:41 +00:00
  • 17ba89b662 Code Modernisation: Introduce the spread operator in add_post_type_support(). Gary Pendergast 2019-07-12 00:01:19 +00:00
  • 6c3ba83eb9 Code Modernisation: Introduce the spread operator in Walker. Gary Pendergast 2019-07-11 23:50:37 +00:00
  • 1963a00f83 Code Modernisation: Introduce the spread operator in WP_User. Gary Pendergast 2019-07-11 23:47:56 +00:00
  • 50ec358b41 Code Modernisation: Introduce the spread operator in capabilities.php. Gary Pendergast 2019-07-11 23:45:22 +00:00
  • 620704320e Editor: Make registered editor stylesheets (editor-style.css) available to the front-end. Andrew Ozz 2019-07-11 18:29:09 +00:00
  • 944595cb9d TinyMCE: fix flickering inline toolbar when showing a tooltip. Take two. Andrew Ozz 2019-07-11 18:17:46 +00:00
  • ec2942e03e Block Editor: Avoid a PHP warning when a theme adds an editor style with an empty filename. Gary Pendergast 2019-07-11 07:20:40 +00:00
  • 756e06cd94 Block Editor: Fix the link to the classic editor when incompatible meta boxen are detected. Gary Pendergast 2019-07-11 06:00:39 +00:00
  • eba439f0ac Coding Standards: Remove extra whitespace in list tables' column_cb() methods. Sergey Biryukov 2019-07-09 21:10:11 +00:00
  • 6bee5769cb Coding Standards: Remove extra whitespace in wp-admin/includes/image-edit.php. Sergey Biryukov 2019-07-09 21:04:41 +00:00
  • 9ed8e4189a I18N: Move code out of translatable string in a _deprecated_argument() message in wp_stream_image(), wp_save_image_file(), and image_edit_apply_changes(). Sergey Biryukov 2019-07-09 20:56:37 +00:00
  • 89919f6ac4 Menus: Remove extra whitespace from URLs in Walker_Nav_Menu_Edit::start_el(). Sergey Biryukov 2019-07-09 20:44:03 +00:00
  • 40d9fdf1f9 Filesystem API: Check correct variable in WP_Filesystem_Direct::dirlist() after [45611]. Sergey Biryukov 2019-07-09 15:57:53 +00:00
  • acf6cabe24 Coding Standards: Fix instances of WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase. Gary Pendergast 2019-07-09 06:28:09 +00:00
  • d36eda33f7 Coding Standards: Fix instances of WordPress.PHP.NoSilencedErrors.Discouraged. Gary Pendergast 2019-07-09 05:44:42 +00:00
  • e56d5d0d4c TinyMCE: fix flickering inline toolbar when hovering over the buttons there and the vertical scrollbar is not shown (the page height is less than the window height). Improves/removes the previous fix for similar flickering but only in RTL, see #42018. Andrew Ozz 2019-07-09 01:09:53 +00:00
  • 9a54b94b4a Coding Standards: Add missing translator comments to the default themes. Gary Pendergast 2019-07-09 01:08:47 +00:00
  • dd8fa6dc05 Theme Editor: Hide the recommendation to create a child theme when editing a child theme. Gary Pendergast 2019-07-08 03:14:37 +00:00
  • c6c78490e2 Coding Standards: Fix the remaining issues in /tests. Gary Pendergast 2019-07-08 00:55:20 +00:00
  • 431bc58a48 Twenty Thirteen: Add styles for the new Group block. laurelfulford 2019-07-07 20:48:03 +00:00
  • b55695b189 Twenty Nineteen: Add styles for the new Group block. laurelfulford 2019-07-07 20:10:55 +00:00
  • 272e5bb4e5 Coding Standards: Add missing translator comments. Gary Pendergast 2019-07-05 08:03:40 +00:00
  • 18ec05e23a Coding Standards: Fix all WordPress.DB.PreparedSQLPlaceholders issues. Gary Pendergast 2019-07-05 05:42:57 +00:00
  • 6acb0c6402 Coding Standards: Fix all WordPress.WhiteSpace.PrecisionAlignment issues. Gary Pendergast 2019-07-05 05:20:52 +00:00
  • 027c9dae90 Coding Standards: Fix all WordPress.CodeAnalysis.AssignmentInCondition issues. Gary Pendergast 2019-07-05 03:13:31 +00:00
  • e6b7205a8f Coding Standards: Upgrade WPCS to 2.1.1. Gary Pendergast 2019-07-05 02:49:53 +00:00
  • 6b61c34ded Coding Standards: Mark the handful of hook names with uppercase characters or hyphens as ignored. Gary Pendergast 2019-07-05 01:44:41 +00:00
  • 93be654dbd Text Changes: Use consistent question wording in database connection error messages. Sergey Biryukov 2019-07-04 10:57:03 +00:00
  • e083a928fc Text Changes: Use consistent question wording for plugin and theme deletion confirmations. Sergey Biryukov 2019-07-04 09:55:13 +00:00
  • fdc5010ba3 Twenty Nineteen: Fix markup errors in twentynineteen_add_ellipses_to_nav(): Sergey Biryukov 2019-07-04 09:22:17 +00:00
  • 2aeab4216e Twenty Nineteen: Adjust markup in twentynineteen_add_ellipses_to_nav() for better readability. Sergey Biryukov 2019-07-04 09:14:08 +00:00
  • 5fea17ba03 Twenty Nineteen: Update package.json with the latest package versions to pass npm audit. Sergey Biryukov 2019-07-04 00:37:48 +00:00
  • f56c63a5d2 Script Loader: Remove unnecessary jquery dependency for wp-sanitize.js. Sergey Biryukov 2019-07-04 00:32:40 +00:00
  • 68a41a5eae Bundled Themes: Remove extra semicolons from CSS files. Sergey Biryukov 2019-07-04 00:26:21 +00:00
  • b2ad702410 Query: Make sure $climits variable in WP_Query::get_posts() is always defined to avoid a PHP notice. Sergey Biryukov 2019-07-03 01:13:21 +00:00
  • 4503f93961 Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in wp-includes. Gary Pendergast 2019-07-02 23:41:16 +00:00
  • a00c69458b Formatting: Revert the changes to wpautop() in [45585,45587]. Gary Pendergast 2019-07-02 11:21:53 +00:00
  • fe28df65e3 Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in tests. Gary Pendergast 2019-07-02 04:43:01 +00:00
  • 969c17d82d Formatting: Improve performance of wpautop() on large paragraphs. Gary Pendergast 2019-07-02 03:28:03 +00:00
  • 008630e97a Docs: Update some function docs and signatures. Gary Pendergast 2019-07-02 01:44:06 +00:00
  • 8298f9dad0 Clean up stray <p> tags added by wpautop() inside block level tags. Gary Pendergast 2019-07-02 01:30:15 +00:00
  • b97899a07f Taxonomy: add a new 'terms_pre_query' filter to short circuit WP_Term_Query 'get_terms' queries. Adam Silverstein 2019-07-01 20:47:21 +00:00
  • 9a1549767e Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in wp-admin. Gary Pendergast 2019-07-01 12:50:14 +00:00
  • 5fe76184f2 Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in the base directory. Gary Pendergast 2019-07-01 08:26:25 +00:00
  • 99e5c1e9ed Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in the default themes. Gary Pendergast 2019-07-01 08:22:31 +00:00
  • ef5a9dfda6 Coding Standards: Fix/ignore the WordPress.NamingConventions.ValidFunctionName violations. Gary Pendergast 2019-07-01 08:00:12 +00:00
  • d2c4198623 Multisite: Use size_format() in display_space_usage(). Gary Pendergast 2019-07-01 03:46:30 +00:00
  • 78e096fe98 Formatting: Trim leading whitespace in esc_url(). Gary Pendergast 2019-07-01 03:28:21 +00:00
  • 77f9bf0aeb Formatting: Don't add <p> tags inside <svg> tags. Gary Pendergast 2019-07-01 03:18:28 +00:00
  • b87bdbe9ba Twenty Seventeen: Correct the CSS selectors intended to fix hover colors for MediaElement controls. Sergey Biryukov 2019-06-29 00:50:55 +00:00
  • ed1233d05f Build/Test Tools: Fix the hello e2e test assertion. Riad Benguella 2019-06-28 11:33:13 +00:00
  • 77764a5754 Formatting: Add correct <p> tags near <hr> tags. Gary Pendergast 2019-06-28 07:15:31 +00:00
  • b9cd66f483 Formatting: Add support for seconds to human_time_diff(). Gary Pendergast 2019-06-28 06:43:27 +00:00
  • 66d9c7e491 Accessibility: Make the Media modal an ARIA modal dialog. Andrea Fercia 2019-06-27 12:32:28 +00:00
  • f8228d3116 Build/Test Tools: Make the local env scripts executable. Riad Benguella 2019-06-27 12:05:44 +00:00
  • 42a8715471 Build/Test Tools: Add the e2e tests setup. Riad Benguella 2019-06-27 11:26:58 +00:00
  • 3202f9f37e Formatting: Don't convert smilies in ignored tags that have attributes. Gary Pendergast 2019-06-27 02:04:17 +00:00
  • 4512e94f9c Users: Pass $length, $special_chars, and $extra_special_chars parameters to the random_password filter in wp_generate_password(). Sergey Biryukov 2019-06-27 00:47:41 +00:00
  • 115c496a9a Docs: Correct @since for admin/edit-comments.js, introduced in [3736]. Sergey Biryukov 2019-06-26 18:18:21 +00:00
  • 5118e5e266 REST API: Call WP_REST_Server::get_compact_response_links() and ::get_raw_data() static methods the right way. Sergey Biryukov 2019-06-26 18:06:32 +00:00
  • fc10b6bbcd Docs: Correct and improve the docs for a few nonce-related functions. John Blackbourn 2019-06-25 17:06:57 +00:00
  • ec44c57afa Editor: Fix undefined $locked var in edit-form-blocks.php when the show_post_locked_dialog filter is used to disable displaying of the dialog. Andrew Ozz 2019-06-25 15:02:34 +00:00
  • 725c77a13d Plugins: Fix the plugin details modal layout after [45520]. Andrea Fercia 2019-06-25 14:10:29 +00:00