Commit Graph

  • e79c2e0c9e In get_terms(), select term taxonomy count for all values of 'fields'. Boone Gorges 2014-10-06 22:04:11 +00:00
  • 3fa30bdd37 PHP 5.6 test failures shouldn't be allowed. Aaron Jorbin 2014-10-06 20:00:54 +00:00
  • d8ba2cf553 Add inline documentation for WP_User_Query default arguments in the form of a hash notation. Drew Jaynes (DrewAPicture) 2014-10-06 15:35:49 +00:00
  • 63760f6a3f Bundled themes: Add an alt attribute with the site title for header images linked to the home page. Sergey Biryukov 2014-10-06 12:43:55 +00:00
  • 107d754683 Add default z-index to the admin menu, see #29806 Andrew Ozz 2014-10-06 01:59:46 +00:00
  • 937d5cdd11 Translate some previously untranslated _doing_it_wrong() messages. Sergey Biryukov 2014-10-05 21:05:54 +00:00
  • 65a0f4933a Network Admin: Properly check if the theme is active on the main site to avoid deleting it via bulk actions. Sergey Biryukov 2014-10-05 20:36:11 +00:00
  • 37f96ce3e6 Fix misleading documentation in customize-loader.js. Sergey Biryukov 2014-10-05 18:39:12 +00:00
  • 4ba75673d8 Update @param docs for wp_get_attachment_image(). Sergey Biryukov 2014-10-05 17:51:42 +00:00
  • a21e5041dd Pass the requested size to 'wp_get_attachment_image_attributes' filter. Sergey Biryukov 2014-10-05 17:49:32 +00:00
  • d2c8c72e7f Pin the admin menu on scrolling similarly to how the side metaboxes are pinned on the Edit Post screen, first run. See #29806. Andrew Ozz 2014-10-05 03:08:11 +00:00
  • 1a7c4efa13 Fix setting default quality in WP_Image_Editor. Sergey Biryukov 2014-10-04 13:11:38 +00:00
  • 07a38ff81a Allow PSDs (Photoshop documents) to be uploaded. Scott Taylor 2014-10-03 19:51:56 +00:00
  • 11c914bca9 In the admin, give media list table icons auto for width and height. In the post thumbnail metabox, apply width: auto. Scott Taylor 2014-10-03 19:07:17 +00:00
  • a6f6556fca For attachment-compat fields, show a spinner while wp.media.model.Attachment.saveCompat() is firing. Scott Taylor 2014-10-03 18:42:13 +00:00
  • ecac4d4a94 Improve unit test coverage for wp_insert_term(). Boone Gorges 2014-10-03 13:30:22 +00:00
  • f7a4e22bdb Plugin search: Wrap results in a form to fix pagination's paged input field. Dominik Schilling (ocean90) 2014-10-03 13:07:18 +00:00
  • 7d2f7c6ceb Switch line-height added in [29790] to a unitless value. Sergey Biryukov 2014-10-03 09:41:24 +00:00
  • b16654400f Twenty Fourteen: Move custom description for background color and image from sections to controls in the customizer. Sergey Biryukov 2014-10-03 08:42:39 +00:00
  • 3d0f4d9656 Use correct links for filtering plugin reviews. Sergey Biryukov 2014-10-03 08:08:27 +00:00
  • 990f01f81f Avoid a PHP notice in list_plugin_updates() if plugins_api() returned a WP_Error object. Sergey Biryukov 2014-10-03 00:01:51 +00:00
  • 569a80e488 Add unit tests for get_blog_details(). Sergey Biryukov 2014-10-02 21:47:25 +00:00
  • dc62eeff36 Make link construction in get_comment_reply_link() and get_post_reply_link() more readable. Sergey Biryukov 2014-10-02 20:44:34 +00:00
  • 07cf5c5c76 Add an aria-label attribute with commenter's name to get_comment_reply_link(). Sergey Biryukov 2014-10-02 20:40:35 +00:00
  • 32dbb27701 * Use correct context for 'Name' and 'Parent' strings on taxonomy screens. * Remove unnecessary context for 'Slug' and 'Description' strings. Sergey Biryukov 2014-10-02 20:00:11 +00:00
  • c231361790 Use a more consistent markup on taxonomy and user screens. Sergey Biryukov 2014-10-02 19:39:14 +00:00
  • 6ffb0fcafb Always sanitize user_nicename in wp_insert_user(). Boone Gorges 2014-10-02 18:53:24 +00:00
  • dcef5d4583 In activate_plugin(), do not re-run the activation routine for already-active network-wide plugins. Scott Taylor 2014-10-02 15:55:51 +00:00
  • 46b4ea2a6c Network Admin Menu: Scott Taylor 2014-10-02 15:48:36 +00:00
  • 701dce21b1 In wp_delete_attachment(): account for orphan sizes by looping over the sizes stored in metadata, instead of relying on the current sizes stored in $_wp_additional_image_sizes. Scott Taylor 2014-10-02 15:31:57 +00:00
  • f4c6eb964b When switching to the Text editor, make the textarea visible to screen readers. Sergey Biryukov 2014-10-02 12:45:42 +00:00
  • a7ea80e70b Remember when we added the style attribute to playlists? Fix dark. Scott Taylor 2014-10-02 05:27:18 +00:00
  • bb07d10803 Add the date filter from media grid to the media modal. Scott Taylor 2014-10-02 04:31:07 +00:00
  • f52ca9047e After [29811], combine 2 if statements. Scott Taylor 2014-10-02 04:15:07 +00:00
  • 7711e9648c Media Grid/List Table parity: when MEDIA_TRASH is true and trash is the current filter for the grid, add a second bulk action button: "Delete Selected" Scott Taylor 2014-10-02 04:12:01 +00:00
  • ec93f031b3 Media List Table: account for MEDIA_TRASH in the bulk action dropdown. Scott Taylor 2014-10-02 03:11:49 +00:00
  • 6dca7d1023 Add a class attribute for submit button in comment form. Sergey Biryukov 2014-10-02 01:43:32 +00:00
  • dd9e9501c1 WP_Comment_Query: comment__in, comment__not_in, post__in, post__not_in. Boone Gorges 2014-10-02 01:40:56 +00:00
  • c313878af2 Reorder placeholders for consistency. see [29806]. Sergey Biryukov 2014-10-02 01:37:05 +00:00
  • 3a11531451 In the wp_new_blog_notification() email template, include the login url. Scott Taylor 2014-10-02 01:27:57 +00:00
  • 6dc662431a Improve unit tests for WP_Tax_Query. Boone Gorges 2014-10-02 01:07:20 +00:00
  • c4fcdf329e Add classes to form containers on Edit User screen. Sergey Biryukov 2014-10-02 00:55:40 +00:00
  • d59e6696b3 Add classes to form containers on taxonomy screens. Sergey Biryukov 2014-10-02 00:28:45 +00:00
  • 0cae966012 Add a namespace to the click handler registration for .insert-media in media-editor.js: click.add-media-button. Scott Taylor 2014-10-01 19:07:14 +00:00
  • 4daab443c0 Add a default filter to title_save_pre: trim, because extra whitespace. Scott Taylor 2014-10-01 18:57:08 +00:00
  • c2d1b30e1c Version bump. Sergey Biryukov 2014-10-01 14:58:21 +00:00
  • 1f6fd2c926 Improve unit tests related to WP_Meta_Query. Boone Gorges 2014-09-30 21:17:38 +00:00
  • 0b80b40d59 Improve unit test coverage for duplicate term creation. Boone Gorges 2014-09-30 14:59:10 +00:00
  • 780c6962e5 Improve parameter sanitization in WP_Date_Query::build_query(). Boone Gorges 2014-09-30 14:03:49 +00:00
  • 4dc3c6bea2 Update documentation for wp_get_nav_menus() to reflect that the default value for the the 'orderby' argument was changed from 'none' to 'name' in 4.1. Drew Jaynes (DrewAPicture) 2014-09-29 23:34:33 +00:00
  • 811166dc1a Watch Gruntfile.js so that changes to it reload the watch task Aaron Jorbin 2014-09-29 17:20:58 +00:00
  • 5a288bad58 Fix file location for WP_Date_Query tests introduced in r29793. Boone Gorges 2014-09-29 16:19:53 +00:00
  • fd816091a5 Improved unit test coverage for WP_Date_Query Boone Gorges 2014-09-29 16:04:46 +00:00
  • f6753a316a Change the default orderby value in wp_get_nav_menus() to 'name'. Sergey Biryukov 2014-09-29 15:44:26 +00:00
  • 8cc322b073 Fix padding for parent theme link on Edit Themes screen. Sergey Biryukov 2014-09-29 14:09:38 +00:00
  • dfc018ccf9 Account for longer translations of 'Customize Your Site' button label. Sergey Biryukov 2014-09-29 13:56:34 +00:00
  • be8a0c6f89 Use HTTPS URLs for trac.wordpress.org (and use core.trac.wordpress.org) Mark Jaquith 2014-09-29 13:36:38 +00:00
  • 7063377539 Use HTTPS URLs for core.trac.wordpress.org Mark Jaquith 2014-09-29 13:27:55 +00:00
  • 4c22a5003b Use HTTPS links for planet.wordpress.org Mark Jaquith 2014-09-29 13:23:46 +00:00
  • 029d1dbaa4 Use a more specific selector for the count displayed on Add Themes network admin screen. Sergey Biryukov 2014-09-29 13:06:17 +00:00
  • 7402030670 Show the number of approved comments instead of all comments on the dashboard in the "At a glance" section. Mark Jaquith 2014-09-29 12:41:49 +00:00
  • 2a050d1e6f Remove unnecessary semicolon. Sergey Biryukov 2014-09-29 10:29:16 +00:00
  • 8a956769a4 PHPMailer: Merge upstream commit (PR274). Andrew Nacin 2014-09-29 10:27:58 +00:00
  • 37da833fce In the form handler logic for edit-tags.php, don't redirect until $_REQUEST['paged'] has been checked. All switch cases (except edit) now use break instead of exit. Scott Taylor 2014-09-29 04:53:07 +00:00
  • 23f7f53be2 The joys of wptexturize(): Scott Taylor 2014-09-29 04:06:54 +00:00
  • 18adbb6439 In paginate_links(), ensure that query string args are propagated to the resulting paginated links. Scott Taylor 2014-09-29 04:02:23 +00:00
  • d19b2ded94 Add size to the UI for Gallery Settings in the media modal. Ensure that the TinyMCE view is refreshed when size changes. Scott Taylor 2014-09-29 03:44:25 +00:00
  • 0fe756a461 Allow bookmarks to be ordered by link_description in get_bookmarks(). Scott Taylor 2014-09-29 03:11:55 +00:00
  • d1fe8a8152 Media Grid: when the modal is open, don't respond to arrow keys when <textarea> has focus. Scott Taylor 2014-09-29 02:59:40 +00:00
  • 3b757232d0 Media: disable multi-file uploading in iOS 7.x Safari as it prevents uploading of videos. Fixes #29602 for trunk. Andrew Ozz 2014-09-29 00:13:47 +00:00
  • 2e58e91dcc Remove unnecessary CSS overriding on Add Plugins screen. Sergey Biryukov 2014-09-28 20:25:33 +00:00
  • 9e5beefd72 Don't display an empty comment author IP link on Comments screen. Sergey Biryukov 2014-09-28 06:37:10 +00:00
  • 5f0598234b Use Tahoma for RTL in general and Arial for Hebrew in editor styles. Sergey Biryukov 2014-09-27 11:10:01 +00:00
  • f5a904c46a Twenty Fourteen: Include Latin Extended font subset for Lato. Sergey Biryukov 2014-09-27 10:15:25 +00:00
  • e2eebecfc6 Bundled themes: Prevent the arrow in "Continue reading" links from wrapping to a second line. Sergey Biryukov 2014-09-27 08:01:35 +00:00
  • d34a54f1e4 Fix tapping on the menu in iOS and Android, fixes #29365 for trunk Andrew Ozz 2014-09-26 23:01:52 +00:00
  • 1c8658f620 Use correct i18n function after [29768]. Sergey Biryukov 2014-09-26 20:53:12 +00:00
  • a86e98ba96 Merge two similar strings. Sergey Biryukov 2014-09-26 19:29:59 +00:00
  • c993055800 Remove extra space from a string. Sergey Biryukov 2014-09-26 18:48:05 +00:00
  • 27806558a2 TinyMCE wpView: when pasting/inserting content before a view, add new paragraph above it and insert the content there. Props avryl, fixes #29380 for trunk. Andrew Ozz 2014-09-26 00:20:28 +00:00
  • 3226d8b867 Create correct permalinks for child posts of hierarchical post types when default permalinks are used. Sergey Biryukov 2014-09-24 21:29:15 +00:00
  • fe6f5b3af3 Add context for 'Trash' string in media modal. Sergey Biryukov 2014-09-24 13:48:27 +00:00
  • 198db28c17 Improve and clarify inline commenting inside the check_comment() function. Drew Jaynes (DrewAPicture) 2014-09-23 18:48:31 +00:00
  • 0adb5f14aa Improve documentation in the check_comments() docblock. Drew Jaynes (DrewAPicture) 2014-09-23 18:46:52 +00:00
  • 0b0eb4fb20 Ordering by RAND(): Scott Taylor 2014-09-23 03:51:24 +00:00
  • af71d22742 Add two properties to media.model.Attachments.propmap: include and exclude, which are aliases for post__in and post__not_in. Scott Taylor 2014-09-23 03:37:06 +00:00
  • 22db82dff1 In wp_ajax_replyto_comment(), if $_POST['comment_type'] is set, use it for the value of $comment_type, which the compact() call has assumed is set since [8720]. It never was. Scott Taylor 2014-09-23 03:28:51 +00:00
  • e97e5048c3 If the current user does not have the delete_posts cap on the current post type, don't list delete or trash as bulk actions for the relevant context of Post list table. Scott Taylor 2014-09-23 02:57:43 +00:00
  • f00f28cce0 wp_extract_urls() needs to also grab URLs with query strings and hashes. Scott Taylor 2014-09-23 02:49:22 +00:00
  • 32c1d55d1f Media Grid: Scott Taylor 2014-09-21 18:51:41 +00:00
  • 994566bb17 Pass the attachment ID to the 'image_add_caption_text' filter. Sergey Biryukov 2014-09-21 10:10:19 +00:00
  • 9e673c7eee Add 'image_add_caption_text' filter for changing the pre-parse caption text before output to the editor. Sergey Biryukov 2014-09-21 09:55:08 +00:00
  • 191a7ead45 Add some missing information to the inline docs for get_post_types(). Drew Jaynes (DrewAPicture) 2014-09-21 08:54:37 +00:00
  • 4c1462f2ff Add safeguards for when ext/hash is not compiled with PHP. Andrew Nacin 2014-09-20 17:27:46 +00:00
  • 5b2c58d5b3 Correct 'wp_get_attachment_image_attributes' filter docs. Sergey Biryukov 2014-09-18 12:35:25 +00:00
  • 9c751b268a Don't set ftp_credentials option when installling. see #29635. Andrew Nacin 2014-09-17 17:57:59 +00:00
  • 606cd967f6 wptexturize() improvements: Scott Taylor 2014-09-17 15:13:24 +00:00
  • fbf974a962 After [29200] and [29250], Tests_MS::test_multisite_bootstrap() should no longer have the @expectedDeprecated annotation. Scott Taylor 2014-09-15 18:05:06 +00:00
  • fd0b0d5f4f assertTag() has been deprecated in PHPUnit 4.2. Rewrite some of the tests in Tests_Paginate_Links to use DOMDocument. Scott Taylor 2014-09-15 17:41:47 +00:00
  • 6e0ca0d8d9 Make sure the $parent argument of wp_insert_attachment() still works as expected after [28579]. Sergey Biryukov 2014-09-15 14:23:31 +00:00