Commit Graph

  • 58169b04fa REST API: Validate and Sanitize registered meta based off the schema. Joe Hoyle 2016-11-14 16:35:35 +00:00
  • 76e44c9166 Twenty Seventeen: Make sure theme JavaScript follows proper coding standards David A. Kennedy 2016-11-14 11:40:55 +00:00
  • 5b41a1c33e Twenty Seventeen: Make custom header preview match front end in Customizer when changed David A. Kennedy 2016-11-14 11:22:25 +00:00
  • ecb1e33d0d REST API: Improve validation for usernames and passwords. Ryan McCue 2016-11-14 07:12:31 +00:00
  • 47a04c044d Customize: Remove root panel description text which notes that edit shortcuts can be toggled by clicking anywhere in the preview. Weston Ruter 2016-11-14 04:32:47 +00:00
  • 61de8de75a TinyMCE: fix black outline around _moz_abspos. This is added in Firefox in paragraphs inserted after a non-editable block. Andrew Ozz 2016-11-14 02:33:05 +00:00
  • 2835aa5f99 Twenty Seventeen: Adds numbers to the table of contents in style.css David A. Kennedy 2016-11-13 23:44:39 +00:00
  • 40b3a5a878 Twenty Seventeen: Fix Customizer preview display issues in IE9 David A. Kennedy 2016-11-13 23:30:53 +00:00
  • 2158edc28f Customize: Prevent the "Hide Controls" button label from overrunning the device preview buttons. Weston Ruter 2016-11-13 18:59:21 +00:00
  • 0c044ba8d9 Media: Clearly indicate that PDF thumbnails are just document previews. Helen Hou-Sandi 2016-11-13 16:38:06 +00:00
  • 6ade77e936 WP_HTTP: Map internal Requests hooks to WordPress actions. This change introduces a requests-{$hook} action which can be used to hook into Requests hooks, and restores the http_api_curl action. Dion Hulse 2016-11-13 10:35:15 +00:00
  • 4404f32cb5 Updates: Allow background updates to update multiple plugins/themes in the same request. Due to the clear_update_cache parameter not being respected, update caches were being cleared incorrectly which prevented multiple plugins to be updated at the same time in background updates - failing with a fs_unavailable error message. Dion Hulse 2016-11-13 09:52:49 +00:00
  • 7e9960edad Posts, Post Types: Fix Quick Edit to correctly set the page template for non-hierarchical post types. Dion Hulse 2016-11-13 07:41:30 +00:00
  • c68c1c8ec7 Customize: Improve extensibility of Custom CSS. Weston Ruter 2016-11-13 02:42:04 +00:00
  • 97ae697d6a Twenty Seventeen: Fix typos in font family translator comment David A. Kennedy 2016-11-13 01:29:29 +00:00
  • 09a0941999 Twenty Seventeen: Update screen-reader-text to reset word-wrap David A. Kennedy 2016-11-13 00:25:49 +00:00
  • 5cab939b1e Twenty Seventeen: Keyboard navigation on Safari 10 fix Tammie Lister 2016-11-12 23:38:43 +00:00
  • ef9eb5f26e Customize: Rename "Header Visuals" to "Header Media". Joe McGill 2016-11-11 23:23:06 +00:00
  • 9f67a915d9 TinyMCE: fix freezing the editor when wpautop is disabled and a paragraph starts with a lot of white space characters. Andrew Ozz 2016-11-11 23:06:03 +00:00
  • 74e3e309c3 Multisite: Rename the $user parameter to $user_login in wpmu_signup_blog_notification() and wpmu_signup_user_notification(). Dominik Schilling (ocean90) 2016-11-11 22:19:14 +00:00
  • 5f9c6ef4ae Customize: Remove left-margin guard from edit shortcuts and adjust for small screen sizes. Weston Ruter 2016-11-11 09:46:47 +00:00
  • 9d73e7a311 Post-4.7 beta 3 bump. Helen Hou-Sandi 2016-11-11 03:31:59 +00:00
  • 543fe671c0 WordPress 4.7 Beta 3. Helen Hou-Sandi 2016-11-11 03:18:47 +00:00
  • af640568fe Customize: Prevent previewer from appearing to freeze when refreshing too fast. Weston Ruter 2016-11-10 22:42:38 +00:00
  • 195e86fda5 Twenty Seventeen: Better RTL positioning for scroll down arrow. Helen Hou-Sandi 2016-11-10 13:53:58 +00:00
  • 9f6a9e6c4a Customize: Ensure RTL version of customize-preview.css is loaded. Helen Hou-Sandi 2016-11-10 13:53:00 +00:00
  • 08c7dddc41 REST API: Allow updating a comment without the content present. Joe Hoyle 2016-11-10 03:34:30 +00:00
  • 8b464c7140 Build/Test tools: Add "apply" as alias for "patch" Aaron Jorbin 2016-11-10 03:21:39 +00:00
  • 208998a9d5 Customize: Make "Add New Page" buttons less intrusive. Helen Hou-Sandi 2016-11-10 02:55:56 +00:00
  • 5309ebbbaa REST API: Fix test for unfiltered_html under multisite. Joe Hoyle 2016-11-10 02:47:48 +00:00
  • 660333387e REST API: Use wp_slash rather than addslashes. joehoyle 2016-11-10 02:38:02 +00:00
  • c67401baf1 REST API: Add rest_base to response objects of wp/v2/taxonomies and wp/v2/types Joe Hoyle 2016-11-10 02:20:09 +00:00
  • ec2ffb45c1 REST API: unfiltered_html and slashing: terms. Joe Hoyle 2016-11-10 02:09:40 +00:00
  • 09e332c301 Build/Test Tools: Re-use a bunch of fixtures in test classes for user and XMLRPC tests. John Blackbourn 2016-11-10 01:53:08 +00:00
  • 9ac95f7650 Docs: Improve the documentation for parameters which accept OBJECT, ARRAY_A, and ARRAY_N as parameters. John Blackbourn 2016-11-09 22:59:02 +00:00
  • 28e538bf80 Media: Only load first PDF page for thumbnails. Mike Schroder 2016-11-09 21:04:04 +00:00
  • 477e34fbf8 Customize: Eliminate use of flexbox for edit shortcuts. Weston Ruter 2016-11-09 20:54:41 +00:00
  • 5fb093bfe6 Customize: Split out custom_css query logic from wp_get_custom_css() into a re-usable wp_get_custom_css_post() function to also be used when updating. Weston Ruter 2016-11-09 20:42:22 +00:00
  • b847c1c2c4 Twenty Seventeen fix for Travis Error Tammie Lister 2016-11-09 16:54:51 +00:00
  • 208e443dc5 Twenty Seventeen: Fixes focused controls hidden by top menu. Tammie Lister 2016-11-09 16:12:35 +00:00
  • 446dc73042 REST API: Include template in all post type schemas. Ryan McCue 2016-11-09 07:12:01 +00:00
  • 8a0c502703 Customize: Store modifying user ID with setting change written into changeset and restore current user when setting is being saved. Weston Ruter 2016-11-09 07:02:53 +00:00
  • 865f3633f4 Customize: Prevent post_content and post_name from being modified when trashing customize_changeset posts. Weston Ruter 2016-11-09 05:44:14 +00:00
  • c20af6e31f Roles/Capabilities: Add meta-caps for comment, term, and user meta. Ryan McCue 2016-11-09 03:41:07 +00:00
  • cebc30dd67 Customize: Rename remaining instances unfiltered_css meta capability to edit_css in unit tests. Weston Ruter 2016-11-09 01:47:50 +00:00
  • cd5572b67a REST API: Fire correct hooks when creating users on multiste. Ryan McCue 2016-11-09 01:34:56 +00:00
  • b2fc03af7f Twenty Seventeen: Fix badly pixelated images on iOS devices David A. Kennedy 2016-11-09 01:11:59 +00:00
  • b20cda2d4b Customize: Rename unfiltered_css meta capability to edit_css; add revisions support to custom_css post type. Weston Ruter 2016-11-09 01:11:49 +00:00
  • 61fa0a69d6 Build/Test Tools: Utilise assertWPError() and assertNotWPError() in more places. John Blackbourn 2016-11-09 00:01:42 +00:00
  • 5ab2a22a38 Build/Test Tools: Utilise assertFileExists() and assertFileNotExists() in more places. John Blackbourn 2016-11-08 23:49:11 +00:00
  • 52a834a6d8 Themes: Re-use fixtures in the wp_get_document_title() tests. John Blackbourn 2016-11-08 23:31:45 +00:00
  • 6d98c6cda5 Cleanup .orig file accidentally added. Aaron Jorbin 2016-11-08 23:29:53 +00:00
  • 5cb18b6c38 Posts, Post Types: Fix themes tests broken in [39168] Aaron Jorbin 2016-11-08 23:22:23 +00:00
  • 21e874e00a I18N: Add ability to change user's locale back to site's locale. Pascal Birchler 2016-11-08 23:00:38 +00:00
  • 5f610350e1 Posts, Post Types: Fix post type templates with child themes. Pascal Birchler 2016-11-08 22:40:28 +00:00
  • 4b3e128140 Date/Time: Improve date_i18n() timezone tests. Pascal Birchler 2016-11-08 22:31:51 +00:00
  • b955bdd506 Docs: Notate the incoming $theme object members for WP_Theme_Install_List_Table::single_row() as a proper hash notation. Drew Jaynes 2016-11-08 20:15:38 +00:00
  • c25537e6e2 Themes: Remove Vimeo logic from header_video_settings(). Joe McGill 2016-11-08 19:19:23 +00:00
  • 61af54b335 Twenty Seventeen: Improve SVG markup, providing more options customization David A. Kennedy 2016-11-08 18:00:07 +00:00
  • 221384ab8a Customize: Autoprefixer for [39149]. Dominik Schilling (ocean90) 2016-11-08 15:24:45 +00:00
  • 4f685410b2 REST API: Remove get_allowed_query_vars() now filter is gone. Joe Hoyle 2016-11-08 14:07:10 +00:00
  • 6fd4d6e0ea REST API: Remove rest_get_post filter and get_post abstraction. Joe Hoyle 2016-11-08 13:08:49 +00:00
  • 2eca6870b9 REST API: Remove more emoji from tests. Ryan McCue 2016-11-08 07:38:40 +00:00
  • 0bbeaf7b15 REST API: Embiggen the test email address. Ryan McCue 2016-11-08 06:45:26 +00:00
  • 08efd7b636 REST API: Require 6 characters for comment email addresses. Ryan McCue 2016-11-08 06:41:57 +00:00
  • e74994b2f4 REST API: Respect unfiltered_html for HTML comment fields. Ryan McCue 2016-11-08 06:35:51 +00:00
  • 2212d62d83 REST API: Remove ship emoji from slashing tests. Ryan McCue 2016-11-08 06:25:36 +00:00
  • 074d204c12 REST API: Respect unfiltered_html for HTML post fields. Ryan McCue 2016-11-08 05:54:22 +00:00
  • f6e433b250 REST API: Change attachment caption & description to objects. Ryan McCue 2016-11-08 04:28:47 +00:00
  • c0f007b691 Customize: Fix loading of theme screenshots in themes section and remove erroneous borders on hover. Weston Ruter 2016-11-07 21:46:43 +00:00
  • 750d78a8e3 Twenty Seventeen: Fix post navigation font legibility issue David A. Kennedy 2016-11-07 21:06:20 +00:00
  • 1207af99d4 Customize: Move Custom CSS control placeholder help text to setting default value. Weston Ruter 2016-11-07 18:12:28 +00:00
  • c78f002ae6 TinyMCE: wptextpattern: Fix inline patterns. Ella van Dorpe 2016-11-06 23:37:09 +00:00
  • 7f069a69dc Customize: Allow tab characters in custom CSS input. westonruter 2016-11-06 19:08:01 +00:00
  • 8e7ab859fd Customize: Remove Vimeo validation for external videos. Joe McGill 2016-11-05 18:31:06 +00:00
  • 8a6fa93b84 Accessibility: Revert [38984] as it needs to be better communicated to plugin authors. Andrea Fercia 2016-11-05 16:27:13 +00:00
  • d93ca46c4f Twenty Seventeen: Fix playlists not rendering on blog/archive pages when using video or audio post format David A. Kennedy 2016-11-05 00:44:28 +00:00
  • 5d832bc2ae Customize: For Header Image, ensure "Previously uploaded" and "Suggested" headings are hidden when lists are empty. Weston Ruter 2016-11-04 23:14:47 +00:00
  • d616ad29a5 Customize: Remove edit shortcut toggle button from preview since visibility is now linked with pane visibility. Weston Ruter 2016-11-04 20:53:56 +00:00
  • 7435ecdce0 Post-4.7 beta 2 bump. Helen Hou-Sandi 2016-11-04 17:40:12 +00:00
  • 7ece646407 WordPress 4.7 Beta 2. Helen Hou-Sandi 2016-11-04 16:08:49 +00:00
  • 9768ec2b97 Administration: Ensure collapse menu is usable with a keyboard Aaron Jorbin 2016-11-04 16:01:24 +00:00
  • f7e5811287 Customize: Revert theme install feature. Helen Hou-Sandi 2016-11-04 15:53:01 +00:00
  • f8a5c7b8d4 Editor: Correct the docblock for the wp_default_editor filter. John Blackbourn 2016-11-04 12:14:05 +00:00
  • ef33fd1841 Customize: Ensure page/post stubs are included in listings and searches for available nav menu items. Weston Ruter 2016-11-04 07:23:49 +00:00
  • d6c217886a Customize: Combine Ajax requests for initial load of available nav menu items into a single request. Weston Ruter 2016-11-04 06:03:51 +00:00
  • 71f8622cdc Customize: Use button with svg as click target instead of :before content, improving clickability of edit shortcuts in Firefox. Weston Ruter 2016-11-04 01:47:56 +00:00
  • a02ab35128 Twenty Seventeen: Make sure skip link works in all versions of Internet Explorer David A. Kennedy 2016-11-03 23:07:20 +00:00
  • ece3b68aaf I18N: In get_user_locale() ensure that $user_id isn't a falsy value before calling get_user_by(). Dominik Schilling (ocean90) 2016-11-03 23:05:34 +00:00
  • ed37aaa664 Customize: No-op edit_post_link() when in customizer preview. Weston Ruter 2016-11-03 22:43:43 +00:00
  • 58f7c47cfc Customize: For toggling visibility of the controls pane, rename "Collapse (Sidebar)" to "Hide Controls" and "Expand Sidebar" to "Expand Controls". Weston Ruter 2016-11-03 22:34:05 +00:00
  • a981b22e15 Customize: Let edit shortcuts be persistently visible when controls pane is expanded, hidden when collapsed, and always visible in mobile preview. Remove initial flash of edit shortcuts. Weston Ruter 2016-11-03 22:22:43 +00:00
  • fb9b3819de Load: Remove unused global imports in wp_load_translations_early(). Dominik Schilling (ocean90) 2016-11-03 22:02:00 +00:00
  • 119c36b0bd Twenty Seventeen: Correct issues with hidden overflow and height on site header David A. Kennedy 2016-11-03 22:01:46 +00:00
  • bd52f81e87 Customize: Remove Vimeo reference from description for external header videos. Joe McGill 2016-11-03 21:33:47 +00:00
  • 8a08cfc840 I18N: Use the user's locale when loading text domains in the admin. Pascal Birchler 2016-11-03 20:07:08 +00:00
  • 4757546045 REST API: Modify the structure of our DELETE responses to be more explicit. Rachel Baker 2016-11-03 20:04:59 +00:00
  • b7cfad8697 I18N: Move load_textdomain() tests to separate file. Pascal Birchler 2016-11-03 19:56:53 +00:00
  • 9dd2063876 Twenty Seventeen: Fix site name and description appearing off screen in some browsers David A. Kennedy 2016-11-03 19:43:15 +00:00
  • 4bdbfc4526 Themes: Improve support for placeholders in default headers. Joe McGill 2016-11-03 19:01:16 +00:00