Commit Graph

  • 1dbc5b2918 CSS: Reference the original location of the CSS rule being overridden. Dion Hulse 2016-01-18 09:58:21 +00:00
  • 834ba4367f CSS: Stop using wp-admin.min.css and instead queue the individual stylesheets up through load-styles.php. We still generate the wp-admin.* files for compabitility purposes, however they only include the @import() lines. Dion Hulse 2016-01-18 09:56:06 +00:00
  • e62a20e5b6 Docs: Fix type documentation for WP_Network properties. Jeremy Felt 2016-01-18 02:58:22 +00:00
  • 2da13dda2e List Tables: Use the $GLOBALS array when unsetting the global post and comment in WP_Comments_List_Table::single_row(). Rachel Baker 2016-01-18 02:49:40 +00:00
  • 7c6c3a081f Themes: Only users with proper capability should see theme errors. Eric Andrew Lewis 2016-01-17 23:58:04 +00:00
  • 342d132b37 Fix unit tests after [36336] Ella Iseulde Van Dorpe 2016-01-17 23:37:51 +00:00
  • 70430c8076 Emoji: adjust $wpsmiliestrans Ella Iseulde Van Dorpe 2016-01-17 22:27:52 +00:00
  • 34898422b6 Themes: Show an error message to logged-in users if a template file isn't loaded. Eric Andrew Lewis 2016-01-17 17:28:50 +00:00
  • 2e78169eee After [36333] correctly use esc_attr() instead of esc_attr__(). Andrea Fercia 2016-01-17 16:02:24 +00:00
  • 838f953d4d Accessibility: Remove title attributes from the Posts list table. Andrea Fercia 2016-01-17 15:46:01 +00:00
  • 00f2890de5 Comments: Correct description of comment_author property in WP_Comment class. Rachel Baker 2016-01-17 14:59:42 +00:00
  • f8f12bf78a Accessibility: Remove title attributes from the Media Library list table. Andrea Fercia 2016-01-17 14:45:26 +00:00
  • a3dda7e716 Docs: Nav menu location functions relate to nav menu locations, not nav menus. Eric Andrew Lewis 2016-01-17 01:42:16 +00:00
  • 3541f7b90b Posts: Correctly pass $post to post_password_required() in get_the_excerpt(). Pascal Birchler 2016-01-16 10:13:27 +00:00
  • 54abada4cc Media: Update some attach/detach strings in the columns view. Dominik Schilling (ocean90) 2016-01-15 22:28:15 +00:00
  • 7ee3e02d72 Correct documentation for post_author param of WP_Comment_Query. Boone Gorges 2016-01-15 20:13:33 +00:00
  • ac9e991dc8 Respect all post-related filters in WP_Comment_Query. Boone Gorges 2016-01-15 20:09:36 +00:00
  • 63e9eb7e5e Comments: Use TEXT column type in fallback for wp_get_comment_column_max_length(). Rachel Baker 2016-01-15 20:09:08 +00:00
  • 50068ee5b9 Respect custom pagination params when using wp_list_comments() in a query loop. Boone Gorges 2016-01-15 19:47:17 +00:00
  • 4d17d22a47 Populate term cache with proper clone of term objects. Boone Gorges 2016-01-15 19:34:16 +00:00
  • 03efa5ca83 Comments: Remove unneeded $req variable in comments_template(). Pascal Birchler 2016-01-15 19:32:23 +00:00
  • 20580bed82 Post: After [36319], add $post parameter to the get_the_excerpt filter. Pascal Birchler 2016-01-15 19:27:57 +00:00
  • 13e7e78ddd Add tests missed and announced in [36319]. Pascal Birchler 2016-01-15 14:49:54 +00:00
  • 57978063cf Posts: Add a $post parameter to get_the_excerpt(). Pascal Birchler 2016-01-15 14:47:00 +00:00
  • 63e442bbb8 Comments: Add a new pre_wp_update_comment_count_now filter. Pascal Birchler 2016-01-15 13:41:35 +00:00
  • cdae7b8214 Docs: Use "site" rather than "blog" in get_current_blog_id() docs. Eric Andrew Lewis 2016-01-15 13:17:08 +00:00
  • a111eafd41 Post Types: Introduce unregister_post_type(). Pascal Birchler 2016-01-15 12:19:15 +00:00
  • 8e8cdb2ef4 Build Tools: Append the timestamp to $wp_version instead of only the current date. Pascal Birchler 2016-01-15 11:53:29 +00:00
  • 57a589fef5 Docs: Fix @return type for wp_get_current_user() after [36313]. Dominik Schilling (ocean90) 2016-01-15 11:15:51 +00:00
  • 40c948c1a6 Users: Always return $current_user in wp_get_current_user(), never a boolean. Pascal Birchler 2016-01-15 10:46:38 +00:00
  • 29147d223a Script Loader: Add Etag: $wp_version header in load-scripts.php and load-styles.php. Pascal Birchler 2016-01-15 10:22:24 +00:00
  • c7ae3fb3ee Users: Deprecate the get_currentuserinfo() pluggable function. Pascal Birchler 2016-01-15 10:15:21 +00:00
  • 053733f8c0 Filesystem API: Add a filter to wp_unique_filename(). Pascal Birchler 2016-01-15 09:38:30 +00:00
  • 44db9bccf4 Taxonomy: Fix unit tests after [36308]. Pascal Birchler 2016-01-15 09:12:18 +00:00
  • 2241519865 Taxonomy: Introduce wp-admin/term.php for editing single terms. Pascal Birchler 2016-01-15 08:26:06 +00:00
  • d80a3c7ccd Embeds: Allow embedding static front pages and pages having a child page with an embed slug. Pascal Birchler 2016-01-15 07:55:19 +00:00
  • ee60e36a2c Users: Decode special characters in password and email change notification emails. Pascal Birchler 2016-01-15 07:28:48 +00:00
  • 03e28bae68 In wp.Backbone.Subviews, extract subviews with proper Underscore.js functions. Eric Andrew Lewis 2016-01-15 04:02:00 +00:00
  • a165561dde Accessibility: Improve focus handling on the Taxonomies Quick Edit. Andrea Fercia 2016-01-14 23:02:05 +00:00
  • 78adbe0bd0 Accessibility: Improve focus handling and audible feedback on the Posts Quick-Bulk Edit. Andrea Fercia 2016-01-14 22:57:09 +00:00
  • cc6fe1179d Allow searching for 0 throughout the admin. Pascal Birchler 2016-01-14 20:05:06 +00:00
  • 5209de6052 Plugins: Prevent a warning when searching in the plugins list table. Pascal Birchler 2016-01-14 19:59:06 +00:00
  • 4e9f90caa1 Docs: Add a changelog entry to the DocBlock for get_post_type_archive_link() denoting that posts support was added in 4.5. Drew Jaynes 2016-01-14 17:55:46 +00:00
  • 740cab2a4b Docs: Adjust formatting for an added-parameter changelog entry in the hook doc for the cron_request filter. Drew Jaynes 2016-01-14 17:29:04 +00:00
  • 0eed5e07d8 Accessibility: Remove title attributes from the Comments screen. Andrea Fercia 2016-01-14 16:03:47 +00:00
  • d2b96ce6b9 Plugins: Make sure the 'Beta testing' tab is first in the plugin installer. Pascal Birchler 2016-01-14 09:06:12 +00:00
  • 038668d5ec Administration: After [36295], mark postBoxL10n as a global to please JSHint. Pascal Birchler 2016-01-14 08:39:37 +00:00
  • 2e6fb68b2a Administration: Add a "Drag boxes here" message to empty dashboard meta boxes so it's clear to users that it's possible to drag meta boxes into empty spaces. John Blackbourn 2016-01-14 04:12:16 +00:00
  • a22e4be31d Add response status code aliases on WP_Http for convenience. Joe Hoyle 2016-01-14 03:15:24 +00:00
  • f8923e3e07 Networks and Sites: Clarify the docblock for get_current_site() so it's clear that it returns the current network object, not anything to do with the current site. As a further exercise, the reader is invited to fix the nomenclature surrounding blogs, sites, and networks in WordPress. John Blackbourn 2016-01-14 00:01:10 +00:00
  • b8b68a6a9e I18N: Introduce tests for WP_Locale. John Blackbourn 2016-01-13 23:49:52 +00:00
  • d4af1b036e Customizer: Aggregate similar CSS rules. Andrea Fercia 2016-01-13 22:35:05 +00:00
  • c36a972acc I18N: Correct an argument description and return value for wp_dropdown_languages(). John Blackbourn 2016-01-13 20:32:47 +00:00
  • d438831da3 Taxonomy: Correct the accetped types for the taxonomy element in the arguments passed to wp_dropdown_categories(). John Blackbourn 2016-01-13 20:15:19 +00:00
  • 017550ea8e jQuery: Replace $( document ).on( 'ready', fn ) with $( fn ). Dominik Schilling (ocean90) 2016-01-13 17:38:18 +00:00
  • e5223b57b4 jQuery: Replace use of the .load() method for the "load" event with .on( 'load', handler ). Dominik Schilling (ocean90) 2016-01-13 17:21:36 +00:00
  • ceb892533f jQuery: Replace the use of the .size() method with the .length property. Dominik Schilling (ocean90) 2016-01-13 16:16:15 +00:00
  • 3e571a393f External Libraries: Update jQuery to 1.12.0 and jQuery Migrate to 1.3.0. Dominik Schilling (ocean90) 2016-01-13 15:51:25 +00:00
  • 185387f915 Set svn:eol-style to native on "jquery-migrate.js" and "jquery-migrate.min.js". Dominik Schilling (ocean90) 2016-01-13 15:44:39 +00:00
  • 2efcaf2921 Plugins: In _get_plugin_data_markup_translate() remove the fallback to the "default" textdomain for Akismet. Dominik Schilling (ocean90) 2016-01-13 13:55:42 +00:00
  • c86ffe454a Plugins: In _get_plugin_data_markup_translate() don't reload translations if they're already loaded. Dominik Schilling (ocean90) 2016-01-13 13:03:21 +00:00
  • 5a545bbe90 Use assertEqualSets() in comment_author test. Boone Gorges 2016-01-13 04:42:59 +00:00
  • 0b564d48df Support searching for '0' in WP_Query. Boone Gorges 2016-01-13 04:36:54 +00:00
  • bf2f6f8104 Use the post-filter WHERE clause when querying for comment descendants. Boone Gorges 2016-01-13 04:00:36 +00:00
  • 1880b466c7 Always respect $comments array passed to wp_list_comments(). Boone Gorges 2016-01-13 03:26:31 +00:00
  • f7d238dfe3 Ignore hierarchy in pagination calculation when comment threading is disabled. Boone Gorges 2016-01-13 03:12:34 +00:00
  • b9e083e360 Add missing HTTP status code descriptions (specifically 308 and 421.) Joe Hoyle 2016-01-13 02:54:33 +00:00
  • 9a93e87d37 Add support for 451 http status code (Unavailable For Legal Reasons.) Joe Hoyle 2016-01-13 02:48:37 +00:00
  • 0e85f45cb4 Comments: Restrict the maximum characters for input fields within the comments template. Rachel Baker 2016-01-13 01:24:46 +00:00
  • 3212239199 Docs: Fix typo in wp-admin/admin.php. Eric Andrew Lewis 2016-01-12 20:42:46 +00:00
  • 12ac7b2998 Themes: Clear floated theme cards on Themes page. Konstantin Obenland 2016-01-12 17:12:17 +00:00
  • 13896125d5 Docs: Revert [36268] as the global is indeed used, just via the superglobal. Pascal Birchler 2016-01-12 12:25:37 +00:00
  • d7ed4900a1 Docs: Fix incorrect DocBlock for wp_get_attachment_url(). Pascal Birchler 2016-01-12 12:07:30 +00:00
  • 9a9278ca1a After [36263] escape filterable HTML output. Andrea Fercia 2016-01-12 08:57:41 +00:00
  • 3a358c33d3 Introduce wp_get_raw_referer() to retrieve unvalidated referer. Pascal Birchler 2016-01-12 08:31:10 +00:00
  • baaa8946a2 Accessibility: Remove title attributes from the Terms list table. Andrea Fercia 2016-01-11 23:30:00 +00:00
  • 6c2876acce Menus screen: improve responsiveness of select elements. Andrea Fercia 2016-01-11 23:04:40 +00:00
  • e6297676fb Accessibility: Remove title attributes from the General Settings screen. Andrea Fercia 2016-01-11 22:53:10 +00:00
  • 8ad1df35f8 Customizer: Re-use list of components to eliminate code duplication. Weston Ruter 2016-01-11 20:27:40 +00:00
  • 2fa620e4c3 Customizer: Prevent erroneously directing user to login screen when closing. Weston Ruter 2016-01-11 18:50:30 +00:00
  • 68d4b23608 Quick Edit: on the Taxonomies screens, prevent a page reload when pressing Enter on a focused field. Andrea Fercia 2016-01-11 13:14:18 +00:00
  • c4526edeec Multisite: The networks group should be global. Dion Hulse 2016-01-11 05:03:35 +00:00
  • 68bc0fc216 Add missing param to 'comments_template_query_args'. Boone Gorges 2016-01-11 02:27:43 +00:00
  • 844e1b6e7e After [36254], commit all the necessary files and not just the unit test. Pascal Birchler 2016-01-10 19:06:03 +00:00
  • 94992e25ae Rewrite: Ensure WP_Rewrite::flush_rules() does not delete the 'rewrite_rules' option. Pascal Birchler 2016-01-10 19:01:13 +00:00
  • 519051b305 Permalinks: Ensure the page hierarchy is correct for sample permalinks. Pascal Birchler 2016-01-10 18:27:06 +00:00
  • 28818255c2 Don't reset index keys when trimming results of term queries. Boone Gorges 2016-01-10 04:05:26 +00:00
  • e75a1f5ab3 Avoid invalid SQL when building ORDER BY clause using long search strings. Boone Gorges 2016-01-10 03:25:15 +00:00
  • ba5f0fdc7b Docs: Various docblock corrections. John Blackbourn 2016-01-10 01:25:44 +00:00
  • 61fbfa9947 Emoji: Explictly use https as the scheme for emoji fallback images, as they're only served over HTTPS by the CDN anyway. John Blackbourn 2016-01-10 01:23:49 +00:00
  • f0a706d1eb Comments: Correct the docblocks for various methods in the comment list table class. John Blackbourn 2016-01-10 00:51:35 +00:00
  • 6681e9701c Taxonomy: More tests for unregister_taxonomy(). John Blackbourn 2016-01-09 23:34:27 +00:00
  • 2670f66c76 Login is not a verb, change "login" to "log in". Eric Andrew Lewis 2016-01-09 21:07:44 +00:00
  • fb1852fe5c Users: Fix incorrect docs for user authentication and login functions. Eric Andrew Lewis 2016-01-09 20:51:13 +00:00
  • f4b3c2453c Taxonomy: Use Invalid taxonomy instead of Invalid Taxonomy for error strings. Pascal Birchler 2016-01-09 15:15:55 +00:00
  • eafbcb3b6e Taxonomy: Introduce unregister_taxonomy(). Pascal Birchler 2016-01-09 14:57:22 +00:00
  • d92ead50c8 Ensure wp_get_referer() returns false when the referrer URL is the current URL. Pascal Birchler 2016-01-09 14:35:03 +00:00
  • 0002ff515b Media: After [36240], remove some unneeded whitespace. swissspidy 2016-01-09 14:28:02 +00:00
  • 54134dd49b Media: Fix wp_audio_shortcode and wp_video_shortcode attributes handling. Pascal Birchler 2016-01-09 14:17:02 +00:00
  • 0e73cc3da4 Tests: Add more paged canonical tests for page_on_front. Dion Hulse 2016-01-09 08:08:47 +00:00