Commit Graph

  • 6f1bb2ab67 Buttons: Standardize on .button-link for link-like buttons. Helen Hou-Sandi 2015-11-13 15:46:12 +00:00
  • 0068d161b3 Customize: Exclude referer URL from being used for Close link if it is customize.php. Weston Ruter 2015-11-13 05:24:28 +00:00
  • 70bb2173c0 Embeds: Add support for the www subdomain to Instagram embed URLs. Gary Pendergast 2015-11-12 23:03:33 +00:00
  • 49a18a8081 Remove PHP 7 from allowed failures list Aaron Jorbin 2015-11-12 21:44:24 +00:00
  • 39e40f4969 Remove <code> tags from translatable string in wp-includes/load.php. Sergey Biryukov 2015-11-12 18:20:42 +00:00
  • 98cc2557ad Fix failing multisite test after [35629]. Sergey Biryukov 2015-11-12 17:11:46 +00:00
  • 05df76ff7b Cast 'illegal_user_logins' filter result to array. Sergey Biryukov 2015-11-12 16:33:48 +00:00
  • 0cff629050 Users: After [35189], make 'illegal_user_logins' check case-insensitive. Sergey Biryukov 2015-11-12 16:29:45 +00:00
  • 571084e0e1 Build: Prevent non-breaking spaces from accidentally being inserted into JavaScript files. Gary Pendergast 2015-11-12 12:04:55 +00:00
  • 6911ff1130 Pinking Shears: Remove some errant non-breaking spaces from a few JavaScript files. Gary Pendergast 2015-11-12 12:03:51 +00:00
  • fbbf49ddc0 WordPress 4.4 Beta 4 version bump Scott Taylor 2015-11-12 00:02:54 +00:00
  • c91db69e73 WordPress 4.4 Beta 4 Scott Taylor 2015-11-11 23:52:16 +00:00
  • 46d6c9198e Template: Un-deprecate wp_title(). Konstantin Obenland 2015-11-11 23:49:31 +00:00
  • a2b1dd9b01 Revert [35621], breaks XML-RPC unit tests. Scott Taylor 2015-11-11 23:33:40 +00:00
  • b1d93d6d6a List Tables: after [34271], account for searches when calculating pagination. Scott Taylor 2015-11-11 23:13:46 +00:00
  • 84aeb528fa Posts: allow empty posts to be deleted - $maybe_empty should not be set to true for updates. Scott Taylor 2015-11-11 22:48:55 +00:00
  • 69106a5971 I18N: In Translations::translate_entry(), account for multi-line strings in files with Windows line endings. Sergey Biryukov 2015-11-11 22:48:22 +00:00
  • 4f837ef5b6 Upgrade: Revert [34543] because of incomplete and incorrect functionality. Dominik Schilling (ocean90) 2015-11-11 22:45:44 +00:00
  • 688c155dd8 Users: in wp_insert_user(), when a password isn't provided and the user exists, ensure that the password isn't wiped out. Scott Taylor 2015-11-11 22:30:27 +00:00
  • 5462b6c6e9 Mail: after [33124], add unit tests. Scott Taylor 2015-11-11 22:04:59 +00:00
  • e540955d03 Help/About: unify tab styling. Scott Taylor 2015-11-11 21:53:54 +00:00
  • 4d5fbe29f4 Comments: Dynamically update the document title text for all languages, not only English. Dominik Schilling (ocean90) 2015-11-11 20:59:56 +00:00
  • de44d6b375 Remove non-translatable HTML code from the first post content in populate_network() and wp_install_defaults(). Sergey Biryukov 2015-11-11 20:54:20 +00:00
  • 242709ce40 Users: Only show the profile picture if 'Show Avatars' option in Discussion Settings is enabled. Sergey Biryukov 2015-11-11 19:40:44 +00:00
  • fbddde19eb REST API: Use correct @access tag for WP_REST_Request->get_parameter_order(). Dominik Schilling (ocean90) 2015-11-11 19:38:24 +00:00
  • ad8c043554 About: Don't use _n_noop() for singular/plural strings which provide no placeholder for a number. Dominik Schilling (ocean90) 2015-11-11 19:28:12 +00:00
  • 7674a767ed Users: Add user's Gravatar to 'About the user' section on user profile page. Sergey Biryukov 2015-11-11 19:27:11 +00:00
  • 5310c447b8 Accessibility: Improve form labels and descriptions for the Tags meta box in the Edit Post screen. Andrea Fercia 2015-11-11 15:23:10 +00:00
  • c854c33f82 Customize: Prevent multi-line checkbox control labels from wrapping under checkbox. Weston Ruter 2015-11-11 09:36:53 +00:00
  • de759f047f TinyMCE: - Fix the inline toolbar on images in iOS, move it out of the way so the default inline toolbar is not over it. - Fix selecting images on touch in the editor (iOS Safari fails to select them most of the time). Andrew Ozz 2015-11-11 03:26:59 +00:00
  • 8f83c08385 Emoji: Use twemoji in browsers that don't support Unicode 8 emoji. Gary Pendergast 2015-11-11 02:24:40 +00:00
  • 80569cc816 Accessibility: improvements for the taxonomies Quick Edit form. Andrea Fercia 2015-11-11 00:23:15 +00:00
  • 18dd8595cf Permalinks: Use "Plain" instead of "None" for the ?p-###, which is still a valid permalink structure, just not a "pretty" one. Drew Jaynes 2015-11-10 22:18:16 +00:00
  • 66db054bae Passwords: Disable hidden input fields on profile/user edit page. Dominik Schilling (ocean90) 2015-11-10 20:40:18 +00:00
  • bf8e1083de TinyMCE: prevent resize handles in newer IE when inserting a wpView. Andrew Ozz 2015-11-10 19:32:01 +00:00
  • fec164e485 Docs: Remove an empty line from the hook doc for the wp_calculate_image_srcset filter, introduced in [35592]. Drew Jaynes 2015-11-10 17:14:33 +00:00
  • bea9afed7d Update random_compat to master. Clarifies strings, Merges [35587] upstream. See #34409, #28633 Dion Hulse 2015-11-10 11:59:15 +00:00
  • 530d10e330 Permalinks: Rename the "Default" permalink structure to "None" as permalinks have been enabled by default (where supported) since 4.2. Drew Jaynes 2015-11-10 06:57:05 +00:00
  • 092c62e738 Docs: Move an inline comment that was preventing the hook docs for the user_has_cap filter from being parsed. Drew Jaynes 2015-11-10 06:44:51 +00:00
  • bcbe8ae224 TinyMCE: always remove trailing <br> added by WebKit browsers to the clipboard. Andrew Ozz 2015-11-10 04:31:04 +00:00
  • 845aa2d01e Emoji: Add some new flags, and a handful from Unicode 8.0. Gary Pendergast 2015-11-10 03:34:37 +00:00
  • d51aa96069 Responsive images: fix args order and streamline the srcset and sizes generation and better inline docs in get_header_image_tag(). Andrew Ozz 2015-11-10 01:58:38 +00:00
  • cc3e1611bc Responsive images: add template helper functions to generate the tag for a (responsive) header image that includes srcset and sizes attributes. Andrew Ozz 2015-11-10 01:16:16 +00:00
  • 62c7da8710 Comments: in comment_form() when replying to a comment ensure to set focus on the first focusable form element, regardless of what that form element is. Andrea Fercia 2015-11-10 00:43:01 +00:00
  • a21b20c3f6 Docs: Fix some formatting in the hook doc for the wp_calculate_image_srcset filter and clarify the summary. Drew Jaynes 2015-11-09 23:33:06 +00:00
  • 57f41cc1ec Responsive images: properly arrange the parameters for the wp_calculate_image_srcset filter and add fix the inline documentation. Andrew Ozz 2015-11-09 23:29:56 +00:00
  • a6a2159c7d Menu: Continue to use post dashicon as default menu icon. Konstantin Obenland 2015-11-09 21:59:11 +00:00
  • b31e52a6e8 TinyMCE: update the keyboard shortcuts for the link dialog in the wplink plugin. Fixes Ctrl + Alt + A on MacOS. Andrew Ozz 2015-11-09 21:31:48 +00:00
  • c4e06bbb22 Fix documentation typo introduced in [35585]. Boone Gorges 2015-11-09 14:02:45 +00:00
  • 645071345f Random_Compat: Bump the OpenSSL requirement for windows servers to 5.4.1 while the upstream issue is resolved. Dion Hulse 2015-11-09 04:49:53 +00:00
  • 13000b7036 Fix a typo in a docblock Dion Hulse 2015-11-09 03:37:08 +00:00
  • c13a263830 When deleting a term, delete its metadata as well. Boone Gorges 2015-11-09 03:35:56 +00:00
  • 01b19a6345 Customize: Fix focus and autofocus on nav_menu_item controls. Weston Ruter 2015-11-09 03:13:09 +00:00
  • 0e39b86500 Customize: Fix broken unit test for WP_Customize_Nav_Menu_Item_Setting::value_as_wp_post_nav_menu_item(). Weston Ruter 2015-11-09 02:56:01 +00:00
  • 94ed2c31ba Upgrade: Force disable the rest-api plugin on upgrade to 4.4 unless it's beta5+. Previous versions of the plugin were not configured correctly to gradefully degrade during update which would cause fatal errors. Props wonderboymusic. Fixes #34415 Dion Hulse 2015-11-09 01:21:29 +00:00
  • c5e342b9f9 Customize: Fix sub-nav menu items from appearing to bump to root level in preview upon saving. Weston Ruter 2015-11-09 01:18:32 +00:00
  • 2e2ea4876b Customize: Improve alignment of WP_Customize_Nav_Menu_Item_Setting::sanitize() behavior with wp_update_nav_menu_item(). Weston Ruter 2015-11-09 00:47:55 +00:00
  • 28ab6b9578 Media: Allow media_sideload_image() to work when the upload directory is a PHP Stream. Using copy() instead of rename() allows the function to work across different stream sources. Props mattheu. Fixes #29257 Dion Hulse 2015-11-09 00:44:01 +00:00
  • a62255ef65 Embeds: Add a filter for the site title HTML. Gary Pendergast 2015-11-09 00:10:36 +00:00
  • 6b9ba5893f Embeds: Fix support for embedding in non-WordPress sites. Gary Pendergast 2015-11-09 00:07:03 +00:00
  • 80975befb8 Widgets: Fix typo in WP_Widget_Tag_Cloud::form(). Dominik Schilling (ocean90) 2015-11-08 20:34:34 +00:00
  • 21de649fd0 MS: Allow "Network Admin Email" to be a non-user during network setup. Jeremy Felt 2015-11-08 03:15:07 +00:00
  • 71d22131e6 TinyMCE: update to 4.2.7. Changelog: http://www.tinymce.com/develop/changelog/?ctrl=version&act=view&pr_id=1&vr_id=888 Andrew Ozz 2015-11-08 02:31:31 +00:00
  • 5acf79fa7e Multisite: Clarify documentation for WP_Network::get_by_path(). Jeremy Felt 2015-11-08 02:24:32 +00:00
  • 9d48f6c7c3 Site Icon: Wrap site icon retrieval with switch_to_blog() as needed. Jeremy Felt 2015-11-08 02:03:34 +00:00
  • 99c7b9b881 Site Icon: Use new wp_get_attachment_image_url() to retrieve URL. Jeremy Felt 2015-11-08 01:58:56 +00:00
  • 4249f900ca Remove <code> tags from translatable string in wp-admin/network/settings.php. Sergey Biryukov 2015-11-08 01:33:13 +00:00
  • edf5d8bb36 Responsive images: make the new functions and filters signatures more consistent. Andrew Ozz 2015-11-07 21:35:34 +00:00
  • 58c8ffa66d Administration: when hiding the login modal and unbind the auth check, also unbind the heartbeat auth check. Scott Taylor 2015-11-07 16:21:27 +00:00
  • 7301c115aa Accessibility: add missing alt attributes to a gaggle of <img>s. Scott Taylor 2015-11-07 16:11:38 +00:00
  • b55053ba07 List Tables: fix row links CSS for RTL. Scott Taylor 2015-11-07 16:04:41 +00:00
  • de02c5d2cd List Tables: to ensure that get_primary_column_name() can match columns that were added via the "manage_{$screen->id}_columns" filer, call get_column_headers() instead of $this->get_columns(). Scott Taylor 2015-11-07 15:26:05 +00:00
  • ca3e473b47 Build Tools: Update the preserveComments option for uglify:jqueryui. Dominik Schilling (ocean90) 2015-11-07 12:36:24 +00:00
  • 9c709c218a Build Tools: Update autoprefixer to 0.6.1. Dominik Schilling (ocean90) 2015-11-07 11:56:26 +00:00
  • 9632f3a771 Build Tools: Update grunt-postcss to 0.7.1. Dominik Schilling (ocean90) 2015-11-07 11:42:26 +00:00
  • 3b5433eb2e Responsive images: omit full size images from srcset attributes when the original file is an intermediate sized GIF so we don't accidentally add animation to an otherwise flat image. Update the tests to cover this case. Andrew Ozz 2015-11-07 02:09:56 +00:00
  • 3df03d1675 Responsive images: add test for invalid size name. Remove invalid size from other tests. Andrew Ozz 2015-11-07 01:32:41 +00:00
  • 9cd8c7e2c0 Reset Password: Improve wording for a string used in password reset email. Sergey Biryukov 2015-11-06 22:35:25 +00:00
  • 4f8b9840e0 Docs: Add a missing version to the file header for wp-admin/users.php. Drew Jaynes 2015-11-06 21:53:53 +00:00
  • 5b6641b205 Remove <code> tags from translatable strings in wp-admin/setup-config.php. Sergey Biryukov 2015-11-06 17:21:33 +00:00
  • 7d039b4e40 Replace 7 * DAY_IN_SECONDS with WEEK_IN_SECONDS in get_weekstartend(). Sergey Biryukov 2015-11-06 16:36:57 +00:00
  • 207ab0db7d Use the MONTH_IN_SECONDS constant added in [33698] for the month representation in human_time_diff() logic. Sergey Biryukov 2015-11-06 16:33:52 +00:00
  • 5e614a08f8 Media: Avoid a PHP warning in wp_generate_attachment_metadata() if $metadata is not an array. Sergey Biryukov 2015-11-06 09:24:36 +00:00
  • 22135794a2 Customize: Fix typo in WP_Customize_Manager::_cmp_priority() which caused unstable sorting for same-priority constructs in PHP. Weston Ruter 2015-11-06 06:57:53 +00:00
  • 251915c11f Remove <code> tags from translatable strings in wp-admin/includes/network.php. Sergey Biryukov 2015-11-06 00:59:01 +00:00
  • f75a2b113e Remove <code> tags from translatable strings in wp-admin/includes/class-wp-upgrader.php. Sergey Biryukov 2015-11-06 00:40:09 +00:00
  • f0d1f15358 Remove <code> tag from translatable string in wp-admin/options-media.php. Sergey Biryukov 2015-11-06 00:27:51 +00:00
  • 175d780e44 Add translator comments for strings in wp-admin/edit-comments.php. Sergey Biryukov 2015-11-06 00:22:44 +00:00
  • 90f4b365a3 Remove <code> tags from translatable strings in wp-includes/class-wp-user.php. Sergey Biryukov 2015-11-06 00:05:58 +00:00
  • 5081c05c00 Remove <code> tags from translatable strings in wp-load.php. Sergey Biryukov 2015-11-05 23:58:20 +00:00
  • b1ae50d4d0 Remove <code> tag from translatable string in trackback_url(). Sergey Biryukov 2015-11-05 23:38:41 +00:00
  • c98179fb82 Remove <code> tag from translatable string in the_author(). Sergey Biryukov 2015-11-05 23:37:29 +00:00
  • d3f117c81c I18N: Add a translator comment for the string introduced in [24758] and made translatable in [29840]. Sergey Biryukov 2015-11-05 21:17:11 +00:00
  • 2c19fe4549 Use correct placeholders in translator comments added in [35542]. Sergey Biryukov 2015-11-05 21:04:56 +00:00
  • 999bfcb205 I18N: Add translator comments to three _doing_it_wrong() messages added for 4.3 and 4.4. Drew Jaynes 2015-11-05 20:55:28 +00:00
  • ca0b5f9df8 Bump grunt-contrib-cssmin to 0.14.0 Aaron Jorbin 2015-11-05 17:57:53 +00:00
  • b9a8a0f01c Bump grunt-contrib-copy to 0.8.2 Aaron Jorbin 2015-11-05 17:55:06 +00:00
  • 75e3f3606a Bump grunt-sass to 1.1.0 Aaron Jorbin 2015-11-05 17:52:49 +00:00
  • 7b97ea0226 Bump grunt-contrib-uglify to 0.10.0 Aaron Jorbin 2015-11-05 17:46:13 +00:00
  • 5043f0c795 Make get_term() behave more consistently in the context of shared terms. Boone Gorges 2015-11-05 16:44:59 +00:00