Commit Graph

  • 086d0311fa Remove failing test related to wp_unique_post_slug(). Boone Gorges 2014-11-22 20:41:04 +00:00
  • e102a22f80 Remove failing is_textdomain_loaded() test. Boone Gorges 2014-11-22 20:36:51 +00:00
  • 05336f904f Remove failing assertions from is_serialized() tests. Boone Gorges 2014-11-22 20:34:15 +00:00
  • 28b45922d5 Remove failing test in the hooks group. Boone Gorges 2014-11-22 20:25:03 +00:00
  • 63f6864a9e Remove skipped tests for WP_Export_Query. Boone Gorges 2014-11-22 20:22:01 +00:00
  • 0b9a21b451 Remove skipped tests for unimplemented JS plural functions. Boone Gorges 2014-11-22 20:11:10 +00:00
  • d5b277e6bd Remove failing test for unimplemented wp_mail() enhancement. Boone Gorges 2014-11-22 20:05:34 +00:00
  • 73ef6bd6fc Improvements to encoded character formatting tests. Boone Gorges 2014-11-22 19:53:37 +00:00
  • 3818c645c3 Remove failing tests related to square brackets being stripped in URL sanitizers. Boone Gorges 2014-11-22 15:39:38 +00:00
  • f0b8424483 Remove failing tests related to WP_User::__unset(). Boone Gorges 2014-11-22 15:36:00 +00:00
  • fa76c19ecb Declare user_email when setting up fixtures for count_user_posts() tests. Boone Gorges 2014-11-22 15:04:07 +00:00
  • cfeae751a0 Improve performance of post revision order test. Boone Gorges 2014-11-22 14:17:21 +00:00
  • 36315d2b3f Remove some failing unit tests from the post group. Boone Gorges 2014-11-22 12:03:48 +00:00
  • 1e9ffd6988 TinyMCE: set the image toolbar's z-index to be the same as the other TinyMCE panels, or it is under the editor when in fullscreen mode. See #30147. Andrew Ozz 2014-11-22 02:42:30 +00:00
  • 577e78f7c0 Abstract the theme browser route paths into attributes so they can be easily overridden. John Blackbourn 2014-11-21 17:30:00 +00:00
  • 3afb2efae4 Update the inline docs for wp_die() to reflect parameter changes made in r30355 John Blackbourn 2014-11-21 17:07:42 +00:00
  • 8ea65c3c0d Add support for WP_Error objects passed to wp_send_json_error(). The error object gets output as an array of error codes and messages, rather than as an empty object. John Blackbourn 2014-11-21 16:55:28 +00:00
  • a8821f6b57 Admin notices: Add more variety and make more generically usable. Helen Hou-Sandi 2014-11-21 16:40:29 +00:00
  • a42d9584e9 Sessions UI: Ensure screen readers provide feedback on action taken. Helen Hou-Sandi 2014-11-21 16:24:23 +00:00
  • 9e2519e42c oEmbed: Add support for the Vine endpoint. Helen Hou-Sandi 2014-11-21 16:03:41 +00:00
  • 1c3fb4f442 Convert <title> to "title tag" in the DocBlock summary for the admin_title hook. Drew Jaynes (DrewAPicture) 2014-11-21 07:11:14 +00:00
  • 917a469052 Replace invalid use of ltrim() in attachment_url_to_postid() with substr(). Sergey Biryukov 2014-11-21 06:34:23 +00:00
  • 5f1c87f271 Set min-height for menu item title. Add a fallback for empty-titled items. Sergey Biryukov 2014-11-21 05:56:23 +00:00
  • 1eca0cb442 Remove whitespace accidentally introduced in r30498 John Blackbourn 2014-11-21 04:00:38 +00:00
  • 5b72f2960a split_shared_term is an action, not a filter. John Blackbourn 2014-11-21 03:50:15 +00:00
  • 3d2da1bf74 Minor syntactical adjustments to the inline documentation for the revision_text_diff_options hook. Drew Jaynes (DrewAPicture) 2014-11-21 03:49:43 +00:00
  • 6866523f2b Add an entry to the changelog for wp_make_link_relative() noting that intentional support was added for relative URLs. Drew Jaynes (DrewAPicture) 2014-11-21 03:43:06 +00:00
  • 91ca24fe99 Only output an optgroup for installed languages in wp_dropdown_languages() if translations are available. John Blackbourn 2014-11-21 03:19:53 +00:00
  • 5e71d5f21e Improve cleanup of cached term_ids after shared terms are split. Boone Gorges 2014-11-21 03:16:08 +00:00
  • f14649feb7 Pass the taxonomy of the split tt_id to the 'split_shared_term' filter. Boone Gorges 2014-11-21 03:13:20 +00:00
  • 430e4250db Store data about old and new term IDs when shared terms are split. Boone Gorges 2014-11-21 03:12:42 +00:00
  • 1c11d73f72 Update the bundled root CA's used for outgoing HTTPS requests. Fixes #30434 Dion Hulse 2014-11-21 03:02:11 +00:00
  • 9998091278 TinyMCE: change the default font size from 100% to 16px to fix some back-compat issues, fixes #30038. Andrew Ozz 2014-11-20 22:22:55 +00:00
  • e788b30bcd Update the DocBlock changelogs for the nav_menu_css_class, nav_menu_item_id, and nav_menu_link_attributes hooks following [30358], where $depth parameters were added. Drew Jaynes (DrewAPicture) 2014-11-20 18:25:13 +00:00
  • 7d786e8df4 4.1-beta2-30484 Andrew Nacin 2014-11-20 17:44:05 +00:00
  • 00053abb4c Media a11y: Don't set role=checkbox for the attachment details view. Helen Hou-Sandi 2014-11-20 17:14:11 +00:00
  • fed984a90c Twenty Twelve and Thirteen: Use proper way to get customizer settings values. Lance Willett 2014-11-20 17:05:27 +00:00
  • 9aa0e31b28 WordPress 4.1-beta2 John Blackbourn 2014-11-20 16:52:54 +00:00
  • 8fe059d426 Correct an SQL syntax error introduced in r30158. Adds tests. John Blackbourn 2014-11-20 16:45:48 +00:00
  • 4dd55dcced Twenty Fifteen: bring back the border between post navigation links we lost in the_post_navigation changes. Ian Stewart 2014-11-20 16:40:29 +00:00
  • 95dbca94e1 More tests for [30466]. props xknown. Andrew Nacin 2014-11-20 16:10:24 +00:00
  • aec2f2654e Prevent high resource usage when hashing large passwords. props mdawaffe, pento Andrew Nacin 2014-11-20 16:02:55 +00:00
  • e1d16e8080 Simplify selectors in [30374]. Dominik Schilling (ocean90) 2014-11-20 15:36:20 +00:00
  • bf014b7e30 grunt autoprefixer for [30374]. Dominik Schilling (ocean90) 2014-11-20 15:30:49 +00:00
  • df884cb92e Customizer: Use deep-links for Backgrounds, Headers, and Widgets. Dominik Schilling (ocean90) 2014-11-20 15:28:55 +00:00
  • 05facab3d6 Validate image data. Andrew Nacin 2014-11-20 15:24:40 +00:00
  • cb41099935 Improvements to the output of the new post navigation template functions, including swapping the position of the previous and next links. John Blackbourn 2014-11-20 15:18:53 +00:00
  • fb28a78331 Anchor texturize to shortcodes to improve regex efficiency. Andrew Nacin 2014-11-20 14:27:08 +00:00
  • 5db0ce11fb Better validation of the URL used in core HTTP requests. Andrew Nacin 2014-11-20 14:00:26 +00:00
  • 7e75ef00d2 Press This: Ensure the error message is printed. props johnbillion Andrew Nacin 2014-11-20 13:57:12 +00:00
  • 45d6c62707 TinyMCE: Verify HTML in captions. props azaozz Andrew Nacin 2014-11-20 13:48:20 +00:00
  • d2b4df2d4f Invalidate password keys when a user's email changes. Andrew Nacin 2014-11-20 13:39:03 +00:00
  • 7e830d4a4a Fix typo in style filter. props miqrogroove Andrew Nacin 2014-11-20 13:15:00 +00:00
  • 912dbf3fd0 Playlists are video by default. props duck_ Andrew Nacin 2014-11-20 13:10:45 +00:00
  • 1023d2bc60 Form validation for password resets. Andrew Nacin 2014-11-20 12:21:45 +00:00
  • cff531489f Use hash_equals() for old md5 hashes. Andrew Nacin 2014-11-20 11:48:11 +00:00
  • 54dff60079 Bump the $wp_version. This version string controls more than you might first imagine, but the important thing to note for now, is that this needs to contain a revision number in order for nightly builds to include a revision number. If a nightly build doesn't include a revision number, Background Updates won't occur for Development users (after all, 4.1-beta1 == 4.1-beta1, which is already installed). See #30405 Dion Hulse 2014-11-20 11:35:07 +00:00
  • 3223d4a4b3 Prevent wpmu_delete_blog from removing the wrong uploads directory Jeremy Felt 2014-11-20 06:52:07 +00:00
  • 642f9cc7e7 Apply a filter to the <script> tag for enqueued scripts in the same way a filter is applied to the <link> tag for enqueued styles. John Blackbourn 2014-11-20 05:17:42 +00:00
  • 10b611b0c3 Return an empty array from get_approved_comments() when $post_id is empty. Boone Gorges 2014-11-20 01:51:38 +00:00
  • 78f496f378 Fix a MySQL warning in the test_get_adjacent_post_exclude_self_term unit test, caused by [30400]. Gary Pendergast 2014-11-20 01:47:30 +00:00
  • cabcace53c WPDB: Force STRICT_ALL_TABLES to be enabled as soon as we connect to the MySQL server. Gary Pendergast 2014-11-20 01:45:10 +00:00
  • 4a4c9d7667 Twenty Fifteen: Removing unneeded CSS from RTL causing odd hover effects. Ian Stewart 2014-11-20 01:38:15 +00:00
  • 43ccdeebd0 Twenty Fifteen: escaping here breaks color schemes. Ian Stewart 2014-11-20 01:34:56 +00:00
  • 7137f26a5b TinyMCE: update to the latest dev. version, 4.1.6+. Fixes #30411. Andrew Ozz 2014-11-20 00:49:38 +00:00
  • b670f503e5 Introduce two new filters to the post revisions screen: John Blackbourn 2014-11-19 23:20:07 +00:00
  • 8e3b2a3b00 Slide the admin menu out to the right when DFW mode kicks in and RTL is in use. John Blackbourn 2014-11-19 22:45:43 +00:00
  • fd6fc9ae52 Twenty Fifteen: doc cleanup, addresses removing periods from file header summaries, some spacing, loop documentation, and https instead of http. Ian Stewart 2014-11-19 20:27:09 +00:00
  • db97a05fce Accessibility: hide admin menu separators from screen readers. Helen Hou-Sandi 2014-11-19 19:36:43 +00:00
  • c002bcf27e Better test method name in formatting/IsEmail.php. Boone Gorges 2014-11-19 19:31:17 +00:00
  • 0462166cec Twenty Fifteen: Check if we're in the customizer before we avoid outputting HTML for an empty tagline. Avoids an issue with a not-updating customizer preview of the tagline if you're going in with an empty tagline. Ian Stewart 2014-11-19 18:40:25 +00:00
  • c5276922ef Twenty Thirteen: replace ellipses appended to automatically generated excerpts with both ellipses and a "Continue Reading" link to meet accessibility-ready requirements. Lance Willett 2014-11-19 18:34:45 +00:00
  • 05c0f89a77 Twenty Fourteen: replace ellipses appended to automatically generated excerpts with both ellipses and a "Continue Reading" link to meet accessibility-ready requirements. Lance Willett 2014-11-19 18:26:17 +00:00
  • 0a4c24f0dc Twenty Fifteen: Making the sidebar sticky for everyone. When we have a long sidebar, let it scroll with the content, but fixing the sidebar and no longer scrolling when we get to the end of the sidebar content. Scroll up and the sidebar starts scrolling up to, eventually staying fixed when it gets back to the top. Ian Stewart 2014-11-19 18:22:15 +00:00
  • 68ea097c59 Twenty Fourteen: improve post thumbnail HTML output. Lance Willett 2014-11-19 18:11:39 +00:00
  • 70a27aca29 Twenty Thirteen: fix non-responsive layout in IE8. Props phpmypython, fixes #24194. Lance Willett 2014-11-19 18:06:01 +00:00
  • 5740d2206b TinyMCE: fix the tooltip for 'alignnone' button on the image toolbar. Props johnbillion, see #30147. Andrew Ozz 2014-11-19 17:26:18 +00:00
  • 9d0c957410 Background Updates: Introduce support to take advantage of Group Writable (or World Writable) to Core Background updates. This is only enabled when new files will not be installed during the update (as indicated by the WordPress.org API), and does not apply to Plugin/Theme/Translation Background Updates. Dion Hulse 2014-11-19 05:39:52 +00:00
  • d1e841c03b Improvements to wp_make_link_relative(). Boone Gorges 2014-11-19 01:52:57 +00:00
  • c4d33d3d75 Add some missing inline documentation for methods in the WP_Widget class in wp-includes/widgets.php. Drew Jaynes (DrewAPicture) 2014-11-18 22:57:34 +00:00
  • 239d04cfae Add missing documentation for the $password parameter, passed to the check_password hook. Drew Jaynes (DrewAPicture) 2014-11-18 18:55:01 +00:00
  • a95d33f55a Clarify/correct inline documentation in wp-includes/l10n.php. Drew Jaynes (DrewAPicture) 2014-11-18 18:46:11 +00:00
  • aa2c1e6e73 Ensure the mixed type of string|int is reflected on the $title parameter in wp_die(). Drew Jaynes (DrewAPicture) 2014-11-18 16:46:36 +00:00
  • 8c25a14aa0 Update the inline docs for the keyEvent callback in the media grid. John Blackbourn 2014-11-18 04:28:51 +00:00
  • 0297a3c4f6 Avoid re-registering the keydown event controller in the media grid so arrow controls don't skip media items. John Blackbourn 2014-11-18 04:27:12 +00:00
  • 01ef72efa4 Improve Thickbox's close button so it can be announced by screen readers. John Blackbourn 2014-11-18 03:54:19 +00:00
  • de33d35d1f WPDB: When a db.php drop-in is being used, and it doesn't explicitly define itself as connecting to MySQL, skip the character set checks. This ensures that existing drop-ins won't accidentally run checks that they don't support. Gary Pendergast 2014-11-18 03:37:23 +00:00
  • 92ae13f0ee Improve keyboard control of Edit Selection mode in the media manager. John Blackbourn 2014-11-18 03:33:11 +00:00
  • 9dc0f03b9a Twenty Fifteen: fix SVN properties. Lance Willett 2014-11-17 18:26:34 +00:00
  • b539bd985b Twenty Fifteen: pinking shears. Lance Willett 2014-11-17 18:24:44 +00:00
  • 9379f1702c Twenty Ten, Eleven, Thirteen: add bottom margin to audio and video players. Lance Willett 2014-11-17 18:09:13 +00:00
  • b8c1296e28 Add inline @see tags to the docs for the get_categories_taxonomy hook. Drew Jaynes (DrewAPicture) 2014-11-17 17:36:17 +00:00
  • e4bebb4089 Fix parameter description syntax for WP_Screen::get_option(). Drew Jaynes (DrewAPicture) 2014-11-17 17:10:56 +00:00
  • e6538f5e00 Add a missing @return description for WP_Screen::get_option(). Drew Jaynes (DrewAPicture) 2014-11-17 17:07:19 +00:00
  • db2bd39770 Add unit test files mistakenly excluded from [30085]. Boone Gorges 2014-11-17 16:16:01 +00:00
  • 54b2f32180 WPDB: When removing invalid characters from utf8 strings in older versions of PHP, the regex was too large to be compiled. Gary Pendergast 2014-11-17 11:57:46 +00:00
  • 42c5d77b8c Remove a stray translator comment for a non-translatable string added in [30209] See #27238 Dion Hulse 2014-11-17 04:35:36 +00:00
  • c162a0f82e Decode the sample permalink shown to the user. This avoids showing encoded non-Latin characters in the sample permalink. John Blackbourn 2014-11-17 02:59:43 +00:00
  • 5a0e9db611 TinyMCE: fix the border on the image toolbar arrow. Props afercia, see #30147. Andrew Ozz 2014-11-17 00:18:49 +00:00
  • 34e409ddd8 Fix typo in [30361], see #30147. Andrew Ozz 2014-11-16 23:14:49 +00:00