Commit Graph

  • a64bf12b1b Constants: Move constants for data sizes before constants for memory limits. Dominik Schilling 2016-07-08 11:18:19 +00:00
  • c611f9a514 Embeds: Include locale stylesheets after default styles. Peter Wilson 2016-07-08 06:06:36 +00:00
  • 437d80e56c Revisions: Allow autosaves to be restored when revisions are disabled. Rachel Baker 2016-07-08 01:15:19 +00:00
  • 9f254e6fb2 Docs: Correct the description of the $network_id in WP_Site_Query. Jeremy Felt 2016-07-07 20:35:02 +00:00
  • 2b145d5066 Multisite: Correct logic used to display an Edit User link after adding a user. Jeremy Felt 2016-07-07 17:47:54 +00:00
  • 8a7d81b627 Multisite: Add a nonce to the "Cancel" URL when changing a site's admin email. Jeremy Felt 2016-07-07 17:12:54 +00:00
  • f41d3cff7d Tests: Ensure that test for invalid user ID actually uses an invalid user ID. Boone Gorges 2016-07-07 16:47:25 +00:00
  • 535f0e3090 Screen API: After [37972], ensure that $box['args'] is an array before trying to access __widget_basename. Dominik Schilling 2016-07-07 16:38:28 +00:00
  • 65a90ba496 Multisite: Don't store max_num_pages in WP_Network_Query query cache. Jeremy Felt 2016-07-07 15:51:58 +00:00
  • 188902ee09 Multisite: Don't store max_num_pages in WP_Site_Query query cache. Jeremy Felt 2016-07-07 15:31:45 +00:00
  • 9d34db0590 Comments: Cache results of SELECT FOUND_ROWS() query. Boone Gorges 2016-07-07 14:26:21 +00:00
  • 44da2a77b9 Text Changes: Unify a few more permission error messages which were missed in [37914]. Dominik Schilling 2016-07-07 11:32:44 +00:00
  • fb3b0a9f8b Import: Merge two similar strings. Dominik Schilling 2016-07-07 10:53:00 +00:00
  • eff1d5f58e Unit Tests: Add description for data_get_comments_number_text_declension(). Sergey Biryukov 2016-07-07 10:44:57 +00:00
  • 01bcc4d40b Meta: Don't pass an empty $meta_key to get_metadata(). Jeremy Felt 2016-07-07 00:17:38 +00:00
  • 4938acf349 Meta: Introduce an initial set of tests for register_meta(). Jeremy Felt 2016-07-07 00:14:40 +00:00
  • 4b6b18d730 Docs: Fix an incorrect @since comment. pento 2016-07-06 23:48:01 +00:00
  • a1d37564b2 Post WordPress 4.6 Beta 2 version bump. Dominik Schilling 2016-07-06 18:38:54 +00:00
  • cabbc22606 WordPress 4.6 Beta 2. Dominik Schilling 2016-07-06 18:24:58 +00:00
  • 495ff0c633 Meta: Make registration error conditions return consistently. Helen Hou-Sandi 2016-07-06 18:08:55 +00:00
  • 68b18c62f2 Meta: Ensure $object_subtype is available before use in register_meta(). Jeremy Felt 2016-07-06 18:00:23 +00:00
  • 194c8d0e33 HTTP API: Switch back to returning an array. Ryan McCue 2016-07-06 17:50:44 +00:00
  • 3edf3be241 Embeds: Don't print the HTML for a featured image if a post has no featured image. Dominik Schilling 2016-07-06 17:07:19 +00:00
  • 946e6ac8de I18N: Introduce an on/off switch for locales where comment number needs to be declined. Sergey Biryukov 2016-07-06 14:45:55 +00:00
  • 73cd1b3f8f Media: Don't use 'full' as array key in wp_calculate_image_srcset(). Joe McGill 2016-07-06 14:04:06 +00:00
  • 920f29616a Docs: Use 3-digit, x.x.x-style semantic versioning for _doing_it_wrong(), _deprecated_function(), _deprecated_argument(), and _deprecated_file() throughout core. Sergey Biryukov 2016-07-06 12:39:01 +00:00
  • 50007cf37d Customize: Fix panel indentation in Firefox. Dominik Schilling 2016-07-06 11:31:22 +00:00
  • 0037aa1dd5 Plugins: In plugin_basename() sort plugin paths before resolving symlinks. Dominik Schilling 2016-07-06 09:44:58 +00:00
  • ad52e49e4f Customize: Ensure that WP_Customize_Setting::value() can return a previewed value for aggregated multidimensionals. Weston Ruter 2016-07-06 05:58:28 +00:00
  • bddb06dd13 Customize: Ensure that WP_Customize_Nav_Menu_Section is able to represent a placeholder nav menu. Weston Ruter 2016-07-06 05:32:49 +00:00
  • 8a1fad3178 XML-RPC: Add unit test to verify IXR changes in [37244]. Dominik Schilling 2016-07-05 21:58:41 +00:00
  • eb176b40b8 I18N: Adjust the regex in wp_maybe_decline_date() to avoid \w and \b, as they don't work with Unicode characters correctly in PHP 5.3.3 and earlier versions. Sergey Biryukov 2016-07-05 21:42:06 +00:00
  • fdb54dfe7b Upgrade/Install: Change priority for theme/update update rows. Dominik Schilling 2016-07-05 16:45:42 +00:00
  • 9037072780 Embeds: After [37745], check if a featured image exists before attaching an event listener. Dominik Schilling 2016-07-05 16:15:05 +00:00
  • 146e6665c8 Update/Install: Reject invalid messages in the Shiny Updates postMessage handler. Pascal Birchler 2016-07-05 16:15:04 +00:00
  • e34157ceb8 I18N: Add tests for wp_maybe_decline_date(). Dominik Schilling 2016-07-05 16:09:01 +00:00
  • f89f0a284d Update/Install: Fix plugin updates from the details modal on the Dashboard. Pascal Birchler 2016-07-05 15:36:43 +00:00
  • d17d567661 Update/Install: Fix plugin updates from the details modal on update-core.php. Pascal Birchler 2016-07-05 15:31:24 +00:00
  • d9de76e2a7 Dashboard: Don't add a "Configure" link to the toggle button. Dominik Schilling 2016-07-05 15:21:44 +00:00
  • 31ae7b3d85 Update/Install: Correctly decrement the update count after translation updates. Pascal Birchler 2016-07-05 15:17:20 +00:00
  • 431c469497 Update/Install: Trigger a JS event when updating a theme. Pascal Birchler 2016-07-05 15:08:46 +00:00
  • d61706e07e Update/Install: Trigger the correct event after installing an importer plugin. Pascal Birchler 2016-07-05 15:04:36 +00:00
  • a74032c39f Themes: After [37742], fix the color of the "Upload Theme" button to match other page title actions. Dominik Schilling 2016-07-05 14:41:03 +00:00
  • 13896fc5de Themes: Avoid announcing the theme search results too many times. Dominik Schilling 2016-07-05 14:37:06 +00:00
  • 727b070c60 Media: Improve form validation errors handling when editing images. Dominik Schilling 2016-07-05 13:36:59 +00:00
  • 961dd36801 Plugins: Clean up uninstall_plugins option during database upgrade. Dominik Schilling 2016-07-05 13:27:38 +00:00
  • 59b0096dfe Customize: Fix site icon preview in RTL. Dominik Schilling 2016-07-05 12:41:38 +00:00
  • 9c4f1a3431 Customize: Add a RTL version of "browser.png" for the site icon preview. Dominik Schilling 2016-07-05 11:31:13 +00:00
  • c259f4c35d General: Return "O B" when passing 0 to size_format(). Dominik Schilling 2016-07-05 10:35:24 +00:00
  • ce7b53fb3f Docs: Fix a typo across some function and hook docs. Pascal Birchler 2016-07-04 22:44:10 +00:00
  • 83e3bc084b Text Changes: Remove duplicate string, use the one we already have. Sergey Biryukov 2016-07-04 22:09:32 +00:00
  • 1752b073e0 Network Admin: Replace "Options saved." notice with "Settings saved.". Dominik Schilling 2016-07-04 22:00:38 +00:00
  • 31497f69a1 Text Changes: Remove duplicate string, use the one we already have. Sergey Biryukov 2016-07-04 21:47:19 +00:00
  • 097b3ad595 Customize: Prevent image controls with selected images smaller than pane width from being distorted through stretching to fit width. Weston Ruter 2016-07-04 21:44:49 +00:00
  • f4d197c534 Text Changes: Remove duplicate string, use the one we already have. Sergey Biryukov 2016-07-04 21:36:55 +00:00
  • 1d16d1f36d Customize: Use the correct variable when referring to the media frame. Dominik Schilling 2016-07-04 20:44:30 +00:00
  • 1ae9f9c733 Unit Tests: Change some @group annotations to @ticket. Dominik Schilling 2016-07-04 20:24:52 +00:00
  • 2f90caa574 Nav Menus: In Walker_Nav_Menu_Edit::start_el() initialize $original_title with false. Dominik Schilling 2016-07-04 20:15:48 +00:00
  • f7c680e84f Media: Avoid PHP notices when trying to show a parent post title of an orphaned post type. Sergey Biryukov 2016-07-04 19:33:43 +00:00
  • bc6e877446 Unit Tests: Remove @group foo annotation from Tests_WP_Resource_Hints::test_dns_prefetch_styles(). Dominik Schilling 2016-07-04 19:28:25 +00:00
  • f043ad7e02 Unit Tests: Remove an unused parameter from Tests_Ajax_DimComment::test_with_bad_id(). Dominik Schilling 2016-07-04 19:07:21 +00:00
  • 8ae60fd26c Docs: In wp_list_authors(), clarify that include and exclude arguments can also be an array. Sergey Biryukov 2016-07-04 14:33:03 +00:00
  • 266ffe1f35 I18N: Make the translator comment added in [37858] more explicit and consistent with other similar instances. Sergey Biryukov 2016-07-04 13:09:07 +00:00
  • 222ef34ff2 Themes: After [37287], remove deprecated feature category. Dominik Schilling 2016-07-04 10:00:23 +00:00
  • 9eb8e29357 Themes: After [37287], add deprecated theme features to the tag list in WP_Theme::translate_header(). Dominik Schilling 2016-07-04 09:57:37 +00:00
  • ba80e82ffb Themes: Add "Custom Logo" to the list of WordPress theme features. Dominik Schilling 2016-07-04 09:34:38 +00:00
  • b3a6124e3d General: Remove the Pragma header from responses. Gary Pendergast 2016-07-04 04:01:19 +00:00
  • 855c081931 REST API: Reverse order of setting sanitization/validation, validating prior to sanitizing. Rachel Baker 2016-07-02 23:02:45 +00:00
  • c8ebbb3e0d Customize: Reverse order of setting sanitization/validation, validating prior to sanitizing. Weston Ruter 2016-07-02 18:38:07 +00:00
  • e5e8889f78 Media: Only show parent post titles when the user can read said post. Helen Hou-Sandi 2016-07-01 15:06:54 +00:00
  • f71ae5a0bb Users: Check zxcvbn is defined before calling. Peter Wilson 2016-07-01 12:44:43 +00:00
  • 84a07b8a90 Docs: Fix typo in WP_Theme_Install_List_Table description. Sergey Biryukov 2016-07-01 10:26:03 +00:00
  • 0d18f5136d Meta: Make retrieving registered metadata actually work. Helen Hou-Sandi 2016-06-30 21:24:59 +00:00
  • 40d834dfc7 Meta registration: Ensure $args is an array and simplify compat logic. Helen Hou-Sandi 2016-06-30 18:59:49 +00:00
  • bba8b1271f Docs: Remove duplicate text for is_main_site() parameter. Jeremy Felt 2016-06-30 17:16:03 +00:00
  • 2220ac9425 Docs: Add changelog entries to the hook doc for the safe_style_css filter denoting recent CSS attribute additions. Drew Jaynes 2016-06-30 17:01:51 +00:00
  • 229e0d5300 Multisite: Simplify logic assigning orderby in get_site_by_path(). Jeremy Felt 2016-06-30 16:58:06 +00:00
  • 7ddfbf589b Multisite: Revert [37874]. Jeremy Felt 2016-06-30 16:39:31 +00:00
  • 4868cc600a Meta: Actually use fallback auth for the previous registration method. Helen Hou-Sandi 2016-06-30 16:38:45 +00:00
  • c2cf25a75a TinyMCE: do not trigger execCommand on loading, it focuses the editor in Chrome. Andrew Ozz 2016-06-30 15:17:12 +00:00
  • f3339ff9f0 Post WordPress 4.6 Beta 1 version bump. Dominik Schilling 2016-06-30 01:14:52 +00:00
  • e7871d4633 WordPress 4.6 Beta 1. Dominik Schilling 2016-06-30 01:02:48 +00:00
  • 97d9557b3f Introduce an expanded meta registration API. Helen Hou-Sandi 2016-06-30 01:01:35 +00:00
  • 04fecbc5aa Multisite: Revert property type changes in WP_Site. Jeremy Felt 2016-06-29 22:07:17 +00:00
  • f30e343b12 Script Loader: Use wp_parse_url() to fix URL parsing failures for PHP < 5.4.7. Dominik Schilling (ocean90) 2016-06-29 21:04:25 +00:00
  • ff05ec3076 Comments: Further improve text of initial comment. Aaron Jorbin 2016-06-29 20:49:53 +00:00
  • 92dd472359 Script Loader: Introduce an API to register resource hints. Dominik Schilling (ocean90) 2016-06-29 19:35:27 +00:00
  • 328ca0ed12 Docs: Supplement a changelog entry in the DocBlock for the $id property in WP_Network. Drew Jaynes 2016-06-29 19:34:04 +00:00
  • fbe1dc18d0 Multisite: Lazy load extended WP_Site properties when requested. Jeremy Felt 2016-06-29 19:31:49 +00:00
  • 194f176c8b Docs: Add changelog entries to the DocBlocks for the $blog_id and $site_id properties in WP_Site. Drew Jaynes 2016-06-29 19:28:58 +00:00
  • d014d198c9 Multisite: Fire the ms_loaded action after multisite's bootstrap has finished. Jeremy Felt 2016-06-29 18:59:42 +00:00
  • 0b4798b2bc Post Thumbnails: Add helper functions for attachment captions. Joe McGill 2016-06-29 17:28:00 +00:00
  • 206380180e Text Changes: Unify permission error messages. Dominik Schilling (ocean90) 2016-06-29 15:15:40 +00:00
  • 3715a70613 Posts: In wp_ajax_inline_save(), do not apply level for non-hierarchical post types. ocean90 2016-06-29 14:06:01 +00:00
  • 9008030f1e List tables: Make the pagination links and text better responsive. Andrea Fercia 2016-06-29 13:30:00 +00:00
  • a89fdc3935 Plugins: Return the original value in apply_filters_deprecated() if no filter is registered for the tag. Dominik Schilling (ocean90) 2016-06-29 13:21:24 +00:00
  • a985e346b1 TinyMCE: update to 4.3.13, changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt. Andrew Ozz 2016-06-29 13:20:17 +00:00
  • 3d6c1e5ca2 Tests: After [37861] move tests for deprecated filters into filters.php. Dominik Schilling (ocean90) 2016-06-29 13:13:53 +00:00
  • 4fe8c11cd6 I18N: Localize the jQuery UI datepicker. Dominik Schilling (ocean90) 2016-06-29 12:57:19 +00:00
  • 970b7c43ab HTTP: Add unit tests for wp_get_http_headers() and wp_remote_retrieve_headers(). Dominik Schilling (ocean90) 2016-06-29 12:46:59 +00:00