Commit Graph

  • faa1a087e3 TinyMCE, inline link dialog: - Reset the internal state when doing unlink, pressing Escape, and clicking elsewhere in the editor. - Add the unlink shortcut from the wplink plugin as it triggers the new wp_unlink command. Andrew Ozz 2016-06-29 09:41:50 +00:00
  • 0e6a328782 REST API: Include a refreshed nonce in a X-WP-Nonce header when responding to an authenticated request. Rachel Baker 2016-06-29 03:00:54 +00:00
  • e81a5da327 Customize: Text change on Widgets and Menus screens for buttons directing users to the Customizer. Rachel Baker 2016-06-29 02:09:46 +00:00
  • 9e9adb0bfe REST API: Include auto-discovery Link header when serving API requests. Rachel Baker 2016-06-29 01:56:32 +00:00
  • a6d5755af0 I18N: Make "That's all, stop editing! Happy blogging." translatable. Dominik Schilling (ocean90) 2016-06-28 23:23:40 +00:00
  • 3fff76a15f Customize: Improve flow from menu locations to editing a menu. Dominik Schilling (ocean90) 2016-06-28 23:06:22 +00:00
  • c174aa2b6f Customize: Link "widget areas" to widgets panel in menu locations section description. Dominik Schilling (ocean90) 2016-06-28 22:43:31 +00:00
  • 2e9bb996b9 Multisite: Add a ms_sites_list_table_query_args filter to WP_MS_Sites_List_Table. Jeremy Felt 2016-06-28 22:25:33 +00:00
  • d790268b48 KSES: Add list-style-type to the list of allowed CSS attributes. Jeremy Felt 2016-06-28 22:09:55 +00:00
  • cc87a1a7f9 KSES: Adjust the list of safecss attributes for readability. Jeremy Felt 2016-06-28 22:05:08 +00:00
  • 204dedb99a Multisite: Replace wp_get_network() internals with get_network(). Jeremy Felt 2016-06-28 21:28:48 +00:00
  • d93bc1943c Multisite: Introduce get_networks(). Jeremy Felt 2016-06-28 21:27:41 +00:00
  • d277dd8ef1 Multisite: Introduce WP_Network_Query. Jeremy Felt 2016-06-28 21:26:48 +00:00
  • 7de7b36b9f Multisite: Introduce get_network(). Jeremy Felt 2016-06-28 21:17:30 +00:00
  • 41b39bae16 Embeds: Add tests for the WP_Embed class. Pascal Birchler 2016-06-28 20:30:15 +00:00
  • 267d165ae4 External Libraries: Update Masonry to 3.3.2 and imagesLoaded to 3.2.0. Dominik Schilling (ocean90) 2016-06-28 18:47:01 +00:00
  • bded47a1b6 Posts: Introduce WP_Post_Type and use it in register_post_type() and unregister_post_type(). Dominik Schilling (ocean90) 2016-06-28 16:40:33 +00:00
  • 78eb45a959 I18N: Move the WP_Locale class to its own file. Dominik Schilling (ocean90) 2016-06-28 11:52:45 +00:00
  • a196640640 Comments: Improve author and content of the default comment. Dominik Schilling (ocean90) 2016-06-28 10:02:19 +00:00
  • 607641864f External Libraries: Update MediaElement.js to 2.21.2. Dominik Schilling (ocean90) 2016-06-28 09:25:14 +00:00
  • eec7c2432a Docs: Improve formatting and syntax of the defaullt label docs in the DocBlock for get_post_type_labels(). Drew Jaynes 2016-06-28 07:17:19 +00:00
  • 730d562648 Docs: Add a more complete $labels parameter description to the DocBlock for register_post_type(). Drew Jaynes 2016-06-28 06:41:23 +00:00
  • d150e9e54f Docs: Improve the $post_type parameter description in the DocBlock for register_post_type(). Drew Jaynes 2016-06-28 06:36:24 +00:00
  • e80747265f Docs: Add more complete documentation for the $supports argument in register_post_type(). Drew Jaynes 2016-06-28 06:31:05 +00:00
  • 8a9b76d0aa Docs: Improve the usefulness, accuracy, and syntax of the register_post_type() DocBlock summary and description. Drew Jaynes 2016-06-28 06:26:40 +00:00
  • f147b02783 Nav Menus: Use WP_Query for quick searches. Dominik Schilling (ocean90) 2016-06-27 11:50:31 +00:00
  • 2705524260 Docs: Add missing variable reference for wp_edit_form_attachment_display. Joe McGill 2016-06-27 01:53:23 +00:00
  • 726057bc41 Media: Add action to display attachments on the edit screen. Joe McGill 2016-06-26 22:37:00 +00:00
  • 095c705ffa Docs: Further improve the note of caution within the DocBlock description for query_posts(). Drew Jaynes 2016-06-26 18:05:22 +00:00
  • 6089491477 Docs: Add a note to the DocBlock for query_posts() to caution against general usage, including a pointer to the pre_get_posts action. Drew Jaynes 2016-06-26 17:46:10 +00:00
  • 36e36e3b1d Docs: Make the DocBlock summary for get_option() more explicit and convert to using a third-person singular verb. Drew Jaynes 2016-06-26 17:28:30 +00:00
  • 269512cd6b Multisite: Remove unused site_count property from WP_Site_Query. Jeremy Felt 2016-06-26 14:32:07 +00:00
  • 90b85743a7 Multisite: Clear incomplete objects from cache in get_blog_details() when found. Jeremy Felt 2016-06-26 14:28:35 +00:00
  • b28ca0f4b8 Comments: Remove the assignment of an undocumented $comment_count property in WP_Comment_Query::get_comments(), which appears to be accidentally introduced in [34544]. Sergey Biryukov 2016-06-26 14:27:49 +00:00
  • 9b536c37d4 Themes: Wrap unusually long theme names on the Theme Details screen. Konstantin Kovshenin 2016-06-26 14:19:31 +00:00
  • 8cde06c4e4 Multisite: Set WP_Network blog_id property default to string as expected. Jeremy Felt 2016-06-26 13:24:58 +00:00
  • 421888d9f4 Multisite: Change WP_Network id property to an integer. Jeremy Felt 2016-06-26 13:22:36 +00:00
  • eb2ce329f1 Multisite: Cache found_sites and max_num_pages in WP_Site_Query. Jeremy Felt 2016-06-26 12:45:29 +00:00
  • d3211979ae Customize: Always define functions reflowPaneContents, findControlsForSettings, and _handleSettingValidities on wp.customize. Weston Ruter 2016-06-26 11:54:20 +00:00
  • 9ea1a7eb4f Posts: Fix back-compat for filters in get the modified time and date functions after [37738]. Peter Wilson 2016-06-26 11:29:13 +00:00
  • 9853789382 Docs: Fix typo in wp-includes/shortcodes.php file description. Sergey Biryukov 2016-06-26 10:14:08 +00:00
  • 4a158e621d Database: Explicitly globalize $wpdb in wp-settings.php in case WordPress isn't loaded in global scope. Sergey Biryukov 2016-06-26 10:05:20 +00:00
  • 8a7a62bb11 Docs: Add two simple usage examples to the DocBlock for wp_redirect(). Drew Jaynes 2016-06-26 07:45:31 +00:00
  • b36a6b44ed Docs: Improve the syntax and tensing within the DocBlock for is_home(). Drew Jaynes 2016-06-26 07:31:42 +00:00
  • c97f234e6f Allow action and filter hooks to be deprecated. Boone Gorges 2016-06-25 19:56:19 +00:00
  • 255aaa471e Fix orderby meta handling for WP_Term_Query. Boone Gorges 2016-06-25 16:22:55 +00:00
  • d4c360d186 Media: Prompt when deleting multiple items from the Media Library Gary Pendergast 2016-06-24 15:55:26 +00:00
  • 044064dcce I18N: Remove HTML tags from translatable string in wp-admin/maint/repair.php. Pascal Birchler 2016-06-23 16:11:47 +00:00
  • bdaede85d7 Posts: Add hooks for post sticky status changes. Pascal Birchler 2016-06-23 15:51:03 +00:00
  • 70693b520f Posts list table: Add a filter to disable the categories dropdown. Pascal Birchler 2016-06-23 15:36:33 +00:00
  • d0555f9544 I18N: Enable unloading of text domains that have been loaded just in time. Pascal Birchler 2016-06-23 14:47:44 +00:00
  • 048bb7b250 Revisions: Remove unused post meta data during database upgrade. Pascal Birchler 2016-06-23 14:31:15 +00:00
  • a35a1a9c75 I18N: Add support for the Catalan flown dot in remove_accents(). Dominik Schilling (ocean90) 2016-06-23 13:27:32 +00:00
  • f78e4becba Docs: Improve the formatting and usefulness of information in the DocBlock for sanitize_text_field(). Drew Jaynes 2016-06-23 05:23:47 +00:00
  • eadd8d0948 Utils: Update wp.template to match parameter changes to _.template in Underscore 1.8.3. Rachel Baker 2016-06-23 02:29:15 +00:00
  • 5640b2b02c Multisite: Move call of get_blog_details() inside ms_site_check(). Jeremy Felt 2016-06-22 21:33:20 +00:00
  • 6b35519559 Docs: Add some missing changelog entries to the DocBlock for add_theme_support(). Drew Jaynes 2016-06-22 14:24:28 +00:00
  • e2705a8718 Docs: Correct the $request parameter datatype in the hook doc for the posts_request filter. Drew Jaynes 2016-06-21 22:21:55 +00:00
  • 75351068df Bump version number for nightly builds. Drew Jaynes 2016-06-21 22:06:28 +00:00
  • 8b0e466232 Admin: escape URL-encoded permalinks Nikolay Bachiyski 2016-06-21 14:45:54 +00:00
  • f28d567989 Revisions: Change the capability needed to view revision diffs to edit_post. Rachel Baker 2016-06-21 14:19:26 +00:00
  • 6e9a0fb948 Admin: Escape attachment name in case it contains special characters Nikolay Bachiyski 2016-06-21 14:18:27 +00:00
  • 93cae978dd Media: Improve handling of extensionless filenames. Joe McGill 2016-06-21 13:43:59 +00:00
  • b428df51e5 Media: Restore keyboard navigation of the media grid. Joe McGill 2016-06-21 13:34:19 +00:00
  • ce565d2fb2 Docs: Clarify documentation for wp_logout_url() and wp_login_url() and corresponding hooks to highlight whether HTML-encoded or un-encoded values should be expected. Drew Jaynes 2016-06-20 08:47:20 +00:00
  • 01bfb1342b Docs: Improve the summaries and return descriptions for get_registered_nav_menus() and get_nav_menu_locations(). Drew Jaynes 2016-06-20 08:25:16 +00:00
  • 6304560fb7 Editor, link checker: - Add white outline for contrast on darker backgrounds. - Change red colour in toolbar. Andrew Ozz 2016-06-19 13:00:30 +00:00
  • 6bf5465f67 Menus: Fix _wp_expand_nav_menu_post_data() for PHP 5.2. Pascal Birchler 2016-06-19 12:50:15 +00:00
  • 7e53f5e404 Grunt: when running precommit use regex to check which files have been modified. Andrew Ozz 2016-06-19 12:31:15 +00:00
  • 3f050f87c3 Menus: Support nested array variables in POST data when saving menus. Pascal Birchler 2016-06-19 12:24:23 +00:00
  • d40f2eed2c Permalinks: Validate custom permalink structures. Pascal Birchler 2016-06-19 12:01:11 +00:00
  • db843d80ab L10n: Add unit tests for the override_load_textdomain filter. Pascal Birchler 2016-06-18 10:09:26 +00:00
  • c3394e2c93 Embeds: Improve height calculation for slow loading images. Pascal Birchler 2016-06-18 09:59:54 +00:00
  • ddd6c2d94d Embeds: Remove support for Google Video. Pascal Birchler 2016-06-18 09:46:17 +00:00
  • cf783103fc Comments: Wrap or unwrap the List Table comment_date as comment status changes via Ajax. Rachel Baker 2016-06-17 21:47:58 +00:00
  • 090ecc34f9 Accessibility: Theme Installer, make the "Upload Theme" button... a button. Andrea Fercia 2016-06-17 20:46:08 +00:00
  • faf7576562 Editor: after inserting a link detect if the URL is broken, first run. Andrew Ozz 2016-06-17 20:40:04 +00:00
  • 265fabc1c4 Use numeric font weights instead of keywords. Helen Hou-Sandi 2016-06-17 18:36:03 +00:00
  • bfdf00cb83 Docs: Add a missing summary and @since version to the DocBlock for WP_MS_Sites_List_Table::prepare_items(). Drew Jaynes 2016-06-17 16:05:43 +00:00
  • 54f1c097a6 Posts: Add $post parameter to modified date and time functions. Peter Wilson 2016-06-17 05:11:29 +00:00
  • 0f319917c4 Autosave: improve the notice when the sessionStorage autosave is different than the content. - Make it higher priority than the server autosave. - Change it so the editors undo and redo can be used. - Replace the restore link with a button. - Add better explanation/help. Andrew Ozz 2016-06-17 03:01:32 +00:00
  • 96d7eadb0c Multisite: Use WP_Site_Query to power WP_MS_Sites_List_Table. Jeremy Felt 2016-06-17 00:02:05 +00:00
  • 3d56328372 Multisite: Add search column support to WP_Site_Query. Jeremy Felt 2016-06-16 23:08:30 +00:00
  • 0cda9e306c Accessibility: Remove the ARIA roles from the wp.a11y.speak() live regions. Andrea Fercia 2016-06-16 21:50:39 +00:00
  • 174925b7a9 Output node and npm versions on travis Aaron Jorbin 2016-06-16 17:27:22 +00:00
  • 931440e375 Embeds: Enforce a valid post ID when embedding a post from the current site. Pascal Birchler 2016-06-16 17:17:32 +00:00
  • eefd425f66 Media: Use the correct variable for the file object. Dominik Schilling (ocean90) 2016-06-16 16:14:25 +00:00
  • 41823be421 Media: Pass allowed file extensions to Plupload. Dominik Schilling (ocean90) 2016-06-16 15:38:12 +00:00
  • 7a4e523b5e REST API: Include X-Robots-Tag: noindex header in REST API responses to prevent endpoints from being indexed by search engines. Rachel Baker 2016-06-16 14:58:28 +00:00
  • f50f50cd0b Customize: Separate preview and actions in the site icon control. Dominik Schilling (ocean90) 2016-06-16 09:44:21 +00:00
  • 62bd8ecdd7 External Libraries: Update Backbone to version 1.3.3. Dominik Schilling (ocean90) 2016-06-16 09:26:06 +00:00
  • 70afec2875 Media: properly refresh the position of the Plupload shim so it moves over the Select Files button or off the screen. Fixes selecting files in MS Edge on the Media grid and Media -> Add New screens. Andrew Ozz 2016-06-16 04:53:42 +00:00
  • e1cfb25e79 Query: set_found_posts() must run immediately after main query. Boone Gorges 2016-06-16 02:00:02 +00:00
  • b1f3926bcb Embeds: In WP_oEmbed::get_provider() and WP_oEmbed::get_html(), parse the $args string to an array, as we treat it as an array later. Sergey Biryukov 2016-06-15 18:51:32 +00:00
  • 983d5c94e8 Plugins: Normalize WP_PLUGIN_DIR in the test added in [37332], otherwise it fails on Windows. Sergey Biryukov 2016-06-15 18:30:32 +00:00
  • 25a27bff7d I18N: Revert the test added in [37716], as it causes errors when running the full suite. Sergey Biryukov 2016-06-15 18:04:31 +00:00
  • 89304a579f I18N: Adjust the regex in wp_maybe_decline_date() to handle word boundaries correctly. Sergey Biryukov 2016-06-15 17:44:45 +00:00
  • 6a5305e0b1 I18N: Add a unit test for wp_maybe_decline_date(). Sergey Biryukov 2016-06-15 17:40:23 +00:00
  • 86af710a3d Twenty Ten: Revert pot changes after update test. Konstantin Obenland 2016-06-15 16:45:27 +00:00
  • 4dd1d9bef9 Update/Install: Shiny Updates v2. Konstantin Obenland 2016-06-15 16:36:07 +00:00