Commit Graph

  • 4463917f68 Customizer: Restore showing a login form inside the previewer if an user is logged out. Dominik Schilling (ocean90) 2015-02-11 22:12:47 +00:00
  • 1ddd9cad9b Widgets: Add return param for widgets admin page to the "Manage in Customizer" link. Dominik Schilling (ocean90) 2015-02-11 20:56:21 +00:00
  • 0f5458ec6d Customizer: Improve [31252] to show the move-widget buttons only if there is more than one *rendered* sidebar. Dominik Schilling (ocean90) 2015-02-11 20:44:19 +00:00
  • ed639b408a Split shared taxonomy terms on term update. Boone Gorges 2015-02-11 19:41:54 +00:00
  • 66548dcb82 Introduce a logout_redirect filter so the redirect destination can be changed when a user logs out. Parameters: John Blackbourn 2015-02-11 19:18:19 +00:00
  • 4fb31473e8 After [31415], make sure str_replace() only occurs once for each matched tag to avoid overwriting until <pre>s. Scott Taylor 2015-02-11 19:14:09 +00:00
  • 18610ef0ad Protect <pre> tags when parsing oEmbed responses in WP_oEmbed::_strip_newlines() in DOMDocument is available. Scott Taylor 2015-02-11 19:10:46 +00:00
  • b384c8cf25 Add $expiration as a parameter to the pre_set_transient_{$transient} filter. John Blackbourn 2015-02-11 17:11:18 +00:00
  • 4f8c251c45 oEmbed discovery fails on encoded link URLs: decode HTML chars in the HTML-encoded URLs that are returned. Scott Taylor 2015-02-11 16:12:48 +00:00
  • 5d35c181dc Add .comment-reply-login class to get_post_reply_link(), for consistency with get_comment_reply_link(). Sergey Biryukov 2015-02-11 16:10:54 +00:00
  • 0fdfb101db Use require_once() to prevent a fatal error if _wp_admin_bar_init() is called twice. Sergey Biryukov 2015-02-11 15:58:22 +00:00
  • e2c7cd4677 Shiny Updates: Replace $.post() calls with wp.ajax.post(), and clean up a bunch of the now unnecessary code. Gary Pendergast 2015-02-11 05:05:13 +00:00
  • 757fd2c1e4 Always pass back the custom classes get_post_class() was called with, even if the post was not found. Sergey Biryukov 2015-02-11 03:59:06 +00:00
  • 2c12dc0ce3 oEmbed discovery fails on XHTML head links, adjust the regex to not match /. Scott Taylor 2015-02-10 23:36:51 +00:00
  • 296078b422 Use Math.round() instead of Math.floor() when determining page of attachments to query in wp.media.model.Query.sync. Scott Taylor 2015-02-10 22:53:34 +00:00
  • 267f68c0d6 Remove unused media JS files. Scott Taylor 2015-02-10 22:44:09 +00:00
  • d0c0ba43eb Remove redundant string with a typo introduced in [25481]. Sergey Biryukov 2015-02-10 07:52:38 +00:00
  • edeb3f3ae3 Replace generic "Dear user" greeting in email notifications with a more personalized one. Sergey Biryukov 2015-02-10 07:46:50 +00:00
  • c8a361712b Switch to a string placeholder, as number_format_i18n() returns a string. Sergey Biryukov 2015-02-10 05:44:21 +00:00
  • 74ad70419e Use _n() in comments_popup_link() when setting the default string to display if there are more than one comment. Sergey Biryukov 2015-02-10 02:50:58 +00:00
  • b931f924a7 Update body class when switching between admin color schemes. Sergey Biryukov 2015-02-10 02:22:49 +00:00
  • 3baf443ae5 Set svn:eol-style for [31373]. Sergey Biryukov 2015-02-10 02:12:59 +00:00
  • ce08972f6b Export the proper class in media/views/image-details.js Scott Taylor 2015-02-09 23:46:00 +00:00
  • d4fbf04671 Don't parse empty 'tax_input' keys in edit_post(). Boone Gorges 2015-02-09 22:53:40 +00:00
  • 350cfba6c8 WPDB: When checking to see if we can use utf8mb4, we also need to make sure PHP's MySQL client library is capable of using utf8mb4. Gary Pendergast 2015-02-09 22:27:43 +00:00
  • fa36ce3810 Revert [30696] pending further investigation. John Blackbourn 2015-02-09 21:49:18 +00:00
  • 5abd98618d Add translator comments for new strings. Aaron Jorbin 2015-02-09 20:14:19 +00:00
  • cf09359d34 Use screen reader text instead of a title attribute in comments_popup_link Aaron Jorbin 2015-02-09 19:26:56 +00:00
  • d5888fbc13 After [31386], this needs to happen in audio-video.manifest.js. Scott Taylor 2015-02-09 18:44:32 +00:00
  • 7ea1eb7e94 Avoid an IE8 JS error when removing a MediaElement player. Scott Taylor 2015-02-09 18:42:33 +00:00
  • a3210a100d Media JS files: Scott Taylor 2015-02-09 16:00:44 +00:00
  • da09ac082b Improve the Customize experience on mobile. Dominik Schilling (ocean90) 2015-02-09 12:35:38 +00:00
  • 0d65892e29 Updates: Display plugin update rows even for plugins which are not hosted by WordPress.org or the HTTP request times out on. See #29583. Fixes #30767 for trunk. Dion Hulse 2015-02-09 06:31:18 +00:00
  • b325f149d8 Improve return and parameter documentation for check_admin_referer(), check_ajax_referer(), and wp_verify_nonce(). Drew Jaynes 2015-02-09 04:56:42 +00:00
  • cf8018aef9 Bind this at calltime instead of letting self spill down into closures. Scott Taylor 2015-02-09 04:44:39 +00:00
  • 1c9874a7f2 Make sure that media/views.js doesn't load Models that already exist in media/models.js. Scott Taylor 2015-02-09 04:13:38 +00:00
  • b136100978 WPDB: The mysqli_query() call in wpdb::set_charset() had the parameters the wrong way around. Gary Pendergast 2015-02-09 01:25:47 +00:00
  • 4eb88c3d15 Split the media JS files into modules: Scott Taylor 2015-02-09 00:42:28 +00:00
  • be3c59e64c WPDB: Some character set tests were failing if DB_CHARSET was empty, or a non-utf8 character set. Gary Pendergast 2015-02-09 00:38:11 +00:00
  • afdd7da11b WPDB: When we're removing invalid text text from strings with multiple different character sets, wpdb::strip_invalid_text() wasn't correctly switching connection character sets. Gary Pendergast 2015-02-09 00:33:32 +00:00
  • 2518bbbb1f Customizer: Introduce an API to create WP_Customize_Settings for dynamically-created settings. Dominik Schilling (ocean90) 2015-02-08 23:10:05 +00:00
  • 76b84b9231 Add orderby=meta_value_num support to WP_User_Query. Boone Gorges 2015-02-08 16:58:14 +00:00
  • ad90613648 Use a positive wording for translations update notice. Sergey Biryukov 2015-02-08 04:08:50 +00:00
  • b121105f26 Late escaping in get_terms() and WP_Tax_Query. Boone Gorges 2015-02-08 01:58:51 +00:00
  • bdda122e7f In WP_Query::get_queried_object(), avoid PHP notices when is_tax is paired with an empty tax_query. Boone Gorges 2015-02-07 19:49:17 +00:00
  • fa1a382dff Remove unnecessary array_shift() usage in get_terms() for better performance. Sergey Biryukov 2015-02-07 19:44:13 +00:00
  • 692f79087f In _wp_menu_output(), $submenu_items is an array and should be initialized as such. Sergey Biryukov 2015-02-07 17:56:18 +00:00
  • 8aac5ba74e Avoid inadvertent stomping of the original $args parameter passed to plugins_api_result and themes_api_result filters in plugins_api() and themes_api(), respectively. Sergey Biryukov 2015-02-07 06:20:42 +00:00
  • 24a33d8181 TinyMCE: ensure the image toolbar stays visible when the image is much wider than the editor. Props iseulde, fixes #20696 for trunk. Andrew Ozz 2015-02-06 22:59:35 +00:00
  • 329115bf05 Editor: prevent errors in editor-expand when the Text editor is not used. Props iseulde, fixes #31163. Andrew Ozz 2015-02-06 22:24:43 +00:00
  • 1b6e82cf98 Customizer: Add changelog entry for the 'default' parameter added in [31329]. Dominik Schilling (ocean90) 2015-02-06 21:13:50 +00:00
  • fb4048fcdd Parse non-hierarchical tag input into term IDs before sending to wp_insert_post(). Boone Gorges 2015-02-06 20:31:37 +00:00
  • 8f02177c40 Upgrades: wp_usermeta is a global table in multisite, so it should only be upgraded by the single site routines when we're not in a multisite install. Gary Pendergast 2015-02-06 13:40:17 +00:00
  • 88b0b7d9da Update the DocBlock for wp_dropdown_categories() to reflect that the entire $args parameter array is optional instead of individual arugments. Drew Jaynes 2015-02-06 09:03:26 +00:00
  • 475337bd97 Adjust the DocBlock for wp_dropdown_pages() to mark the entire $args parameter array as optional instead of each individual argument. Drew Jaynes 2015-02-06 08:55:52 +00:00
  • 53209f19b3 Add documentation for the $value_field argument added to wp_dropdown_pages() in [31338]. Drew Jaynes 2015-02-06 08:50:20 +00:00
  • 029f637aa5 Upgrades: When upgrading a table to utf8mb4, we should run the ALTER TABLE query, even if it doesn't have any text columns. This will update the table's default character set, so that any text columns added in the future will have the expected character set. Gary Pendergast 2015-02-06 05:58:15 +00:00
  • 0b5e8a1702 Travis hates tabs. Aaron Jorbin 2015-02-06 05:57:54 +00:00
  • b42b3b7c14 Update Travis-ci Slack notification token Aaron Jorbin 2015-02-06 05:51:58 +00:00
  • 8004484a6b Upgrades: When deciding if we can upgrade a table to utf8mb4, make sure we're checking the character set, not the collation. Gary Pendergast 2015-02-06 05:25:22 +00:00
  • 6a100e472f Temporarily (I hope) remove PHP 5.2 from tests being run on travis-ci Aaron Jorbin 2015-02-06 05:13:37 +00:00
  • 9f6ddf8944 WPDB: If a site is using the utf8 charset, and their version of MySQL supports utf8mb4, auto-upgrade them to utf8mb4. Gary Pendergast 2015-02-06 04:50:19 +00:00
  • 43789f822a Remove leading space from the definition of a global cache group. Andrew Nacin 2015-02-06 03:25:32 +00:00
  • 30e57104e6 Add useremail and userslugs as global cache groups. fixes #31243. Andrew Nacin 2015-02-06 03:23:46 +00:00
  • 41db99c31a Use field-specific sanitization in WP_Tax_Query::transform_query(). Boone Gorges 2015-02-06 02:01:24 +00:00
  • ba2beaf37d Shiny Updates: Fix a PHP warning when installing new plugins. Gary Pendergast 2015-02-06 00:33:49 +00:00
  • 77aebc6d71 Use minified jquery-ui-core file during qunit:compiled Grunt task. boonebgorges 2015-02-05 20:35:02 +00:00
  • cdbea14c09 MCE views: Always refresh the view after updating a gallery. Helen Hou-Sandi 2015-02-05 20:11:04 +00:00
  • 90947c2c45 Another array syntax fix for Customizer tests. Boone Gorges 2015-02-05 19:54:06 +00:00
  • cc6ef67db7 jshint fixes for shiny updates JS. Boone Gorges 2015-02-05 19:51:42 +00:00
  • 0f28011bcf Modify `meta_query orderby syntax to use array keys as clause "handles". Boone Gorges 2015-02-05 19:37:47 +00:00
  • 9d72e1c6a2 Use temporary variable for array in Tests_Customize_Setting::test_preview_standard_types_multidimensional(). Boone Gorges 2015-02-05 19:18:16 +00:00
  • c9c9af5df8 Introduce 'value_field' parameter to wp_dropdown_pages(). Boone Gorges 2015-02-05 19:03:52 +00:00
  • a710c0451c Use hash notation for wp_dropdown_pages() argument documentation. Boone Gorges 2015-02-05 18:59:22 +00:00
  • ffb4ec93b8 Clarify inline documentation for WP_Date_Query to better explain the relationship between an individual clause's 'compare' argument and various integer-based date arguments. Drew Jaynes 2015-02-05 06:16:35 +00:00
  • 4c49dd62e3 Shiny Updates: If the current user is not allowed to install/update plugins, we should return a JSON error, so it can be used by the JS handlers. Gary Pendergast 2015-02-05 06:15:59 +00:00
  • d0379f4fb7 Shiny Updates: Add capability checks to the ajax callbacks, to ensure the current user is allowed to install/update plugins. Gary Pendergast 2015-02-05 06:04:32 +00:00
  • 748d595b5c Shiny Updates: Add ajax-y updates to the plugin list page, and ajax-y updates and installs to the plugin card page. Gary Pendergast 2015-02-05 04:18:57 +00:00
  • f205eb63d0 Fix displaying long tag names in the Tags postbox. Props trishasalas, carolinegeven, iseulde. Fixes #18946. Andrew Ozz 2015-02-04 22:14:31 +00:00
  • 8d0b774e65 Accessibility: remove remaining instances of accesskey. Helen Hou-Sandi 2015-02-04 03:45:24 +00:00
  • fe32344314 Themes: Allow version number in the overlay to be selected. Helen Hou-Sandi 2015-02-03 15:14:59 +00:00
  • 8bc9ad756d Ensure that WP_Customize_Setting::value() returns default value for setting if not dirty. Dominik Schilling (ocean90) 2015-02-03 10:14:28 +00:00
  • 5811dcbcd6 Remove an extra indent from most of media-new.php. Dion Hulse 2015-02-03 07:46:21 +00:00
  • 4ed2d89ced WP_Upgrader: Remove references to non-existant variables that have never existed. Props jdgrimes. Fixes #29087 Dion Hulse 2015-02-03 06:17:05 +00:00
  • 5f13a0e3e5 Remove an unused parameter on install_plugins_upload(). Props michalzuber. Fixes #28964 dd32 2015-02-03 06:13:02 +00:00
  • 4aada86274 Add 'widget_nav_menu_args' filter for Custom Menu widget arguments. Sergey Biryukov 2015-02-03 02:55:21 +00:00
  • 5e9b89bf59 When using WP_Query's 'fields' => 'ids' (or 'fields' => 'id=>parent'), make sure the returned result is always an array of integers. Sergey Biryukov 2015-02-03 02:28:52 +00:00
  • f05f380638 In get_sample_permalink(), override 'future' status before generating permalink. Boone Gorges 2015-02-02 16:49:23 +00:00
  • c61dff8c21 jQuery UI: Add jquery-ui-core as dependency for jquery-ui-progressbar. Dominik Schilling (ocean90) 2015-02-02 10:33:49 +00:00
  • 5f6ea53e86 When querying for a specific post, allow posts with a non-public status to be returned as long as that status is specified. Boone Gorges 2015-02-01 20:25:42 +00:00
  • 09d350b835 Menus: Don't display "Move" text without direction if there is only one menu item. Sergey Biryukov 2015-02-01 05:28:29 +00:00
  • 917af97d4f i18n tools: Sync makepot.php with i18n.svn. Dominik Schilling (ocean90) 2015-01-31 22:01:33 +00:00
  • 54dedff5c7 Reduce the size of the WordPress logo tap target on log in screen on mobile, to avoid unexpected redirect away from the form. Sergey Biryukov 2015-01-31 21:31:26 +00:00
  • 9391d4f572 Separate the tests for IE conditional comments support in WP_Scripts. Props valendesigns, see 16024. Andrew Ozz 2015-01-31 20:40:49 +00:00
  • cec05576e4 Themes: Remove a Chrome workaround that causes theme screenshots to look too crisp and no longer appears to be relevant. Sergey Biryukov 2015-01-31 20:38:08 +00:00
  • 606c88fe75 i18n tools: Exclude wp-includes/class-pop3.php in wp_frontend(). Dominik Schilling (ocean90) 2015-01-31 20:27:16 +00:00
  • 125897c70e i18n tools: Tabs, not spaces for indentation. Dominik Schilling (ocean90) 2015-01-31 19:51:03 +00:00
  • 32f2903248 Prevent terms in a show_in_quick_edit=false taxonomy from being updated by a faked AJAX request. Boone Gorges 2015-01-31 19:37:12 +00:00
  • 2d737796d2 Improve support for ordering WP_Query results by postmeta. Boone Gorges 2015-01-31 15:47:51 +00:00
  • f36af772ea Remove redundant parameter. Sergey Biryukov 2015-01-31 02:11:46 +00:00