Commit Graph

  • 11586e8ebe Upgrade Plupload to 2.1.1, props kovshenin, see #25663 Andrew Ozz 2014-02-27 20:00:55 +00:00
  • 84a00ad5f1 This comment was pasted and does not apply to specified code block. Scott Taylor 2014-02-27 19:50:53 +00:00
  • aa7a03d5ca JSHint: Generically blacklist all minified files. fixes #25351. Andrew Nacin 2014-02-27 19:38:51 +00:00
  • 7092b31e2f wp.media.collection should be its own civilized instantiable class, not a wrapper/factory. The class shall contain no reference to specific instances, and shall not try to grab static properties of itself. self, meet this. Scott Taylor 2014-02-27 19:21:04 +00:00
  • 1a78a56e98 In the tracklist for playlist, fall back to title if there is no caption. Scott Taylor 2014-02-27 15:21:37 +00:00
  • ad0751a29c Add some security hardening to passed playlist attributes. Scott Taylor 2014-02-27 15:19:53 +00:00
  • 9bcb738064 Use wp_dropdown_roles() in wp-admin/network/site-users.php. Sergey Biryukov 2014-02-27 10:21:13 +00:00
  • d43fcdb10b Correct a misspelled property name in a media-views.js annotation. Scott Taylor 2014-02-27 03:06:37 +00:00
  • 1481b6a07c Populate playlist setting values with their default value if they don't exist while parsing shortcode attributes. Scott Taylor 2014-02-27 02:54:58 +00:00
  • 6cc978fed7 WP_HTTP: Update the Root Certificate bundle used for SSL communication by WP_HTTP. This file has been generated from the latest mozilla release NSS. Fixes #27017 Dion Hulse 2014-02-27 02:32:57 +00:00
  • c1c57d5bcc Themes screen: Clicking back through history should properly close the overlay. Andrew Nacin 2014-02-27 00:17:38 +00:00
  • 3d8a61bc79 Unslash in the time-format and date-format ajax endpoints. Andrew Nacin 2014-02-27 00:04:45 +00:00
  • 88f1b6e7ec Add a $default argument to get_query_var() and WP_Query::get(). fixes #16471. Andrew Nacin 2014-02-26 23:57:10 +00:00
  • 56c79f659c Move comment-reply.js to the footer. Andrew Nacin 2014-02-26 22:26:10 +00:00
  • f45fa1f0a3 Introduce HTML5 gallery support. Andrew Nacin 2014-02-26 22:19:11 +00:00
  • 6dee77ab95 Improve inline documentation for WP_Users_List_Table. Drew Jaynes 2014-02-26 22:19:10 +00:00
  • 6a35efe1e5 Revert [27115] and let cache backends handle the stripping of spaces in cache keys as necessary. Andrew Nacin 2014-02-26 22:04:52 +00:00
  • 0fc8021977 Developer tools: grunt-patch-wordpress from jorbin, for applying patches directly from Trac. Andrew Nacin 2014-02-26 21:45:55 +00:00
  • 7e70cdcb9b Remove twenty* ignore-exclusion lines. Already tracked. Mark Jaquith 2014-02-26 20:59:25 +00:00
  • f17d43e620 Add a filter to remove or rename page templates for a theme. This does not yet handle adding page templates. see #13265. Andrew Nacin 2014-02-26 20:31:00 +00:00
  • de824fade1 Set the taxonomy property in the WP_Adjacent_Post class. fixes #26937. Andrew Nacin 2014-02-26 18:45:39 +00:00
  • 9907c09f1b More robust .gitignore file Mark Jaquith 2014-02-26 18:44:27 +00:00
  • 68c8b9cf0f Introduce doing_filter() and doing_action() to identify hooks in progress. Andrew Nacin 2014-02-26 18:43:59 +00:00
  • 139dedb474 Document the $taxonomy property in WP_Adjacent_Post. Drew Jaynes 2014-02-26 18:20:44 +00:00
  • 73e5f71859 Remove now-moot vanity spacing for WP_Adjacent_Post property definitions. Drew Jaynes 2014-02-26 18:17:36 +00:00
  • 4a381ab393 Add inline documentation for properties and other inline docs fixes for WP_Adjacent_Post. Drew Jaynes 2014-02-26 18:15:03 +00:00
  • 1d91296b3b Return 404 when querying author's posts who is not a member and has no posts on the site Mark Jaquith 2014-02-26 18:11:36 +00:00
  • 724ca13549 Remove unnecessary quotes from urls in CSS. Andrew Nacin 2014-02-26 17:22:18 +00:00
  • 36b9bab81b One more change. see #26937. Andrew Nacin 2014-02-26 17:17:27 +00:00
  • ee8715af6a We shall call it WP_Adjacent_Post instead. see #26937. Andrew Nacin 2014-02-26 17:16:47 +00:00
  • 34f1504cd9 Make get_adjacent_post() wrap a new WP_Get_Adjacent_Post object that uses WP_Query. Andrew Nacin 2014-02-26 17:11:19 +00:00
  • 1d8d862e97 Make get_adjacent_post() wrap a new WP_Get_Adjacent_Post object that uses WP_Query. Andrew Nacin 2014-02-26 17:09:54 +00:00
  • 2652ddf3d5 Use placeholders in strings in wp_sprintf_l() to ensure spaces are not lost in translation. Andrew Nacin 2014-02-26 16:49:24 +00:00
  • fb317e3d70 Pass the comment object to the get_comment_date and get_comment_time. nacin 2014-02-26 16:40:03 +00:00
  • 6dde834d22 Ensure disabled secondary buttons do not change background on hover or active. Andrew Nacin 2014-02-26 08:06:33 +00:00
  • 0fe3ffaf59 Remove title attributes on the fly when [27280] makes them incorrect. see #17703. Andrew Nacin 2014-02-26 07:36:05 +00:00
  • 9ddf03c0bb Decrement update count bubbles as plugins/themes are updated, live. Andrew Nacin 2014-02-26 06:54:26 +00:00
  • 544b73ec4c When failing to reconnect to a server that has gone away, simply fail the query once we've passed template_redirect, rather than wp_die(). Andrew Nacin 2014-02-26 04:53:21 +00:00
  • 73ad0a310a Add a constant to disable mysqli for testing purposes. see #21663. Andrew Nacin 2014-02-26 04:19:45 +00:00
  • b84ed60fa9 wpdb: set dbh to null when the mysqli connection fails. see #21663. Andrew Nacin 2014-02-26 04:14:54 +00:00
  • 5e8787d0de When closing the various "edit" media modals, remove the related views elements from the DOM. Props gcorne, fixes #27204. Andrew Ozz 2014-02-25 21:02:22 +00:00
  • 46ee6fbc51 Fix a sometimes notice in wpmu_current_site() Mark Jaquith 2014-02-25 20:52:05 +00:00
  • c5206e3d41 Add exclude and include to wp_list_authors(). Andrew Nacin 2014-02-25 20:10:34 +00:00
  • ee39026c2d Remove unused routing code in revisions. Andrew Nacin 2014-02-25 20:06:04 +00:00
  • ef8c2d0020 Keep redirect_to when hitting the log out AYS. Andrew Nacin 2014-02-25 20:01:36 +00:00
  • f14ef59818 Update the Masonry JavaScript library to version 3. Andrew Nacin 2014-02-25 19:52:57 +00:00
  • 58fe64750d Set wpActiveEditor to the id of the first instance on init, props kovshenin, fixes #27210. Andrew Ozz 2014-02-25 19:30:46 +00:00
  • 7a21b05378 Make sure data.meta always exists when rendering tracklists. Use $theme_width when rendering media tag in playlist template instead of recalculating. Scott Taylor 2014-02-25 19:29:49 +00:00
  • 43e78ac29a Improve pushState, replaceState and routing for Themes page Mark Jaquith 2014-02-25 19:21:58 +00:00
  • 3abea9370b Add jshint to Travis CI config. Andrew Nacin 2014-02-25 17:57:04 +00:00
  • 1e078dd1e4 Fixed mixed spaces and tabs. Also remove trailing comma. see #26631. Andrew Nacin 2014-02-25 17:31:19 +00:00
  • 7b944c03a6 Fix undefined variable. see #16686. Andrew Nacin 2014-02-25 17:28:54 +00:00
  • 449e436ca1 Clarify return values for get_preferred_from_update_core() and get_core_updates(). Andrew Nacin 2014-02-25 17:19:22 +00:00
  • db2203acbd Update the HTML5 Shiv across the default themes to 3.7.0. Andrew Nacin 2014-02-25 17:17:30 +00:00
  • 647f80595d Remove all @package and @subpackage PHPDoc tags not at the file- or class-levels in core. Drew Jaynes 2014-02-25 17:13:08 +00:00
  • 9bdaa48e3e Remove _relocate_children(), which has had no purpose for some time. Andrew Nacin 2014-02-25 17:09:09 +00:00
  • 7d18f3b34c Make the user arguments for get_edit_profile_url() and get_dashboard_url() optional, defaulting to the current user. Andrew Nacin 2014-02-25 17:07:22 +00:00
  • 1916576840 Allow current_time() to accept a date format string, adding to 'timestamp' and 'mysql'. Andrew Nacin 2014-02-25 17:00:36 +00:00
  • a407ae2363 Allow user_id to be an array of IDs in WP_Comment_Query. Andrew Nacin 2014-02-25 16:34:25 +00:00
  • 19d7d1dd09 Use mysqli for WordPress development versions, regardless of PHP version, to increase testing footprint. Andrew Nacin 2014-02-25 15:52:48 +00:00
  • 2aa5387801 Inline documentation for hooks in wp-admin/includes/screen.php. Drew Jaynes 2014-02-25 10:04:46 +00:00
  • f36f14899d Inline documentation for hooks in wp-admin/includes/class-wp-posts-list-table.php. Drew Jaynes 2014-02-25 06:11:32 +00:00
  • e7f406b955 Fix the tags input in small viewports and make it a more reasonable size. props SergeyBiryukov. fixes #27082. Helen Hou-Sandi 2014-02-25 05:24:56 +00:00
  • ef9c73e792 Force UTF-8 in load-styles.php, like we do in load-scripts.php. Sergey Biryukov 2014-02-25 01:27:57 +00:00
  • 48bed22306 Prevent large images in comments from overflowing the meta box. Sergey Biryukov 2014-02-25 01:21:05 +00:00
  • 5b8000ebce Consistently return a WP_Error object in case of an error in wp_update_nav_menu_item(). Sergey Biryukov 2014-02-25 00:50:36 +00:00
  • f8af178264 Use ext/mysqli in PHP 5.5 or greater. Expect minor explosions. Andrew Nacin 2014-02-25 00:39:28 +00:00
  • c61accb146 Declare $wpdb->base_prefix. Andrew Nacin 2014-02-25 00:29:01 +00:00
  • b197472a5c Fix thickbox positioning if toolbar is not present. Sergey Biryukov 2014-02-25 00:25:58 +00:00
  • fc2230e12a Fix theme preview URL for themes loaded via AJAX on Install Themes screen. Sergey Biryukov 2014-02-25 00:00:48 +00:00
  • d885ca8e31 Add Oxford comma to password hint. Sergey Biryukov 2014-02-24 23:30:52 +00:00
  • a99056fd24 Get the proper image size for an item's thumb in playlist JSON. Scott Taylor 2014-02-24 21:09:14 +00:00
  • e46f8428fd Supply mime-type instead of extension for an item's type property in playlist JSON. Scott Taylor 2014-02-24 21:05:00 +00:00
  • 29725ce426 Remove a few unnecessary jQuery selectors added in [27239]. Playlists don't exist in some older contexts that galleries do. wonderboymusic 2014-02-24 20:48:02 +00:00
  • 5ead62b90c Load default settings state when creating a new playlist in the media modal. Add a few missing inline @this annotations in media-editor.js. Scott Taylor 2014-02-24 20:25:54 +00:00
  • 2a900a80a1 Spacing fixes for code introduced in [27239]. Drew Jaynes 2014-02-24 19:49:12 +00:00
  • 268b688247 Inline documentation improvements for wp_get_playlist(). Drew Jaynes 2014-02-24 19:41:24 +00:00
  • 9ff3e7c214 Add core support for Playlists and Video Playlists. Scott Taylor 2014-02-24 18:07:51 +00:00
  • 7b4cc75efb Access class directly instead of using this in the shortcodeAttrs method of any factory-generated wp.media.collection. Scott Taylor 2014-02-24 13:00:01 +00:00
  • dd35bb5d7b Inline documentation for hooks in wp-admin/includes/template.php. Drew Jaynes 2014-02-23 22:43:44 +00:00
  • 1c9c7b99f5 Build: Update version of grunt-autoprefixer devDependency. Dominik Schilling (ocean90) 2014-02-23 10:29:42 +00:00
  • 7f6661b330 Correct PHPDoc return description for get_boundary_post(). Drew Jaynes 2014-02-22 22:27:04 +00:00
  • b750990447 Bump. Andrew Nacin 2014-02-22 19:35:41 +00:00
  • fb3d0c02b4 Update Backbone to version 1.1.2. Dominik Schilling (ocean90) 2014-02-22 15:41:50 +00:00
  • 03f35c2bce Revert [27228], as it doesn't work with SCRIPT_DEBUG off. Sergey Biryukov 2014-02-22 01:58:45 +00:00
  • ed6ec6de61 Correct @return value for get_the_date(). Sergey Biryukov 2014-02-21 22:48:38 +00:00
  • fdb9451326 Remove unnecessary assignment and concatenation from the_date() and get_the_date(). Sergey Biryukov 2014-02-21 22:38:00 +00:00
  • 1ab5043e7f Make nav menu item add tabs and content consistent with similar tabs on the post edit screen. props corvannoorloos for the initial patch. fixes #26757. Helen Hou-Sandi 2014-02-21 22:10:14 +00:00
  • 2122d00761 Make sure color schemes are registered when WP_Styles is initialized early. Andrew Nacin 2014-02-21 21:08:37 +00:00
  • 909fe70f4e Remove unused variable. Andrew Nacin 2014-02-21 20:51:23 +00:00
  • bd71233c81 Embolden some instructions when installing a network. Andrew Nacin 2014-02-21 19:32:52 +00:00
  • 5e48d4236a Allow any vimeo.com subdomain for embeds. Andrew Nacin 2014-02-21 19:32:01 +00:00
  • ddb1f3e7ca Remove unused code from WP_Widget::update_callback(). Sergey Biryukov 2014-02-21 18:50:08 +00:00
  • 45cbb9148a Fix reversed return logic in the wp_nav_menu() phpdoc. Drew Jaynes 2014-02-21 18:33:39 +00:00
  • 2a926fe16b Convert docs for wp_nav_menu() arguments to a hash notation. Drew Jaynes 2014-02-21 18:31:27 +00:00
  • 9d94ec0cad Use filtered per_page value in WP_Plugin_Install_List_Table and WP_Theme_Install_List_Table. Sergey Biryukov 2014-02-21 18:29:41 +00:00
  • b74f222d33 Remove theme support for 'menus' in unregister_nav_menu() when there are no more menus. Andrew Nacin 2014-02-21 18:13:52 +00:00
  • 4cfcdabdd8 Simplify error in validate_file_to_edit(). Andrew Nacin 2014-02-21 14:45:06 +00:00
  • 84c8009c50 Prevent "Add" button in Tags meta box from wrapping to a new line in ru_RU. Sergey Biryukov 2014-02-20 22:34:44 +00:00
  • 0ccc5db0dd Add boolean return values to require_if_theme_supports(). Sergey Biryukov 2014-02-20 22:10:32 +00:00