Commit Graph

  • 6ee8a99b6a Cron: Fix condition reversed in [45559]. Peter Wilson 2019-06-22 13:42:58 +00:00
  • 3099359887 Docs: Improve JSDoc for media/views/attachment/details.js. Anton Timmermans 2019-06-22 13:01:22 +00:00
  • 183b4b6212 Cron API: Prevent caching of WP Cron requests. Peter Wilson 2019-06-22 11:12:58 +00:00
  • e37aff4320 Code is Poetry: CS Fixes required in wp-cron.php. Peter Wilson 2019-06-22 11:11:26 +00:00
  • a912ef9642 Docs: Improve JSDoc for admin/edit-comments.js. Anton Timmermans 2019-06-20 14:44:30 +00:00
  • 0dc3295e29 Themes: improve search by trimming search string. Adam Silverstein 2019-06-20 14:14:59 +00:00
  • e9fc71bbbe Date/Time: Eliminate use of date_default_timezone_set() for determining DST status on General Options screen. Sergey Biryukov 2019-06-20 14:10:44 +00:00
  • e283457e45 Date/Time: Add more supported formats to wp_maybe_decline_date(). Sergey Biryukov 2019-06-20 13:46:20 +00:00
  • 97b90a454c XML-RPC: Merge similar translation strings. Jonathan Desrosiers 2019-06-20 12:52:52 +00:00
  • 7a9af3a4ed Comments: Open comment quick edit on double click. Anton Timmermans 2019-06-20 10:05:03 +00:00
  • 52f5768db6 Help/About: Improve wording of PHP Error Protection section. Jonathan Desrosiers 2019-06-20 09:51:31 +00:00
  • 1f1cf751e5 Plugins: When validating plugin's WordPress and PHP requirements, check for Requires at least and Requires PHP headers in the plugin's main PHP file. Sergey Biryukov 2019-06-18 03:23:53 +00:00
  • 44bd6e5615 Bootstrap/Load: Set expiration of the recovery mode cookie to the same amount of time for which the token in it is valid: a week by default. Sergey Biryukov 2019-06-17 19:16:16 +00:00
  • 2a039d481e Bootstrap/Load: Return a 403 error code when the recovery mode cookie is invalid or expired, or the exit recovery mode nonce check failed. Sergey Biryukov 2019-06-17 18:36:28 +00:00
  • 5e26728387 Media: Ignore errors coming from image_resize_dimensions() when creating sub-sizes (for now). It returns false when the requested size is larger than the original image and should be skipped. This triggers new WP_Error in WP_Image_Editor::resize(). Andrew Ozz 2019-06-16 01:32:16 +00:00
  • 69fabdbd4d I18N: Merge duplicate strings in notifications displayed when a new user has been created or added to the site. Sergey Biryukov 2019-06-15 18:56:47 +00:00
  • 31d865271b Media: fix support for arrays for the crop setting for registered image sub-sizes in wp_get_registered_image_subsizes(). Andrew Ozz 2019-06-15 17:16:27 +00:00
  • 815e3ffbe6 After [45538]: fix another WPCS "strict comparison" fix. Andrew Ozz 2019-06-15 16:23:28 +00:00
  • cd86b07108 After [45538]: fix a WPCS fix and make couple of var names consistent. Andrew Ozz 2019-06-15 01:31:07 +00:00
  • ca84ae5030 Save progress of intermediate image creation after upload. First run. - Introduces wp_get_missing_image_subsizes() and wp_update_image_subsizes() to generate image sub-sizes that are missing or were not created after the upload. - Adds a way to display errors that happened while creating sub-sizes. - Introduces wp_create_image_subsizes() intended for use after an image was uploaded. It saves/updates the image metadata immediately after each sub-size is created. This fixes the (long standing) problem when some of the sub-size image files were created but there was a timeout or an error and the metadata was not saved. Until now such uploads were considered "failed" which usually resulted in the user trying to upload the same image again, creating even more "orphan" image files. Andrew Ozz 2019-06-15 01:01:48 +00:00
  • 8e7a6b298d Menus: Set better default for $args parameter in Walker_Nav_Menu methods, to match the documented parameter type. Sergey Biryukov 2019-06-14 11:25:45 +00:00
  • 7283555663 Administration: Adjust code for "Manage widgets or menus" item on "Welcome to WordPress" panel to avoid an extra space after [42343]. Sergey Biryukov 2019-06-14 00:28:54 +00:00
  • 8e8402092a Docs: Fix typos in Services_JSON DocBlocks. Jonathan Desrosiers 2019-06-13 19:18:55 +00:00
  • e153f957ad Fix displaying of the "An updated version of WordPress is available." notice when running the latest nightly build. Note that it is still displayed when running a local build or from /src. Andrew Ozz 2019-06-13 16:42:18 +00:00
  • 5eb394329a Accessibility: Handle one more case of focus loss when switching view in the Media Views. Andrea Fercia 2019-06-13 16:21:49 +00:00
  • f16752240c Add a Recovery Mode Exit button to the notice. This fixes it in responsive view. Andrew Ozz 2019-06-13 15:59:58 +00:00
  • 2d4887f4c7 Customize: Remove “Update” link for themes on multisite installs. Jonathan Desrosiers 2019-06-13 15:30:37 +00:00
  • 2ce0519f60 Media: Make sure the bottom media toolbar content is fully visible with Internet Explorer 11. Andrea Fercia 2019-06-13 14:11:57 +00:00
  • 8625ca01ec Bundled Theme: Fix malformed Google Font URL for Twenty Twelve due to double-encoding of + Weston Ruter 2019-06-12 23:32:44 +00:00
  • 6551660d55 Accessibility: Improve focus management in the Media Views. Andrea Fercia 2019-06-12 21:02:03 +00:00
  • 2b919ee051 Administration: Improve the horizontal centering of the Site Health tabs. Andrea Fercia 2019-06-12 19:30:49 +00:00
  • 7bd553f13b Administration: Fix the responsive layout after changes to the Screen Options and Help buttons position. Andrea Fercia 2019-06-12 19:20:13 +00:00
  • f3c91893a9 Privacy tools: - Move the (remaining) privacy tools related functions from wp-admin/includes/file.php to wp-admin/includes/privacy-tools.php. - Move the WP_User_Request class to a separate file. Andrew Ozz 2019-06-10 23:53:32 +00:00
  • 1d9ac40038 I18N: Merge duplicate "authenticity could not be verified" strings, fix comma placement on About page. Sergey Biryukov 2019-06-10 14:13:33 +00:00
  • 66f7cee321 Site health: Introduce view_site_health_checks capability. Peter Wilson 2019-06-10 07:41:12 +00:00
  • 0ddaeb1ad2 Accessibility: Fix the order of the Previous, Next, and Close buttons in the Attachment Details modal. Andrea Fercia 2019-06-09 15:47:43 +00:00
  • 393960b182 I18N: Allow the length of automatically generated excerpts to be localized. John Blackbourn 2019-06-08 18:41:08 +00:00
  • ea0a34c649 HTTP API: Ensure the http_api_debug hook is fired for all responses. johnbillion 2019-06-08 17:09:02 +00:00
  • c14ea1630f Accessibility: Improve the Screen Options and Help buttons order. Andrea Fercia 2019-06-08 16:30:15 +00:00
  • 7c04864ef5 Administration: Improve the Screen Options and Help buttons focus style after [45501]. Andrea Fercia 2019-06-08 16:06:19 +00:00
  • dfb4b20cbd Administration: Remove extra border from the Screen Options and Help buttons. Andrea Fercia 2019-06-08 14:49:50 +00:00
  • 0af549fdf5 Privacy tools: remove some left-over code and fix inline comment. Andrew Ozz 2019-06-08 00:29:59 +00:00
  • 226dc75154 Accessibility: Improve accessibility of all the media views form controls. Andrea Fercia 2019-06-07 20:43:26 +00:00
  • ffe40885a1 Regenerate the REST API fixtures after [45443]. Andrea Fercia 2019-06-07 20:23:46 +00:00
  • f32683249d Fix the media player controls bar width in the media views. Andrea Fercia 2019-06-07 13:28:37 +00:00
  • 3f43833d5b Docs: Fix typo in comment_class() DocBlock. Sergey Biryukov 2019-06-06 23:51:24 +00:00
  • 3ecc8d3f42 Media: Restore correct arrow direction in RTL in Attachment Details modal. Sergey Biryukov 2019-06-06 01:24:51 +00:00
  • f6bd90f2ef I18N: Merge duplicate "Original" strings used in the same context (referring to image size). Sergey Biryukov 2019-06-05 15:22:22 +00:00
  • 62385fdd00 I18N: Correct encoding for wp-includes/widgets/class-wp-widget-calendar.php, accidentally saved in ANSI instead of UTF-8. Sergey Biryukov 2019-06-05 15:08:42 +00:00
  • 3fc93cbbb6 I18N: Merge duplicate "A calendar of your site’s posts" strings used in the Calendar widget and the Calendar block in the editor. Sergey Biryukov 2019-06-05 15:02:56 +00:00
  • 21b3d9031a Posts, Post Types: Switch the order of arguments for implode() in the_meta() to match the function notation. Sergey Biryukov 2019-06-05 00:15:06 +00:00
  • 383b620ced Privacy: Remove inline CSS within personal data request list tables. Jonathan Desrosiers 2019-06-04 23:39:31 +00:00
  • ea4250beeb Docs: Correct parameter name for wp_new_user_notification_email_admin filter. Sergey Biryukov 2019-06-04 12:47:52 +00:00
  • d22572a5a5 I18N: Merge duplicate "Status" and "Info" strings on Site Health screens. Sergey Biryukov 2019-06-01 22:09:42 +00:00
  • 9172b9c16b Upgrade/Install: Correct operator precedence for an error code in WP_Ajax_Upgrader_Skin::error(). Sergey Biryukov 2019-05-31 14:13:09 +00:00
  • af0c73b10b Build/Test Tools: Add $current_screen to the list of globals to unset in WP_UnitTestCase_Base::go_to(). Sergey Biryukov 2019-05-31 14:06:27 +00:00
  • 2264493b0d Bundled Theme: Load Google fonts with display=fallback parameter for better UX in case the font cannot be loaded. Felix Arntz 2019-05-31 10:09:39 +00:00
  • 37e745c041 CSS Coding Standards: Use unitless values for line-height in wp-admin/css/media.css. Sergey Biryukov 2019-05-30 16:44:02 +00:00
  • 454cdf5f54 Media: Move tag cloud styles that accidentally ended up in Media section after the reorganization in [16136] to a more appropriate place. Sergey Biryukov 2019-05-30 16:39:59 +00:00
  • 3b248eeb83 Block Editor: Update packages to the ones slated for WP5.2.2 Riad Benguella 2019-05-30 15:40:59 +00:00
  • fea049171e Docs: Add missing function documentation for list_plugin_updates(). Jonathan Desrosiers 2019-05-30 15:09:32 +00:00
  • 01cbc28400 Docs: Add missing documentation for the locale meta field. Jonathan Desrosiers 2019-05-30 14:36:41 +00:00
  • c60e468c6f CSS Coding Standards: Use unitless values for line-height in wp-includes/css/media-views.css. Sergey Biryukov 2019-05-30 13:17:48 +00:00
  • a348577580 CSS Coding Standards: Use unitless values for line-height in wp-includes/css/editor.css. Sergey Biryukov 2019-05-30 12:44:43 +00:00
  • 42d0a9ff5d CSS Coding Standards: Use unitless values for line-height in wp-includes/css/buttons.css. Sergey Biryukov 2019-05-30 12:41:56 +00:00
  • 4154cb7762 CSS Coding Standards: Use unitless values for line-height in wp-includes/css/wp-pointer.css. Sergey Biryukov 2019-05-30 12:40:59 +00:00
  • cfe0064c7a CSS Coding Standards: Use unitless values for line-height in wp-includes/css/wp-embed-template.css. Sergey Biryukov 2019-05-30 12:39:26 +00:00
  • f706a2d4c4 CSS Coding Standards: Use unitless values for line-height in wp-includes/functions.php. Sergey Biryukov 2019-05-30 12:38:09 +00:00
  • e7f7b81bcc CSS Coding Standards: Use unitless values for line-height in wp-includes/css/wp-auth-check.css. Sergey Biryukov 2019-05-30 12:36:39 +00:00
  • 6da8445436 CSS Coding Standards: Use unitless values for line-height in wp-includes/css/jquery-ui-dialog.css. Sergey Biryukov 2019-05-30 12:35:03 +00:00
  • 6bd334d74b CSS Coding Standards: Use unitless values for line-height in wp-includes/css/customize-preview.css. Sergey Biryukov 2019-05-30 12:33:13 +00:00
  • bf0213bbc7 CSS Coding Standards: Use unitless values for line-height in wp-includes/css/admin-bar.css. Sergey Biryukov 2019-05-30 12:31:57 +00:00
  • 0b50df57a7 CSS Coding Standards: Use unitless values for line-height in wp-admin/css/revisions.css. Sergey Biryukov 2019-05-30 12:15:21 +00:00
  • efe514a8c2 CSS Coding Standards: Use unitless values for line-height in wp-admin/css/list-tables.css. Sergey Biryukov 2019-05-30 12:14:11 +00:00
  • 2254e86861 CSS Coding Standards: Use unitless values for line-height in wp-admin/css/login.css. Sergey Biryukov 2019-05-30 12:08:53 +00:00
  • ca40b4ef9f CSS Coding Standards: Use unitless values for line-height in wp-admin/css/install.css. Sergey Biryukov 2019-05-30 11:52:20 +00:00
  • e9f7b9a81d CSS Coding Standards: Use unitless values for line-height in wp-admin/css/forms.css. Sergey Biryukov 2019-05-30 11:48:09 +00:00
  • 79e2b83b8f Administration: Improve the Site Health tables layout for small screens. Andrea Fercia 2019-05-29 18:21:45 +00:00
  • 663c2f6562 CSS Coding Standards: Use unitless values for line-height in wp-admin/css/edit.css. Sergey Biryukov 2019-05-29 16:04:38 +00:00
  • febf206326 CSS Coding Standards: Use unitless values for line-height in wp-admin/css/dashboard.css. Sergey Biryukov 2019-05-29 16:02:49 +00:00
  • 84efe08557 CSS Coding Standards: Use unitless values for line-height in wp-admin/css/customize-widgets.css. Sergey Biryukov 2019-05-29 16:00:40 +00:00
  • 1b4d29ab71 Administration: Add missing filter documentation for Site Health auto update tests. Jonathan Desrosiers 2019-05-29 13:58:33 +00:00
  • 3337e709ee Fix unit tests after [45456]. The query string is a bit different but the results are the same. Andrew Ozz 2019-05-28 04:18:53 +00:00
  • 5bcaac6cfd Fix previous WPCS errors in script-loader.php triggered by [45456]. Andrew Ozz 2019-05-28 03:31:55 +00:00
  • 2d02bb13d1 Script loader: prevent sorting of the load array in the query string when passing the script handles to load-scripts.php and load-styles.php. Andrew Ozz 2019-05-28 02:42:24 +00:00
  • 9ca38510d1 Build tools, WPCS: disable line ending check when running phpcs but fix them to \n whit phpcfb. Fixes (erroneous) reports on Windows about improper line endings in all files. They are managed directly by Git or SVN. Andrew Ozz 2019-05-28 00:25:42 +00:00
  • 6d523d5044 Docs: Add a comment about the reinstated wp-admin/options-privacy.php. Sergey Biryukov 2019-05-27 03:02:33 +00:00
  • 2208412015 Privacy: Remove reinstated wp-admin/options-privacy.php from $_old_files. Sergey Biryukov 2019-05-27 02:39:46 +00:00
  • d670b91335 Fix typo in [45451] and move the redirect to the proper location. Andrew Ozz 2019-05-26 23:20:56 +00:00
  • 2fb86e26e6 Privacy tools: restore privacy.php to its "proper" use to output the Privacy tab on the About screen, see [42814]. Then add the Privacy tab updates from freedoms.php. Andrew Ozz 2019-05-26 22:56:18 +00:00
  • 41847b234e Docs: Improve documentation for some more variadic functions. John Blackbourn 2019-05-26 22:47:23 +00:00
  • 5b5ebdaa39 Docs: Improve docs for variadic functions relating to widgets and their controls. John Blackbourn 2019-05-26 22:04:04 +00:00
  • 9fcb362fa0 Privacy tools: Organize privacy functions into logical files and classes. Andrew Ozz 2019-05-26 20:49:04 +00:00
  • ae81d63a2a I18N: Remove PHP function name from translatable string in WP_Recovery_Mode_Email_Service. Sergey Biryukov 2019-05-26 20:43:43 +00:00
  • 59635ee372 Build/Test Tools: Revert an accidental change to Node dependencies. John Blackbourn 2019-05-26 19:36:57 +00:00
  • 814aa7149f Build/Test Tools: Remove the dependency on a globally installed Grunt. John Blackbourn 2019-05-26 19:34:24 +00:00
  • 68f7c2d7a5 I18N: Merge duplicate "Invalid post parent ID" strings. Sergey Biryukov 2019-05-26 19:04:58 +00:00
  • 4af886494a Administration: Replace one more reference to "articles" with "posts" for greater consistency of terminology. Sergey Biryukov 2019-05-26 18:50:28 +00:00
  • d410033e9c I18N: Merge duplicate "Status is forbidden" strings. Sergey Biryukov 2019-05-26 18:46:43 +00:00
  • b8e4a052a7 I18N: Merge duplicate "Add Comment" strings. Sergey Biryukov 2019-05-26 18:42:35 +00:00