Commit Graph

  • 63ab0981fc In cache.php, clarify some return docs. Some WP_Object_Cache methods return void, so those wrapper functions don't need to return at all. Scott Taylor 2015-05-21 20:21:22 +00:00
  • 4eb97de4cf In bookmark.php, clarify some return docs. Scott Taylor 2015-05-21 20:12:41 +00:00
  • ff1eabd7e1 In author-template.php, clarify/add some return docs. Scott Taylor 2015-05-21 20:09:44 +00:00
  • cb145bd1c0 In admin-bar.php, most functions simply return when a conditional is not met. wp_admin_bar_render() shouldn't explicitly return false. Scott Taylor 2015-05-21 20:09:00 +00:00
  • f0d6031d9b Streamline support for multiple post types in get_posts_by_author_sql(). Boone Gorges 2015-05-21 19:48:19 +00:00
  • e656053bce Support multiple post types in count_user_posts() and other functions that use get_posts_by_author_sql(). Boone Gorges 2015-05-21 18:42:49 +00:00
  • 6d1e0f0704 Updates: Use the warning color for the backup notice, as it's not a success message. Helen Hou-Sandi 2015-05-21 18:09:46 +00:00
  • 8bb46554a8 In List Tables, ensure sorting indicator is visible on focus jorbin 2015-05-21 18:04:03 +00:00
  • 5de66efda6 In sanitize_option(), pass the unsanitized $value to the filter. Boone Gorges 2015-05-21 17:59:58 +00:00
  • 15a0c621ea Add tests for check_comment(). Boone Gorges 2015-05-20 19:08:07 +00:00
  • 064bed9792 Use the available user and blog factories in the Tests_Multisite_Option::test_with_another_site() test. John Blackbourn 2015-05-20 19:02:42 +00:00
  • e088947cea In WP_Media_List_Table::get_views(), declare $num_posts explicitly before looping. Scott Taylor 2015-05-19 20:49:59 +00:00
  • 17fff532cd In WP_Comments_List_Table::column_comment(), all of the nonced URLs can be defined in the same conditional block in which they are used. Not doing this causes ambiguity, and local vars are set that are not available to all execution paths. Scott Taylor 2015-05-19 20:45:36 +00:00
  • 6378cb5d60 In wpdb::load_col_info(), don't fetch the number of fields in the result row on each iteration of the for loop. It can be stored in a var and referenced. Scott Taylor 2015-05-19 20:29:30 +00:00
  • 6f4e407208 Move network update submenu items to the Network Dashboard menu item Jeremy Felt 2015-05-19 16:59:40 +00:00
  • 365c82b0c9 s/anbled/enabled/ in global_terms_enabled filter documentation. Jeremy Felt 2015-05-19 06:34:18 +00:00
  • 6063b2c0f9 Use WP_TESTS_DOMAIN in test_get_blogaddress_by_id_with_valid_id() Jeremy Felt 2015-05-19 05:45:31 +00:00
  • 09bd58b4c9 In comment_form(), ensure that filtered arguments contain all required default values. Sergey Biryukov 2015-05-19 01:03:39 +00:00
  • 03e04a0c1c Allow wp_dropdown_languages() to return the markup instead of displaying. Sergey Biryukov 2015-05-19 00:32:10 +00:00
  • d800ebdf96 Accessibility: Ensure screen reader text is read as words and not affected by word-wrap. Helen Hou-Sandi 2015-05-18 18:36:46 +00:00
  • 42eb2ec407 Autoprefixer for [32506]. see #31874. Helen Hou-Sandi 2015-05-15 20:43:02 +00:00
  • 0027615ed1 Improve unit tests for wp_unique_term_slug(). Boone Gorges 2015-05-15 20:37:51 +00:00
  • 691656f2cf Media: Visually align upload errors with other admin notices. Helen Hou-Sandi 2015-05-15 16:18:50 +00:00
  • 12b3b1c100 Fix dragging to the bottom of the screen on the Dashboard. Props eltobiano. See #32094. Andrew Ozz 2015-05-14 23:49:44 +00:00
  • 047c2fdadd Allow plugins to activate other plugins within their Activation hook. Fixes #32368 Dion Hulse 2015-05-14 06:57:47 +00:00
  • 11671ad73b In tb_show() in thickbox, when loading content into #TB_ajaxContent, make sure a URL with no ? doesn't break when &random= is appended to it. Scott Taylor 2015-05-13 21:41:47 +00:00
  • 23e40ef756 In views/button/select-mode-toggle, don't hide the spinner with JS. This oversight is a symptom of the too-aggressive outside DOM handling that is happening in this view's toggleBulkEditHandler method. Scott Taylor 2015-05-13 21:26:22 +00:00
  • 8bcd566ee0 Add a viewport meta tag to wp_die(). John Blackbourn 2015-05-13 04:07:46 +00:00
  • f927722bc0 Update the DocBlock for wp_new_comment() to reference the wp_insert_comment() documentation for argument information. Drew Jaynes 2015-05-13 02:53:03 +00:00
  • 6855376930 Document the default arguments for wp_insert_comment() as a hash notation. Drew Jaynes 2015-05-13 02:50:56 +00:00
  • 3a47da7943 Respect $_wp_suspend_cache_invalidation in clean_term_cache(). Boone Gorges 2015-05-12 20:13:53 +00:00
  • 3d4fb6ce50 Twenty Fifteen: add missing social link Genericons styles for Skype and Path. Lance Willett 2015-05-12 18:14:04 +00:00
  • d01281af10 Add a sanity check to theme-compat/header.php to avoid outputting CSS which could reference a non-existant file. John Blackbourn 2015-05-12 10:46:50 +00:00
  • 59eb437a35 Fix comments postbox: - Add comment button text. - Positioning of the Author, Email, URL fields. Fixes #32349. Andrew Ozz 2015-05-12 01:21:58 +00:00
  • 3b9407b660 Twenty Twelve: fix typo in readme.txt file. Lance Willett 2015-05-11 23:31:31 +00:00
  • 181b6ca317 Twenty Fifteen: fix typo in readme file, props obenland. Format the release dates as per other bundled themes readme.txt file format. Lance Willett 2015-05-11 21:55:18 +00:00
  • 3d09bf9700 Twenty Ten: add readme file to explain basic theme usage, link to changelog on Codex, and include license information. Lance Willett 2015-05-11 21:52:35 +00:00
  • b8bab7960b Twenty Eleven: add readme file to explain basic theme usage, link to changelog on Codex, and include license information. Lance Willett 2015-05-11 21:51:12 +00:00
  • 533d3c3329 Twenty Twelve: add readme file to explain basic theme usage, link to changelog on Codex, and include license information. Lance Willett 2015-05-11 21:48:43 +00:00
  • c11f7c511c Twenty Thirteen: add readme file to explain basic theme usage, link to changelog on Codex, and include license information. Lance Willett 2015-05-11 21:47:29 +00:00
  • 217e09b0a5 Twenty Fourteen: add readme file to explain basic theme usage, link to changelog on Codex, and include license information. Lance Willett 2015-05-11 21:45:46 +00:00
  • a01dd602e6 Twenty Fifteen: update readme file. Lance Willett 2015-05-11 21:41:53 +00:00
  • 4aa9595824 Twenty Twelve: fix content skip link appearance. Lance Willett 2015-05-11 21:00:08 +00:00
  • 297a4eae48 Improve focus styles for the Switch View links in Posts listings and Media Library. Dominik Schilling (ocean90) 2015-05-11 19:33:32 +00:00
  • 1a8bd3bf07 In category dropdown, 'selected' should match against 'value_field'. Boone Gorges 2015-05-11 13:10:19 +00:00
  • 39639c79da Add a return value to wp_register_script() and wp_register_style() which matches the return value of WP_Dependencies::add(). John Blackbourn 2015-05-10 19:56:15 +00:00
  • 099c066e24 Check if running from /src or SCRIPT_DEBUG is defined in print_emoji_detection_script(). See #32118. Andrew Ozz 2015-05-10 18:23:21 +00:00
  • d9b911e477 Update the DocBlock description for update_option() to account for the ability to define the $autoload parameter, added in 4.2. Drew Jaynes 2015-05-10 16:58:00 +00:00
  • 5bf60d981b Widgets: - Fix dragging to the bottom of the screen. - Fix hiding of the dragged widget when dragging over a closed sidebar. - Fix the admin menu position and scrolling when all widget containers are folded. Fixes #32094 for trunk. Andrew Ozz 2015-05-10 00:31:47 +00:00
  • 28a535e58b Lightly clean up and improve inline documentation in wp-config-sample.php. Drew Jaynes 2015-05-10 00:05:30 +00:00
  • cdd007cc62 Emoji: do not try to replace emoji chars inside dynamic SVGs. Fixes #32305 for trunk. Andrew Ozz 2015-05-09 23:43:07 +00:00
  • cfa32bc1d7 Merge similar error strings for invalid data. Dominik Schilling (ocean90) 2015-05-09 21:08:57 +00:00
  • bcbae1cee3 Improve focus styles for: Dominik Schilling (ocean90) 2015-05-09 21:04:21 +00:00
  • 0422e527b1 Improve focus styles for: Dominik Schilling (ocean90) 2015-05-09 20:34:13 +00:00
  • 27d0216b0c Merge a help tab string for pages. Dominik Schilling (ocean90) 2015-05-09 20:07:00 +00:00
  • ca2cd7405c List Table: Add placeholder to a plural string. Dominik Schilling (ocean90) 2015-05-09 19:21:38 +00:00
  • 3df6a4a9da Sites List Table: Replace context with a translators comment for the site name and tagline. Dominik Schilling (ocean90) 2015-05-09 19:18:00 +00:00
  • ff4f261101 Merge similar error strings. Dominik Schilling (ocean90) 2015-05-09 18:26:37 +00:00
  • e7d9eda799 In fetch_feed(), call ->set_output_encoding() on the SimplePie instance to ensure the feed is served with encoding specified by the blog_charset option. Scott Taylor 2015-05-09 06:48:45 +00:00
  • 6ce6180884 Serve RSS feeds with the proper mime-type: application/rss+xml. The reason for hacking around browsers by using text/xml appears to no longer be relevant. Scott Taylor 2015-05-09 06:38:38 +00:00
  • 5d69ee66dd In media-template.php, change a few <a href="#" class="button">s to <button type="button" class="button" ...>. Scott Taylor 2015-05-09 06:06:50 +00:00
  • f9fd563ec7 Media Grid: clean up our flawed Backbone.Router implementation so that the browser forward/back buttons work the same way as the left/right keys when the Edit Attachment frame is open. Scott Taylor 2015-05-09 05:41:01 +00:00
  • 1b76bd6246 Introduce a $token argument to wp_set_auth_cookie() so session tokens can be reused by custom authentication implementations. John Blackbourn 2015-05-09 00:27:11 +00:00
  • 8303e8f314 wp.media.view.Button should create <button>s, not <a href="#">s. Scott Taylor 2015-05-08 20:38:55 +00:00
  • 3fd2730435 In EmbedLink, a URL needs to be at least 11 chars to be useful. Scott Taylor 2015-05-08 20:29:55 +00:00
  • bbcddbbb72 When creating an EmbedLink view, don't add a spinner - it already exists in Embed. Use the value of wp.media.controller.Embed.sensitivity as the sensitivity value for the debounced method in EmbedLink to ensure that the spinner toggles don't stutter or overlap. Scott Taylor 2015-05-08 20:09:58 +00:00
  • 637bedeece Use table prefix for comment__in and comment__not_in SQL clauses of WP_Comment_Query. Boone Gorges 2015-05-08 19:44:06 +00:00
  • c8ca3c2304 When fetching in media/views/embed/link.js, call abort() on any existing XHRs. Use $.ajax instead of wp.ajax.send() to allow this. Pass this as context to the options to remove the need to bind callbacks. Scott Taylor 2015-05-08 19:15:34 +00:00
  • c6592462ef In media/views/embed/link.js, URLs should have a valid protocol before an attempt to fetch them is made. Scott Taylor 2015-05-08 18:33:34 +00:00
  • df717e8294 Add a comment to maybe_serialize(). Andrew Nacin 2015-05-08 16:26:13 +00:00
  • 733e06315a Upgrades: If a table has already been converted to utf8mb4, there's no need to try and convert it again. Gary Pendergast 2015-05-08 12:21:18 +00:00
  • 2cde17f232 When saving Writing Options, check that the UI is enabled for use_smilies and use_balanceTags before trying to update them. Gary Pendergast 2015-05-08 11:58:22 +00:00
  • 231c73751b On the Writing Options screen, hide the Balance Tags and Convert Smilies options on new installs. Gary Pendergast 2015-05-08 06:51:52 +00:00
  • 8cb8a90b7e Fix a wide variety of syntactical, spacing, wording, and other issues in wp-includes/taxonomy.php. Drew Jaynes 2015-05-07 06:13:27 +00:00
  • 3ff997b3b6 Ensure the optional parameter in get_object_taxonomies() is documented as such. Drew Jaynes 2015-05-07 05:32:29 +00:00
  • 2b62df22b3 Add a description to the hook documentation for the created_$taxonomy action to clarify the dynamic portion of the hook name. Drew Jaynes 2015-05-07 05:27:36 +00:00
  • 97ac7fffa1 Add missing parameter descriptions to the created_term hook documentation. Drew Jaynes 2015-05-07 05:25:30 +00:00
  • b462ce203f Twenty Fifteen is 1.2 after [32392]. Andrew Nacin 2015-05-07 01:38:08 +00:00
  • 80238b81d6 Upgrade: Since MySQL may auto-expand column widths when changing a column's character set, we must do our length-based comment checks prior to the character set changes. Michael Adams (mdawaffe) 2015-05-07 01:10:05 +00:00
  • 89b384a05a Upgrade: $wpdb->get_col_length() sanity check: bail on unexpected return value. Michael Adams (mdawaffe) 2015-05-06 23:10:18 +00:00
  • a42401d0c9 Upgrade: Ensure unintelligible DB schemas don't result in content loss. Michael Adams (mdawaffe) 2015-05-06 21:45:58 +00:00
  • 2abdcf41cf Bundled Themes: Remove Genericons example.html files. Dominik Schilling (ocean90) 2015-05-06 19:26:59 +00:00
  • 1417929e0d When upgrading WordPress remove genericons example.html files Aaron Jorbin 2015-05-06 18:36:48 +00:00
  • 5af9ac0ea2 Customizer: Use a semantic, accessible element for Remove Header Image button. Sergey Biryukov 2015-05-06 10:53:07 +00:00
  • 2b8e7270d5 Multisite: Add translator comments to default email messages with non-typical placeholders. Sergey Biryukov 2015-05-06 09:11:18 +00:00
  • 9e12deeb9c Fix an incorrect version number check in [32378]. Gary Pendergast 2015-05-06 07:40:36 +00:00
  • ca11cafb07 Upgrades: When converting to utf8mb4, we were trying to change the wrong index on wp_signups, causing the conversion to later fail. Gary Pendergast 2015-05-06 07:33:53 +00:00
  • ba24459a63 The UTF-8 regex can occasionally fail on very low memory machines. Reduce the amount of memory it uses. Gary Pendergast 2015-05-06 06:57:44 +00:00
  • ed53ad2c53 WPDB: When sanity checking query character sets, there's no need to check queries that don't return user data. Gary Pendergast 2015-05-06 06:04:50 +00:00
  • 923c6c981b WPDB: Allow queries to reference tables in the dbname.tablename format, and allow table names to contain any valid character, rather than just ASCII. Gary Pendergast 2015-05-06 05:00:39 +00:00
  • 8737968ac2 TinyMCE: update to 4.1.10. Fixes #32262. Andrew Ozz 2015-05-06 03:22:04 +00:00
  • 2ce97b2984 WPDB: When checking that a string can be sent to MySQL, we shouldn't use mb_convert_encoding(), as it behaves differently to MySQL's character encoding conversion. Gary Pendergast 2015-05-06 02:59:50 +00:00
  • 35db6d722b In paginate_links(), improve handling of custom pagination query vars. Boone Gorges 2015-05-05 21:58:23 +00:00
  • 70f530e238 youtube.com oEmbed test should always expect HTTPS. Boone Gorges 2015-05-05 21:30:57 +00:00
  • e68f7765c1 Update grunt-autoprefixer to 3.0.0 Aaron Jorbin 2015-05-05 21:29:04 +00:00
  • ee60ec1c23 Update grunt-contrib-qunit to 0.7.0 Aaron Jorbin 2015-05-05 20:29:29 +00:00
  • bb29a878c6 Improve performance of get_page_children(). Boone Gorges 2015-05-05 19:36:58 +00:00
  • ba712c6789 Unit tests for get_page_children(). Boone Gorges 2015-05-05 19:36:46 +00:00
  • 1efe303ebf Improve sanitization of 'name' param in get_terms(). Boone Gorges 2015-05-05 11:13:51 +00:00
  • 3ca1ff6b72 Fix documentation syntax and formatting for the media_sideload_image() DocBlock. Drew Jaynes 2015-05-05 02:19:47 +00:00