Commit Graph

  • 9dc63e7cab Customize: Make sure the FTP credentials modal is visible. Andrea Fercia 2017-10-23 17:53:36 +00:00
  • 1546ae8963 Tests: Fix typo in test_do_action_with_multiple_callbacks_on_different_priorities(). Sergey Biryukov 2017-10-23 13:03:34 +00:00
  • a77ccfad80 Build/Test tools: Move wp_doing_ajax defintion from class setup to test setup. Peter Wilson 2017-10-23 05:10:25 +00:00
  • 3bcd5075f5 Customize: Keep frontend preview link updated to reflect the current state of previewed URL, active theme, and autosaved state. Weston Ruter 2017-10-23 00:40:05 +00:00
  • e06f346a2c Customize: Update 'Save & Activate' reference to 'Publish & Activate' in themes help tab text. Weston Ruter 2017-10-22 20:02:26 +00:00
  • 81149488e8 Docs: Correct docs introduced in [41965]. John Blackbourn 2017-10-21 22:41:57 +00:00
  • eaa0c3ac04 Tests: Return an exit code of 1 in the event that the database server for tests is unavailable. This allows for automated scripts & test suites to handle the failure of the test suite easier. Dion Hulse 2017-10-21 14:13:37 +00:00
  • 2ce903ffc3 Docs: Expand the docs for the core_version_check_query_args filter. Gary Pendergast 2017-10-21 13:45:05 +00:00
  • 4670c8f3af Media: Don't backdate media uploaded to pages. Gary Pendergast 2017-10-21 13:26:24 +00:00
  • 899fb2f7f6 Transients: Clear expired transients from the database in a daily cron task. Dion Hulse 2017-10-21 13:21:24 +00:00
  • 5233a95355 Updates: Add the core_version_check_query_args filter. Gary Pendergast 2017-10-21 11:54:47 +00:00
  • dbfb9f0f0b Customize: Improve back-compat for wp.customize.Control subclasses that expect options.params to be present for direct manipulation before calling parent initialize method. Weston Ruter 2017-10-21 08:50:43 +00:00
  • 931bcb0f7d Customize: Allow control subclasses to add to the deferred object before the base class initializes. Weston Ruter 2017-10-21 08:43:36 +00:00
  • 1a8b08418b Docs: Document $wp_version global in wp_initial_constants(). Sergey Biryukov 2017-10-20 22:03:59 +00:00
  • c8c16b9f70 Customize: Add codemirror deferred object to CodeEditorControl which is resolved when CodeMirror is initialized. Weston Ruter 2017-10-20 21:47:13 +00:00
  • f5534ec8d5 Code Editor: Improve ability to create Customizer CodeEditorControl instances in JS, lessening PHP dependencies. Weston Ruter 2017-10-20 16:38:35 +00:00
  • 01c7f2cf7d Customize: Use typographic quotation marks in the strings added in [41768]. Sergey Biryukov 2017-10-20 14:06:42 +00:00
  • 771b56d944 Menus: Remove an extra space in the <ul> tag in Walker_Nav_Menu::start_lvl(). Sergey Biryukov 2017-10-20 10:39:50 +00:00
  • 8f08e79987 Customize Menus: Update capitalization of "next" to match case on the "Next" button. Mel Choyce 2017-10-20 10:33:52 +00:00
  • 0ff1f1b939 Customization Locking: Update error message to use existing strings. Mel Choyce 2017-10-20 10:31:30 +00:00
  • 620eb3052c Customize: Prevent using default template for a base control when it has content rendered on the server. Weston Ruter 2017-10-20 03:29:30 +00:00
  • d204ba3c00 Widgets: Improve extensibility of the Gallery widget and of media widgets generally. Weston Ruter 2017-10-19 23:43:22 +00:00
  • 8206a9d225 Customize: Prevent re-highlighting "Add Items" button after available nav menu items pane has already been opened. Weston Ruter 2017-10-19 18:37:10 +00:00
  • 4238b2895f Customize: Fix alignment of Customize, Activate, and Live Preview buttons appearing on the Themes admin screen. Weston Ruter 2017-10-19 18:09:16 +00:00
  • 253c7f03cc Customize: Fix rendering issues in theme browsing when opening theme details or performing search in Safari. Weston Ruter 2017-10-19 17:56:56 +00:00
  • d15347ae52 Customize: Prevent drawing attention to save button if status unchanged from publish; account for changes to status/date when alerting about unsaved changes. Weston Ruter 2017-10-19 17:41:05 +00:00
  • b4ede0319c About page: Update the privacy policy dashes. Gary Pendergast 2017-10-19 15:35:47 +00:00
  • 2364d616b9 Build/Test tools: Document the return value of WP_UnitTestCase::factory(). John Blackbourn 2017-10-19 15:32:07 +00:00
  • 3507f4798f About page: Update the privacy policy language. Gary Pendergast 2017-10-19 15:25:54 +00:00
  • 61c11a54d3 About Page: Commit initial strings for 4.9. Mel Choyce 2017-10-19 13:56:36 +00:00
  • 083f2abada Docs: After [37329], update the documentation for register_widget() and unregister_widget(). Sergey Biryukov 2017-10-19 13:50:56 +00:00
  • e18b4c894b Menus: Pass $recent_args parameter to nav_menu_items_{$post_type_name}_recent filter. Sergey Biryukov 2017-10-19 13:04:28 +00:00
  • 731d7643d2 Docs: Reference WP_Comment_Query::__construct() as the source of information on accepted arguments in get_comments() and get_approved_comments(). Sergey Biryukov 2017-10-19 08:48:05 +00:00
  • ce0d7db409 Post WordPress 4.9 Beta 3 version bump. Weston Ruter 2017-10-19 05:07:23 +00:00
  • ea5fb388da WordPress 4.9 Beta 3. Weston Ruter 2017-10-19 04:42:28 +00:00
  • 2cce6bb55a Customizer: Improve handling of crops in the media library. Joe McGill 2017-10-19 04:17:31 +00:00
  • aac833887e Customize: Consistently use input_attrs as control param key in JS instead of inputAttrs. Weston Ruter 2017-10-19 03:24:20 +00:00
  • 1c04006909 Customize: Move control's fallback selection of default content template to renderContent method to align with sections and panels. Weston Ruter 2017-10-19 03:03:19 +00:00
  • b1f20b6763 I18N: Unify permission error message in wp-admin/ms-delete-site.php. Sergey Biryukov 2017-10-19 00:47:15 +00:00
  • 0421a2b0a4 Widgets: Harden logic for checking for valid media URLs. Weston Ruter 2017-10-19 00:06:25 +00:00
  • 285be53824 Customize: Draw attention to save button after collapsing the publish settings section when the changeset status or date had been changed. westonruter 2017-10-18 23:05:02 +00:00
  • 3ce1938687 Dashboard: Add missing URL to "Help with testing" link in Gutenberg callout. Sergey Biryukov 2017-10-18 22:40:42 +00:00
  • 1c521e35c5 Customize: Draw attention to "Add Items" button after creating a new menu. Weston Ruter 2017-10-18 21:59:34 +00:00
  • 66f9609763 Build/Test Tools: Clean up $_REQUEST and $GLOBALS after modifying them in _test_list_hierarchical_page(). Sergey Biryukov 2017-10-18 21:47:39 +00:00
  • 40706838a1 Rewrite Rules: Remove redundant if condition in extract_from_markers(). Sergey Biryukov 2017-10-18 21:27:22 +00:00
  • 6426b0b400 I18N: Unify error messages in XML-RPC methods wp_deleteCategory() and wp_deleteComment(). Sergey Biryukov 2017-10-18 21:11:47 +00:00
  • ac8bc46b09 Administration: After [41120], check for a registered action before sending a Bad Request HTTP response status code. Sergey Biryukov 2017-10-18 21:00:39 +00:00
  • adfa4cd450 Menus: Remove unnecessary top margin for menu item type on Menus screen for correct alignment with the dropdown icon. Sergey Biryukov 2017-10-18 20:51:23 +00:00
  • a8518be72b Network Admin: After [41923], move the second <p> tag to a new line for better readability. Sergey Biryukov 2017-10-18 20:50:58 +00:00
  • 76c2aa8c85 I18N: Remove hardcoded constant from a translatable string in network_step1(). Sergey Biryukov 2017-10-18 20:01:36 +00:00
  • 6561981976 Docs: Document $ini_all staticvar in wp_is_ini_value_changeable(). Sergey Biryukov 2017-10-18 19:53:40 +00:00
  • beeb0acd94 I18N: Combine two "Warning" strings in network_step1() and network_step2(). Sergey Biryukov 2017-10-18 19:49:17 +00:00
  • dcb6ef8aa4 Date/Time: Use delta comparison in get_gmt_from_date() tests to avoid race conditions. Sergey Biryukov 2017-10-18 19:41:46 +00:00
  • 349ccdf2d7 Customize: Fix visibility of overlay notifications in Safari. Weston Ruter 2017-10-18 18:12:29 +00:00
  • 4124fbfa7c Multisite: Document all return types in get_networks(). Felix Arntz 2017-10-18 18:12:20 +00:00
  • a540d91f8f Docs: Document $default_scripts parameter in _WP_Editors::enqueue_scripts(). SergeyBiryukov 2017-10-18 18:08:02 +00:00
  • 88a6ebaa75 Plugins: Revert unintended change from [41915]. Sergey Biryukov 2017-10-18 18:00:54 +00:00
  • 93a3fa4506 Plugins: After [41608], make the markup in WP_Plugin_Install_List_Table::no_items() a bit more readable. Sergey Biryukov 2017-10-18 17:58:00 +00:00
  • dca34e10d5 Docs: Add @since entry for WP_Automatic_Updater::after_core_update(), introduced in [25841]. Sergey Biryukov 2017-10-18 17:47:34 +00:00
  • a7c6a25eba Widgets: Fix previewing embeds in Text widget by allowing parse-embed admin ajax requests with an empty post_ID just as WP_oEmbed_Controller::get_proxy_item_permissions_check() allows. Weston Ruter 2017-10-18 17:39:46 +00:00
  • d4bdbbf542 Multisite: Document all return types in get_sites(). Jeremy Felt 2017-10-18 17:38:35 +00:00
  • d3df7a6a18 I18N: Remove <a> tag from a translatable string in confirm_another_blog_signup(). Sergey Biryukov 2017-10-18 17:35:55 +00:00
  • aa3e40c32c I18N: Remove <b> tag from a translatable string in post_submit_meta_box(). Sergey Biryukov 2017-10-18 17:30:35 +00:00
  • c7e02480bb I18N: Remove <strong> tag from a translatable string in Theme_Upgrader::install_strings(). Sergey Biryukov 2017-10-18 17:19:21 +00:00
  • 8aaf0aa4bc I18N: Remove <code> tags from translatable strings in Core_Upgrader, Language_Pack_Upgrader, Plugin_Upgrader, Theme_Upgrader. Sergey Biryukov 2017-10-18 17:14:58 +00:00
  • cb3abb4abc Docs: Correct type and description for the $data parameter in WP_Http::browser_redirect_compatibility(). Sergey Biryukov 2017-10-18 16:37:08 +00:00
  • 129c9f42da I18N: Replace hardcoded file name in a translatable string in convert_to_screen() with a placeholder. Sergey Biryukov 2017-10-18 15:45:48 +00:00
  • 1cc00439ae I18N: Make context for "Schedule" string added in [41898] more accurate. Sergey Biryukov 2017-10-18 15:38:27 +00:00
  • facb2fe0ea I18N: Replace hardcoded file name in translatable strings in wp-admin/setup-config.php with a placeholder. Sergey Biryukov 2017-10-18 15:26:10 +00:00
  • e27c43d386 Customize: Unstick filter pane in Theme selector Konstantin Obenland 2017-10-18 15:10:19 +00:00
  • c2db3e5baf Embeds: Avoid "Division by zero" warning in embed-content.php template if a thumbnail has a zero height. Sergey Biryukov 2017-10-18 15:08:58 +00:00
  • 55dd1738fd I18N: Replace function name in error message in WP_Http_Curl::request() and WP_Http_Streams::request() with a placeholder. Sergey Biryukov 2017-10-18 15:03:07 +00:00
  • 3afcaa1374 Dashboard: Ensure the "Dismiss" button on the Gutenberg callout is clickable. Gary Pendergast 2017-10-18 14:54:39 +00:00
  • 043609bca4 Customize: Allow menu creation in locations pane Konstantin Obenland 2017-10-18 14:50:34 +00:00
  • f2d01f25ba I18N: Add a context for "Schedule" string. Sergey Biryukov 2017-10-18 14:44:07 +00:00
  • 6f326e407d Code Editors: Fix display of "help" cursor. Mel Choyce 2017-10-18 13:10:16 +00:00
  • 65585359c3 Dashboard: Remove a rogue comma introduced in [41895]. Gary Pendergast 2017-10-18 12:39:00 +00:00
  • 5fa59cf197 Dashboard: Introduce a "Try Gutenberg" callout. Gary Pendergast 2017-10-18 10:03:39 +00:00
  • 896db16fc7 Customize: Add missing filter docs in WP_Customize_Nav_Menu_Item_Setting::sanitize(). Weston Ruter 2017-10-18 04:56:10 +00:00
  • 18057a93a2 Customize: Improve theme browsing UI on small screens. Weston Ruter 2017-10-18 04:05:03 +00:00
  • 92f9610907 Customize: Remove incorrect test assertions for the post_date of customization drafts. Weston Ruter 2017-10-18 02:40:27 +00:00
  • 39031f5b5c Media: Add missing mediaelement-migrate.js script to get uglified. Weston Ruter 2017-10-18 02:25:06 +00:00
  • 6c6fe52a8d Widgets: Use a foreach loop instead of The Loop to iterate over posts in Recent Posts widget to avoid needing to reset a polluted global $post. Weston Ruter 2017-10-18 00:34:01 +00:00
  • 9bca555920 Media: Use user locale as ME.js language in admin and add mejsL10n inline script before mediaelement-core so WP-exported translation strings are used. Weston Ruter 2017-10-18 00:07:30 +00:00
  • 3e3ec01c63 Twenty Seventeen: Fix double bottom-margins below embeds David A. Kennedy 2017-10-17 22:49:17 +00:00
  • ce7a93c235 Customize: Allow post/page stubs to be edited in WP Admin as "customization drafts" when changeset is saved as draft or scheduled. Weston Ruter 2017-10-17 20:14:56 +00:00
  • ee678ee1f5 Widgets: Prevent MediaElement.js player from overflowing sidebar in Audio widget. Weston Ruter 2017-10-16 23:01:55 +00:00
  • 87410d2692 Role/Capability: Prevent a fatal error when checking a language capability early or in the frontend. Felix Arntz 2017-10-16 22:54:01 +00:00
  • ad1d11f88d Multisite: Revert [41698] and [41743]. Felix Arntz 2017-10-16 22:34:07 +00:00
  • 363445adcb Multisite: Revert [41719]. Felix Arntz 2017-10-16 22:28:52 +00:00
  • 652c632355 Code Editors: Minor style improvements. Helen Hou-Sandi 2017-10-16 21:35:15 +00:00
  • fef4f1303a Taxonomy: Add note about $number inconsistency to WP_Term_Query docs. Boone Gorges 2017-10-16 18:37:35 +00:00
  • f9dc276353 Don't force distinct term queries when specifying number and object_ids. Boone Gorges 2017-10-16 18:34:29 +00:00
  • ae44a0964d Media: Allow the unminified mediaelement script to be enqueued when SCRIPT_DEBUG is true. John Blackbourn 2017-10-16 18:14:33 +00:00
  • d273fd8da1 Administration: Improve consistency of the "not found" strings. Andrea Fercia 2017-10-16 18:13:50 +00:00
  • 97cde4e4e9 Media: Add MediaElement.js 2.2 back-compat for MediaElement.js 4.2 Weston Ruter 2017-10-16 18:06:11 +00:00
  • 9dfb758afc Accessibility: Improve the File Editors interstitial warning. Andrea Fercia 2017-10-16 17:58:07 +00:00
  • 0bfa2d7468 Multisite: Explicitly globalize global variables in ms-settings.php. Jeremy Felt 2017-10-16 17:05:25 +00:00
  • b0400815a5 Administration: Remove punctuation from the link text in "Site Address" option description. Sergey Biryukov 2017-10-16 14:01:41 +00:00
  • 8661837eb9 Customize: Use keydown instead of keyup for listening for enter key to add page stub via dropdown-pages control. Weston Ruter 2017-10-16 07:56:28 +00:00