Commit Graph

  • ac370db0cb Docs: Adjust documentation for the $size parameter in get_image_tag() to clarify the required order of width and height values when passing an array. Drew Jaynes 2015-10-12 15:20:55 +00:00
  • eae2d93f08 Docs: Adjust documentation for the $size parameter in the image_downside hook doc to clarify the required order of width and height values when an array is passed. Drew Jaynes 2015-10-12 15:19:13 +00:00
  • 259077deb5 Docs: Adjust documentation for the $size parameter in image_downsize() to clarify the required order of width and height values when passing an array. Drew Jaynes 2015-10-12 15:17:21 +00:00
  • bdfb256110 Docs: Adjust documentation for the $size parameter in image_constrain_size_for_editor() to clarify the required order of width and height values when passing an array. Drew Jaynes 2015-10-12 15:15:07 +00:00
  • ed4eee668e Don't cache WP_Term objects in wp_get_object_cache(). Boone Gorges 2015-10-12 15:12:29 +00:00
  • be5065a3ad Be stricter about sanitizing values coming out of WP_Term. Boone Gorges 2015-10-12 15:12:22 +00:00
  • e8b0d11989 Fix incorrect setup in 'tag' query var test. Boone Gorges 2015-10-12 15:03:43 +00:00
  • d632e2c4c1 After [35028], normalize get_term_field() doc formatting. Boone Gorges 2015-10-12 04:13:31 +00:00
  • 8847a58443 Don't require a $taxonomy to be specified in get_term_field(). Boone Gorges 2015-10-12 04:13:25 +00:00
  • ff65d77908 Docs: Wrap a couple of hook name references in inline @see tags in the hook docs for custom_menu_order and menu_order. Drew Jaynes 2015-10-12 03:38:11 +00:00
  • c8019610c8 MS: Reflect falsy values for upload_space_check_disabled in UI. Jeremy Felt 2015-10-12 00:00:28 +00:00
  • 3ee40d6652 MS: Reject truthy, non-numeric network ids in _network_option(). Jeremy Felt 2015-10-11 23:29:55 +00:00
  • 55122c1538 MS: Adjust _network_option() parameter order, $network_id is first. Jeremy Felt 2015-10-11 22:43:59 +00:00
  • 16f56f4114 Media: Remove logic for unnecessarily overloading the $content_width global when passing default dimensions used to display the post thumbnail image in the 'Featured Image' meta box. Drew Jaynes 2015-10-11 17:09:33 +00:00
  • 4d98b99cc3 Media: Introduce the admin_post_thumbnail_size filter, which enables manipulation of the image size used to display the post thumbnail in the 'Featured Image' meta box. Drew Jaynes 2015-10-11 16:53:35 +00:00
  • bf0fa3a570 Docs: Fix some syntactical issues in property DocBlocks for WP_List_Table. Drew Jaynes 2015-10-11 03:33:50 +00:00
  • 9d8c320a38 Fix inconsistency in src/wp-includes/js/media/views/uploader/editor.js. Andrew Ozz 2015-10-11 00:08:48 +00:00
  • 0d6ea366c5 Plupload: update to 2.1.8. Changelog: https://github.com/moxiecode/plupload/releases. Andrew Ozz 2015-10-10 23:49:44 +00:00
  • ddec8a1c2b Customizer: WP_Customize_Cropped_Image_Control should extend WP_Customize_Image_Control, since Site Icon can only an image. Sergey Biryukov 2015-10-10 23:24:46 +00:00
  • d5e572f992 MS: Handle the possibility of 0 when checking a user's upload quota. Jeremy Felt 2015-10-10 23:17:01 +00:00
  • d9edf86faf MS: Allow for a blog_upload_space setting of 0 to restrict uploads. Jeremy Felt 2015-10-10 23:14:11 +00:00
  • 52c2492afb Accessibility: bump headings one level up on the Appearance > Widgets screen for a better headings hierarchy. Andrea Fercia 2015-10-10 16:33:33 +00:00
  • 5e85a8b55a Admin JS: after [34977], avoid variable names conflicts with e. Scott Taylor 2015-10-10 15:49:56 +00:00
  • c123726ba0 Docs: some @global object vernaculars should be converted to the actual object type. Scott Taylor 2015-10-10 15:44:16 +00:00
  • 5200642cc5 Users List Table: after [35011], just use wp_roles(), no global import. #winning Scott Taylor 2015-10-10 15:35:26 +00:00
  • aa9b423cf4 Users List Table: after [34963], remove unused code/add doc for global import. Scott Taylor 2015-10-10 15:25:08 +00:00
  • b98303ae58 WP Screen: after [34991], avoid unnecessary nesting levels and remove unused global import. Scott Taylor 2015-10-10 15:19:54 +00:00
  • e69aca18dc Accessibility: bump headings one level up on the Add Plugins screen for a better headings hierarchy. Andrea Fercia 2015-10-10 15:16:04 +00:00
  • 437bbeead5 Users: Remove redundant error message when password is only entered once. Sergey Biryukov 2015-10-10 13:21:30 +00:00
  • e158ff27de Customizer: Fix scalability performance problem for previewing multidimensional settings. Weston Ruter 2015-10-10 09:05:04 +00:00
  • 975c16f4b2 Use wp_star_rating() on Add Themes screen: Sergey Biryukov 2015-10-10 06:50:35 +00:00
  • 9487469f80 Add echo parameter for wp_star_rating(). Sergey Biryukov 2015-10-10 06:42:19 +00:00
  • aacde02ed4 Docs: Fix some minor formatting in the $query_args parameter description for the `` filter doc. Drew Jaynes 2015-10-10 06:38:24 +00:00
  • a521a4e7f6 Dashboard: Introduce the dashboard_recent_drafts_query_args filter, making it possible to manipulate the post query arguments used in the 'Recent Drafts' dashboard widget. Drew Jaynes 2015-10-10 06:32:51 +00:00
  • 48ceecafc7 Template: Pass the $post parameter to the the_permalink filter. Drew Jaynes 2015-10-10 05:45:27 +00:00
  • ed4b0aee3f Template: Rename the $id parameters in the_permalink(), get_the_permalink(), and get_permalink() to $post. Drew Jaynes 2015-10-10 05:40:14 +00:00
  • fc9f0b229e Merge two database update strings for consistency. Sergey Biryukov 2015-10-10 05:13:57 +00:00
  • d6748bd2cb Return WP_Post objects from wp_get_object_terms(). Boone Gorges 2015-10-10 03:38:41 +00:00
  • 797ddb60ba Return WP_Term objects from get_terms(). Boone Gorges 2015-10-10 02:12:40 +00:00
  • 134a7af0fc Introduce WP_Term. Boone Gorges 2015-10-10 01:58:37 +00:00
  • ecb75a16be MS: Show an error if a new site slug conflicts with an existing username. Jeremy Felt 2015-10-10 01:41:43 +00:00
  • 1758d36a88 Template: Make it possible to both ''add'' and ''remove'' items from the page templates list using the theme_page_templates filter. Drew Jaynes 2015-10-09 21:50:05 +00:00
  • b374a081a9 Remove stray closing tag in wp-admin/themes.php. Sergey Biryukov 2015-10-09 21:16:46 +00:00
  • f26526264a Docs: Fix wrapping and syntax for a multi-comment in Walker_Comment::display_element(). Drew Jaynes 2015-10-09 21:02:43 +00:00
  • 0d444dc6f9 Docs: Indent an example comment tree in the DocBlock for Walker_Comment::display_element() so it can be properly parsed in Markdown for the Code Reference. Drew Jaynes 2015-10-09 20:59:57 +00:00
  • 4b5f84295a Administration: Convert H5 usage in Screen Options to use fieldsets and legends. Andrea Fercia 2015-10-09 18:04:18 +00:00
  • bb31c1ada8 Notices: Update one more instance of white-on-white. Helen Hou-Sandi 2015-10-09 17:46:24 +00:00
  • dc2b7c634d Ensure that WP_Date_Query accepts a value of 0 for 'hour'. Boone Gorges 2015-10-09 16:32:59 +00:00
  • eeea5d753a Fix typo in get_avatar() and get_avatar_data() docs. Sergey Biryukov 2015-10-09 15:51:37 +00:00
  • ccfda7703c Install: Match existing tonal style in setup-config.php by converting strings containing 'do not' and 'does not' to instead use contractions. Drew Jaynes 2015-10-09 15:42:33 +00:00
  • 873dacf4a4 Fix typo in wp_rand() docs. Sergey Biryukov 2015-10-09 05:19:31 +00:00
  • 724b83ab0e In do_robots(), allow crawling for admin-ajax.php, since it's often used on front-end. Sergey Biryukov 2015-10-09 05:15:01 +00:00
  • d58bcae1ad Media: Return early from media_sideload_image() if $file didn't match the pattern for images. Sergey Biryukov 2015-10-09 04:46:00 +00:00
  • 6350d90339 Tests: Add basic DocBlocks for four helper methods in general/template.php used to assist testing the Site Icon feature. Drew Jaynes 2015-10-09 04:34:29 +00:00
  • 90f3849d62 Add $id parameter to the_permalink(), for consistency with get_permalink(). Sergey Biryukov 2015-10-09 04:33:16 +00:00
  • 5700c3e060 Use PHP7's random_int() CSPRNG functionality in wp_rand() with a fallback to the random_compat library for PHP 5.x. random_compat offers a set of compatible functions for older versions of PHP, filling in the gap by using other PHP extensions when available. We still include our existing wp_rand() functionality as a fallback for when no proper CSPRNG exists on the system. Dion Hulse 2015-10-09 04:27:41 +00:00
  • fc966fd45d Dashboard: Display year in Activity widget if the post date year is not the same as the current one. Sergey Biryukov 2015-10-09 04:25:23 +00:00
  • b39b5b8758 My Sites: Make "Create a New Site" link consistent with other "Add New" links. Sergey Biryukov 2015-10-09 03:49:24 +00:00
  • fb6d5f4aba After [34529], if a compatible termmeta table is found on database upgrade, convert it to utf8mb4 collation. Sergey Biryukov 2015-10-09 02:06:15 +00:00
  • 5a55add794 JS: in event callbacks replace the very outdated return false with preventDefault(). Andrew Ozz 2015-10-09 01:26:46 +00:00
  • c010db6ae4 Revisions: Update slider handle styling. Helen Hou-Sandi 2015-10-09 00:24:36 +00:00
  • 654b633cb3 Docs: Add a missing @since version to the hook doc for the the_excerpt_embed filter, introduced in [34903]. Drew Jaynes 2015-10-08 23:24:28 +00:00
  • 85d0dfc45c Embeds: Rename the $return parameter in wp_filter_oembed_result() to $result to provide better context on what is being filtered. Drew Jaynes 2015-10-08 23:21:49 +00:00
  • 8a7f8602b3 Remove HTML escaping for the plugin name and author fields that are displayed when deleting a plugin. John Blackbourn 2015-10-08 23:13:00 +00:00
  • f2444857eb Embeds: Combine the oembed_minwidth and oembed_maxwidth filters into one, similar to how the existing oembed_defaults works for width and height. Drew Jaynes 2015-10-08 23:08:40 +00:00
  • 7c300ef221 Docs: Add missing @since versions for the oembed_minwidth and oembed_maxwidth filters, introduced in [34903]. Drew Jaynes 2015-10-08 22:54:14 +00:00
  • 2585c20b35 Docs: Adjust third-person singular verbs in DocBlock summaries for oEmbed functions introduced in [34903]. Drew Jaynes 2015-10-08 22:49:27 +00:00
  • c959cb8b9b Embeds: Fix syntax on instantiating a new WP_oEmbed_Controller instance and cross-reference in the DocBlock for wp_oembed_parse_query(). Drew Jaynes 2015-10-08 22:39:52 +00:00
  • bceea32c67 Docs: Adjust the summary for the oembed_discovery_links hook doc to mention that the filter is for HTML output. Drew Jaynes 2015-10-08 22:38:10 +00:00
  • 43431fd8b3 Docs: Clarify the file header summary for wp-includes/embed-functions.php, and add missing parameter information for wp_oembed_parse_query(), introduced in [34903]. Drew Jaynes 2015-10-08 22:37:03 +00:00
  • 39ff95f883 Embeds: If we're adding a boatload of new items to default-filters.php, might as well make them readable. Drew Jaynes 2015-10-08 22:30:51 +00:00
  • bc043c51e8 Introduce the ability to filter the Users admin listing screen by users with no role, if such users exist. John Blackbourn 2015-10-08 22:06:46 +00:00
  • 6fe7598cff Docs: Add a couple of strategically-placed spaces in WP_Rewrite. Drew Jaynes 2015-10-08 22:06:42 +00:00
  • b02c884370 On the Users list table, show all the roles of a user in a comma-separated list if they have more than one role. This prevents role obfuscation in situations where a user has had more than one role programmatically assigned to them. John Blackbourn 2015-10-08 21:58:34 +00:00
  • e05fb68289 Docs: Mark the optional parameters for WP_Rewrite::generate_rewrite_rules() as such, and improve overall formatting. Drew Jaynes 2015-10-08 21:48:25 +00:00
  • 0b9a437317 Make $blog_id explicitly global. Jeremy Felt 2015-10-08 21:44:11 +00:00
  • 61c3b3121f Docs: Convert the description for the optional $args parameter in WP_Rewrite::add_permastruct() into a hash notation. Drew Jaynes 2015-10-08 21:34:56 +00:00
  • fa1e061dac WP_User_Query role improvement redux. Boone Gorges 2015-10-08 21:27:04 +00:00
  • bf12d6abfb Docs: Improve more formatting and syntax for inline comments in WP_Rewrite. Drew Jaynes 2015-10-08 21:23:31 +00:00
  • 694a56bc14 Docs: Add saner formatting and make readability improvements to a variety of inline comments in WP_Rewrite and WP_Rewrite::generate_rewrite_rules(). Drew Jaynes 2015-10-08 21:17:14 +00:00
  • 3cc827ef5a Store SQL query string as a property on WP_User_Query. Boone Gorges 2015-10-08 21:05:50 +00:00
  • b69797e8e8 Docs: Fix typo in [34944]. Sergey Biryukov 2015-10-08 20:59:46 +00:00
  • 26aeb0f9bc After [34953], unbreak WordPress. Scott Taylor 2015-10-08 19:28:14 +00:00
  • 7a6f53d917 HTTP/REST API: move WP_HTTP_Response to wp-includes/ with the rest (ha!) of the HTTP classes. This is PHP 5.2, so this class is global, and as per @rmccue, unrelated to REST specifically. Scott Taylor 2015-10-08 19:26:44 +00:00
  • e215ca23f4 Docs: Normalize documentation spacing in the DocBlocks for add_meta_box() and remove_meta_box() following [34951]. Drew Jaynes 2015-10-08 19:12:25 +00:00
  • a6e9d49467 Administration: Add the ability to pass an array of screen IDs to add_meta_box() and remove_meta_box(). Drew Jaynes 2015-10-08 19:06:32 +00:00
  • 7e923cc0fe Template: Add fallback for empty containers. Konstantin Obenland 2015-10-08 18:26:13 +00:00
  • ab296be565 REST API: Add some missing documentation. Sergey Biryukov 2015-10-08 18:00:45 +00:00
  • df1b726ed0 Buttons: Update styles and colors. Helen Hou-Sandi 2015-10-08 17:30:57 +00:00
  • a1389117b2 Allow a null id to do a name lookup in wp_set_current_user(). Boone Gorges 2015-10-08 17:28:34 +00:00
  • 17e2841eea Improve the parameter names and inline documentation for add_rewrite_rule(), WP_Rewrite::add_rule(), and WP_Rewrite::add_external_rule(). John Blackbourn 2015-10-08 17:27:05 +00:00
  • 5c496e841a Add tests for current behavior of wp_set_current_user(). Boone Gorges 2015-10-08 17:19:00 +00:00
  • 4dc569f748 Docs: Fix third-person singular verbs in DocBlock summaries throughout WP_Rewrite. Drew Jaynes 2015-10-08 17:11:52 +00:00
  • 017e097daf Add wp_load_translations_early() to wpdb::check_connection(). Sergey Biryukov 2015-10-08 17:10:58 +00:00
  • 9a80bffdb3 Split database error messages into separate strings to remove unnecessary HTML tags from translations. Sergey Biryukov 2015-10-08 16:51:50 +00:00
  • ee6b1ae7c8 Docs: Relocate some more DocBlock-level @see tags and add some missing @access tags in WP_Rewrite. Drew Jaynes 2015-10-08 16:50:52 +00:00
  • e0dd9fa33a Docs: Relocate some DocBlock-level @see tags in WP_Rewrite. Drew Jaynes 2015-10-08 16:48:04 +00:00
  • ac7ef64dde Docs: Remove invalid inline @link tags from a variety of DocBlocks in WP_Rewrite. Drew Jaynes 2015-10-08 16:46:16 +00:00
  • 60a5a56f40 Docs: Add a file header to wp-includes/class-wp-rewrite.php. Drew Jaynes 2015-10-08 16:40:11 +00:00
  • 4b897ef9d4 Embeds: Update $wp_db_version to flush rewrite rules for [34903]. Dominik Schilling (ocean90) 2015-10-08 11:11:11 +00:00