Commit Graph

  • 9d9fbf6a5b Add a changelog entry for the $resource_type parameter added to the get_ancestors filter in 4.1.1. Drew Jaynes 2015-05-05 02:16:58 +00:00
  • 7138b7e1bd Add two changelog entries for functional changes introduced in 4.2.0. Drew Jaynes 2015-05-05 02:15:27 +00:00
  • fae4ff9b2f Ensure the optional parameters for get_taxonomies() are documented as such. Drew Jaynes 2015-05-05 02:04:52 +00:00
  • e8668f7bca Improve inline documentation in wp-includes/taxonomy.php. Drew Jaynes 2015-05-05 02:00:18 +00:00
  • 717ea3f7cd Emoji: add shorter/faster regex for testing for emoji chars in added nodes. See #32125. Andrew Ozz 2015-05-05 01:40:21 +00:00
  • a4625b51eb Add 'webcal' to the list of URI protocols whitelisted by default. Boone Gorges 2015-05-05 00:37:14 +00:00
  • fbb60698ea Add a missing @return tag and description to the DocBlock for WP_Theme::scandir(). Drew Jaynes 2015-05-05 00:33:55 +00:00
  • 98bed37af3 Properly document WP_Theme::scandir() as a static method, adjust parameter documentation for formatting and clarity. Drew Jaynes 2015-05-05 00:32:23 +00:00
  • d0567838e4 Update QUnit to v1.18.0 Aaron Jorbin 2015-05-04 19:43:38 +00:00
  • 93a4bf15e4 Attachment URLs should only be forced to SSL on the front end. Boone Gorges 2015-05-04 13:09:14 +00:00
  • eea4111667 Add a missing DocBlock for wp_caption_input_textarea(). Drew Jaynes 2015-05-04 01:12:12 +00:00
  • b7bce33748 Add a missing @return tag to the DocBlock for `uninstall_plugin(). Drew Jaynes 2015-05-04 01:07:47 +00:00
  • 5a45289302 Add a missing @return tag to the DocBlock for site_admin_notice(). Drew Jaynes 2015-05-04 01:05:48 +00:00
  • 511ce10e53 Clarify accepted types for the $args and $context parameters in WP_Filesystem(). Drew Jaynes 2015-05-04 01:03:08 +00:00
  • 49626f348a Emoji: rename the exclude class to wp-exclude-emoji. Props Clorith. See #32197. Andrew Ozz 2015-05-04 00:04:15 +00:00
  • 992cc2e796 Emoji: add an exclude class to wp-emoji checked when monitoring for changes with mutationObserver. Use it for the hidden div used for resizing the Text editor. See #32197. Andrew Ozz 2015-05-03 20:17:38 +00:00
  • 6368ee0c6a Emoji: before parsing added nodes test if the text in them contains emoji chars. That speeds up the processing quite a bit. See #32125. Andrew Ozz 2015-05-03 19:07:31 +00:00
  • 9c3c452fa9 Emoji: - Fix loading errors in IE9 and IE10. - Add fallbacks for the loading events. Fixes #32109 for trunk. Andrew Ozz 2015-05-03 18:44:37 +00:00
  • 2848b8a911 Replace echo __() with _e(). Sergey Biryukov 2015-05-03 16:17:06 +00:00
  • 72c437c2a8 Merge two strings from theme details dialog. Sergey Biryukov 2015-05-02 09:10:59 +00:00
  • e5e467a41b Allow metadata to be deleted when meta_value matches 0 or '0'. Boone Gorges 2015-05-01 16:37:35 +00:00
  • 625e7135f3 After [32258], restore the parts of [31620] and [31626] that weren't changes to the UI, but were improvements to existing code. Scott Taylor 2015-04-30 21:39:52 +00:00
  • 345d34cad9 Bulk Edit: Properly associate the Format select with its label. Sergey Biryukov 2015-04-30 16:03:06 +00:00
  • e4be853426 Use correct closing tag. Sergey Biryukov 2015-04-30 14:29:24 +00:00
  • 53d42e6a9c Remove duplicate semicolon introduced in [32326]. Boone Gorges 2015-04-29 12:57:35 +00:00
  • 1700d2b265 Improve performance of loop detection in _get_term_children(). Boone Gorges 2015-04-29 12:55:29 +00:00
  • 51b69b1f7f Fix typo in a comment in wp_guess_url(). Sergey Biryukov 2015-04-29 07:18:35 +00:00
  • f31aeb97f1 Emoji: fix loop when replacement images fail to load. Props iseulde. Fixes #32128 for trunk. Andrew Ozz 2015-04-29 03:19:01 +00:00
  • 342989657f When creating a temporary file treat the / directory properly, to prevent it ending up in an endless self-calling loop. Props hnle, taka2. Fixes #32135. See #31811 Dion Hulse 2015-04-29 03:16:06 +00:00
  • af0315de16 Bundled themes: use SSL WordPress.org URL in rtl.css. Sergey Biryukov 2015-04-27 18:11:01 +00:00
  • 0598065cdd Bundled themes: use SSL WordPress.org URLs. Lance Willett 2015-04-27 17:35:06 +00:00
  • 0b868edb8e When deleting suspicious comments, do so permanently. Gary Pendergast 2015-04-27 16:10:50 +00:00
  • ae1f6413c9 [32308] was for 4.3, not 4.2.1. Gary Pendergast 2015-04-27 16:07:20 +00:00
  • 0224286861 When upgrading to 4.2.1, delete suspicious comments. Gary Pendergast 2015-04-27 16:03:48 +00:00
  • 0152b8f49b In [32299], we should be using mb_strlen() for our string size checks. Gary Pendergast 2015-04-27 14:41:48 +00:00
  • 45b0abbef1 WPDB: Sanity check that any strings being stored in the DB are not too long to store correctly. Gary Pendergast 2015-04-27 14:02:45 +00:00
  • ca8d6fb60f Escape the $s global. Andrew Nacin 2015-04-27 05:09:24 +00:00
  • fdd254b5d8 Add missing word to wp_insert_term() error strings. Sergey Biryukov 2015-04-26 11:49:36 +00:00
  • 04ef03636e Check if SCRIPT_DEBUG is defined before using it in print_emoji_detection_script(). Sergey Biryukov 2015-04-26 10:35:53 +00:00
  • 29718f1c28 Fix keyboard shortcut for save from the visual editor. Andrew Nacin 2015-04-26 04:50:41 +00:00
  • c3ea088948 When priming the cache for taxonomy term nav items, don't fetch term descendants. Boone Gorges 2015-04-24 18:57:07 +00:00
  • 7add279793 Allow rewrite endpoints to be registered without also registering query vars. Boone Gorges 2015-04-24 16:37:12 +00:00
  • 000f4f98b4 In wp_list_categories(), 'All' link should point to post type archive if taxonomy is not registered for 'post' or 'page'. Boone Gorges 2015-04-24 14:56:37 +00:00
  • f8140ca961 Trunk is now 4.3-alpha. Helen Hou-Sandi 2015-04-23 17:59:53 +00:00
  • ffe23d2f93 About page: Finalize media for 4.2. Helen Hou-Sandi 2015-04-23 15:42:24 +00:00
  • 1ebc8a2867 Bundled Themes: Bump version numbers and update POT files. Dominik Schilling (ocean90) 2015-04-23 15:15:37 +00:00
  • 387b6a9087 Post 4.2-RC4 bump Drew Jaynes 2015-04-22 20:29:15 +00:00
  • 66b48f847a WordPress 4.2-RC4 Drew Jaynes 2015-04-22 20:21:00 +00:00
  • 09f830dca5 Customizer theme details modal: Repair the layout for IE8. Helen Hou-Sandi 2015-04-22 18:56:01 +00:00
  • eaba93ed33 Admin menu: prevent (most) lock outs caused by plugins or IE7. Helen Hou-Sandi 2015-04-22 18:37:13 +00:00
  • 5e371ea458 Don't try to focus disabled input fields in the request filesystem credentials form. Dominik Schilling (ocean90) 2015-04-22 16:56:36 +00:00
  • 2abf4c39ef Don't focus input fields outside of the request filesystem credentials form. Dominik Schilling (ocean90) 2015-04-22 16:23:57 +00:00
  • f029572866 Theme Switcher: Provide an easier way to reset back to the current active theme. Dominik Schilling (ocean90) 2015-04-22 16:15:01 +00:00
  • ca11d4c876 Don't return empty themes in wp_prepare_themes_for_js(). Dominik Schilling (ocean90) 2015-04-22 16:10:40 +00:00
  • cc8a9824c5 WPDB: When sanity checking a string by sending it to MySQL for conversion checks, the incorrect data structure was being returned from wpdb::strip_invalid_text(), causing all write queries to fail for some character sets when the query contained non-ASCII characters. Gary Pendergast 2015-04-22 15:01:25 +00:00
  • 4e067b0354 About page design for 4.2. Sergey Biryukov 2015-04-22 06:03:03 +00:00
  • 3fb766782d Don't add a class for comment authors who are members of the current site. Helen Hou-Sandi 2015-04-21 23:35:55 +00:00
  • 925682e2d1 Revert editing of video embed parameters in the media modal, [31620] and [31626] for now. Plan on revisiting in 4.3. Props iseulde. Fixes #31139, fixes #32006. Andrew Ozz 2015-04-21 22:40:23 +00:00
  • 312edcbc9d TinyMCE wpView: properly deselect views when hiding the editor. Do not remove selected on PreProcess. Fixes #32045. Andrew Ozz 2015-04-21 21:31:26 +00:00
  • 19c0b3f469 Shiny Updates: Prevent the post-update success message from jumping. Helen Hou-Sandi 2015-04-21 20:40:55 +00:00
  • 89dee9f379 TinyMCE wpView: ensure contentNode is passed to all callbacks. Props iseulde. Fixes #31669. Andrew Ozz 2015-04-21 18:35:50 +00:00
  • 7bfffc9b18 Bump version number for nightly builds. Gary Pendergast 2015-04-21 15:24:29 +00:00
  • 48a9127a87 Trunk is now 4.2-RC3. Gary Pendergast 2015-04-21 14:42:12 +00:00
  • 345397aafb Avoid a PHP notice when adding an embed via Insert from URL. Helen Hou-Sandi 2015-04-21 14:35:40 +00:00
  • b7d25c00e2 Rename the pre_wp_prepare_themes_for_js filter to pre_prepare_themes_for_js. Helen Hou-Sandi 2015-04-21 14:22:15 +00:00
  • 10640611f6 Comment: rename the comment-author-is-site-member class to bysiteuser for consistency. Helen Hou-Sandi 2015-04-21 14:19:58 +00:00
  • 8ae79e3d33 Customizer: Better experience for widget filtering in desktop and iOS Safari. Helen Hou-Sandi 2015-04-21 14:14:27 +00:00
  • 5ff0ea1fcf wpLink: Make the text editor experience the same as in the visual editor. Helen Hou-Sandi 2015-04-21 13:58:09 +00:00
  • afe046a84c WPDB: When deciding if a query needs extra sanity checking based on collation, we can quickly return if the query is entirely ASCII characters. Gary Pendergast 2015-04-21 05:23:44 +00:00
  • 0fe5a64e56 WPDB: When deciding if a query needs extra sanity checking based on collation, we can quickly return if it's a query that will never return user data. Gary Pendergast 2015-04-21 05:10:11 +00:00
  • 9a4b6405bc Twenty Fifteen: remove a img { display: block; } from editor-style.css. Matches previous changes to style.css and fixes extra space when displaying captions in Firefox. Fixes #32007. Andrew Ozz 2015-04-20 23:46:02 +00:00
  • 38ee7ae7eb Press This: Prevent bottom buttons from wrapping on narrow screens. Helen Hou-Sandi 2015-04-20 21:02:07 +00:00
  • 10bf8967d2 TinyMCE: fix creating a preview when pasting an embeddable URL in Firefox. Part prop iseulde. Fixes #31988. Andrew Ozz 2015-04-20 20:56:10 +00:00
  • f846003ea7 Media: Date filtering does not need to be on for all contexts. Helen Hou-Sandi 2015-04-20 19:48:08 +00:00
  • e1c4ed6e32 Post 4.2-RC2 bump. Drew Jaynes 2015-04-20 19:43:39 +00:00
  • e08fe200ec Bump trunk to 4.2-RC2. Gary Pendergast 2015-04-20 17:40:43 +00:00
  • 617b9a62c7 Make translator comments for the strings added in [31982] more accurate. Add some new comments. Sergey Biryukov 2015-04-20 15:43:53 +00:00
  • 408cca2c54 Merge two different translator comments for the same string. Sergey Biryukov 2015-04-20 15:35:31 +00:00
  • e71959fc57 Remove duplicate string with a typo, merge it with an existing string. Sergey Biryukov 2015-04-20 15:26:04 +00:00
  • 80ca5b2b53 In term-splitting unit tests, correct incorrect wording in an inline comment. Boone Gorges 2015-04-20 15:17:24 +00:00
  • 1a38d95e83 Ensure that 'who' param is respected when generating meta_query in WP_User_Query. Boone Gorges 2015-04-20 15:15:14 +00:00
  • c9774eac69 Unit Tests: The get_smilies_combinations test was failing when the tests were run with a non-default domain. Gary Pendergast 2015-04-20 10:10:53 +00:00
  • 8453d41a44 Fix the unit test added in [32173] to run correctly in PHP 5.2. Gary Pendergast 2015-04-20 09:40:11 +00:00
  • 05710aaa41 Ensure post titles are correctly escaped on the Dashboard. Gary Pendergast 2015-04-20 07:38:29 +00:00
  • 94f02ef8b1 In Multisite, prevent plugins from unintentionally switching sites. Gary Pendergast 2015-04-20 07:26:05 +00:00
  • 332750a40d Revert [30640], as it was incorrectly checking some filenames. Gary Pendergast 2015-04-20 06:38:08 +00:00
  • 98da14ab75 Correctly escape theme version numbers when displaying them. Gary Pendergast 2015-04-20 06:26:35 +00:00
  • 99927c319e Update the Plupload Flash file to the latest version. Gary Pendergast 2015-04-20 06:12:11 +00:00
  • 28de93d269 Remove some old backwards compatilibity code from TinyMCE. Gary Pendergast 2015-04-20 05:49:16 +00:00
  • 96f12cc588 Clean up some edge cases in sanitize_sql_orderby(). Gary Pendergast 2015-04-20 05:41:37 +00:00
  • faa66d8145 WPDB: When sanity checking read queries, there are some collations we can skip, for improved performance. Gary Pendergast 2015-04-20 04:45:12 +00:00
  • 62b51d8c0b Clean up wp_staticize_emoji() and friends. * DOMDocument was removed in [31752] but not the check. * wp_staticize_emoji() has never accepted a second arg; remove it from calls. * Remove wp_staticize_emoji_for_feeds(), no need for it. * Remove _ and @ignore from wp_staticize_emoji_for_email(), no need for it. Andrew Nacin 2015-04-20 04:14:32 +00:00
  • 17d6534bb1 Update wp_die() calls modified in [31658] to use shorthand calling style. Andrew Nacin 2015-04-20 03:26:24 +00:00
  • 3c28d7b1f6 Press This: Update documentation for press_this_save_redirect filter after [31992]. Sergey Biryukov 2015-04-19 01:34:01 +00:00
  • b7817247c5 TinyMCE: use window.twemoji directly in the wpemoji plugin. Gives a chance to the browser to lazy load twemoji.js when reloading the page. Fixes #31901. Andrew Ozz 2015-04-18 23:28:11 +00:00
  • ab5685e6ad TinyMCE: remove the empty paragraph that sometimes is left over after adding an image caption. Fixes #32003. Andrew Ozz 2015-04-18 21:55:45 +00:00
  • 9781cdb9a3 TinyMCE wpView: - Remove selected views when inserting content but not when loading all content. - Remove the ref. to the selected view node on resetting the views. Fixes #31998. Andrew Ozz 2015-04-18 20:47:04 +00:00
  • bf3773dbfb During PHPUnit tests, don't autodetect permalink structure during WP installation. Boone Gorges 2015-04-16 23:59:01 +00:00
  • 41b1d73c03 Post 4.2-RC1 bump Drew Jaynes 2015-04-15 19:05:00 +00:00
  • 9e3ce091fe WordPress 4.2-RC1 Drew Jaynes 2015-04-15 18:52:08 +00:00