Commit Graph

  • 3748ec5249 Script Loader: Don't parse $src if the current color scheme isn't registered. Dominik Schilling (ocean90) 2016-02-19 20:43:10 +00:00
  • 066f081ed5 Styles: Bail if WP_Styles::_css_href() returns an empty value. Dominik Schilling (ocean90) 2016-02-19 20:33:42 +00:00
  • 218c1240b8 TinyMCE: update to 4.3.4. Changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt. Andrew Ozz 2016-02-19 19:18:59 +00:00
  • ca008e9f51 Comments: Refresh the Moderate Comment screen for a friendlier experience with email moderation actions. Rachel Baker 2016-02-19 19:13:59 +00:00
  • 15a26902a6 Accessibility: Improve color contrast updating any #999 gray used for text or icons to a darker gray. Andrea Fercia 2016-02-19 18:43:04 +00:00
  • 03360d143d Customize: Add selective refresh framework with implementation for widgets and re-implementation for nav menus. Weston Ruter 2016-02-19 18:40:06 +00:00
  • 29e2274793 Accessibility: Fix displaying of Universal time and Local time info on the General Settings screen. Andrea Fercia 2016-02-19 16:08:51 +00:00
  • e4e9e19f4a Accessibility: after [36000] conditionally print out the aria-describedby attribute on the Featured Image postbox. Andrea Fercia 2016-02-19 15:09:51 +00:00
  • 73f2866194 Customize: Prevent consecutive refresh requests from preview from causing JS error. Weston Ruter 2016-02-19 03:46:59 +00:00
  • bd6fc729e9 Accessibility: Reduce the WordPress shades of grey, Episode 2. Andrea Fercia 2016-02-18 22:29:29 +00:00
  • 985e22828e Plugins: Remove an unused variable after [35953]. Andrea Fercia 2016-02-18 21:32:37 +00:00
  • 57ebfc9b94 Themes: After [36546] restore theme search functionality. Dominik Schilling (ocean90) 2016-02-18 21:20:33 +00:00
  • e636f79308 Themes: Fix flickering of the theme screenshot on hover in WebKit browsers. Dominik Schilling (ocean90) 2016-02-18 21:10:17 +00:00
  • 2d7150e40d Formatting: Avoid a PHP warning when wptexturize() is called with a trailing less-than symbol. Dominik Schilling (ocean90) 2016-02-18 20:30:54 +00:00
  • 1663c24df4 Docs: Add an explanation for the dynamic portion of the {$taxonomy}_term_edit_form_top hook, introduced in [36526]. Drew Jaynes 2016-02-18 18:19:00 +00:00
  • 305e314259 Docs: Add formatting to a changelog entry in the hook doc for the rest_dispatch_request filter. DrewAPicture 2016-02-18 18:17:04 +00:00
  • e7a6236168 Media Library: After [36546] restore the "Add new" functionality. Dominik Schilling (ocean90) 2016-02-18 17:49:21 +00:00
  • 9f5eb3c604 Add missing test changes for [36573]. Dominik Schilling (ocean90) 2016-02-18 17:43:56 +00:00
  • cc59bf5f3b Customizer: In nav menus show the location name instead of slug. Dominik Schilling (ocean90) 2016-02-18 17:15:28 +00:00
  • a16d97039b Remove extra spaces between function names and brackets Jeremy Felt 2016-02-18 16:50:49 +00:00
  • c3c16e7c6e Don't display errors during Ajax requests. Dominik Schilling (ocean90) 2016-02-18 16:42:48 +00:00
  • d707453bbc HTTP API: Certificate bundle: Attempt to move a certificate lower in the file to allow older OpenSSL versions to parse it & communicate with WordPress.org securely again. The OpenSSL version which was failing in this case was OpenSSL 0.9.8e 23 Feb 2007. Dion Hulse 2016-02-18 08:20:42 +00:00
  • bb49a958d2 Replace wp_upload_dir() with the new wp_get_upload_dir() in all cases where a file is not being uploaded. Deprecate _wp_upload_dir_baseurl(), and replace it with wp_get_upload_dir(). Andrew Ozz 2016-02-18 00:23:04 +00:00
  • e2dd03abd4 Docs: Remove a duplicate @static tag from the WP_Customize_Panel->instance_count property DocBlock. Drew Jaynes 2016-02-18 00:13:21 +00:00
  • 0e9ff07da5 Reintroduce term meta unit test accidentally removed in [36566]. Boone Gorges 2016-02-17 23:01:05 +00:00
  • 28fad09b61 More performance improvements to metadata lazyloading. Boone Gorges 2016-02-17 22:57:33 +00:00
  • c7936b8785 Improve the performance of wp_upload_dir(): - Cache the output in non-persistent cache. - Cache the result from wp_mkdir_p() in persistent cache (when present). - Introduce wp_get_upload_dir() for use when not uploading files. It is equivalent to wp_upload_dir() but does not check for the existence or create the upload directory. - Change tests to use the non-cached _wp_upload_dir(). They change options on the fly (should never be used in production) to simulate different environments. - Introduce _upload_dir_no_subdir() and _upload_dir_https() to facilitate testing. These use the proper upload_dir filter to simulate different environments. Andrew Ozz 2016-02-17 22:51:01 +00:00
  • 1afe1da216 Add changelog entry for publicly_queryable argument in register_taxonomy(). Boone Gorges 2016-02-17 22:03:50 +00:00
  • bc95fd2884 Tests: Add test for wp_get_installed_translations(). Dominik Schilling (ocean90) 2016-02-17 22:01:11 +00:00
  • fafbd9fafd Multisite: Make view mode sticky for network users and sites list tables. Jeremy Felt 2016-02-17 21:59:51 +00:00
  • e198e92dff Multisite: Avoid a PHP Notice when saving a site address without a path. Jeremy Felt 2016-02-17 20:49:29 +00:00
  • 479596acda Plugins: Remove slashes from search terms and use urldecode() in non-URL contexts. Dominik Schilling (ocean90) 2016-02-17 20:14:37 +00:00
  • 548a18059c Tests: Add a test for testing wp_enqueue_script() with an alias handle in the footer. Dominik Schilling (ocean90) 2016-02-17 19:52:42 +00:00
  • 1d19617606 Updates: Prevent further actions if an update button is disabled. Dominik Schilling (ocean90) 2016-02-17 19:41:14 +00:00
  • 8445b1b48d Make $wp_local_package explicitly global in wp-settings.php. Dominik Schilling (ocean90) 2016-02-17 19:31:21 +00:00
  • c74db359c4 Multisite: Add a hook to the end of the network's Add New User form. Jeremy Felt 2016-02-17 19:14:50 +00:00
  • 181f39d2e0 Multisite: Add a hook to the end of the Add Site form. Jeremy Felt 2016-02-17 19:02:17 +00:00
  • ab905e41b9 Credits: Remove unused strings. Dominik Schilling (ocean90) 2016-02-17 18:59:38 +00:00
  • d35f13a4e3 Install: Enhance the language of the "Success" message. Dominik Schilling (ocean90) 2016-02-17 18:57:09 +00:00
  • 653e0b0827 Tests: Add Tests_dbDelta::assertTableHasPrimaryKey(). Dominik Schilling (ocean90) 2016-02-17 18:54:27 +00:00
  • e1cab8a017 Styles: - Restore loading order for wp-admin: open-sans, dashicons, etc. - Remove couple of redundant dependencies. Andrew Ozz 2016-02-17 18:00:40 +00:00
  • 59747aa6b9 Script/Style Dependencies: Make sure that inline styles for handles without a source are printed. Dominik Schilling (ocean90) 2016-02-17 17:10:53 +00:00
  • 149686b424 Tests: Indent test_wp_register_script() with tabs. Dominik Schilling (ocean90) 2016-02-17 16:07:01 +00:00
  • 3921eb53ea Autoprefixer for [36532]. Dominik Schilling (ocean90) 2016-02-17 15:38:04 +00:00
  • de9d091e76 Tests: Indent test_wp_register_style() with tabs. Dominik Schilling (ocean90) 2016-02-17 15:36:20 +00:00
  • 1750b09775 Update Backbone and Underscore to the latest versions. Dominik Schilling (ocean90) 2016-02-17 15:21:09 +00:00
  • f9f0015a90 Setup: Improve wording on the page for the database connection details. Dominik Schilling (ocean90) 2016-02-17 15:02:03 +00:00
  • 14aa03e37c Setup: Use "Username" instead of "User Name". Dominik Schilling (ocean90) 2016-02-17 14:59:34 +00:00
  • 13a9d1a7e6 Do not strip slashes from the whole &_POST when doing autosaves. Andrew Ozz 2016-02-17 00:09:42 +00:00
  • d3a848c773 Comments: look for wp_error when checking whether $wpdb->get_col_length() has failed. Andrew Ozz 2016-02-16 23:49:43 +00:00
  • a440256da0 Introduce a $parent_class parameter for _deprecated_constructor(). Dominik Schilling (ocean90) 2016-02-16 23:19:38 +00:00
  • c80ed70337 In wp_title() fix a 7 year old typo. Dominik Schilling (ocean90) 2016-02-16 22:27:05 +00:00
  • 8535f40cf8 Themes: Use the attachment ID as the key in get_uploaded_header_images(). Dominik Schilling (ocean90) 2016-02-16 22:11:14 +00:00
  • 35579fa786 i18n: Prevent is_textdomain_loaded() from returning true even if there are no translations for the domain. Dominik Schilling (ocean90) 2016-02-16 21:14:45 +00:00
  • 3e7f4fba19 Accessibility: Reduce the WordPress shades of grey, first part. Andrea Fercia 2016-02-16 16:08:19 +00:00
  • 5a945adeed REST API: Apply rest_post_dispatch to embedded responses. rmccue 2016-02-16 06:05:02 +00:00
  • 10bfe70f06 REST API: Allow explicit HEAD callbacks. Ryan McCue 2016-02-16 05:50:21 +00:00
  • 66fc70f0e1 REST API: Add routing args to rest_dispatch_request filter. Ryan McCue 2016-02-16 04:40:01 +00:00
  • d7e7c0b81b REST API: Add support for CURIEs. Ryan McCue 2016-02-16 02:18:34 +00:00
  • 6dd1dd61a1 Customize: Add a user-friendly way to preview site responsiveness for desktop, tablet, and mobile. Weston Ruter 2016-02-16 01:56:13 +00:00
  • 5534474cef REST API: Fix tests from r36529. Ryan McCue 2016-02-16 01:50:06 +00:00
  • 0d4a6d0f6e REST API: Don’t display errors during REST API requests. Rachel Baker 2016-02-16 01:35:40 +00:00
  • b32aaf603e REST API: Add helper function to get server instance. Ryan McCue 2016-02-16 01:11:31 +00:00
  • e9f1903586 Accessibility: improve the color contrast ratio for the TinyMCE button icons. Andrea Fercia 2016-02-15 21:10:17 +00:00
  • 3b157e44c7 Docs: Add an internal note to the DocBlock for comment_form_title() explaining restoration of the $comment global. Drew Jaynes 2016-02-13 19:14:01 +00:00
  • f50ed42ca7 Introduce {$taxonomy}_term_edit_form_top action to edit-tag-form.php. Boone Gorges 2016-02-13 04:00:07 +00:00
  • 7f87a14808 Introduce publicly_queryable taxonomy argument. Boone Gorges 2016-02-13 03:50:37 +00:00
  • d03ae82c32 Improve WP_Query lazyloading logic, for better performance. Boone Gorges 2016-02-13 03:04:05 +00:00
  • 9a108e99b5 Customize: Ensure that nav menu items can be shift-clicked to edit in secondary instances of the same nav menu. Weston Ruter 2016-02-13 00:11:24 +00:00
  • b5a54ae692 Customize: Hide widgets re-order button when no re-ordering is possible. Weston Ruter 2016-02-12 23:51:16 +00:00
  • 0b761497c5 Comments: In the comments list table, only link rows inside the “Submitted On” column to the comment if it is publicly viewable. Rachel Baker 2016-02-12 21:42:03 +00:00
  • 3a0234982c Make sure fixtures have empty post_content in search test. Boone Gorges 2016-02-12 21:06:41 +00:00
  • 0e6951b7aa Improve Automated Feed Tests Aaron Jorbin 2016-02-12 19:02:25 +00:00
  • a64ab83564 Customizer: reduce the spinner re-painted area to the smallest possible one. Andrea Fercia 2016-02-12 18:34:46 +00:00
  • e8402e5572 Media: Fix inline docs typo inside wp_calculate_image_srcset() function. Rachel Baker 2016-02-12 18:14:03 +00:00
  • b5bc8e336e Bail from get_term() if a filter returns an object that is not a WP_Term. Boone Gorges 2016-02-12 14:25:05 +00:00
  • cff37450eb Comments: Unit test for `wp_get_comment_fields_max_lengths(). Rachel Baker 2016-02-12 14:17:13 +00:00
  • 8718eb2536 Comments: Change wp_get_comment_column_max_length() function to wp_get_comment_fields_max_lengths() for consolidation and better fallbacks. Rachel Baker 2016-02-12 13:54:50 +00:00
  • 43dae50c0d TinyMCE: fix removing a space before inline tags when applying formatting shortcuts. Andrew Ozz 2016-02-12 04:22:03 +00:00
  • 126193fa3c Set the $comment global in comment_form_title(). Boone Gorges 2016-02-12 04:09:46 +00:00
  • 0ae22e5f4c In delete_metadata(), only invalidate cache for affected objects. Boone Gorges 2016-02-12 02:46:28 +00:00
  • e8ed3fcbf1 Menus: Allow larger menus to be created in the Edit Menu screen. Eric Andrew Lewis 2016-02-11 19:07:30 +00:00
  • 71060260a1 Don't double-unslash meta key when update_metadata() falls back on add_metadata(). Boone Gorges 2016-02-11 17:34:59 +00:00
  • d2cbbfe28b Remove unused variable from get_terms(). Boone Gorges 2016-02-11 04:32:08 +00:00
  • 44159f1afa Menus: Revert larger menu support in Edit Menus screen in [36506]. Eric Andrew Lewis 2016-02-10 14:10:17 +00:00
  • afe521a466 Menus: Allow larger menus to be created in the Edit Menu screen. Eric Andrew Lewis 2016-02-10 03:31:31 +00:00
  • c7e84936c8 Multisite: Don't show the database upgrade admin notice on the upgrade page itself. Dominik Schilling (ocean90) 2016-02-09 14:29:06 +00:00
  • 92a9a57b63 Users: Display the new user email notice in user admin too. Dominik Schilling (ocean90) 2016-02-07 13:53:23 +00:00
  • 96b6828558 Users: Use self_admin_url() for the email change confirmation link. Dominik Schilling (ocean90) 2016-02-07 13:25:44 +00:00
  • 1c2f0896db Themes: Pass information about the old theme in the form of a WP_Theme object when the switch_theme action is fired. Drew Jaynes 2016-02-07 08:25:28 +00:00
  • 2caad3f7b2 Docs: Improove the DocBlock summary for wp_signon(). Drew Jaynes 2016-02-07 08:10:47 +00:00
  • 1c80e8ca46 Docs: Make a couple of minor improvements to the DocBlock for wp_get_raw_referer(), introduced in [36266]. Drew Jaynes 2016-02-07 08:08:48 +00:00
  • 46029e674a Docs: Add a changelog entry for the introduction of maxlength character limits for the 'author', 'email', and 'url' fields in comment_form(). Drew Jaynes 2016-02-07 08:04:15 +00:00
  • 305d44d04e Docs: Revert unintended changes in wp-includes/post.php, mistakenly included in [36497]. Drew Jaynes 2016-02-07 02:45:06 +00:00
  • e3cfe3e257 Docs: Add a missing version to the file header for wp-admin/term.php, introduced in [36308]. Drew Jaynes 2016-02-07 02:42:25 +00:00
  • 3a0050346b Docs: Update several function DocBlock summaries in wp-includes/nav-menu.php to use third-person singular verbs. Drew Jaynes 2016-02-07 02:17:29 +00:00
  • 6172a88bad Docs: Make some minor improvements to inline docs for WP_Site, introduced in [36393]. Drew Jaynes 2016-02-07 02:12:44 +00:00
  • f77e353b66 Docs: Slightly simplify the DocBlock summaries for home_url(), get_home_url(), site_url(), and get_site_url(). Drew Jaynes 2016-02-07 02:06:01 +00:00
  • 2eeaf25112 Docs: Add an @access tag and fix a typo in the DocBlock for wpdb::close(). Drew Jaynes 2016-02-07 02:02:27 +00:00
  • a1019e97b0 Docs: Add a note to the DocBlock for current_user_can() to explain that it will always return true for super admins, unless specifically denied. Drew Jaynes 2016-02-07 01:26:17 +00:00