Commit Graph

  • 30218d5ea5 Introduce WP_Post class. Clean up ancestors handling. Props scribu, toppa. fixes #10381 see #21309 Ryan Boren 2012-08-20 19:47:52 +00:00
  • 453941f725 Twenty Twelve: better naming for the homepage widget areas, props nacin. See #21619. Lance Willett 2012-08-20 19:43:16 +00:00
  • 35ad2034b2 Twenty Twelve: re-implement the hiding of toggle element when empty menu is present, see #21562 and r21520 props cfinke. Lance Willett 2012-08-20 19:14:51 +00:00
  • 9bdc159632 Twenty Twelve: patch IE7 for clip styles (hidden elements were displaying incorrectly). Lance Willett 2012-08-20 19:13:28 +00:00
  • 1addc8f756 Twenty Twelve: change homepage widget areas to use columns or multiple areas instead of one big area. Fixes #21619, props obenland. Lance Willett 2012-08-20 18:45:00 +00:00
  • c148784433 Twenty Twelve: improve navigation to be mobile-first and not rely on JS for hiding and showing, props obenland for patches. See #21562. Lance Willett 2012-08-20 18:35:33 +00:00
  • 962a3ff664 Reduce calls to sanitize_title_with_dashes in register_(post_type|taxonomy). Props ocean90. fixes #21600 Ryan Boren 2012-08-20 17:25:06 +00:00
  • 56dd6e86a3 Add term_taxonomy_id field handling to WP_Tax_Query::transform_query(), allowing the transformation to be bypassed when tt ids are passed. Andrew Nacin 2012-08-20 16:49:21 +00:00
  • 8cac9d023a Remove unused multisite option 'language'. props wonderboymusic. fixes #21545. Andrew Nacin 2012-08-20 16:43:44 +00:00
  • beec541ae9 Always return a variable reference from get_pages(). props wonderboymusic, foxinni. fixes #20756. Andrew Nacin 2012-08-20 16:38:43 +00:00
  • 4b05f3c604 Fix screen reader text in IE7 and 8 in the toolbar "Updates" menu, props SergeyBiryukov, fixes #21333 Andrew Ozz 2012-08-19 22:19:00 +00:00
  • c699530ab6 Compress scripts/styles: 3.5-alpha-21548. bumpbot 2012-08-19 18:58:22 +00:00
  • 40c77861db Fix the display of widgets in wp-admin when their descriptions wrap to two lines. props mattdanner. fixes #15180 Mark Jaquith 2012-08-19 18:16:52 +00:00
  • 256c792376 Compress scripts/styles: 3.5-alpha-21546. TinyMCE updated. bumpbot 2012-08-19 00:58:19 +00:00
  • 754c42e71f Update TinyMCE to 3.5.6, see #21173 Andrew Ozz 2012-08-18 23:24:27 +00:00
  • bb3df46536 We no longer need to check function_exists() for date_default_timezone_set(). props Gary-J, j-idris. fixes #20501. Andrew Nacin 2012-08-17 23:40:09 +00:00
  • c43e008f54 Twenty Twelve: remove twentytwelve_is_categorized_site() in favor of a theme-agnostic future core fix for this issue, see #21479. Lance Willett 2012-08-17 22:18:01 +00:00
  • 0c088e5f37 Twenty Twelve: output dynamic end comment ID value for navigation container (above|below). Lance Willett 2012-08-17 21:20:16 +00:00
  • ee8cf061f8 Introduce wp_get_mime_types() for fetching the complete list of mime types. Remove the static caching of the types so that filters other than the first filter work. Use wp_get_mime_types() in do_enclose(). fixes #21299 #21594 Ryan Boren 2012-08-17 17:25:19 +00:00
  • d022dec53b Twenty Twelve: minor CSS cleanup for extra trailing selector comma, spacing, and too-specific class selector. Lance Willett 2012-08-17 17:23:49 +00:00
  • 3bd03e0826 Output a hidden input of blog_charset when we are hiding the option. props SergeyBiryukov. see #21507. Andrew Nacin 2012-08-17 16:46:47 +00:00
  • 98864bbb7e Send Content-Type with charset for iframe_header(). Props SergeyBiryukov, sergey.s.betke@novgaro.ru. fixes #19454 Ryan Boren 2012-08-17 14:19:03 +00:00
  • 80cc4de72f If the DB upgrade hasn't yet been run, assume the Link Manager is disabled. Important for multisite installs. props ryan. see #21307. Andrew Nacin 2012-08-16 23:09:40 +00:00
  • 48a78c01a3 Disable the Link Manager on any future upgrade if it is still enabled but there are no links. see #21307. Andrew Nacin 2012-08-16 23:08:07 +00:00
  • 4ce19368bf Compress scripts/styles: 3.5-alpha-21535. bumpbot 2012-08-16 16:58:26 +00:00
  • ffba15c130 Fix typo in [21529], props toscho. Simplify the :focus styles for the Screen Options and Help toggles, see #21324 Andrew Ozz 2012-08-16 15:45:31 +00:00
  • b6c113f135 Twenty Twelve: add flexible-header tag back into style.css, in anticipation of it being a core-allowed tag, see #21065. Lance Willett 2012-08-15 22:20:57 +00:00
  • ab61b71fd5 Revert [21495]. Discussed in dev-chat: it's better if the themes implement this or something similar. Andrew Ozz 2012-08-15 21:21:51 +00:00
  • 128e63d9aa Specify the encoding in IXR_Server::output(). Props solarissmoke, sergey.s.betke@novgaro.ru, SergeyBiryukov. fixes #4794 Ryan Boren 2012-08-15 20:12:00 +00:00
  • 36a3924822 Compress scripts/styles: 3.5-alpha-21530. bumpbot 2012-08-15 18:58:27 +00:00
  • f0d18a35dd Add :focus style to all links, use JS to blur() them on click so the style is only visible when tabbing, props lessbloat, see #21324 Andrew Ozz 2012-08-15 18:40:11 +00:00
  • 7366f664a8 Specify the charset in WP_Ajax_Response::send(). Props sergey.s.betke@novgaro.ru, SergeyBiryukov. fixes #19448 Ryan Boren 2012-08-15 18:17:21 +00:00
  • c4efcb4def Fix MS Office mime types. Group the mime list in get_allowed_mime_types() by type. Props hebbet, markel, SergeyBiryukov. fixes #17117 Ryan Boren 2012-08-15 16:48:36 +00:00
  • 720ec1cd07 Return post_parent, menu_order, guid, and post_mime_type from wp.getPost(). Props maxcutler. fixes #21308 Ryan Boren 2012-08-15 16:06:05 +00:00
  • 8d5d12272d Twenty Twelve: remove initial-scale value from viewport meta element to avoid iOS zoom bug. Props bradthomas127, see #21577. Lance Willett 2012-08-15 16:05:13 +00:00
  • 1ccc08642e Twenty Twelve: s/"/'/ in array notation, props JarretC. Fixes #21587. Lance Willett 2012-08-15 15:58:25 +00:00
  • 67fb26f7b2 Fix phpdoc for switch_to_blog() and restore_current_blog(). Props SergeyBiryukov. fixes #21459 Ryan Boren 2012-08-15 15:56:14 +00:00
  • a77d7f0867 Add @since for _wp_get_user_contactmethods() and _get_additional_user_keys(). Props SergeyBiryukov. fixes #21246 Ryan Boren 2012-08-15 15:33:59 +00:00
  • 70061dfb5f Update @since for various wpdb properties. Props SergeyBiryukov. fixes #21582 Ryan Boren 2012-08-15 15:32:35 +00:00
  • c5902bca7b Twenty Twelve: selector for navigation menu should style the menu list element, props obenland, see #21562. Lance Willett 2012-08-15 05:56:24 +00:00
  • b07a12820a Twenty Twelve: stop nav slide animation when clicking the button multiple times in a row. Props Jayjdk, fixes #21531. Lance Willett 2012-08-15 05:37:36 +00:00
  • 77411d483e Twenty Twelve: fix centering of image captions on image attachment view. Fixes #21530. Lance Willett 2012-08-15 05:30:36 +00:00
  • 8b7561bee8 Twenty Twelve: better fix for long words getting hidden in widgets, putting the rules in the correct selector, props obenland. Closes #21503. Lance Willett 2012-08-15 05:25:40 +00:00
  • 64746c8d75 Twenty Twelve: move IE8 styles to specific IE selector, props obenland. Closes #21440. Lance Willett 2012-08-15 05:08:07 +00:00
  • 2e2fd01f5d Twenty Twelve: editor RTL style fixes props yoavf, see #21441. Lance Willett 2012-08-15 05:03:21 +00:00
  • 06112b685f Compress scripts/styles: 3.5-alpha-21514. bumpbot 2012-08-14 20:58:23 +00:00
  • 821a0d8181 @since for wpdb's result property. props SergeyBiryukov. see #21533. Andrew Nacin 2012-08-14 20:34:12 +00:00
  • c653147d47 Add magic set, isset, and unset to wpdb. props pento. Andrew Nacin 2012-08-14 20:26:04 +00:00
  • 69881dfee7 Eliminate error suppression for mysql_free_result() and only call it when the result is actually a resource. Depending on the query, mysql_query() can return a boolean rather than a resource, hence the original use of error suppression. Andrew Nacin 2012-08-14 20:21:10 +00:00
  • 94be7cf95b Stop Chrome from applying outline to DIVs that have tabindex="-1", see #21324 Andrew Ozz 2012-08-14 19:37:27 +00:00
  • 83e5beed47 Update wp_update_user() phpdoc to reflect a possible return of WP_Error. Props SergeyBiryukov. fixes #21439 Ryan Boren 2012-08-14 19:29:40 +00:00
  • 082f515280 Fix display issues in the custom header screen when height is not specified. Use get_header_image() instead of header_image() so that esc_url() can do its job. Props JarretC, SergeyBiryukov, georgestephanis. fixes #21130 #21433 Ryan Boren 2012-08-14 19:24:36 +00:00
  • a6015df392 Use admin_url() instead of get_edit_user_link() in wp-login.php since cookies are not yet set. Props SergeyBiryukov. fixes #14787 Ryan Boren 2012-08-14 19:10:37 +00:00
  • 5cbcb6a764 Add isset() check to avoid notice. Props c3mdigital. fixes #21512 Ryan Boren 2012-08-14 19:07:56 +00:00
  • cd93e31cfa Compress scripts/styles: 3.5-alpha-21505. bumpbot 2012-08-14 18:58:20 +00:00
  • 4974f5f233 Remove post type from post nonces. Fixes attachment deletion when EMPTY_TRASH_DAYS is 0. Props c3mdigital, kurtpayne, SergeyBiryukov. fixes #21194 Ryan Boren 2012-08-14 18:39:15 +00:00
  • 665ad96636 Fix WP_Theme's get_template_directory_uri() method. props batmoo. see #21549 for trunk. Andrew Nacin 2012-08-14 18:38:26 +00:00
  • 52c9b5af0d Better instruction text on custom header screen. Props jane, JustinSainton fixes #20992 Ryan Boren 2012-08-14 18:32:26 +00:00
  • 9931c1a45d Hide the link manager from the UI on upgrade, if the site has no links. New DB option, link_manager_enabled. Andrew Nacin 2012-08-13 16:18:42 +00:00
  • 58ad892373 Stop adding default links and the 'Blogroll' link category on install. props wonderboymusic. see #21307. Andrew Nacin 2012-08-13 15:55:15 +00:00
  • de461b777b Compress scripts/styles: 3.5-alpha-21499. bumpbot 2012-08-11 02:58:19 +00:00
  • da532a7573 Remove unused images, props helenyhou, coffee2code, ocean90, fixes #20980 Andrew Ozz 2012-08-11 02:36:01 +00:00
  • 1096d07b11 Avoid fatal error in the customizer when the current theme doesn't support custom headers. Props c3mdigital. fixes #21515 Ryan Boren 2012-08-10 20:15:06 +00:00
  • 9580f65af6 Allow passing stdClass and WP_User to wp_insert_user() and wp_update_user(). Introduce WP_User::to_array(). Eliminate uses of get_object_vars() when passing to wp_*_user(). fixes #21429 Ryan Boren 2012-08-10 15:36:54 +00:00
  • d79594b872 Better editor background, take one, see #21536 Andrew Ozz 2012-08-10 07:11:03 +00:00
  • e731297f92 POT, generated from r21492 potbot 2012-08-09 19:22:41 +00:00
  • 4a5e9ea34f POT, generated from r21492 potbot 2012-08-09 19:22:33 +00:00
  • 680b671330 Twenty Twelve: pinking shears for header.php Lance Willett 2012-08-09 18:42:36 +00:00
  • e41b7dcf5a Twenty Eleven: allow content-single.php to be overridden for post formats, props murky. Closes #17996. Lance Willett 2012-08-09 18:31:02 +00:00
  • fc4fffaad5 Twenty Ten and Eleven: *_continue_reading_link() should be pluggable, fixes #16500. Props nacin and SergeyBiryukov. Lance Willett 2012-08-09 18:21:58 +00:00
  • ced74a6194 Twenty Twelve: make twentytwelve_is_categorized_site() pluggable, see #21479. Lance Willett 2012-08-09 18:20:25 +00:00
  • 7b11f93275 Twenty Eleven: fix gallery thumbnail image overflow, props chellycat. Fixes #20478. Lance Willett 2012-08-09 17:58:56 +00:00
  • 38ccc90afc Twenty Eleven: fix long URLs in comments overflow content area, fixes #21491. Props SergeyBiryukov jkudish andrewspittle. Lance Willett 2012-08-09 17:32:39 +00:00
  • 56c4577fea Twenty Ten: code readability in twentyten_comment, props kovshenin, fixes #21474. (And minor pinking shears.) Lance Willett 2012-08-09 17:22:44 +00:00
  • 20a1def1c0 switch_to_blog() and restore_current_blog() housekeeping. Ryan Boren 2012-08-09 16:28:15 +00:00
  • fd52f7397d Move get_current_blog_id() to load.php so it is available during multisite bootstrap. fixes #21432 Ryan Boren 2012-08-09 13:17:14 +00:00
  • bad4cefc68 Twenty Twelve: fix bypostauthor styling, probs obenland and SergeyBiryukov (also improves the RTL layout, see #21441). Lance Willett 2012-08-08 19:10:22 +00:00
  • 05f72b8149 Twenty Twelve: add basic styles for IE7 and IE8, supports basic layout now with the small-nav styles. Props obenland, closes #21440. Lance Willett 2012-08-08 18:03:59 +00:00
  • 90e990d983 When WP_Dependencies accept a string for a single dependency, make sure the string is not empty, see #20683 Andrew Ozz 2012-08-08 17:21:24 +00:00
  • 4c0121178b Undeprecate *_blog_option() by popular demand. Put them back in ms-blogs.php since direct inclusion of ms-blogs.php/ms-functions.php is unforntunately common. Ryan Boren 2012-08-08 17:11:15 +00:00
  • 8d8b4214c5 Twenty Twelve: cleanup up extra space in functions.php Lance Willett 2012-08-08 16:59:15 +00:00
  • da5b33b5a5 Twenty Twelve: better gallery columns support, and CSS cleanup. Closes #21475, props philiparthurmoore and pdclark. Lance Willett 2012-08-08 16:38:21 +00:00
  • 24fda2c796 Twenty Twelve: fix for long words getting hidden in widgets. Props DrewAPicture, closes #21503. Lance Willett 2012-08-08 16:21:14 +00:00
  • bf2fe5d976 Twenty Twelve: make nav toggle button same height as other buttons. Lance Willett 2012-08-08 16:14:36 +00:00
  • fb349e634a Twenty Twelve: add polyfill JS for matchMedia rules, avoids JS error in older IE versions. See #21440. Lance Willett 2012-08-08 16:13:32 +00:00
  • ce84487878 Multisite: Fix the new get_space_used() function to correctly calculate Megabytes used and update some phpdoc. Props SergeyBiryukov. Peter Westwood 2012-08-08 07:17:33 +00:00
  • 5a45a59cb2 Declare, document, and protect $dbuser, $dbpassword, $dbname, $dbhost and $dbh in wpdb. Andrew Nacin 2012-08-08 06:28:57 +00:00
  • b3fb67a97d Lazy-load column info in wpdb. props pento. fixes #20838. Andrew Nacin 2012-08-08 06:24:59 +00:00
  • 4218686707 Introduce wpdb::get_charset_collate() to return the DEFAULT CHARACTER SET and COLLATE for use in table schemas. Andrew Nacin 2012-08-08 06:13:48 +00:00
  • aba535c65b Deprecate wpdb::supports_collation() in favor of wpdb::has_cap(). Andrew Nacin 2012-08-08 06:06:57 +00:00
  • 42b696ee44 Fix typo in wp_login_form(), props greenshady, fixes #21514 Andrew Ozz 2012-08-07 23:13:31 +00:00
  • 4e712ea44c TinyMCE: fix typo in button tooltips. Andrew Ozz 2012-08-07 03:28:20 +00:00
  • 249e32e96b Hide the charset setting for installs that have a charset of UTF-8 already. fixes #21507. Andrew Nacin 2012-08-07 03:10:59 +00:00
  • 142a33fd8e Compress scripts/styles: 3.5-alpha-21466. bumpbot 2012-08-06 22:58:30 +00:00
  • 1853c9127d Fix .screen-reader-text in RTL, see #21471 Andrew Ozz 2012-08-06 21:29:27 +00:00
  • c0784c5fc5 Twenty Twelve: update author archive markup and styles, props klagraff. Fixes #21494. Lance Willett 2012-08-06 21:05:02 +00:00
  • 49ef671550 Compress scripts/styles: 3.5-alpha-21463. bumpbot 2012-08-06 20:58:37 +00:00
  • 09aa0a56b8 Twenty Twelve: line-height style fixes, props chellycat. See #21486. Lance Willett 2012-08-06 20:48:47 +00:00
  • d38377a329 CSS cleanup: remove references to .wp-menu-toggle, props ocean90, fixes #21502 Andrew Ozz 2012-08-06 19:59:28 +00:00
  • 07a63e22e7 Compress scripts/styles: 3.5-alpha-21460. bumpbot 2012-08-06 18:58:29 +00:00