Commit Graph

  • 0c829777f2 Accessibility: Remove target=_blank from the Settings screens help tabs links. Andrea Fercia 2016-10-04 06:58:36 +00:00
  • 2c01dadd40 Accessibility: Remove target=_blank from the old custom background/header help tabs links. afercia 2016-10-04 06:56:02 +00:00
  • 65e01d5951 Accessibility: Remove target=_blank from the comment/edit-comments help tabs links. Andrea Fercia 2016-10-04 06:53:20 +00:00
  • 2f4f5aac44 Emoji: Add support for the upcoming Emoji 4 release. Gary Pendergast 2016-10-04 03:23:22 +00:00
  • 5a6cfb0bb7 Docs: Improve description for term_exists() $term param. Boone Gorges 2016-10-04 02:28:48 +00:00
  • 3b6202a4d2 Query: Add nicename and login params to user query. boonebgorges 2016-10-04 02:26:26 +00:00
  • 0a23c4d206 Unit Tests: Remove unused variable in Tests_oEmbed::dataShouldNotMatchOembedRegex(). Sergey Biryukov 2016-10-04 00:50:09 +00:00
  • 7e4e9f1ce7 Shortcodes: Add a do_shortcode_tag filter. Gary Pendergast 2016-10-04 00:38:45 +00:00
  • e3becde640 Tests: Add newly introduced theme to theme list. Konstantin Obenland 2016-10-03 18:44:19 +00:00
  • 9cfa200891 wpLists: Pass the current element to process() to properly register event handlers. Konstantin Obenland 2016-10-03 18:38:43 +00:00
  • ab087dadfc Themes: Account for uppercase chars when managing themes. Konstantin Obenland 2016-10-03 18:12:57 +00:00
  • 395823c9cd Customize: Improve the widgets and menu items search. Andrea Fercia 2016-10-03 16:27:55 +00:00
  • bcf50fedcd Toolbar: Be more strict about adding a 'View Posts' link to the toolbar. Pascal Birchler 2016-10-03 08:37:27 +00:00
  • 25f3c04a58 Editor: Improve documentation for user_can_richedit(). Pascal Birchler 2016-10-03 07:54:14 +00:00
  • 7387321059 Plugins: Fix odd typo introduced in [38703]. Pascal Birchler 2016-10-03 07:06:12 +00:00
  • f231e7233d I18N: Introduce a user-specific language setting. Pascal Birchler 2016-10-03 07:03:41 +00:00
  • d3afcc4e33 Import: Fix plugin activation link after installing an importer on multisite. Pascal Birchler 2016-10-03 06:41:37 +00:00
  • fd5d2a65ad Plugins: Fix checkbox selection when searching for installed plugins. Pascal Birchler 2016-10-03 06:36:19 +00:00
  • a39953e1e3 Menus: Restore checkboxes in post type search which were lost in [38584]. Weston Ruter 2016-10-03 02:34:46 +00:00
  • eef4795716 Docs: Correct default value for next_text in paginate_links(). Sergey Biryukov 2016-10-02 19:09:32 +00:00
  • 9732c3ff44 Accessibility: Editor, Publish meta box: remove a stray label and redundant CSS. Andrea Fercia 2016-10-02 14:37:54 +00:00
  • fe0ba53c44 Meta: Improve ID casting when getting, updating or deleting meta data. Peter Wilson 2016-10-01 06:27:27 +00:00
  • 17ef6d8cfa Taxonomy: Introduce more fine grained capabilities for managing taxonomy terms. John Blackbourn 2016-09-30 22:39:32 +00:00
  • ad6ef7c110 Role/Capability: Introduce tests that assert the primitive and meta capability tests test the correct capabilities. John Blackbourn 2016-09-30 22:11:47 +00:00
  • ec49d4d3d1 Role/Capability: Correct some meta capabilities that were incorrectly listed as primitive capabilities in the role and capability tests. John Blackbourn 2016-09-30 22:10:27 +00:00
  • e18c88ae19 Role/Capability: Add explicit cases to map_meta_cap() for various meta capabilities that are used in core. This will allow more complete meta and primitive capability unit tests in #38191. John Blackbourn 2016-09-30 22:05:30 +00:00
  • e0f4a218fb HTTP API: Add a $component parameter to wp_parse_url() to give it parity with PHP's parse_url() function. John Blackbourn 2016-09-30 21:46:43 +00:00
  • 41fc5ba881 Embeds: Add oEmbed support for User, List and Like Twitter timelines. Dominik Schilling (ocean90) 2016-09-30 21:42:01 +00:00
  • f603891a41 Embeds: Update the oEmbed provider test suite. Dominik Schilling (ocean90) 2016-09-30 21:01:36 +00:00
  • 22d4eb63b6 Embeds: Add support for embedding Facebook photos of a user/page. Dominik Schilling (ocean90) 2016-09-30 20:39:32 +00:00
  • 2da297eeaf Options: Add Unit tests for register_setting. Joe Hoyle 2016-09-30 20:23:33 +00:00
  • 4c6d7c8498 REST API: Add filters to allow creating REST API middleware plugins. Joe Hoyle 2016-09-30 20:11:10 +00:00
  • 8c3dd28ec7 Build/Test: Bump Autoprefixer to 6.5.0 Aaron Jorbin 2016-09-30 17:33:57 +00:00
  • a4ac1123f8 Options: Move register_setting() from wp-admin to wp-includes. Ryan McCue 2016-09-30 15:52:01 +00:00
  • a245ff9c54 Add 'urn' to the list of URI protocols whitelisted by default. Dominik Schilling (ocean90) 2016-09-30 13:14:54 +00:00
  • 5273c469d8 Add test for each whitelisted URI protocol in wp_allowed_protocols(). Dominik Schilling (ocean90) 2016-09-30 13:12:00 +00:00
  • 335cb0223f Embeds: Escape periods in oEmbed regex. Sergey Biryukov 2016-09-30 11:24:08 +00:00
  • 2a3ffbf498 Admin Bar: Remove unused ID ab-awaiting-mod from comment count. Jeremy Felt 2016-09-30 05:01:02 +00:00
  • f484c20bc1 Multisite: Use get_sites() in get_blogs_of_user(). Jeremy Felt 2016-09-30 04:34:18 +00:00
  • 824a10a8a6 Multisite: Ensure a consistent WP_Site return from get_site_by_path(). Jeremy Felt 2016-09-30 04:09:45 +00:00
  • d5f0513164 Multisite: Use get_sites() in network upgrade. Jeremy Felt 2016-09-30 03:50:18 +00:00
  • 8f30d56cdc Tests: Move get_the_excerpt() tests to their own file. Boone Gorges 2016-09-30 03:23:05 +00:00
  • c4c80d3dd4 Tests: Reset post-related globals after each test. Boone Gorges 2016-09-30 03:15:36 +00:00
  • 907b5fc527 Taxonomy: Use WP_Term_Query in get_term_by(). Dominik Schilling (ocean90) 2016-09-29 22:35:32 +00:00
  • 60b09f3005 Options: Add missing since for register_setting argument. Ryan McCue 2016-09-29 21:11:44 +00:00
  • 84b67c9e6b Docs: Correct 'Since' version number for Cloudup in oembed_providers filter description. Sergey Biryukov 2016-09-29 17:12:07 +00:00
  • 93553e5e10 Comments: Introduce the wp_update_comment_data filter. Rachel Baker 2016-09-29 13:46:07 +00:00
  • 0d0e2bf2ba Media: Use wp_basename() to create attachment titles from filenames. Joe McGill 2016-09-29 01:20:10 +00:00
  • ee7f970ffa Administration: Improve the usage of the button CSS classes. Andrea Fercia 2016-09-28 19:53:07 +00:00
  • 02cf2a731f Pings/Trackbacks: Add filter argument to fetching of pingbacks_url in X-pingback header Aaron Jorbin 2016-09-28 19:27:25 +00:00
  • 9e028d2fd9 Docs: Improve parameter description for wp_parse_args(). Pascal Birchler 2016-09-28 08:40:24 +00:00
  • b9e342c2f4 Set default value of 'max_depth' in get_comment_reply_link(). Boone Gorges 2016-09-28 04:19:46 +00:00
  • c286c27747 Customize: Fix focusing on controls for widgets and nav menu items after [38648]. Weston Ruter 2016-09-28 04:19:37 +00:00
  • 81ecd4da98 Taxonomy: Use WP_Term_Query when querying for object terms. Boone Gorges 2016-09-28 03:54:36 +00:00
  • 36e22efdfd Text Changes: Unify two more permission error messages. Sergey Biryukov 2016-09-28 00:16:44 +00:00
  • 01e8552fd6 Text Changes: Unify two permission error messages in wp-admin/network/site-users.php. Sergey Biryukov 2016-09-27 23:51:12 +00:00
  • b97b0b4203 Multisite: Use get_home_url() instead of get_blogaddress_by_id() in wp-activate.php. Jeremy Felt 2016-09-27 21:35:25 +00:00
  • 736edc7c91 Toolbar: Split tests added in [38660] and add a multisite specific test. Dominik Schilling (ocean90) 2016-09-27 20:10:31 +00:00
  • 3387a838b5 Multsite: Flush output buffer after readfile() in ms-files.php. Jeremy Felt 2016-09-27 20:05:00 +00:00
  • 2f4105d524 Toolbar: Don't run the test from [38660] for multisite. Dominik Schilling (ocean90) 2016-09-27 19:37:23 +00:00
  • 0bab64c370 Toolbar: Update links to the about page if current user can't access the dashboard of the current site. Dominik Schilling (ocean90) 2016-09-27 19:00:35 +00:00
  • 8fcec07595 Multisite: Use get_sites() instead of a database lookup in get_id_from_blogname(). Jeremy Felt 2016-09-27 18:17:23 +00:00
  • 1f143d995b Multisite: Handle get_id_from_blogname() lookups when the network domain has www.. Jeremy Felt 2016-09-27 17:56:53 +00:00
  • 61f014b9fc Multisite: Remove redundant is_multisite() checks in network admin templates. Jeremy Felt 2016-09-27 15:38:47 +00:00
  • 4799f61d23 Multisite: Replace die() with wp_die() in site users list table. Jeremy Felt 2016-09-27 15:26:21 +00:00
  • a1e9fbfc14 Multisite: Allow to set the site language of a new site to English. Dominik Schilling (ocean90) 2016-09-26 18:38:32 +00:00
  • fa48bfa1d2 Built/Test Tools: Unify the way the permastructure is set when used in conjunction with re-registering the initial taxonomies. This ensure that rewrite rules for taxonomies are consistently available. John Blackbourn 2016-09-26 17:01:48 +00:00
  • 6d05c7db0d Administration: Remove the input qualifier for the .regular-text class rule. This allows for other elements such as textareas to be styled with the same width as regular text inputs. John Blackbourn 2016-09-26 16:45:22 +00:00
  • 7be45216c4 Accessibility: Handle focus when closing the media modal. Andrea Fercia 2016-09-25 21:32:10 +00:00
  • cf6f354fa8 Allow 'role' parameters to be passed to wp_dropdown_users(). Boone Gorges 2016-09-25 17:44:24 +00:00
  • cc807d5a91 Pass comment ID to get_page_of_comment filter. Boone Gorges 2016-09-25 17:32:37 +00:00
  • b12ff9487d Customize: Opt to disable IE8 support via conditional comments instead of using unreliable Array.prototype.indexOf feature detection. Weston Ruter 2016-09-25 04:34:34 +00:00
  • f3e8e7735d Customize: Re-architect and harden panel/section UI logic. Weston Ruter 2016-09-23 22:22:09 +00:00
  • c75fb5e9ca Allow custom bulk actions in admin list tables. Eric Andrew Lewis 2016-09-23 20:32:48 +00:00
  • 8bc6917cc3 I18N: Add support for Serbian crossed D in remove_accents(). Sergey Biryukov 2016-09-23 00:06:24 +00:00
  • 1c2d321ed3 Docs: Add home and commentpaged as accepted values for user_trailingslashit filter. Sergey Biryukov 2016-09-22 22:53:01 +00:00
  • 42dfc674b7 Docs: Add documentation for wp-admin/js/inline-edit-tax.js. Sergey Biryukov 2016-09-22 18:49:26 +00:00
  • b34a53e715 Docs: Add documentation for wp-admin/js/postbox.js. Sergey Biryukov 2016-09-22 18:46:34 +00:00
  • 0a23a8405d Accessibility: Fix the Customizer available menu items toggles focus for Safari and VoiceOver. Andrea Fercia 2016-09-22 14:58:41 +00:00
  • c259123537 Docs: Correct @see entry for clean_url(). Sergey Biryukov 2016-09-22 09:39:15 +00:00
  • e5fc724dd0 Accessibility: Add Themes Feature Filter form improvements. Andrea Fercia 2016-09-21 17:53:29 +00:00
  • 005a01da4a Comments: Revert [38298]. ocean90 2016-09-21 17:37:02 +00:00
  • 9bfbc3570b Administration: Fix the main background color for the Light color scheme. Andrea Fercia 2016-09-21 17:35:42 +00:00
  • 9ee1f662cb Editor: Improve post.js documentation. Sergey Biryukov 2016-09-21 08:56:28 +00:00
  • 2515aab673 Multisite: Revert [38388]. Jeremy Felt 2016-09-20 21:38:08 +00:00
  • 201f9d2864 Options: Build out register_setting like register_meta. Joe Hoyle 2016-09-20 20:51:18 +00:00
  • acb43ecc0b Toolbar: Add a 'View Posts' link to the toolbar when on the post listing screen. Pascal Birchler 2016-09-20 20:01:55 +00:00
  • debaea8a7c Multisite: Show always domain and path when deleting a site. Dominik Schilling (ocean90) 2016-09-20 19:54:26 +00:00
  • 576a4cba5e Multisite: Use get_networks() in get_main_network_id(). Jeremy Felt 2016-09-20 18:46:52 +00:00
  • e0ef4132fe Multisite: Provide $join as a possible SQL clause to the sites_clauses filter. jeremyfelt 2016-09-20 17:48:42 +00:00
  • 9bb6bd0f89 Multisite: Add annotations for extended WP_Site properties. Jeremy Felt 2016-09-20 17:21:03 +00:00
  • d9e0272707 Docs: Correct the description of {$taxonomy}_term_new_form_tag hook, making it more consistent with other *_form_tag hooks. Sergey Biryukov 2016-09-20 13:32:33 +00:00
  • a679078121 Customize: Add wp-util as a dependency for customize-controls. Dominik Schilling (ocean90) 2016-09-20 13:23:49 +00:00
  • 3521b2f30f Customize: Remove IE8 access to customizer to discontinue support. Weston Ruter 2016-09-20 04:01:58 +00:00
  • c953f0aae0 Media: Align input and button heights in attachment details. Joe McGill 2016-09-20 02:17:54 +00:00
  • 4da705a7db Media: Make media library searchable by filename. Joe McGill 2016-09-20 01:44:07 +00:00
  • 7079459b77 Customize: Let static_front_page section be contextually active based on whether there are any published pages. Weston Ruter 2016-09-20 00:46:54 +00:00
  • 849c5de6d5 Docs: Correct two references to plugins in the $args parameter description for themes_api(). Sergey Biryukov 2016-09-19 16:45:44 +00:00
  • b733c05fbc Docs: Correct a comment and @return entry in WP_Upgrader::create_lock(). Sergey Biryukov 2016-09-18 20:15:46 +00:00
  • acd49dc883 Pass taxonomy name to actions in term-relationship CRUD functions. Boone Gorges 2016-09-18 18:52:56 +00:00