Commit Graph

  • 3cce67f8bc Canonical: Generate the correct canonical url for paged posts/pages when they're used as the page_on_front. Dion Hulse 2016-01-09 07:32:42 +00:00
  • 5f55910b5c Tests: Remove some debug that's slipped in at some point. Dion Hulse 2016-01-09 06:11:58 +00:00
  • 530ffc712f Introduce comments_template_query_args filter. Boone Gorges 2016-01-09 04:43:33 +00:00
  • 32194797d5 Clarify return types in get_option() documentation. Boone Gorges 2016-01-09 03:11:59 +00:00
  • 3fba1e59d7 Media: fix undefined error that prevents showing a preview in the media modal when replacing video or audio. Andrew Ozz 2016-01-09 02:21:28 +00:00
  • 021401424b Docs: @param fixes for a variety of docblocks. John Blackbourn 2016-01-09 01:44:31 +00:00
  • aaa61e80e4 Docs: Correct the parameter docs for various Heartbeat filters and functions. John Blackbourn 2016-01-09 01:36:45 +00:00
  • 5b2c1a52cc Feeds: Remove the rss-http feed type, unused since r32468. John Blackbourn 2016-01-09 01:19:31 +00:00
  • 75cc6be57a Add documentation for parseData() and ajaxDel() in wp-lists.js. Eric Andrew Lewis 2016-01-09 00:04:57 +00:00
  • 5c7043593b Cron: Add the cron lock timestamp to the 'cron_request' filter arguments. Eric Andrew Lewis 2016-01-08 23:53:10 +00:00
  • ca642a8562 Use a more generous selector when setting up tag suggestion. Boone Gorges 2016-01-08 23:17:21 +00:00
  • 8dbc62d267 In comments_template(), don't run hierarchical queries if comment threading is disabled. Boone Gorges 2016-01-08 22:16:11 +00:00
  • 5304745be0 Permalinks: Make get_post_type_archive_link() work for the 'post' post type. Eric Andrew Lewis 2016-01-08 22:00:48 +00:00
  • b5a4504f7e Introduce 'author_url' param to WP_Comment_Query. Boone Gorges 2016-01-08 21:51:50 +00:00
  • 05934ebd87 Media: make the Image Editor usable with a keyboard. Andrea Fercia 2016-01-08 19:12:11 +00:00
  • fa998d9b8c Accessibility: remove the title attribute from the get_search_form() HTML5 search field. Andrea Fercia 2016-01-08 19:00:39 +00:00
  • e4b8679d17 Plugins: Use plugin file rather than slug as identifier Konstantin Obenland 2016-01-08 17:47:18 +00:00
  • 9fc247408c Update to Random_Compat 1.1.5 to fix an issue with older libSodium modules. Dion Hulse 2016-01-08 03:27:58 +00:00
  • de5f72567a Customizer: Improve _doing_it_wrong() message when widgets or nav_menus are manually removed via WP_Customize_Manager::remove_panel(). Weston Ruter 2016-01-07 18:43:11 +00:00
  • 1f47f9c5f5 Tests: Fix unit tests after [36217]. Pascal Birchler 2016-01-07 10:16:47 +00:00
  • 79f2e50ca5 Rewrite: Add a remove_rewrite_tag() helper function. Pascal Birchler 2016-01-07 09:38:06 +00:00
  • e5707af429 Customizer: Call _doing_it_wrong() if widgets or nav_menus are manually removed via WP_Customize_Manager::remove_panel(). Weston Ruter 2016-01-07 06:05:07 +00:00
  • e49c8b425c Allow comment agent and author IP to be set via wp_update_comment(). Boone Gorges 2016-01-07 03:54:05 +00:00
  • 3a9bc32949 Ensure 'description' is a string in wp_insert_term(). Boone Gorges 2016-01-07 03:31:48 +00:00
  • c67abd1c66 Plugins: Avoid ID attribute collisions in plugins list table. Konstantin Obenland 2016-01-06 22:39:23 +00:00
  • 58b35571bb Themes: Avoid changing the count of themes with updates in network admin. Konstantin Obenland 2016-01-06 22:31:46 +00:00
  • 9e91f753f8 Theme: Escape error messages Aaron Jorbin 2016-01-06 17:22:08 +00:00
  • 549c4fdd1d Unit Tests: Fix the unit test added in [36181] to include the index in the comparison. Dion Hulse 2016-01-06 08:09:51 +00:00
  • 3e85247571 Updates: Don't perform an API call to WordPress.org for every plugin update displayed. The API has been updated to return this information with the update response. Dion Hulse 2016-01-06 07:52:53 +00:00
  • e055e5b80e Rewrite: Add a remove_permastruct() helper function. Pascal Birchler 2016-01-06 07:39:29 +00:00
  • ce4ef49b10 Background Updates: Remove the 7am/7pm background update check. This check was made redundant by [28129] as background updates are now run after a version check takes place. Dion Hulse 2016-01-06 06:11:46 +00:00
  • cd6cc5c7db Bundled Themes: Bump version number of Twenty Thirteen. Dominik Schilling (ocean90) 2016-01-05 22:19:41 +00:00
  • 36cf8b2932 Install: Use new colors for error notices. Dominik Schilling (ocean90) 2016-01-05 21:46:29 +00:00
  • e50296de48 Query: Add a WP::remove_query_var() helper function. Pascal Birchler 2016-01-05 20:56:10 +00:00
  • e306e801a9 Install: Only enqueue scripts when necessary. Dominik Schilling (ocean90) 2016-01-05 16:41:43 +00:00
  • 9d45966095 Docs: Move the hook doc for the the_title filter in Walker_Page::start_el() to directly precede the apply_filters() line. Dominik Schilling (ocean90) 2016-01-05 16:34:25 +00:00
  • 3f5fab4a0e Nav Menus: Apply the the_title filter on original post titles in wp_setup_nav_menu_item(). Dominik Schilling (ocean90) 2016-01-05 16:26:53 +00:00
  • 693a5b793f Comments: Remove orphaned closing td tag within cancel button of Moderate Comment screen. Rachel Baker 2016-01-05 16:06:54 +00:00
  • 0eba218570 Accessibility: Remove title attributes from the Admin Dashboard. Andrea Fercia 2016-01-05 14:18:57 +00:00
  • 3a9259a4c4 Introduce a new generic CSS clearfix utility class. Andrea Fercia 2016-01-05 13:37:56 +00:00
  • 0d6514b28b Template: Always display the site title on the front page. Konstantin Obenland 2016-01-04 17:15:31 +00:00
  • f891bb32f2 Media: when inserting an attachment in the editor and it is not an image, ensure the link is set to something else than none. Andrew Ozz 2016-01-04 00:32:56 +00:00
  • 5699c64a56 XML-RPC: Revert [34681] as it broke date handling. Andrew Nacin 2016-01-03 19:48:07 +00:00
  • a12087bf0f Media: set the image editor spinner on the smallest possible area. Andrea Fercia 2016-01-03 16:48:47 +00:00
  • 59d442f921 Emoji: Add a test to the emoji loader, to see if the browser supports emoji diversity. If it doesn't, fall back to twemoji. Gary Pendergast 2016-01-03 04:25:52 +00:00
  • 23b10789d4 Fix incorrect @covers annotation in get_adjacent_post() tests. Boone Gorges 2016-01-03 02:43:18 +00:00
  • 1b8c0d611a Ensure that non-default pagination values work in wp_list_comments(). Boone Gorges 2016-01-03 02:02:59 +00:00
  • d47319710c Docs: Remove indentation from the hidden_columns changelog entry. Dominik Schilling (ocean90) 2016-01-02 15:15:53 +00:00
  • 84cb626eb6 List Tables: When a user has hidden all columns, do not override that with the default_hidden_columns filter. Dion Hulse 2016-01-02 04:43:07 +00:00
  • c7e1a2ee6d Docs: Correct get_page_uri() description. Sergey Biryukov 2016-01-01 18:28:17 +00:00
  • fa39accb99 Accessibility: Don't mark up "URL" as an abbreviation. Andrea Fercia 2016-01-01 12:10:00 +00:00
  • cebe17e35b Bump the license.txt year to 2016. Gary Pendergast 2016-01-01 09:59:14 +00:00
  • 85120aa0a1 Export: Add a missing Oxford comma. Sergey Biryukov 2015-12-31 19:32:06 +00:00
  • ea9451bd1c Docs: Add null to post_id param type, fix syntax, and descriptions in the DocBlock for wp_update_comment_count(). Rachel Baker 2015-12-31 19:20:21 +00:00
  • 21a4585cd1 Feeds: Comments on attachments display in the site-wide comments RSS feed. Rachel Baker 2015-12-31 17:15:23 +00:00
  • 93e3093a0a Admin: Restore the "Show advanced menu properties" checkboxes IDs. Andrea Fercia 2015-12-31 11:51:09 +00:00
  • 7ce16f660e Twenty Thirteen: Add missing loop in the image attachment template. Pascal Birchler 2015-12-31 11:38:43 +00:00
  • b62421681e Docs: Improve readability of the default arguments of wp_list_categories(). Pascal Birchler 2015-12-31 11:29:19 +00:00
  • b2b14848d6 Admin: fix repositioning of notices when the first header is not an immediate children of .wrap. Andrea Fercia 2015-12-31 11:04:38 +00:00
  • a1b31b59c4 XMLRPC: Revert [35509] which caused a change of behviour in at least one XMLRPC client. Dion Hulse 2015-12-31 04:05:22 +00:00
  • c04ae32ff9 Widgets: Revert [34465], as it introduced a regression, making the $index argument of dynamic_sidebar() case-sensitive. Sergey Biryukov 2015-12-31 03:12:36 +00:00
  • a9dcce7060 Redirects: Prevent redirects if a queried object exists. Gary Pendergast 2015-12-31 03:00:33 +00:00
  • cf82d2ef2b Query: Remove a stray debug line from WP_Query::get_posts(). Sergey Biryukov 2015-12-31 02:22:26 +00:00
  • 873326b7eb Emoji: Update emoji support to Unicode 8.0, including the Diversity set. Gary Pendergast 2015-12-31 01:29:12 +00:00
  • aae9afe5aa Comments: Don't nofollow links within the site. Pascal Birchler 2015-12-30 23:19:11 +00:00
  • 4f6d5aa034 Plugins: Add a new pre_uninstall_plugin action that runs right before uninstalling a plugin. Pascal Birchler 2015-12-30 22:37:49 +00:00
  • bb07293f8c Embeds: Change attachment metadata condition to prevent a warning in the embeds template. Pascal Birchler 2015-12-30 22:24:31 +00:00
  • a03aa810c5 Media: Fix icons for HiDPI displays on the media modal after [32952]. Andrea Fercia 2015-12-30 18:31:41 +00:00
  • 8686ab4a7a Responsive images: fix the check whether the attachment meta matches the image src to work with http/https and CDNs. Andrew Ozz 2015-12-30 01:03:11 +00:00
  • f39a799718 Responsive images: add compatibility for versions < 2.7 when the full image path was stored in the metadata. Introduces _wp_get_attachment_relative_path() and uses it in wp_get_attachment_url(). Andrew Ozz 2015-12-30 00:05:07 +00:00
  • d65a4e6498 Ensure only approved comments trigger post author notifications Aaron Jorbin 2015-12-29 17:53:23 +00:00
  • 18a6a047bd Tests: After [36100] use an object style which is compatible with PHP5 get_object_vars(). Dion Hulse 2015-12-29 05:43:05 +00:00
  • f46c0a637b Tests: When testing the utf8mb4 charset, ensure that the current MySQL server has utf8mb4 support. Gary Pendergast 2015-12-29 04:39:02 +00:00
  • 61ff693ff0 Comments: Return early from wp_update_comment_count() if there is not a valid post. Rachel Baker 2015-12-28 22:57:37 +00:00
  • ee386bf22a Docs: Hash notate properties and defaults for the benefit of $args parameter documentation for WP_Customize_Control::__construct(). Drew Jaynes 2015-12-28 20:09:58 +00:00
  • 26d7619306 Import: Add a missing space to post_exists(). Sergey Biryukov 2015-12-28 19:06:05 +00:00
  • a9b9aa65b9 Themes: Add singular to the list of body classes when viewing a single post object. John Blackbourn 2015-12-28 17:20:07 +00:00
  • eb4b852316 Docs: Correct a funky docblock in funky_javascript_fix(). John Blackbourn 2015-12-28 17:17:56 +00:00
  • 9b9d310c74 Responsive images: when creating srcset do not exclude the image size which is in the src attribute even when it is larger than max_srcset_image_width. Andrew Ozz 2015-12-28 02:28:53 +00:00
  • ba1f056a26 Force non-public taxonomies to have a query_var of false. Boone Gorges 2015-12-27 16:40:13 +00:00
  • 7e3d2c3e4c Docs: Improve documentation for wp_admin_css_color(). Sergey Biryukov 2015-12-27 16:32:00 +00:00
  • 5502d59fb9 Docs: Fix typo in a comment in wp_rand(). Sergey Biryukov 2015-12-26 11:06:47 +00:00
  • 0ce64dd122 Allow map_deep() to work with object properties containing a reference. Restores the previous behaviour of stripslashes_deep(). Dion Hulse 2015-12-26 05:21:14 +00:00
  • 42aeb0af8b Tests: Use the correct URL in some shortcode tests. Dion Hulse 2015-12-26 04:50:23 +00:00
  • a1cd9049d9 Shortcodes: = is a reserved character in shortcode names, mark it as such. Dion Hulse 2015-12-26 04:45:26 +00:00
  • bb0d1af58f Canonical: Output correct canonical links for paged posts when not using pretty permalinks. Dion Hulse 2015-12-26 04:27:43 +00:00
  • 0df95091ee Nav Menus: Avoid a PHP Notice when a menu contains a now unregistered post type archive. Dion Hulse 2015-12-26 04:04:55 +00:00
  • 1d2904bf2a Pages: get_page_uri() should return the URI at which the resource being accessed is available at, this may include non-'publish' status posts. Dion Hulse 2015-12-26 03:45:28 +00:00
  • 1fdddd302e Toolbar: In Comments link, replace title attribute containing the number of pending comments with a screen reader text. Sergey Biryukov 2015-12-26 01:39:50 +00:00
  • 54c918d407 Remove redundant title attribute from wp_star_rating(). Hide the visible number of ratings from assistive technologies. Sergey Biryukov 2015-12-26 00:47:35 +00:00
  • 443419ae37 Docs: Clarify that get_post_types() accepts 'not' as its $operator parameter. Sergey Biryukov 2015-12-26 00:37:14 +00:00
  • 27ccbb591c Docs: Clarify that wp_filter_object_list() accepts 'not' as its $operator parameter. Sergey Biryukov 2015-12-26 00:36:12 +00:00
  • bc01ead655 Help Tab Order should be based on the Priority Argument Aaron Jorbin 2015-12-25 22:43:41 +00:00
  • 2ce0bfa8f4 Theme Editor: Break $wp_file_descriptions array into sections and reorder for consistency and readability. SergeyBiryukov 2015-12-25 21:11:02 +00:00
  • ffc86bf4e1 Theme Editor: Add taxonomy.php, home.php, front-page.php, date.php, and singular.php to file descriptions. Sergey Biryukov 2015-12-25 21:04:13 +00:00
  • b51d90ee72 Docs: Correct @return type for rest_parse_date(). Sergey Biryukov 2015-12-25 20:40:43 +00:00
  • bcc607689b Docs: Correct @return type for count_user_posts(). Sergey Biryukov 2015-12-25 20:17:55 +00:00
  • c54bcc4d39 User: Don't continue checking a password reset key, if the hash is empty. Gary Pendergast 2015-12-24 02:48:29 +00:00
  • 275c8c1f08 Upgrade PHPMailer from 5.2.10 to 5.2.14. Gary Pendergast 2015-12-24 01:58:33 +00:00
  • 498fbb407c Menus: Bring back line break between menu items. Konstantin Obenland 2015-12-24 00:20:24 +00:00