Commit Graph

  • 04d01a8eb4 Add tests demonstrating individual comment cache invalidation. Boone Gorges 2016-06-01 17:15:27 +00:00
  • 425fffeb4f Add tests demonstrating query cache invalidation on comment CRUD actions. Boone Gorges 2016-06-01 16:59:16 +00:00
  • 6655a8d48a Comments: Break the inline display of comment content urls on the Moderate Comment screen Rachel Baker 2016-06-01 16:04:53 +00:00
  • aa6e844435 Editor: autoresize fixes for text Ella Iseulde Van Dorpe 2016-06-01 10:23:17 +00:00
  • 0e8e778af9 Tests: Fix an incorrect @ticket header introduced in [37601]. Gary Pendergast 2016-06-01 02:40:19 +00:00
  • bc975d28d4 Database: Split the logic of wpdb::init_charset() into a separate method. Gary Pendergast 2016-06-01 02:37:20 +00:00
  • 5fdf2b4b44 Add tests for no_found_rows behavior of WP_Query. Boone Gorges 2016-05-31 19:28:46 +00:00
  • 9b19a33952 Ensure that get_terms() can accept querystring-style arguments. Boone Gorges 2016-05-31 12:53:27 +00:00
  • dd472b7d2e Updates: Only use the filename component of URLs to form part of the temporary filename. Previously we were passing the entire URL to wp_tempnam() (incorrectly) which caused the query string to be used as part of the temporary filename. We now only use the file component of a url such as https://example.com/filename.zip?arg1=1&arg2=2....&arg100=100 to prevent a long filename. Dion Hulse 2016-05-31 02:20:58 +00:00
  • 37704c5cb8 TinyMCE: check if wp.mce.views exists before loading the wpview plugin. Fixes a js error when the rest of the media scripts are not loaded. Andrew Ozz 2016-05-30 22:04:18 +00:00
  • 9e9aeac12b Editor: better resizing for text editor Ella Iseulde Van Dorpe 2016-05-30 20:31:57 +00:00
  • 8f06d6678b Tests: Change some 'group' annotations to 'ticket'. Boone Gorges 2016-05-30 04:37:57 +00:00
  • cb5b8479f0 In WP_Meta_Query, don't cast meta_value to CHAR. Boone Gorges 2016-05-30 04:35:16 +00:00
  • 23d0c953d2 Don't clear object relationship caches on term update. Boone Gorges 2016-05-30 04:10:16 +00:00
  • 8e79f0fb3d Docs: Ensure hook and duplicate hook docs directly precede all instances of the image_memory_limit filter. Drew Jaynes 2016-05-30 02:13:57 +00:00
  • a66277f245 Docs: Correct a duplicate filter comment for the image_memory_limit hook to point to the correct file. Drew Jaynes 2016-05-30 02:09:46 +00:00
  • 5664f0d6ea Twenty Elevent Ephemera widget fix for caching in Customizer preview. Fixes #36429. Props anneschmidt, westonruter. Tammie 2016-05-29 16:05:46 +00:00
  • c96858b0f2 Allow term meta lazy-loading to be selectively disabled in WP_Query. Boone Gorges 2016-05-28 03:09:09 +00:00
  • 13350c95e4 Bootstrap/Load: Load plugin.php earlier in wp-settings.php Aaron Jorbin 2016-05-27 19:19:12 +00:00
  • e890bfae0d Docs: Improve documentation for wp_generate_tag_cloud() default arguments by formatting them into in a hash-notation. Drew Jaynes 2016-05-27 17:59:12 +00:00
  • 6695126f24 Docs: Improve formatting in the DocBlock for sanitize_bookmark_field(). Drew Jaynes 2016-05-27 17:15:58 +00:00
  • 1942855ada Docs: Standardizes and improves DocBlock summaries for the __get(), __set(), __isset(), and __unset() magic methods in wpdb. Drew Jaynes 2016-05-27 17:11:47 +00:00
  • 3ba3c42728 Comments: Display approved comments on the Edit Post screen to users without the edit_comment capability. Rachel Baker 2016-05-27 14:09:29 +00:00
  • 35a7acb459 Database: Normalize index definitions in dbDelta(). Dominik Schilling (ocean90) 2016-05-27 11:56:20 +00:00
  • 531ceb899e Customize: Run autoprefixer following [37476] Peter Wilson 2016-05-27 05:14:25 +00:00
  • c7f8735698 Setup: Sanity check for invalid table prefixes. Gary Pendergast 2016-05-27 01:53:09 +00:00
  • ea970f17ad Plugins: Fix order of arguments for the strpos() function added in [37562]. Dominik Schilling (ocean90) 2016-05-26 23:14:52 +00:00
  • 2c7f879188 Add tests for get_weekstartend(). Boone Gorges 2016-05-26 15:47:52 +00:00
  • f4a4bb77f5 Docs: Remove unnecessary backtick-escaping around two function references in the DocBlock for get_object_term_cache(). Drew Jaynes 2016-05-26 15:21:45 +00:00
  • 08e8157d25 Docs: Link up a reference to the get_terms_args filter in the hook doc for get_terms_defaults. Drew Jaynes 2016-05-26 15:16:26 +00:00
  • e613d97234 Pass the proper values to get_terms action. Boone Gorges 2016-05-26 14:55:38 +00:00
  • 8119c1b473 Version bump. Dominik Schilling (ocean90) 2016-05-26 10:05:21 +00:00
  • a51a68fb75 Database: Add support for SPATIAL keys to dbDelta(). Gary Pendergast 2016-05-26 04:58:13 +00:00
  • 96b71d7d89 Store only term IDs in object term relationships caches. Boone Gorges 2016-05-26 04:49:10 +00:00
  • 8b9bdaccd2 Introduce WP_Term_Query and use in get_terms(). Boone Gorges 2016-05-26 04:32:30 +00:00
  • 0b56d3fd1b Docs: Reorder argument descriptions in the DocBlock for wp_list_categories() to match the default arguments list and improve reading at a glance. Drew Jaynes 2016-05-25 19:39:32 +00:00
  • 7878f8f9ea Upgrade: Allow update checks on upgrader_process_complete to be run during Ajax requests. Dominik Schilling (ocean90) 2016-05-25 19:35:07 +00:00
  • 2b9ea8de78 Docs: Add missing documentation for the style argument in the DocBlock for wp_list_categories(). Drew Jaynes 2016-05-25 19:34:41 +00:00
  • add75910c9 Docs: Add missing @access tags to methods in WP_oEmbed_Controller. Drew Jaynes 2016-05-25 19:21:11 +00:00
  • a378749df6 Fix termmeta pre-fetching in wp_get_object_terms(). Boone Gorges 2016-05-25 18:44:00 +00:00
  • c013727ebe Posts: Add test coverage for get_preview_post_link(). Drew Jaynes 2016-05-25 18:30:57 +00:00
  • 1d3511ba8c In get_bookmarks(), don't cache if 'orderby=rand'. Boone Gorges 2016-05-25 18:29:01 +00:00
  • a27b379144 Docs: Update the return description for get_preview_post_link() to note that it can also return null. Drew Jaynes 2016-05-25 18:24:33 +00:00
  • ec53bf5bf6 Add tests for get_bookmarks() cache. Boone Gorges 2016-05-25 18:20:24 +00:00
  • a34e38513f Plugins: In get_plugin_data() use the plugin slug for the text domain when no text domain is defined in the header. Dominik Schilling (ocean90) 2016-05-25 16:53:38 +00:00
  • ba9e51c4a5 Docs: Correct DocBlock descriptions for the $before, $after, $link_before, and $link_after arguments for wp_nav_menu(). Drew Jaynes 2016-05-25 16:16:45 +00:00
  • 32418ef8ed Docs: Standardize DocBlock summaries for hooks that serve to "print" something to use third-person singular verbs. Drew Jaynes 2016-05-25 16:04:37 +00:00
  • 73e91b1ad3 TinyMCE: fix inline toolbar positioning Ella Iseulde Van Dorpe 2016-05-25 15:12:28 +00:00
  • 0decd27a3f Docs: Update hook docs for the upgrader_package_options filter and upgrader_process_complete action to reflect expected values in the core, language pack, theme, and plugin contexts. Drew Jaynes 2016-05-25 14:44:08 +00:00
  • e20bc6cc46 Media: adjust test after [37556] Ella Iseulde Van Dorpe 2016-05-25 14:05:34 +00:00
  • e57b62f5d6 Media: unhide audio fallback Ella Iseulde Van Dorpe 2016-05-25 13:32:33 +00:00
  • 7de95455cc Tests: Upgrade the HHVM job to use Ubuntu Trusty, and a more recent version of HHVM. Gary Pendergast 2016-05-25 06:11:20 +00:00
  • 8ebfe1c0d2 I18N: Update list of continents and cities for the timezone selection. Dominik Schilling (ocean90) 2016-05-24 23:23:46 +00:00
  • ac658e2d93 Dashboard: Improve grammar for WordPress News help text. Dominik Schilling (ocean90) 2016-05-24 21:21:59 +00:00
  • 0a76772117 I18N: Add translators comments to wp-activate.php. Dominik Schilling (ocean90) 2016-05-24 21:01:47 +00:00
  • 5acf9e3042 I18N: Add translators comments to wp-signup.php. Dominik Schilling (ocean90) 2016-05-24 20:43:23 +00:00
  • 4908e2b035 Docs: Fix the hook doc for upgrader_process_complete to notate all values that might be present in the hook_extra array in the various update contexts. Drew Jaynes 2016-05-24 17:51:06 +00:00
  • 5de41748d3 Embeds: Ensure embed widths are integers. Gary Pendergast 2016-05-24 06:14:19 +00:00
  • 01356e100e Database: Don't generate unnecessary warnings in wpdb::query(). Gary Pendergast 2016-05-24 05:23:06 +00:00
  • ae03e5cbb4 Multisite: Clean up WP_Error documentation and handling in wp-signup.php Jeremy Felt 2016-05-24 04:15:57 +00:00
  • fa2b237e1e Multisite: Disable autocapitalize and autocorrect for user_name input on signup Jeremy Felt 2016-05-24 03:42:36 +00:00
  • 21250e6c2f Docs: The $context parameter in remove_meta_box() is not optional. Drew Jaynes 2016-05-23 20:56:38 +00:00
  • 9531107084 Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files. Drew Jaynes 2016-05-23 19:01:40 +00:00
  • 194583a770 Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files. Drew Jaynes 2016-05-23 19:00:41 +00:00
  • bd1d3f0a8c Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files. Drew Jaynes 2016-05-23 18:58:48 +00:00
  • e82b32be51 Docs: Apply inline @see tags to hooks referenced in DocBlocks in wp-includes/general-template.php. Drew Jaynes 2016-05-23 18:56:06 +00:00
  • 869b0a53e7 Docs: Apply inline @see tags to hooks referenced in DocBlocks in wp-includes/ms-functions.php. Drew Jaynes 2016-05-23 18:55:17 +00:00
  • b208dae5e6 Docs: Apply inline @see tags to hooks referenced in DocBlocks for core classes. Drew Jaynes 2016-05-23 18:53:05 +00:00
  • 52caa1f06a Database: Support backticks around field names when parsing a query for the field type. Dominik Schilling (ocean90) 2016-05-23 18:11:32 +00:00
  • 2111185ab9 Docs: Apply inline @see tags to hooks referenced in DocBlocks for wp-admin/* files. Drew Jaynes 2016-05-23 17:27:19 +00:00
  • 3ae9bf6690 Docs: Apply inline @see tags to hooks referenced in DocBlocks for root directory files. Drew Jaynes 2016-05-23 17:06:40 +00:00
  • a1ee08a6db Docs: Standardize filter docs in root folder files to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-23 16:43:20 +00:00
  • 08a0225d5c Docs: Update the return notation for get_current_screen() to note that null can also be returned if the screen has not been defined. Drew Jaynes 2016-05-23 16:33:22 +00:00
  • 8fefe4e13c Database: Remove debug comments in dbDelta(). Dominik Schilling (ocean90) 2016-05-23 15:03:18 +00:00
  • 9f19752175 Database: Reduce the number of strtolower() calls in dbDelta(). Dominik Schilling (ocean90) 2016-05-23 14:57:19 +00:00
  • d5373c004c Accessibility: the Thickbox "Close" control should always be a button. Andrea Fercia 2016-05-23 10:29:44 +00:00
  • bd1527d4ab Template: In wp_get_archives() use add_query_arg() instead of sprintf() to build the archive URL. Dominik Schilling (ocean90) 2016-05-23 10:22:36 +00:00
  • 5ca8f56abf Menus: Use new colors for error/info notices. Dominik Schilling (ocean90) 2016-05-23 09:39:13 +00:00
  • 4587dee582 Customize: Make sure that preview and return URLs are URLs. Dominik Schilling (ocean90) 2016-05-23 09:32:47 +00:00
  • 8fceb0deda External Libraries: Update jQuery to 1.12.4. Dominik Schilling (ocean90) 2016-05-23 08:59:07 +00:00
  • 2d14d5abab Database: dbDelta() will no longer try to downgrade the size of TEXT and BLOB columns. Gary Pendergast 2016-05-23 08:35:59 +00:00
  • 448896a2c7 Database: Remove some duplicate code. Gary Pendergast 2016-05-23 06:37:53 +00:00
  • a09ea91d16 Database: Use the utf8mb4_unicode_520_ci collation, when available. Gary Pendergast 2016-05-23 06:31:44 +00:00
  • c231052280 Tests: Remove a test for a function that can't be tested. Gary Pendergast 2016-05-23 06:26:01 +00:00
  • 4422aac17c Database: Obey locale-specific utf8 collation settings. pento 2016-05-23 05:53:02 +00:00
  • e9bed0f3a5 Customize: Replace invalid reference to $_SERVER['customized'] with $_POST['customized']. Weston Ruter 2016-05-23 05:09:57 +00:00
  • dd70966885 Tests: get_terms() 'search' test should have more precise fixtures.. Boone Gorges 2016-05-23 03:25:51 +00:00
  • d11f7ed391 Docs: Standardize filter docs in remaining wp-includes/* files to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:49:05 +00:00
  • 422cdb28a1 Docs: Standardize filter docs in wp-includes/l10n.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:47:37 +00:00
  • 4fd2c46d89 Docs: Standardize filter docs in wp-includes/feed.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:46:29 +00:00
  • 0e34dac34a Docs: Standardize filter docs in wp-includes/formatting.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:44:38 +00:00
  • 57794c02d8 Docs: Standardize filter docs in wp-includes/class-http.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:42:48 +00:00
  • 872e55281b Docs: Standardize filter docs in wp-includes/embed.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:41:51 +00:00
  • 53a58c6933 Docs: Standardize filter docs in wp-includes/comment.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:40:47 +00:00
  • 1dc4b17e93 Docs: Standardize filter docs in wp-includes/ms-functions.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:39:17 +00:00
  • 39908cb2bb Docs: Standardize filter docs in wp-includes/functions.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:35:24 +00:00
  • f70d94a8e6 Docs: Standardize filter docs in wp-includes/query.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:34:42 +00:00
  • e66f4fc503 Docs: Standardize filter docs in wp-includes/pluggable.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:34:03 +00:00
  • a003f843e8 Docs: Standardize filter docs in wp-includes/option.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:33:13 +00:00
  • 5c56dc4035 Docs: Standardize filter docs in wp-includes/taxonomy.php to use third-person singular verbs per the inline documentation standards for PHP. Drew Jaynes 2016-05-22 18:31:56 +00:00