Commit Graph

  • d6cc2b6f02 Editor: when keeping the scroll position treat all shortcodes as preview-able. Otherwise in some cases the marker span can get stuck inside the shortcode and break the markup. Andrew Ozz 2018-01-23 17:33:26 +00:00
  • 974d3afb9c Media: Restore white background of the content area in media modal. Sergey Biryukov 2018-01-23 14:00:39 +00:00
  • 65f08f49da Email: Don't send notifications for site or network admin email address change to the default 'admin_email' value. Sergey Biryukov 2018-01-23 13:44:25 +00:00
  • 98a7f16608 Customize: Correct "Add Items" button reference in help text shown after creating a new menu. Sergey Biryukov 2018-01-23 12:02:40 +00:00
  • a8105ec3f2 Emoji: Update Twemoji to 2.4.0. Sergey Biryukov 2018-01-23 11:48:59 +00:00
  • 10ad912128 Taxonomy: Don't display an empty edit link in taxonomy list table if the user doesn't have permissions to edit the term. SergeyBiryukov 2018-01-23 11:33:26 +00:00
  • 5110f349a9 WPDB: Use a PCRE syntax which supports PCRE compiled between 2003 and 2006. Dion Hulse 2018-01-23 03:38:42 +00:00
  • 5bb7fc10c5 Remove JSHint due to license compatibility Aaron Jorbin 2018-01-23 01:28:26 +00:00
  • 4fb6c02b99 Widgets: Ensure media is explicitly enqueued from Text widget in case Media widgets are unregistered. Weston Ruter 2018-01-22 19:24:02 +00:00
  • e2b25e6159 Customize: Let default status for Customizer be draft if user does not have capability to publish. Weston Ruter 2018-01-22 19:09:16 +00:00
  • 026cd70e25 Customize: Prevent frontend previewing from causing a customization lock on the changeset. Weston Ruter 2018-01-22 06:48:51 +00:00
  • ec8734bc2e REST API: Update the fixture data for wp-api.js tests following [42359]. Peter Wilson 2018-01-22 06:33:02 +00:00
  • b5b05c51c6 Customize: Use changeset-specific "locked" messages when branching is enabled. Weston Ruter 2018-01-22 06:27:41 +00:00
  • f65c46cc50 Customize: Prevent showing SFTP theme installation notification in multisite when user cannot install themes. Weston Ruter 2018-01-22 06:14:10 +00:00
  • 8ae0bc51be Widgets: Allow relative/partial URLs in Image Widget's link field. Weston Ruter 2018-01-22 04:51:16 +00:00
  • 10b459f8e8 Code Editor: Disable attr-value-double-quotes HTMLHint rule since too strict for user input. Weston Ruter 2018-01-21 08:00:42 +00:00
  • 4fdd686e7b Formatting: Fix typo in inline documentation of _deep_replace(). Pascal Birchler 2018-01-20 13:31:46 +00:00
  • 29bc3920be Editor: change the test in user_can_richedit() to also detect when IE11 is in compatibility mode. Andrew Ozz 2018-01-18 14:42:34 +00:00
  • 33cd11ecb6 Docs: Improve JSDoc for password-strength-meter.js. Anton Timmermans 2018-01-18 13:38:26 +00:00
  • 2cb36cab72 General: Allow wp_list_pluck() to operate on arrays of references without overwriting the referenced items. Dion Hulse 2018-01-18 05:17:23 +00:00
  • ade2dd5dfe Tests: Remove redundant assertEquals() calls in listFilter tests. Dion Hulse 2018-01-18 05:14:28 +00:00
  • 0baa8ae85c Media: In _wp_handle_upload(), check if the file was properly uploaded before checking its size. Sergey Biryukov 2018-01-17 07:15:57 +00:00
  • 6c081d396a Editor: Use explicit context instead of a trailing space for Edit string in TinyMCE plugins. Sergey Biryukov 2018-01-17 06:27:21 +00:00
  • 505a939720 Widgets: Prevent checkValidity from running on a form when widget is first adding to sidebar. Weston Ruter 2018-01-17 01:23:39 +00:00
  • 16f9dea4ab BUILD/TEST TOOLS: Report Travis test results to make/hosting PHPUnit test results Aaron Jorbin 2018-01-16 20:28:42 +00:00
  • 9dd8b5a210 Plugins: Fix the plugin details modal "Close" button after [42443]. Andrea Fercia 2018-01-16 17:15:00 +00:00
  • 95ec25564b Posts, Post Types: Add tests for get_post_type_labels(). Pascal Birchler 2018-01-16 08:32:55 +00:00
  • b938517860 Build: Bump the version of node used on Travis to match WordPress.org. Dion Hulse 2018-01-16 06:35:22 +00:00
  • e157ce1ebf Build: Bump grunt-sass to v2.0.0 from v1.2.1 for Node 8.x support. Dion Hulse 2018-01-16 06:32:54 +00:00
  • 4dbc0b3987 External Libraries: Remove unnecessary / obsoleted MediaElement.js files. Dion Hulse 2018-01-16 06:27:48 +00:00
  • 2eba5a98d9 Build: Use Node 8.x for trunk. Dion Hulse 2018-01-16 03:56:01 +00:00
  • 01d5469e73 Build: Switch package.json to using tabs for indents. Dion Hulse 2018-01-16 03:54:10 +00:00
  • 842b3a2378 Plugins: Update review filter links in Details modal. Sergey Biryukov 2018-01-16 00:14:48 +00:00
  • 31ce230c58 Widgets: When checking for errors in Custom HTML widget, pass correct value to toggleClass() for Save button. Sergey Biryukov 2018-01-15 23:46:02 +00:00
  • 70dc1d9256 Media: Add small-audio.flac for a unit test added in [42451]. Sergey Biryukov 2018-01-15 22:32:47 +00:00
  • 02ccaeed2c Media: Add flac to the list of allowed file types. Sergey Biryukov 2018-01-15 22:16:33 +00:00
  • fb5b617056 Media: Bring consistency to getimagesize() error suppression. Sergey Biryukov 2018-01-15 19:43:30 +00:00
  • 0fdbb50a0e Themes: Improve line wrapping in feature filter on Theme Install screen and in the Customizer. Sergey Biryukov 2018-01-15 19:26:47 +00:00
  • 40e6a33f2a TinyMCE: on the toolbar drop-downs apply overflow style on the actual element with text. Andrew Ozz 2018-01-15 09:50:15 +00:00
  • ae0995660c Accessibility: Media: Improve the usage of a few label elements in the media templates. Andrea Fercia 2018-01-14 16:38:47 +00:00
  • 9fb5b3bf10 Plugins: Fix the plugin details modal in the install plugin search tab after [41356]. Andrea Fercia 2018-01-13 18:52:42 +00:00
  • 2b56623d89 Formatting: Do not run formatting and texturization on author bios. Peter Wilson 2018-01-13 01:10:56 +00:00
  • 1258d1d9d2 Accessibility: use aria-current for the paginated post links output by wp_link_pages(). Andrea Fercia 2018-01-12 20:16:56 +00:00
  • a8d74c4f4e Twenty Seventeen: Remove unnecessary comment in front-page.php. Sergey Biryukov 2018-01-12 20:00:14 +00:00
  • b9b2f2a79d Docs: Improve JS Docs for controllers/customize-image-cropper.js. Anton Timmermans 2018-01-11 14:31:14 +00:00
  • 91b3164ee5 Upgrade: When deleting old files, if deletion fails attempt to empty the file instead. Dion Hulse 2018-01-10 06:09:51 +00:00
  • 70a92ca96e Streams: When checking in wp_is_stream() escape the stream wrapper names for PCRE to avoid PHP warnings when invalid stream wrappers are registered. Dion Hulse 2018-01-10 02:49:49 +00:00
  • 07d244a054 Media: Skip test_remove_orientation_data_on_rotate if missing deps. Mike Schroder 2018-01-10 01:16:56 +00:00
  • 5e524200b4 Editor: ensure there is a selection before getting the caret position. Fixes a bug in Firefox when there is no selection for a hidden element. Andrew Ozz 2018-01-08 20:20:00 +00:00
  • 9cf7385eb3 Formatting: Fix capital_P_dangit() not capital P-ing, dangit. Gary Pendergast 2018-01-08 10:35:13 +00:00
  • 7f94931449 Docs: Improve JSDoc for js/media-upload.js. Anton Timmermans 2018-01-04 14:36:13 +00:00
  • f3d3254517 Editor: Link suggestions: add fallback title for posts with no title. Andrea Fercia 2018-01-02 18:10:26 +00:00
  • d91095f34a General: Update copyright year to 2018 in license.txt. Rachel Baker 2018-01-01 03:16:34 +00:00
  • ab58308a41 REST API: Adjust unit testes to expect a 401 status code in error responses from permission callbacks when user is not authenticated. Rachel Baker 2018-01-01 02:30:39 +00:00
  • 24b3f5e77c REST API: Return the proper status code for failed permission callbacks in WP_REST_Server->dispatch(). Rachel Baker 2017-12-30 20:36:25 +00:00
  • 7567f588b3 Comments: Introduce filter for the arguments for the comment query in the comments list table. Rachel Baker 2017-12-29 18:20:13 +00:00
  • 581b74cbed WP: Don't attempt to convert multiple-nested arrays to a string in WP->parse_request(). Dion Hulse 2017-12-22 03:17:14 +00:00
  • 75f4438fe5 Taxonomy: Restore deprecated argument to term_description() signature. Boone Gorges 2017-12-22 02:47:49 +00:00
  • 9c8d49456e Docs: Improve JSDoc for customize-preview-widgets.js. Anton Timmermans 2017-12-21 15:11:25 +00:00
  • 2c66a7db75 Docs: Improve JSDoc for media/views/attachments.js. Anton Timmermans 2017-12-21 14:26:17 +00:00
  • e553acf201 Docs: Remove erroneous zero-width space before URL in fetch_feed() DocBlock. Sergey Biryukov 2017-12-21 02:39:21 +00:00
  • 64e3dc5bc8 i18n: Don't use esc_attr_e() on a variable. Dion Hulse 2017-12-20 05:34:05 +00:00
  • 2a9f696710 Docs: Improve the function and parameter descriptions for do_meta_boxes(). John Blackbourn 2017-12-19 15:02:36 +00:00
  • bc35d72a63 Docs: Remove @summary tags from JSDoc. Anton Timmermans 2017-12-18 14:13:58 +00:00
  • 05d60c580e Docs: Improve JSDoc for js/media/controllers/edit-image.js. Anton Timmermans 2017-12-18 11:19:02 +00:00
  • fa5e8c13e7 Canonical: After [42408], remove sprintf() call for consistency with Location header. Sergey Biryukov 2017-12-18 01:10:36 +00:00
  • ab5222786a Canonical: Introduce x_redirect_by filter that allows applications to identify themselves via X-Redirect-By header when they're doing a redirect. Sergey Biryukov 2017-12-18 01:03:06 +00:00
  • 186f963c34 Media: Pass the attachment ID to the intermediate_image_sizes_advanced filter. John Blackbourn 2017-12-16 13:46:28 +00:00
  • 8f92dcf4a4 Login and Registration: Instruct the browser to disable autocapitalisation for the user login field on the login screen. John Blackbourn 2017-12-16 13:40:31 +00:00
  • bad15e4289 Build/Test Tools: Instruct Git and Subversion to ignore Composer's vendor directory. John Blackbourn 2017-12-16 13:37:15 +00:00
  • 33514867dd Media: improve flows for cropping on attachment details screen. Adam Silverstein 2017-12-15 22:02:02 +00:00
  • 53f1c74e1c Docs: Improve wp-admin JSDoc structural data globally. Anton Timmermans 2017-12-15 13:41:56 +00:00
  • 617372e21e Improve performance of wp_list_pages() tests. Boone Gorges 2017-12-15 11:15:00 +00:00
  • c07972d774 Canonical URLs: Redirect to the correct URL when the post date changes. Gary Pendergast 2017-12-15 08:30:50 +00:00
  • 95ccede93d Docs: Remove extra dot from some @since tags. Sergey Biryukov 2017-12-15 05:15:33 +00:00
  • 773dea5c08 Docs: Add missing @staticvar entries in wp-includes/l10n.php. Sergey Biryukov 2017-12-15 05:07:13 +00:00
  • b20f6ea038 Posts: Rename $ID to $post in get_post_mime_type() and get_post_status() for consistency with other functions. Sergey Biryukov 2017-12-15 01:02:24 +00:00
  • 4fbe6e0801 Docs: Add missing parameter description in wp_get_post_parent_id() function DocBlock. Sergey Biryukov 2017-12-15 01:01:01 +00:00
  • 14fafe960b Docs: Add @since version for WP_Customize_Widgets::filter_dynamic_sidebar_params(). Sergey Biryukov 2017-12-15 00:34:56 +00:00
  • f2b1df2c08 Docs: Add @since version for WP_Locale_Switcher::init(). Sergey Biryukov 2017-12-15 00:31:55 +00:00
  • e47feac514 Docs: Add missing @since tags for add menu page functions. Sergey Biryukov 2017-12-15 00:14:09 +00:00
  • a35b7f31be Docs: Improve JS Docs for wp-admin/js/dashboard.js. Anton Timmermans 2017-12-14 14:10:11 +00:00
  • c632669438 Docs: Improve JS Docs for js/media/controllers/edit-image.js. Anton Timmermans 2017-12-13 14:09:45 +00:00
  • 726f5f7b2d Editor: Fix determining TinyMCE editor width when in inline mode instead of iframe mode. Weston Ruter 2017-12-13 05:16:30 +00:00
  • a5ff0c67c9 Docs: Improve JS Docs for wp-includes/js/heartbeat.js. Anton Timmermans 2017-12-12 14:32:33 +00:00
  • f216215864 WPDB: Always use mysqli when available. Dion Hulse 2017-12-12 05:42:12 +00:00
  • da689558a5 Filesystem: Allow wp_normalise_path() to handle PHP stream wrappers such as php:// correctly. Dion Hulse 2017-12-12 04:15:54 +00:00
  • f8dbb79a13 Twenty Ten: Use global img contraint for captions Konstantin Obenland 2017-12-11 23:32:01 +00:00
  • 1b5554e818 Docs: Improve JS Docs for custom-header.js. Anton Timmermans 2017-12-11 16:26:59 +00:00
  • 35c13730dd Docs: Correct some typos in the docs for wp_ajax_get_community_events(). Dion Hulse 2017-12-11 08:48:07 +00:00
  • 9fed02f896 Posts: When using wp_update_post() on a attachment post_type item, pass the $wp_error parameter through to wp_insert_attachment(). Dion Hulse 2017-12-11 06:36:13 +00:00
  • a7488c9441 Build/Test tools: Switch to PHPUnit's expectOutputString() method instead of manually using output buffers for output assertions. John Blackbourn 2017-12-10 00:30:32 +00:00
  • 07be59d34b Build/Test tools: Remove unnecessary PHP functionality tests from the test suite. John Blackbourn 2017-12-09 23:08:24 +00:00
  • 61350144fb Role/Capability: When checking capabilities before setting a post slug, ensure the correct post type capabilities are used. John Blackbourn 2017-12-09 22:50:13 +00:00
  • 3a7ff0e2e6 Build/Test tools: Add inline documentation to undocumented methods in the WP_UnitTestCase class. John Blackbourn 2017-12-08 21:00:08 +00:00
  • 72b74509f3 Permalinks: Remove unnecesary temporary variable in get_permalink(). Sergey Biryukov 2017-12-07 14:49:10 +00:00
  • acb4856b65 Docs: Correct @staticvar entry for wp_rand(). Sergey Biryukov 2017-12-07 13:52:39 +00:00
  • 84c5953cab Docs: Add missing @return entry for WP_Comment_Query::get_comment_ids(). Sergey Biryukov 2017-12-07 13:46:13 +00:00
  • 43d9a479cf Widgets: Always try restoring widget assignments Konstantin Obenland 2017-12-07 02:19:11 +00:00
  • 1c2b0762c7 Docs: Improve the usefulness of docs for wp_generate_password() by noting the use of wp_rand() vs rand() or mt_rand(). Drew Jaynes 2017-12-04 22:39:29 +00:00