Commit Graph

  • 12156f6fab Add a unit test that expects wp_parse_args() to treat 'true' and 'false' in a query string as strings. Sergey Biryukov 2015-01-31 02:01:46 +00:00
  • 0c783b06fb Add changelog entries to the post_gallery and post_playlist hook docs for the $instance variable that was added in [31304]. Drew Jaynes (DrewAPicture) 2015-01-31 00:32:09 +00:00
  • c7320c5a86 Fix 'quick_edit_show_taxonomy' filter so that can properly be used for overrides in all cases. Boone Gorges 2015-01-30 19:28:27 +00:00
  • 057c428346 Introduce 'show_in_quick_edit' parameter for register_taxonomy(). Boone Gorges 2015-01-30 19:17:51 +00:00
  • 2fb8562a97 Introduce setExpectedDeprecated() and setExpectedIncorrectUsage() methods to `WP_UnitTestCase. Boone Gorges 2015-01-30 16:47:44 +00:00
  • 14c3492ff5 Rename $instances to $instance in wp_audio_shortcode() and wp_video_shortcode() for consistency with gallery_shortcode() and wp_playlist_shortcode(). Sergey Biryukov 2015-01-30 16:05:52 +00:00
  • 45b0513c1b Pass the current shortcode instance ID to post_gallery and post_playlist filters. Sergey Biryukov 2015-01-30 16:01:25 +00:00
  • e725b36d1e Don't display the Help tab reference in Page Attributes meta box if Help tab was removed. Sergey Biryukov 2015-01-30 15:33:33 +00:00
  • 9cb4d3c1ce In get_adjacent_post(), return private post if the current user has the capacity to read it. Boone Gorges 2015-01-30 02:19:46 +00:00
  • 9f8e5d3c17 Add unit tests for 'show_option_all' behavior of wp_list_categories(). Boone Gorges 2015-01-30 01:39:31 +00:00
  • dcb278f006 Switch to a 403 response code in places where it is more appropriate than a 500 due to permissions errors. Sergey Biryukov 2015-01-29 21:14:54 +00:00
  • bb0ca6f111 Add tests for get_category_parents(). Boone Gorges 2015-01-29 20:48:03 +00:00
  • 4914b74403 Add New User: Remove trailing whitespace from button labels. Dominik Schilling (ocean90) 2015-01-29 14:53:05 +00:00
  • 8821a5531c Avoid confusion by clarifying an inline comment on logic for performing multisite upgrades. Drew Jaynes (DrewAPicture) 2015-01-29 11:52:55 +00:00
  • 08409d8d33 Fix an inaccurate summary and description in the DocBlock for wpmu_validate_user_signup(). Drew Jaynes (DrewAPicture) 2015-01-29 11:45:59 +00:00
  • 18a86bf33a Add a missing description for the $_diff_threshold property in the WP_Text_Diff_Renderer_Table class. Drew Jaynes (DrewAPicture) 2015-01-29 11:36:00 +00:00
  • b98c2c0bb3 Add missing descriptions to the $blogid and $siteid property DocBlocks in the wpdb class. Drew Jaynes (DrewAPicture) 2015-01-29 11:34:52 +00:00
  • f4e2134bee Add missing descriptions to the DocBlocks for various functions in wp-admin/includes/taxonomy.php. Drew Jaynes (DrewAPicture) 2015-01-29 11:33:02 +00:00
  • 18280eb766 Add missing descriptions to the DocBlocks for various functions in wp-admin/includes/post.php Drew Jaynes (DrewAPicture) 2015-01-29 11:31:44 +00:00
  • 65cdb41d31 Update readme recommendations. fixes #31173. Andrew Nacin 2015-01-29 05:09:33 +00:00
  • db3a49f8c8 HTTP API: Fix an issue where the limit_response_size parameter wasn't working properly with large documents and the cURL transport. Fixes #31172 Dion Hulse 2015-01-29 03:57:42 +00:00
  • 465e66e2cd Add basic unit tests for get_page_of_comment(). Boone Gorges 2015-01-29 02:30:22 +00:00
  • fb447fb687 When updating the name a hierarchical term with Quick Edit, update the corresponding option in the Parent dropdown. Boone Gorges 2015-01-29 01:52:47 +00:00
  • 2e848072eb Don't use term IDs for array indexes when caching object terms. Boone Gorges 2015-01-28 20:42:25 +00:00
  • a57a612c95 Improve organiation of tax_query and meta_query unit tests. Boone Gorges 2015-01-27 20:03:50 +00:00
  • 9d3a6394fb Ensure that 'hierarchical' is respected in get_terms() when multiple taxonomies are passed. Boone Gorges 2015-01-26 19:03:09 +00:00
  • fed49d226c Ensure that 'pad_counts' is not discarded when the first of multiple taxonomies passed to get_terms() is non-hierarchical. Boone Gorges 2015-01-26 18:08:59 +00:00
  • 081cff1a6e Twenty Fifteen: move RSS icon style rule lower to prevent it from being overridden by other social icon rules. Lance Willett 2015-01-26 15:57:22 +00:00
  • 7f6d638bd9 Remove duplicate label on installation screen. Sergey Biryukov 2015-01-25 19:38:04 +00:00
  • cbd723b2b2 Revert [30027]. These fields are already sufficiently labeled; duplicate labels can lead to confused behavior for screen readers. Sergey Biryukov 2015-01-25 18:32:56 +00:00
  • 1eee61f31a Do not run certain cache-hit tests on multisite. Boone Gorges 2015-01-25 12:59:00 +00:00
  • da8f896426 Fix a typo in [30138]. Sergey Biryukov 2015-01-25 09:47:05 +00:00
  • 4857c6996c Allow $autoload in add_option() to receive false. Andrew Nacin 2015-01-25 07:50:31 +00:00
  • 4e3e98698f In Tests_Ajax_ReplytoComment::test_blocked_comment(), don't stop blocking comments until test is complete. Boone Gorges 2015-01-25 03:38:10 +00:00
  • 5bcee9e939 In get_terms(), check hierarchy for all $taxonomies before bailing early from 'parent' or 'child_of'. Boone Gorges 2015-01-25 02:45:11 +00:00
  • c67e5da8c9 Introduce 'childless' parameter to get_terms(). Boone Gorges 2015-01-24 18:47:30 +00:00
  • 02b3356750 Quick Edit: Don't save the post if Enter is pressed on the Cancel link. Sergey Biryukov 2015-01-24 15:06:43 +00:00
  • 1b05ffa982 jQuery UI: Add missing dependencies for puff and scale effects. Dominik Schilling (ocean90) 2015-01-23 22:38:08 +00:00
  • 7cbe92b0ea Improve accessibility of nav menu locations form. Aaron Jorbin 2015-01-23 18:17:25 +00:00
  • 8ec0792557 Add classes for custom taxonomy terms in get_post_class(). Boone Gorges 2015-01-23 15:40:31 +00:00
  • 10d3b42211 Introduce 'parent' parameter to wp_get_object_terms(). Boone Gorges 2015-01-23 14:56:04 +00:00
  • 63ee24789d In wp_update_user(), make sure $userdata['ID'] is set before using it. Sergey Biryukov 2015-01-22 14:45:14 +00:00
  • 6629feb738 Twenty Eleven and Twelve: fill in support for screen-reader-text class. Lance Willett 2015-01-22 00:55:09 +00:00
  • 2487709643 Twenty Eleven: fix indentation (spaces to tabs). See #29127. Lance Willett 2015-01-22 00:43:31 +00:00
  • 9ad83781e9 Twenty Ten: fix escaping and minor code style issues. See #29127. Lance Willett 2015-01-22 00:41:58 +00:00
  • 31b1340825 Twenty Eleven: fix escaping and minor code style issues. See #29127. Lance Willett 2015-01-22 00:41:36 +00:00
  • cd02bd0702 Comments: When a comment fails to insert, remove invalid characters from the email and URL fields, too. Gary Pendergast 2015-01-21 23:17:08 +00:00
  • b2642750ce Comments: When a comment fails to insert, remove any invalid characters and try again. Gary Pendergast 2015-01-21 23:03:48 +00:00
  • 260f671a95 Twenty Twelve: more fixes for escaping and minor code style issues. See #29127. Lance Willett 2015-01-21 21:05:29 +00:00
  • 74eb9552bf Twenty Twelve: fix escaping and minor code style issues. See #29127. Lance Willett 2015-01-21 20:59:15 +00:00
  • 95f9a91d86 Twenty Thirteen: fix escaping and minor code style issues. See #29127. Lance Willett 2015-01-21 20:48:45 +00:00
  • be28a2c9c5 A few more wordpress.com https assets in unit tests. Boone Gorges 2015-01-21 18:57:17 +00:00
  • cabab6c140 Use https URLs for wordpress.com assets in Tests_HTTP_Functions. Boone Gorges 2015-01-21 18:43:03 +00:00
  • ab551d8dac Move GD-specific resize test to GD-specific resize test file. Boone Gorges 2015-01-21 18:27:44 +00:00
  • 4dd59fd9ce Remove skipped unit tests related to proposed map_deep(). Boone Gorges 2015-01-21 17:57:15 +00:00
  • 3089d4d6cc Customizer: Hide the reorder-widgets button when a widget area is empty. Dominik Schilling (ocean90) 2015-01-20 22:44:11 +00:00
  • 5fdc8a8364 Remove WP_Post_IDs_Iterator tests. Boone Gorges 2015-01-20 21:59:24 +00:00
  • 70eee8514b Remove skipped tests related to the proposed Export API. Boone Gorges 2015-01-20 20:57:08 +00:00
  • e3bff14246 Customizer: If there's only one available sidebar, hide the move-widget button. Dominik Schilling (ocean90) 2015-01-20 20:35:13 +00:00
  • f1771073dc WP_Date_Query date validation should not fail for hour = 0. Boone Gorges 2015-01-20 19:12:48 +00:00
  • 37ea642f69 Twenty Fourteen: fix escaping and minor code style issues. See #29127. Lance Willett 2015-01-20 19:02:53 +00:00
  • 3a87ef36e2 Texturize: Add "em" as a cockney term, so that "'em" is texturized with an apostrophe, instead of an open quote. Gary Pendergast 2015-01-20 18:43:30 +00:00
  • d80ca82693 Better loop detection for _pad_term_counts(). Boone Gorges 2015-01-19 16:51:44 +00:00
  • 2c955c0bbf Remove inaccurate part of {$taxonomy}_add_form_fields action description. Sergey Biryukov 2015-01-19 15:30:09 +00:00
  • 5e301c5794 Add missing summaries and descriptions for various functions in wp-admin/includes/upgrade.php. Drew Jaynes (DrewAPicture) 2015-01-19 09:14:39 +00:00
  • 032ec0d24a Remove a stray period introduced in [31242]. Drew Jaynes (DrewAPicture) 2015-01-19 08:46:24 +00:00
  • b590db9253 Ensure the correct list of default tabs for the Plugin Install screen are documented. Drew Jaynes (DrewAPicture) 2015-01-19 08:43:15 +00:00
  • 73780fdd32 Add more complete documentation for parameters, globals, and return values to the DocBlocks for remove_shortcode(), shortcode_exists(), and do_shortcode(). Drew Jaynes (DrewAPicture) 2015-01-19 08:39:10 +00:00
  • 596412fb0b Ensure both parameters and the return for has_shortcode() are fully documented. Drew Jaynes (DrewAPicture) 2015-01-19 08:35:05 +00:00
  • 352be0b432 Display correct title in Archives widget if the type of archive was changed using the 'widget_archives_dropdown_args' filter. Sergey Biryukov 2015-01-19 08:25:36 +00:00
  • 4a1cf7a38b Strip HTML tags when searching for installed themes. Sergey Biryukov 2015-01-18 20:39:39 +00:00
  • a036114a4d attachment_url_to_postid() should always return an integer. Sergey Biryukov 2015-01-18 20:32:50 +00:00
  • a79297ba2d Minor fix for inline doc syntax in a changelog entry for wp_get_object_terms(). Drew Jaynes (DrewAPicture) 2015-01-18 19:04:45 +00:00
  • fd886b7d60 Add @since annotation for 'orderby' values introduced in [31236]. Boone Gorges 2015-01-18 19:02:34 +00:00
  • 9501fb3213 Additional 'orderby' values for wp_get_object_terms(). Boone Gorges 2015-01-18 18:56:38 +00:00
  • 9ade002c6f TinyMCE: fix vertical positioning of the image toolbar when there are several instances of the editor. Props avryl, fixes #31028. Andrew Ozz 2015-01-18 17:55:39 +00:00
  • 2b4099c6bd Customizer: Replicate behavior from options-reading.php and hide front page options if there are no pages. Sergey Biryukov 2015-01-18 06:00:18 +00:00
  • 68283f5fb3 Add unit tests for 'orderby' and 'order' param of wp_get_object_terms(). Boone Gorges 2015-01-17 20:38:25 +00:00
  • c7e95b9433 Correct wp_get_object_terms() documentation. Boone Gorges 2015-01-17 20:38:20 +00:00
  • b18ee3334f Standardize the docblock for wp_get_object_terms(). Boone Gorges 2015-01-17 20:08:11 +00:00
  • 108e85314b Move wp_get_object_terms() tests into their own file. Boone Gorges 2015-01-17 20:08:04 +00:00
  • 658d1bb32e Add a changelog entry for the new parameter added in [31228]. Sergey Biryukov 2015-01-17 17:30:10 +00:00
  • 54f366da0b Pass $force_reauth value to the 'login_url' filter. Sergey Biryukov 2015-01-17 17:19:57 +00:00
  • 3c86263afe Customizer: Make "Search widgets" input sticky. Sergey Biryukov 2015-01-17 13:15:00 +00:00
  • 4c4de36c5c Customizer: Fix form tag replacement in WP_Customize_Widgets::get_widget_control() after [31200]. Sergey Biryukov 2015-01-17 13:10:27 +00:00
  • 6e206c2973 Use the site's local time to create the first post during installation. Sergey Biryukov 2015-01-17 10:06:42 +00:00
  • e7bf16b423 Introduce has_header_image() to check whether a header image is set. Sergey Biryukov 2015-01-17 06:33:42 +00:00
  • f18854e866 Add support for IE conditional comments for WP_Scripts to match the functionality of WP_Styles, including unit tests. Props filosofo, aaroncampbell, ethitter, georgestephanis, valendesigns. Fixes #16024. Andrew Ozz 2015-01-17 01:36:55 +00:00
  • 5378b4e000 TinyMCE: add breaking out of blockquotes by pressing Enter twice. Togging blockquote on|off with the button and the shortcut is unchanged. Props avryl, fixes #23110. Andrew Ozz 2015-01-16 23:35:24 +00:00
  • cd2d6d27d9 wp_set_object_terms() takes $taxonomy as a string. Update @param. See #30799. Scott Taylor 2015-01-16 23:26:38 +00:00
  • 357fa4131a Fix some internal types that are passed to functions to avoid changing the acceptable types passed as arguments to those functions: Scott Taylor 2015-01-16 22:50:20 +00:00
  • 1d3b42d226 Fix some erroneous @param annotations. Scott Taylor 2015-01-16 22:43:13 +00:00
  • 5b7baae907 In get_edit_term_link(), default to a valid $object_type. Boone Gorges 2015-01-16 21:36:12 +00:00
  • 5deee71273 Remove unused local vars in delete_plugins(), delete_theme(), WP_Date_Query->validate_date_values(), global_terms(), and WP_Text_Diff_Renderer_Table->_changed(). Scott Taylor 2015-01-16 21:18:52 +00:00
  • 2ed007c023 Calling ->chown() and ->chgrp() in WP_Filesystem_ftpsockets produces no side-effects. Remove the calls. ->chgrp() is defined in the super class, and does nothing, can be removed from the child class. Scott Taylor 2015-01-16 21:09:18 +00:00
  • 9a16e6230b Calling ->chown() and ->chgrp() in WP_Filesystem_FTPext produces no side-effects. Remove the calls. ->chgrp() is defined in the super class, and does nothing, can be removed from the child class. Scott Taylor 2015-01-16 21:06:29 +00:00
  • 19b4a0053a Twenty Fifteen: keep sub-menus open when visiting sub-menu pages, to show context when navigating a site. Lance Willett 2015-01-16 19:16:56 +00:00
  • d29abb1d24 By initializing this array before a loop, Scrutinizer reports 0 (zero) "Coding Style" errors. Scott Taylor 2015-01-16 19:12:15 +00:00
  • 5743898e1e @param cleanup: Scott Taylor 2015-01-16 19:02:26 +00:00
  • 835dbe7baf [31210] broke Supportflow on dotorg, which declares these methods as protected. Switch to protected for the noop methods. The subclasses can make them more visible using public. Scott Taylor 2015-01-16 18:36:46 +00:00