Commit Graph

  • c67a463427 Use markTestSkipped() to skip a multisite-only test. Boone Gorges 2016-02-29 22:55:56 +00:00
  • 26a8cbdb44 Ensure that user __unset() tests make assertions. Boone Gorges 2016-02-29 22:49:15 +00:00
  • 1fb24d9e8d Remove erroneous return in date_query test. Boone Gorges 2016-02-29 22:40:20 +00:00
  • 2b19ef7b76 mbstring.func_overload test should be skipped properly. Boone Gorges 2016-02-29 22:37:42 +00:00
  • 7e55710025 Remove tests related to wp_*_post_meta() functions. Boone Gorges 2016-02-29 22:13:28 +00:00
  • 0a1e0cd7d6 Tests: Make sure that test_wp_mail_break_it() makes an assertion. Boone Gorges 2016-02-29 22:04:32 +00:00
  • 7505593ab8 Tests: setExpectedDeprecated and setExpectedIncorrectUsage tests should make assertions. Boone Gorges 2016-02-29 21:55:41 +00:00
  • 603fee5749 More specific test for a bad callback in WP_Customize_Partial test. Boone Gorges 2016-02-29 21:53:18 +00:00
  • f35fa3e58d Media: JSHint for wp-playlist.js. Dominik Schilling (ocean90) 2016-02-29 21:49:36 +00:00
  • 8b7fdc982f Remove test related to deprecated Customizer export_preview_data() method. Boone Gorges 2016-02-29 21:07:00 +00:00
  • f8af8cdc6c i18n tools: In StringExtractor don't strip slashes from URLs. Dominik Schilling (ocean90) 2016-02-29 20:44:31 +00:00
  • 5f808bd8fc Media: Add support for minified versions of wp-playlist.js, wp-mediaelement.js and wp-mediaelement.css. Dominik Schilling (ocean90) 2016-02-29 20:42:10 +00:00
  • 070b8a6154 Put an assertion in test_nonexistent_array() test. Boone Gorges 2016-02-29 20:34:48 +00:00
  • 60b307b941 Make sure an assertion takes place in 'visited' test for get_category_parents(). Boone Gorges 2016-02-29 20:30:04 +00:00
  • 259b343c36 TinyMCE, inline link: - Fix running wpLink without tinymce.js and the TinyMCE plugin without wplink.js. - Do not show the Advanced button in the inline link dialog when wpLink is not loaded. Andrew Ozz 2016-02-29 19:37:42 +00:00
  • 8ce52f3926 Customize: Fix PHP notice when calling WP_Customize_Control::json() inside content_template() method. Weston Ruter 2016-02-29 07:02:24 +00:00
  • 13e409ac15 Formatting: In sanitize_title_with_dashes(), convert &nbsp, &ndash, and &mdash HTML entities to hyphens on save. Sergey Biryukov 2016-02-29 04:41:03 +00:00
  • f188597025 Comments: Avoid extra AJAX requests when undoing Spam or Trash actions. Sergey Biryukov 2016-02-29 03:19:48 +00:00
  • ea2d437b6b I18N: Remove <code> tags from translatable string in wp-admin/network/site-new.php. Sergey Biryukov 2016-02-29 03:16:45 +00:00
  • e3e6cd356a I18N: Remove <a> tag from translatable string in wp-includes/class-wp-customize-manager.php. Sergey Biryukov 2016-02-29 03:13:18 +00:00
  • 0814a33464 I18N: Remove <code> tag from translatable string in wp-admin/network/site-new.php. Sergey Biryukov 2016-02-29 02:43:47 +00:00
  • cc35c82c16 I18N: Remove HTML tags from translatable strings in wp-admin/network/themes.php. Sergey Biryukov 2016-02-29 02:37:22 +00:00
  • f60e7fd99d Customize: Allow button_labels to be overridden in $args passed to WP_Customize_Media_Control and WP_Customize_Image_Control. Weston Ruter 2016-02-29 00:39:33 +00:00
  • 92dbe29078 Posts: Add tests for the cascading fallback behavior of several 'public'-related arguments in register_post_type(). Drew Jaynes 2016-02-28 22:58:45 +00:00
  • a19426f36a Comments: Add missing placeholder for printf() after [36683]. Andrea Fercia 2016-02-28 21:38:33 +00:00
  • 4f91aae382 L10n: Add unit tests for _n_noop() and _nx_noop(). Sergey Biryukov 2016-02-28 20:48:58 +00:00
  • 5108255d19 Docs: Correct _n_noop() and _nx_noop() descriptions to use third-person singular verbs. Sergey Biryukov 2016-02-28 20:42:40 +00:00
  • a18e7ae7c3 Ad a unit test for bool_from_yn(). Sergey Biryukov 2016-02-28 19:55:48 +00:00
  • f344da1aa6 Docs: Improve a variety of DocBlocks in wp-includes/deprecated.php. Drew Jaynes 2016-02-28 19:31:31 +00:00
  • 3a43def820 TinyMCE textpattern: Horizontal line is translated, Horizontal rule is not. Andrew Ozz 2016-02-28 19:17:21 +00:00
  • 392942e603 TinyMCE textpattern: - Add description of the new patterns to the Shortcuts help modal. - Fix the layout a bit and make the patterns in two columns. - Disable the textpatterns plugin in IE < 9. Andrew Ozz 2016-02-28 18:59:25 +00:00
  • 5ca05ea8c8 Docs: Add missing parameter and return descriptions to the DocBlock for the deprecated default_topic_count_text(). Drew Jaynes 2016-02-28 18:35:25 +00:00
  • c7ad9afc25 Docs: Add missing parameter and return documentation to the DocBlock for the deprecated _search_terms_tidy(). Drew Jaynes 2016-02-28 18:34:10 +00:00
  • 2ecf2c2b13 Docs: Add missing documentation for the &$post parameter in the DocBlock for the deprecated _get_post_ancestors(). Drew Jaynes 2016-02-28 18:32:41 +00:00
  • 28e63d3162 Docs: Add missing documentation for the $fp parameter to the DocBlock for the deprecated debug_fclose(). Drew Jaynes 2016-02-28 18:30:31 +00:00
  • fd3810c7b4 Docs: Add missing parameter documentation to the DocBlock for the deprecated debug_fwrite(). Drew Jaynes 2016-02-28 18:29:44 +00:00
  • 70b3ee52e4 Docs: Add missing parameter and return documentation to the DocBlock for the deprecated debug_fopen(). Drew Jaynes 2016-02-28 18:19:39 +00:00
  • bf937da2f6 Docs: Add missing documentation for the $wp_admin_bar parameter in the DocBlock for the deprecated wp_admin_bar_dashboard_view_site_menu(). Drew Jaynes 2016-02-28 18:17:16 +00:00
  • f1e7a42756 Docs: Add missing documentation for the $title parameter in the DocBlock for the deprecated parent_post_rel_link(). Drew Jaynes 2016-02-28 18:15:42 +00:00
  • 388d20fa50 i18n tools: Sync makepot.php with i18n.svn. Dominik Schilling (ocean90) 2016-02-28 10:33:15 +00:00
  • 0436a2c2c6 Editor: Remove an unused JavaScript variable so the JS lint tests pass. John Blackbourn 2016-02-28 02:18:22 +00:00
  • 54adcce28d Rewrite Rules: Ensure url_to_postid() operates as expected when it's used in the context of another site within a Multisite network that uses mixed URL schemes. John Blackbourn 2016-02-28 02:12:13 +00:00
  • 717c1c4041 HTTP API: Add the missing 1xx HTTP response codes as constants of the WP_Http class, and add tests to ensure all available response codes are covered. John Blackbourn 2016-02-28 01:45:24 +00:00
  • c51647b0b2 Docs: Remove a duplicate parameter notation in the DocBlock for the deprecated the_editor() function. Drew Jaynes 2016-02-27 21:40:12 +00:00
  • 70b1601fc4 TinyMCE, inline link: - Fix in IE (again). Remove setting/getting placeholders, pass the link node instead. - In the inline dialog: when the selected text looks like URL or email, pre-fill the URL field with it (same as in the modal). - Fix setting the name of the main button in the modal: Add Link or Update. - In the modal when clicking Update remove the link if the URL field is empty. That matches the inline dialog behaviour. Otherwise the modal remains open, nothing happens when clicking the Update button there. azaozz 2016-02-27 21:32:02 +00:00
  • a7a822ec8e Docs: Update the @deprecated tag comment for wp-includes/embed-template.php to reference the correct file path following [36693]. Drew Jaynes 2016-02-27 21:21:12 +00:00
  • 180fd6bad4 Docs: Add a missing summary, @access tag, and parameter documentation to the DocBlock for WP_Customize_Filter_Setting::update(). Drew Jaynes 2016-02-27 21:16:37 +00:00
  • 592da58d26 Docs: Improve inline docs for WP_Dependencies, WP_Styles, and WP_Scripts. Dominik Schilling (ocean90) 2016-02-27 20:33:57 +00:00
  • d8c52aba85 TinyMCE, inline link: - Fix applying the changes when pressing the Enter key in Firefox. No longer inserts new paragraph in the editor. - Fix empty check when getting text from the dialog. - Always focus the URL field when opening the dialog. - Add back the keydown events in the modal. Andrew Ozz 2016-02-27 00:51:41 +00:00
  • be3ba15eec Media: Correct "Exception" typo in WP_Image_Editor_Imagick::strip_meta(). Mike Schroder 2016-02-26 21:57:26 +00:00
  • 3d8cade8c8 Tests: Don't modify global state before checking whether to skip get_locale() tests. Boone Gorges 2016-02-26 20:28:07 +00:00
  • da128bc5e3 Add tests for get_locale(). Boone Gorges 2016-02-26 20:21:11 +00:00
  • f9d01cc7de Docs: Fix two typos in return descriptions for WP_Theme private usort() methods. Drew Jaynes 2016-02-26 17:22:30 +00:00
  • 9c0f474a5b Docs: Add missing parameter and return notations in the DocBlock for WP_Theme::_name_sort_i18n(), a private usort() helper. Drew Jaynes 2016-02-26 17:20:59 +00:00
  • 135ec99ab5 Docs: Add missing parameter and return notations in the DocBlock for WP_Theme::_name_sort(), a private usort() helper. Drew Jaynes 2016-02-26 17:18:52 +00:00
  • 06eced0604 Docs: Add a missing description for the &$themes parameter in the DocBlock for WP_Theme::sort_by_name(). Drew Jaynes 2016-02-26 17:11:56 +00:00
  • 223b94a039 Docs: Correctly document parameters in the hook doc for the get_meta_sql filter as individual parameters rather than an array. Drew Jaynes 2016-02-26 17:09:23 +00:00
  • 75451f7b59 Docs: Add missing parameter and return descriptions to the DocBlock for WP_Theme::__isset(). Drew Jaynes 2016-02-26 17:03:41 +00:00
  • 6a9e3bca79 Docs: Add missing @since tags to WP_Styles properties/methods. Dominik Schilling (ocean90) 2016-02-26 14:38:55 +00:00
  • 1385200e86 Docs: In WP_Dependencies add a changelog entry for the $group parameter. Dominik Schilling (ocean90) 2016-02-26 13:49:55 +00:00
  • a57a6ac60c Docs: In WP_Dependencies add a changelog entry to methods which were moved from WP_Scripts to WP_Dependencies. Dominik Schilling (ocean90) 2016-02-26 13:22:57 +00:00
  • 02c6565269 Docs: Document properties of WP_Scripts and add missing @since tags. Dominik Schilling (ocean90) 2016-02-26 13:04:51 +00:00
  • 276635f8a3 Docs: Use correct @since tags for script enqueue functions. Dominik Schilling (ocean90) 2016-02-26 12:49:37 +00:00
  • c160fdddd3 Docs: Add missing @param and @return notations to the DocBlock for WP_Feed_Cache_Transient::save(). Drew Jaynes 2016-02-26 09:26:17 +00:00
  • 9b231ff3f8 Docs: Use the correct variable name for the $post_ID parameter in the DocBlock for wp_add_trashed_suffix_to_post_name_for_trashed_posts(). Drew Jaynes 2016-02-26 09:24:03 +00:00
  • aed2535da9 Docs: Standardize summaries for two new internal functions used to handle suffixing trashed posts. Drew Jaynes 2016-02-26 09:22:08 +00:00
  • 15f3acfbf5 Docs: Add some missing @param notations to various DocBlocks in wp-includes/ms-deprecated.php. Drew Jaynes 2016-02-26 09:15:45 +00:00
  • 39af9db8a5 Docs: Add a missing @param entry for the $user_login parameter in the DocBlock for the deprecated is_site_admin() function. Drew Jaynes 2016-02-26 08:55:50 +00:00
  • 02c41c25e9 Docs: Add a missing @param entry for the $len parameter in the DocBlock for the deprecated generate_random_password() function. Drew Jaynes 2016-02-26 08:53:22 +00:00
  • 48aa555ced Refactor some janky URL tests into data providers for clarity and better error reporting. John Blackbourn 2016-02-26 02:10:32 +00:00
  • 1ebe4658f1 Remove (or at least reduce) the need to reset common $_SERVER variables before assertions or between tests, by introducing a method which automatically resets them during test setup. John Blackbourn 2016-02-26 02:08:47 +00:00
  • 825e2e45fe TinyMCE textpattern: fix error when inserting <hr> if the new paragraph is not direct child of the body. Andrew Ozz 2016-02-26 01:55:33 +00:00
  • 37fda5a8b9 TinyMCE: textpattern: clean up Ella Iseulde Van Dorpe 2016-02-26 00:51:01 +00:00
  • 918da6f8c2 L10n: Add test for get_available_languages(). Sergey Biryukov 2016-02-26 00:38:25 +00:00
  • 701f639e30 Correct some more tests which were using example.org instead of WP_TESTS_DOMAIN. John Blackbourn 2016-02-26 00:25:10 +00:00
  • 1cfdb05750 TinyMCE, inline link: - Make sure the inline dialog is not showing under the advanced modal. - Fix checking if the link node contains text. - Fix undo levels so all actions can be undone and redone. Andrew Ozz 2016-02-26 00:20:54 +00:00
  • 6cf0caf13e Unify the initialisation of $_SERVER variables during test bootstrap. This abstracts the (re-)initialisation into a function that can be used inside of tests too, before assertions are performed. John Blackbourn 2016-02-25 21:59:56 +00:00
  • fd03f6ec19 Canonical: Improve the method names and inline docs for canonical redirect tests. John Blackbourn 2016-02-25 21:55:57 +00:00
  • a9a61a2764 Docs: Correct the possible return types for WP_Dependencies::query(). John Blackbourn 2016-02-25 21:25:47 +00:00
  • 15245415c7 Docs: Improve the description of the get_object_taxonomies() function. Uncertainty has no place in documentation. John Blackbourn 2016-02-25 21:24:10 +00:00
  • fd8e31e3b2 Move some assertions in HTTPS related tests, so failures that occur before the environment reset don't result in a contaminated test environment. John Blackbourn 2016-02-25 21:17:34 +00:00
  • d30e49fa60 L10n: Add test for wp_get_pomo_file_data(). Dominik Schilling (ocean90) 2016-02-25 15:01:23 +00:00
  • 9a7488aaf8 Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective). Dominik Schilling (ocean90) 2016-02-25 12:52:33 +00:00
  • a57b5c8ce5 Embeds: Use a more accessible way to initially hide the iframe. Pascal Birchler 2016-02-25 10:22:43 +00:00
  • eaaef09d83 Docs: Use a third-person singular verb in the DocBlock summary for wp_add_inline_script(), introduced in [36633]. Drew Jaynes 2016-02-25 05:13:14 +00:00
  • 816a3e058c Docs: Standardize DocBlocks for two new WP_Scripts methods, add_inline_script() and print_inline_script(), introduced in [36633]. Drew Jaynes 2016-02-25 05:10:46 +00:00
  • f90a37805d Docs: Make a few syntactical improvements to the DocBlock for _wp_get_current_user(), introduced in [36651]. Drew Jaynes 2016-02-25 05:06:39 +00:00
  • 4acfd64d93 Posts: Rename the $args parameter in get_post_types_by_support() to $feature for better self-documentation. Drew Jaynes 2016-02-25 04:55:01 +00:00
  • be75cdbe7c TinyMCE, inline link dialog: - Reset the inline dialog when canceling the advanced modal. If there is a link it should be on the first stage: follow/preview link. - Fix tabbing in the inline edit dialog. Andrew Ozz 2016-02-25 03:47:46 +00:00
  • c55cf787b1 Post 4.5-beta1 version bump. Mike Schroder 2016-02-25 03:34:32 +00:00
  • bd5250eee7 4.5-beta1 Mike Schroder 2016-02-25 01:48:51 +00:00
  • e2d2c45c6b Media: Optimize Imagick settings for quality and filesize Mike Schroder 2016-02-24 22:50:10 +00:00
  • 46baace6f3 Revert r36696 Aaron Jorbin 2016-02-24 22:11:50 +00:00
  • b73a1c9aa9 Customize: Introduce Logo support for themes. Konstantin Obenland 2016-02-24 22:09:54 +00:00
  • 320e8b1642 I18N: Fix placeholders and add translator comments after [36695]. Dominik Schilling (ocean90) 2016-02-24 21:48:02 +00:00
  • c379b5fc24 Permit sticky posts to affect the query in REST_REQUEST Aaron Jorbin 2016-02-24 21:43:15 +00:00
  • 95ba2c38c0 Multisite: Provide an "Edit user" link after adding a new user jeremyfelt 2016-02-24 21:42:02 +00:00
  • 138b55c16e Embeds: Update embed template paths and messages in tests, missed in [36693]. Drew Jaynes 2016-02-24 21:20:41 +00:00
  • 177351364c Embeds: Introduce embed templates into the template hierarchy via theme-compat. Drew Jaynes 2016-02-24 20:56:18 +00:00
  • 98956847c1 TinyMCE: remove the iframe expansion CSS fix for iOS Safari. Not needed in iOS 9.x. Fixes visual glitches with the caret. Andrew Ozz 2016-02-24 19:25:29 +00:00