Commit Graph

  • 079288f0c8 Update autocomplete CSS to make nice with jQuery UI 1.9. Give ui-helper-hidden-accessible the same treatment as screen-reader-text. Props helenyhou. fixes #22166 Ryan Boren 2012-10-23 19:55:35 +00:00
  • db18f7c749 Use HiDPI image for nav menu item disclosure arrow. Props dd32. fixes #22240 Ryan Boren 2012-10-23 19:47:32 +00:00
  • 08dafbce51 Do not issue a Last-Modified header when issuing no-cache headers to avoid aggressive (webkit) caching. Serve a blank header when header_remove() is not available (PHP < 5.3). props andy. fixes #22258. Andrew Nacin 2012-10-23 15:45:44 +00:00
  • 819c562041 Remove unnecessary styling of an option element's padding. props SergeyBiryukov. fixes #22020. Andrew Nacin 2012-10-23 14:36:55 +00:00
  • eea42ad4c0 Remove unused delete style. props SergeyBiryukov. fixes #21196. Andrew Nacin 2012-10-23 14:30:40 +00:00
  • 8bccce8189 Reset box-sizing to toolbar CSS to avoid conflicts with themes. props betzster, fixes #21863. Andrew Nacin 2012-10-23 14:30:03 +00:00
  • 5f716ddfca Make some space for the Permalink preview to appear on post-new.php. props johnbillion, lessbloat. fixes #22184. Andrew Nacin 2012-10-23 14:28:01 +00:00
  • ffa6fd2e62 Prime post caches for the Recent Comments widget. props mitchoyoshitaka. see #15400. Andrew Nacin 2012-10-23 14:18:37 +00:00
  • abda77ed10 In wp_xmlrpc_server::_insert_post(), don't return an error if set_post_thumbnail() returns false when the attachment ID doesn't change. Ryan Boren 2012-10-23 14:08:20 +00:00
  • abd1718828 A more generic message for wp_upload_dir(). Props nacin. fixes #21796 Ryan Boren 2012-10-23 13:49:00 +00:00
  • 323143dedd Improve the contextual help for the comment bubble in the 'In Response To' column. Props lessbloat. fixes #19788 Ryan Boren 2012-10-23 13:37:18 +00:00
  • 307979a247 Avoid notices in _remove_theme_support(). Props alex-ye, SergeyBiryukov. fixes #22246 Ryan Boren 2012-10-23 13:20:40 +00:00
  • d79af224f7 i18n: Fix the usage of sprintf replacements in the user management admin page. See #22260. Peter Westwood 2012-10-23 11:32:41 +00:00
  • e64c828f44 i18n: Fix the usage of sprintf replacements in the Multisite Network Admin new site page. See #22260. Peter Westwood 2012-10-23 11:30:09 +00:00
  • 4b3f786b40 i18n: Fix the usage of sprintf replacements in the Multisite admin include files. See #22260. Peter Westwood 2012-10-23 11:28:36 +00:00
  • 44682216a8 i18n: Fix the usage of sprintf replacements in the Multisite include files. See #22260. Peter Westwood 2012-10-23 11:27:20 +00:00
  • d69a863ac2 Compress scripts/styles: 3.5-beta2-22269. bumpbot 2012-10-22 22:58:34 +00:00
  • 1380819bfe Improve visible focus in the admin, props lessbloat, fixes #21324 Andrew Ozz 2012-10-22 19:51:51 +00:00
  • b246624b4f Correctly assign post_parent to attachments uploaded in the new media modal. fixes #22085, see #21390. Daryl Koopersmith 2012-10-22 17:40:06 +00:00
  • be210ffb13 Fix typo in phpdoc. Props SergeyBiryukov. fixes #20429 Ryan Boren 2012-10-22 12:44:28 +00:00
  • b270741ecd Compress scripts/styles: 3.5-beta2-22265. bumpbot 2012-10-19 22:58:33 +00:00
  • 8bc27f2c58 Don't wp_cache_add() stdClass objects in get_post() to avoid polluting the cache with incomplete or otherwise compromised objects. Ryan Boren 2012-10-19 21:53:17 +00:00
  • b697208eef Adminmenu: fix folded height and shadow inconsistencies, props webord, fixes #21998 Andrew Ozz 2012-10-19 21:32:34 +00:00
  • 469a3d226b Make the admin menu and toolbar work well on mobile devices, props georgestephanis, see #20614 Andrew Ozz 2012-10-19 18:31:21 +00:00
  • 5c5f22332a Enter the semicolon. Props F J Kaiser, SergeyBiryukov. fixes #21393 Ryan Boren 2012-10-18 13:06:39 +00:00
  • 6da3f40a96 Remove bogus optional value for get_cat_ID(). (Incorrect usage will result in a warning.) props Latz. fixes #21201. Andrew Nacin 2012-10-18 01:40:42 +00:00
  • e260aa0e7a Remove set_time_limit() from sites.php. Props dllh. fixes #19486 see #21521 Ryan Boren 2012-10-17 21:40:31 +00:00
  • 361ecbb452 If posts is an empty array, bail from set_found_posts(). If posts is null or otherwise empty proceed through set_found_posts(). This accommodates caching plugins such as Advanced Post Cache that force posts to be empty for later population but still require the found_posts_query filter to run. Ryan Boren 2012-10-17 20:57:23 +00:00
  • 4cb0404e13 Populate WPLANG site option when setting up a network. Props SergeyBiryukov. fixes #21726 Ryan Boren 2012-10-17 20:29:53 +00:00
  • 194e2775b8 Don't create {$blog_id}_user-settings, {$blog_id}_user-settings-time, and {$blog_id}_dashboard_quick_press_last_post_id user options when a super admin visits a site they aren't a member of. Instead, rely solely on the wp-settings cookie. Ryan Boren 2012-10-17 18:58:09 +00:00
  • e033812490 Pass each url in ping_sites through esc_url_raw() upin save. This ensures the urls have a valid protocol and avoids "Unable to parse URL" warning in WP_Http. Props SergeyBiryukov. fixes #21966 Ryan Boren 2012-10-17 17:44:40 +00:00
  • 44a84d7b06 Correct phpdoc for wpdb::bail(). wp_die() is issued when show_errors is true, not false. Props SergeyBiryukov. fixes #22211 Ryan Boren 2012-10-17 13:11:45 +00:00
  • 716617804c Allow numbers in screen option IDs. Fixes setting posts per page for custom post types containing 0-9. Props SergeyBiryukov. fixes #18323 Ryan Boren 2012-10-17 13:09:17 +00:00
  • 7f2fa09f5c Compress scripts/styles: 3.5-beta2-22252. TinyMCE updated. bumpbot 2012-10-16 22:58:39 +00:00
  • c0ca932fe1 Editor: fix setting wpActiveEditor when TinyMCE is not used, see #21718 Andrew Ozz 2012-10-16 22:01:30 +00:00
  • 2f8193421c Tab indexes: when tabbing out of the editors make sure the next focused element is the expected/default action, fix focusing the next field when picking a date for future post, props lessbloat, fixes #21340 Andrew Ozz 2012-10-16 21:38:35 +00:00
  • 7c30ff0dcb Accessibility shortcuts: new looks and fix for the WebKit focus bug, props lessbloat, fixes #21471 Andrew Ozz 2012-10-16 21:26:59 +00:00
  • 1d02d4bf27 Return WP_User objects when querying 'all' fields with WP_User_Query. Allow passing stdClass or WP_User to the WP_User constructor. Ryan Boren 2012-10-16 20:05:40 +00:00
  • 9e8cd23bdb Add attachment display settings to the media modal. Daryl Koopersmith 2012-10-16 19:25:17 +00:00
  • c593ca433a TinyMCE: fix showing popup buttons on images in WebKit, fixes #22188 Andrew Ozz 2012-10-16 18:16:29 +00:00
  • b8b5c89522 Add a down arrow button. see #21598, #21390, #21813. Daryl Koopersmith 2012-10-16 15:42:34 +00:00
  • 10677cdac8 Pass the result of the the_preview filter through get_post() to ensure the post is filtered and of type WP_Post. fixes #22162 Ryan Boren 2012-10-16 13:48:07 +00:00
  • 655a2e51e7 Return WP_Error when no editor is selected. Props markoheijnen. see #6821 Ryan Boren 2012-10-16 13:46:00 +00:00
  • 55b4a66c55 Add button groups. see #21598, #21390. Daryl Koopersmith 2012-10-16 13:34:01 +00:00
  • 06399b2d14 Compress scripts/styles: 3.5-beta2-22241. bumpbot 2012-10-15 22:58:34 +00:00
  • 8cca27df25 In populate_network(), distinguish between upgrading from single to multisite and creating a new network in an existing multisite environment. When creating a new network steps related to setting up the main site must be skipped since the main site is created after populate_network() runs. Further, the global should not be modified since populating a new network does not involve switching to that network and making it current. fixes #22090 Ryan Boren 2012-10-15 21:41:29 +00:00
  • 201729df85 Revise and combine button selectors. Daryl Koopersmith 2012-10-15 21:25:25 +00:00
  • 436bdde04c Replace the sanitize loop at the end of WP_Query::get_posts() with an array_map of get_post(). get_post() will ensure each object in the loop is sanitized and is of the type WP_Post. see #22162 Ryan Boren 2012-10-15 20:42:57 +00:00
  • 55337e8c98 Make <button> elements inherit font settings. fixes #22201, see #21598. Daryl Koopersmith 2012-10-15 19:14:58 +00:00
  • 2ec630204a Consolidate buttons CSS into a single file. Daryl Koopersmith 2012-10-15 14:55:29 +00:00
  • 2fa64d3930 Optimize wp_update_nav_menu_item() for high performance. Only query items for a menu when we need them. Update items after updating its meta so the meta cache can be leveraged. see #22189. Andrew Nacin 2012-10-15 14:27:16 +00:00
  • 8267b431a0 In nav menus, avoid firing the magic WP_Post getter for potentially non-existent properties, which results in a metadata cache hit. see #22189. Andrew Nacin 2012-10-15 14:19:45 +00:00
  • 32687208c3 Prime post term caches for nav menu items. Avoid doing so in frontend template functions as it remains unneeded there. see #22189. Andrew Nacin 2012-10-15 14:17:50 +00:00
  • 70c394fb79 Avoid queries in wp_unique_post_slug() for nav menu items. see #22189. Andrew Nacin 2012-10-15 14:13:57 +00:00
  • b7b4a12cfd Defer the meta_id-fetching query until after comparison of the previous value, so that redundant calls to update_metadata() can bail without making that query. props nacin. fixes #22191 Mark Jaquith 2012-10-15 05:51:38 +00:00
  • c29cae6fd4 Remove whitespace from around the WP_Post/get_post SQL string. Andrew Nacin 2012-10-15 03:08:43 +00:00
  • 4d01cd49ed Duplicate comments should be allowed under a different comment parent. props andy. fixes #21609. Andrew Nacin 2012-10-14 17:06:37 +00:00
  • bb5d96a722 jQuery Masonry for uploaded custom headers. props zamoose. fixes #20346. Andrew Nacin 2012-10-14 17:05:16 +00:00
  • 0721d15f0c Replace the hard coded version and PHP/MySQL requirements in update-core.php by pulling in the new version.php file during installation. Fixes #22015 #11639. See #21789 Dion Hulse 2012-10-14 03:47:36 +00:00
  • 832a3f51a3 When upgrading a site to/from a Beta, alpha, or non-stable release, overwrite any existing bundled themes & plugins with the version from the release zip. See #21789 Dion Hulse 2012-10-14 02:14:17 +00:00
  • 70f79ffef3 Fix typo and don't always return false from image_make_intermediate_size(). props gandham, see #22181. Andrew Nacin 2012-10-13 06:46:17 +00:00
  • 64849177a9 3.5-beta2. Andrew Nacin 2012-10-12 23:31:17 +00:00
  • d1b1bdfe8c Compress scripts/styles: 3.5-beta1-22223. TinyMCE updated. bumpbot 2012-10-12 22:58:48 +00:00
  • 217c37b516 Have wp_upload_dir() account for blog switching, ms-files rewriting, and the UPLOADS constant properly. This type of logic needs a lot of code comments. Andrew Nacin 2012-10-12 22:05:02 +00:00
  • bf02be2b60 Display gallery and attachment MCE views as inline blocks. Make gallery MCE view wrappers block level. see #21390, #21813, #21815. Daryl Koopersmith 2012-10-12 18:41:38 +00:00
  • 4966b15409 Properly align MCE attachment views. Daryl Koopersmith 2012-10-12 18:36:21 +00:00
  • 18b3efaf52 MCE Views: Add alignment styles for generic views. Daryl Koopersmith 2012-10-12 18:32:12 +00:00
  • 192e8e8065 POT, generated from r22217 potbot 2012-10-12 17:19:11 +00:00
  • a2445aef9b Twenty Eleven image optimization, compress PNG files a bit more. Lance Willett 2012-10-12 16:41:15 +00:00
  • e092ce7546 Twenty Ten: better spacing for rows of in-content page links. Props iandstewart, fixes #16570. Lance Willett 2012-10-12 16:32:34 +00:00
  • 0026eb9c10 Twenty Ten image optimization, compress JPG and PNG files a bit more. Lance Willett 2012-10-12 16:27:21 +00:00
  • df938da26c Twenty Ten and Eleven: remove invalid rel attribute generator from footer markup, see #22095. Lance Willett 2012-10-12 16:13:37 +00:00
  • 8c890aa154 Twenty Eleven: remove invalid pubdate value from time elements. See #22095. Lance Willett 2012-10-12 16:12:14 +00:00
  • 990d50661c Add a nonce to wp_ajax_save_attachment. see #21390, #21807. Daryl Koopersmith 2012-10-12 16:02:45 +00:00
  • 678b2e0695 Style <small> element in default themes a bit smaller than normal text, props obenland. Fixes #22109. Lance Willett 2012-10-12 15:24:23 +00:00
  • 60a44a0865 MCE Views: First pass at keystroke and insertion handling. Daryl Koopersmith 2012-10-12 03:28:22 +00:00
  • 1a57c4623c POT, generated from r22208 potbot 2012-10-12 00:19:09 +00:00
  • 4af634578a MCE Views: Add selection/deselection when a view is clicked. Daryl Koopersmith 2012-10-11 23:52:09 +00:00
  • ab72140469 Twenty Twelve: remove invalid rel attribute generator from footer markup, see #22095. Lance Willett 2012-10-11 23:40:23 +00:00
  • 96c3ade4b5 Twenty Twelve: remove invalid pubdate value from time elements. See #22095. Lance Willett 2012-10-11 23:39:24 +00:00
  • 5ed25cf4a8 POT, generated from r22204 potbot 2012-10-11 23:19:52 +00:00
  • 936cf22c7a Compress scripts/styles: 3.5-beta1-22204. bumpbot 2012-10-11 22:58:47 +00:00
  • e775e06c24 Twenty Twelve: add missing reply link to post format templates, props obenland. Fixes #22169. Lance Willett 2012-10-11 22:26:06 +00:00
  • 205501dac7 POT, generated from r22201 potbot 2012-10-11 22:19:14 +00:00
  • 093fd9bb1d Twenty Twelve: implement better support for IE7 and IE8 (don't use mobile menu). See #22044. Lance Willett 2012-10-11 22:07:06 +00:00
  • c2f4afe37e Media Modal: Check for empty keys when saving attachment captions. see #21390, #21807. Daryl Koopersmith 2012-10-11 21:37:44 +00:00
  • 1a766217d9 Twenty Eleven: escape i18n attributes as late as possible, props mfields. See #21756. Lance Willett 2012-10-11 21:30:42 +00:00
  • d6ef68fdc6 POT, generated from r22196 potbot 2012-10-11 20:19:00 +00:00
  • c77c6ae9cb Twenty Ten: escape i18n attributes as late as possible, fixes cases in loop.php -- props mfields. See #21756. Lance Willett 2012-10-11 20:12:40 +00:00
  • 9653d6f7ef Twenty Eleven: add rule to force override the fixed width for Twitter embeds. Props kovshenin, fixes #21680; see also r21637. Lance Willett 2012-10-11 20:10:47 +00:00
  • 23e63d1cbc Twenty Ten and Eleven: more elegant fix for long word overflow in sidebars. Also improves image resizing for images in widgets in Twenty Ten. Props obenland, fixes #21151; see #21503 also. Lance Willett 2012-10-11 20:02:33 +00:00
  • b35e7c1b03 Twenty Ten: allow page ancestors to have a visual "on" state, props mfields. Fixes #21647. Lance Willett 2012-10-11 19:57:10 +00:00
  • 51a14e8247 Twenty Eleven: show categories and tags only when supported by post type, using is_object_in_taxonomy() instead of only checking for 'post' post types. Props obenland, fixes #20922. Lance Willett 2012-10-11 19:53:35 +00:00
  • 167cc00a84 Check for WP_Error return from WP_Image_Editor::get_instance(). Ryan Boren 2012-10-11 18:59:41 +00:00
  • b70d912fe8 Twenty Twelve: set width for search input in widget context, to avoid dropping the submit button to a new line. Occurs in cases of localized installs where the submit text is wider than English, and seen in various Windows browsers. Fixes #22054. Lance Willett 2012-10-11 18:20:53 +00:00
  • da1fac02ad Trailing slash the URL for the 'Visit' link in network/sites.php. Andrew Nacin 2012-10-11 17:48:42 +00:00
  • 000f9e6140 Use wp_update_post() rather than wp_insert_post() in wp_publish_post() to avoid stomping of values like categories. props ericmann, fixes #22167. see #21963. Andrew Nacin 2012-10-11 17:36:59 +00:00
  • b7a3d32f3d Twenty Twelve: put back screen-reader-text selector, but just for site content (allows toolbar text to work correctly). See r22186 and #22025. Lance Willett 2012-10-11 17:36:46 +00:00
  • f58fb6ec19 Twenty Twelve: fix duplicate print CSS rules, props obenland. Fixes #22108. Lance Willett 2012-10-11 17:28:16 +00:00
  • 80ffc60d40 Twenty Twelve: improve skip link visibility, mimicing the core toolbar skiplink. Closes #22025, see #22087. Lance Willett 2012-10-11 17:17:55 +00:00