Commit Graph

  • 9eb6f6f7fe Twenty Ten and Eleven: don't display modified excerpt link in wp-admin. Lance Willett 2014-11-01 03:39:04 +00:00
  • 09a1a6f5e6 Improve default argument formatting in WP_Date_Query::__construct(). Boone Gorges 2014-11-01 03:28:11 +00:00
  • cbe8e288d4 Twenty Fourteen: Make featured content in Customizer contextual to the front page. Lance Willett 2014-11-01 03:25:43 +00:00
  • 7c64b3b3dd Introduced dayofweek_iso time param for WP_Date_Query. Boone Gorges 2014-11-01 03:23:15 +00:00
  • d6b7b7aa41 Allow resource_type to be specified in get_ancestors(). Boone Gorges 2014-11-01 02:57:31 +00:00
  • 8dbaaf9927 Pass all updated meta IDs to filters in update_metadata(). Boone Gorges 2014-11-01 02:38:19 +00:00
  • 17e9c6f403 In wp_xmlrpc_server->pingback_ping(), remove the internal variable $way each time it is set and not used. Scott Taylor 2014-11-01 01:49:26 +00:00
  • eb05767743 In wp_xmlrpc_server methods, don't set $blog_id internally if it is never used, which is almost always. Updates the docs. Scott Taylor 2014-11-01 01:43:41 +00:00
  • 842d9bc5cf In wp_xmlrpc_server->_prepare_comment(), $comment_date is set internally but never used. Scott Taylor 2014-11-01 01:28:18 +00:00
  • 334fc5b9f2 In Custom_Image_Header->step_2(), $type is set internally but never used. Scott Taylor 2014-11-01 01:23:50 +00:00
  • bdf61ef6a0 Fix failing unit tests after [30096]: use assertEqualSets(). Scott Taylor 2014-11-01 01:10:39 +00:00
  • 086f2b9dbd Fix database schema update introduced in [30121]. Boone Gorges 2014-11-01 01:10:04 +00:00
  • ff4f545fc9 [28785] introduced a bug, where encoded query arguments were decoded by parse_str() inside of wp_parse_str() but never re-encoded later on. Scott Taylor 2014-11-01 00:53:26 +00:00
  • ef23aee2a6 Fix unit test for video shortcode after [30082]. Scott Taylor 2014-11-01 00:48:32 +00:00
  • 0ae3ac0c05 Revisions modules should not rely on global settings: Scott Taylor 2014-11-01 00:38:21 +00:00
  • 8d2595d7ff Set revision.settings via short-circuit check for window property: window._wpRevisionsSettings || {} Scott Taylor 2014-11-01 00:19:17 +00:00
  • ee56980498 Add a single responsibility function for outputting Revisions JS templates: wp_print_revision_templates(). Scott Taylor 2014-11-01 00:14:45 +00:00
  • c684779022 Allow revision Backbone classes to be used on pages other than revision.php. Scott Taylor 2014-11-01 00:07:34 +00:00
  • 55613648fd Add some JSDoc blocks to revisions.js. Scott Taylor 2014-10-31 23:54:50 +00:00
  • 40adc7ae16 Customizer: Improve ColorControl's wpColorPicker to update UI based on setting changes. Dominik Schilling (ocean90) 2014-10-31 20:44:19 +00:00
  • 3aa5dc35f1 JSHint after [30124]. Scott Taylor 2014-10-31 20:37:50 +00:00
  • 04c3ee3045 JSHint after [30120]. Scott Taylor 2014-10-31 20:34:39 +00:00
  • e871e28c5c Fix JSHint errors introduced in [30120]. Dominik Schilling (ocean90) 2014-10-31 20:27:41 +00:00
  • 7cd15026bd Correct references of @uses $wpdb in core documentation to use @global. Drew Jaynes (DrewAPicture) 2014-10-31 17:55:39 +00:00
  • 5073448de6 Bump db_version and add upgrade routine for schema change in [30056]. Boone Gorges 2014-10-31 16:02:08 +00:00
  • 7f5e8bd7e8 Add verbose docs to media-views.js. Scott Taylor 2014-10-31 15:19:58 +00:00
  • c614b0f91a Correct two parameter types in the wp_save_post_revision_check_for_changes hook documentation. Drew Jaynes (DrewAPicture) 2014-10-30 23:49:43 +00:00
  • be87d5daad Move term_exists() tests to their own file. Boone Gorges 2014-10-30 18:52:37 +00:00
  • f9dc501655 Use correct file name in a hook comment. Sergey Biryukov 2014-10-30 18:34:03 +00:00
  • b2672f5772 Twenty Fifteen: Change version compare string to '4.1-alpha' to avoid an error for alpha and beta testers during development. Sergey Biryukov 2014-10-30 11:56:03 +00:00
  • 9a84da90c3 Unserialize get_metadata() results when 'key' is omitted. Boone Gorges 2014-10-30 10:24:22 +00:00
  • cdc35000f9 Improve tests for domain_exists() Jeremy Felt 2014-10-30 05:43:31 +00:00
  • f59f32104a Streamline some get_terms() cache tests. Boone Gorges 2014-10-30 04:15:03 +00:00
  • df5e0a00b8 Clean up cache invalidation suspension global in unit tests. Boone Gorges 2014-10-30 04:14:53 +00:00
  • 325c0622c9 Update the changelogs for the comment hook parameters added in [30092]. Drew Jaynes (DrewAPicture) 2014-10-30 03:51:28 +00:00
  • dfe2224b5c Update the changelog for WP_Comment_Query::query() to reflect two more new arguments added in [30096]. Drew Jaynes (DrewAPicture) 2014-10-30 03:05:29 +00:00
  • b2ec3c4303 Update the changelog for get_approved_comments() to reflect that the function was refactored to leverage WP_Comment_Query in [30098]. Drew Jaynes (DrewAPicture) 2014-10-30 02:50:16 +00:00
  • 6a7443671b Clean up get_term_by() caching. Boone Gorges 2014-10-30 02:49:51 +00:00
  • cf1d77c101 In get_terms(), do not override 'hierarchical' and 'pad_counts' when 'parent' is present. Boone Gorges 2014-10-30 02:11:56 +00:00
  • 2988aa8ba7 Expand tests around wpmu_delete_blog() Jeremy Felt 2014-10-30 01:59:02 +00:00
  • 3cc10d77a0 Remove redundant and erroneous @uses tag from most core inline documentation. Drew Jaynes (DrewAPicture) 2014-10-30 01:04:55 +00:00
  • e999d15f44 Customizer: Fix missing newly added widgets in the preview after [29905]. Dominik Schilling (ocean90) 2014-10-29 22:56:53 +00:00
  • 3f36fb3a30 Twenty Fifteen: back compat checks in Twenty Fifteen are breaking the customizer, leaving them in for now, but commented out. Ian Stewart 2014-10-29 22:51:11 +00:00
  • 90182015e7 Improve/introduce Customizer JavaScript models for Controls, Sections, and Panels. Dominik Schilling (ocean90) 2014-10-29 22:50:21 +00:00
  • 037e00fb15 Fix weird HiDPI screen rendering issue with theme install preview toolbar Mark Jaquith 2014-10-29 22:35:27 +00:00
  • 15af3fdaa8 Improve body class for page templates. Dominik Schilling (ocean90) 2014-10-29 22:19:08 +00:00
  • f6544f237a Twenty Fifteen: avoid errors by preventing Twenty Fifteen from being activated in old versions of WordPress Ian Stewart 2014-10-29 22:13:14 +00:00
  • f9e32aef2d Use WP_Comment_Query to query comments in get_approved_comments(). Boone Gorges 2014-10-29 21:57:07 +00:00
  • 192e1aac62 Twenty Fifteen: leading the way with support for title-tag Ian Stewart 2014-10-29 21:55:24 +00:00
  • bd795a3d16 Better flexibility for 'type' in WP_Comment_Query. Boone Gorges 2014-10-29 21:49:08 +00:00
  • 6fcb1bf817 Add a hidden submit button to the Appearance -> Header screen so keyboard users can submit the form correctly when a default image provided by the theme is in use. John Blackbourn 2014-10-29 21:40:58 +00:00
  • 6debe759a6 Use a nested meta query when querying by role in WP_User_Query. Konstantin Kovshenin 2014-10-29 21:40:04 +00:00
  • 555d7347f9 Support an empty string passed as a status in WP_Comment_Query. Boone Gorges 2014-10-29 19:50:31 +00:00
  • ed19e5a1f3 Comment Template Tags: Improve the availability of context information in comment template tag filters. Peter Westwood 2014-10-29 19:07:00 +00:00
  • 32d38fc080 Introduce some actions and filters which aid plugins in revisioning post meta. John Blackbourn 2014-10-29 19:01:15 +00:00
  • 1767706fc2 Revert [28610] in order to avoid infinite redirect loops on reverse proxies which proxy from HTTPS to HTTP. This will be revisited at some point, possibly as an option via a filter. John Blackbourn 2014-10-29 18:36:41 +00:00
  • 7f0f887357 Increase both mystery and humanism Mark Jaquith 2014-10-29 03:19:45 +00:00
  • c3a3fc5a79 Introduce 'pre_delete_term' hook. Boone Gorges 2014-10-29 02:43:33 +00:00
  • d62320bff5 Correct some logic to populate the defaultValue variable when data.defaultValue begins with a hash symbol. John Blackbourn 2014-10-29 02:42:35 +00:00
  • e36f06a87f Be more specific in documentation of 'slug' param for get_terms(). Boone Gorges 2014-10-29 02:34:56 +00:00
  • 114c1f32ba Improve global variable setting in setup_postdata(). Boone Gorges 2014-10-29 02:31:37 +00:00
  • 7c4aada4a6 Support multiple 'status' values in WP_Comment_Query. Boone Gorges 2014-10-29 02:21:10 +00:00
  • 5569f01459 Allow developers to override the settings.success callback for MediaElement players. Scott Taylor 2014-10-29 01:20:03 +00:00
  • e6bbbb3db9 Don't hardcode height for videos - this was a workaround for MediaElement internals causing problems. Responsive videos now work properly and don't cause extra whitespace. Scott Taylor 2014-10-29 00:46:15 +00:00
  • acbf0229cf Twenty Fifteen: only escape HTML attribute output with esc_attr(). See #30133, props ocean90. Lance Willett 2014-10-28 23:07:32 +00:00
  • 66e02d639e Remove call to wp_get_last_changed() from unit tests. Boone Gorges 2014-10-28 22:02:59 +00:00
  • 233946b852 Update images based on grunt imagemin Aaron Jorbin 2014-10-28 22:01:12 +00:00
  • 42456d35fd Docs and code standards cleanup for [30055] (wp_json_encode() & friends) Mark Jaquith 2014-10-28 21:28:34 +00:00
  • 0cbc8098d2 Update inline docs for [30052]. Boone Gorges 2014-10-28 21:25:30 +00:00
  • 45a635d8c2 In _wp_handle_upload(), if test_upload is set to false in the array of dangerous overrides that the function allows, the only thing that happens when an upload fails is more potential breakage. Scott Taylor 2014-10-28 21:16:06 +00:00
  • 52151956ea Define JSON_PRETTY_PRINT so it can be used with wp_json_encode() Mark Jaquith 2014-10-28 21:12:10 +00:00
  • efb9cd0cc5 Introduce a new means of outputting a <title> tag in the theme head. Requires a theme to add support by calling add_theme_support( 'title-tag' ). This is the first step in adding a more robust means of generating and outputting the title tag. John Blackbourn 2014-10-28 21:11:11 +00:00
  • 1e8635fcea Adjust caching for get_term_by() calls: Scott Taylor 2014-10-28 21:04:52 +00:00
  • e5275dcedb Twenty Fifteen: Use a heading heirarchy to provide a better navigation experience when using screenreading software. iandstewart 2014-10-28 21:02:02 +00:00
  • d80d1c2ffe Introduce wp_is_trusted_network() Jeremy Felt 2014-10-28 20:55:39 +00:00
  • 7ca2e674cd Autoprefix box sizing Aaron Jorbin 2014-10-28 20:47:30 +00:00
  • c9dfc6bebb Don't cascade autoprefixer output Aaron Jorbin 2014-10-28 20:44:33 +00:00
  • 74ed2089b4 The gallery shortcode used to accept a SQL chunk for the value of the orderby attribute. The reason? get_posts() used to be called in the shortcode handler with a query-string blob of arguments passed to it. To mitigate breakage, sanitize_sql_orderby() was created in [7592]. Scott Taylor 2014-10-28 20:42:20 +00:00
  • 489da6a815 Update grunt-autoprefixer to 1.0.1 Aaron Jorbin 2014-10-28 20:16:32 +00:00
  • d6f0d2c273 Update grunt-contrib-uglify to 0.6.0 Aaron Jorbin 2014-10-28 19:49:26 +00:00
  • f08525846a Introduce some new template functions for navigation: John Blackbourn 2014-10-28 19:38:41 +00:00
  • 159423cef9 Add audio, video, and track to $allowedposttags (KSES). Scott Taylor 2014-10-28 19:35:17 +00:00
  • 2285c9195d Update grunt-contrib-copy to 0.7.0 Aaron Jorbin 2014-10-28 19:34:41 +00:00
  • e186ad870c Update grunt-contrib-clean to 0.6.0 Aaron Jorbin 2014-10-28 19:30:24 +00:00
  • 7a9792234a Update grunt-sass to 0.16.0 Aaron Jorbin 2014-10-28 19:26:21 +00:00
  • bbdab64ed3 Update grunt-contrib-compress to 0.12.0 Aaron Jorbin 2014-10-28 19:20:48 +00:00
  • 6212d0607d Update grunt-contrib-imagemin to 0.9.1 Aaron Jorbin 2014-10-28 19:11:37 +00:00
  • d871bf86ca Fix a PHPDoc typo for wp_json_encode(). Gary Pendergast 2014-10-28 18:53:10 +00:00
  • bc779f1915 Update the root svn:ignore property to match .gitignores. Fixes #30134. Peter Westwood 2014-10-28 18:44:34 +00:00
  • ad4aa0b7e0 Remove UNIQUE key from 'slug' column of terms table. Boone Gorges 2014-10-28 18:36:57 +00:00
  • 0e68ecc0b6 Add wp_json_encode(), a wrapper for json_encode() that ensures everything is converted to UTF-8. Gary Pendergast 2014-10-28 18:34:16 +00:00
  • 3d35d8bc5d Add a missing Oxford comma to the install screen. Fixes #30107. Props Ankit K Gupta. John Blackbourn 2014-10-28 18:31:19 +00:00
  • 105b60bd0b Make the Twenty Fifteen search form submit button screen reader accessible rather than hidden to all users. Fixes #30110. Props mattweibe, rianrietveld. John Blackbourn 2014-10-28 18:13:19 +00:00
  • 6df24465f4 Introduce orderby=include support for get_terms(). Boone Gorges 2014-10-28 18:12:30 +00:00
  • 8a1bb7bba9 Twenty Fifteen: minor CSS fixes. See #30133. Lance Willett 2014-10-28 17:17:10 +00:00
  • 4214aa3862 Ignore any local WP Cli config files. Peter Westwood 2014-10-28 17:01:22 +00:00
  • aa5c470fa8 Twenty Fifteen: minor CSS spacing fix. See #30133. Lance Willett 2014-10-28 16:44:44 +00:00
  • 61fb72e3c5 Twenty Fifteen: minor code style for variable within array notation. See #30133. Lance Willett 2014-10-28 16:39:14 +00:00
  • 48a504cc50 Twenty Fifteen: pinking shears. See #30133. Lance Willett 2014-10-28 16:29:39 +00:00
  • df9b834c39 Twenty Fifteen: consistent line endings and SVN properties on all files. See #30133. Lance Willett 2014-10-28 16:28:41 +00:00