Commit Graph

  • dd171a6767 Add missing i18n comment for a hard-coded string. Props Nao, fixes #11654 Andrew Nacin 2010-02-19 13:39:41 +00:00
  • 343447e5a0 Fallback to PclZip in the event that ZipArchive cannot handle a given archive properly. Close the Zip handle when we're done as well. Fixes #12230 Dion Hulse 2010-02-19 10:59:32 +00:00
  • 32ad16e1e8 Update get_user_option()'s PHPDoc Comment to remove mentions of blog options. See #11615 Dion Hulse 2010-02-19 10:49:07 +00:00
  • 5c9b1907a7 Make better use of $wp_query->get_queried_object() instead of duplicating its functionality. See [13143] Dion Hulse 2010-02-19 10:45:29 +00:00
  • ec9ee88c2d Remove Unneeded the_post/rewind_posts() calls, Add a "No posts for this archive" type message to the loop. See #9015 Dion Hulse 2010-02-19 10:41:15 +00:00
  • 897529ea59 More Taxonomy cap checks. See #12035 Dion Hulse 2010-02-19 10:26:44 +00:00
  • 7cdc6568d0 First pass at giving taxonomies a show_ui param. See #10773 Dion Hulse 2010-02-19 10:21:29 +00:00
  • 81e3891ed8 Use the public query param instead of show_ui to determine if the Post Type is displayable. Props jfarthing84. See #9674 Dion Hulse 2010-02-19 10:05:13 +00:00
  • 9760997180 Rename the new 'themes_loaded' hook to 'after_setup_theme' to prevent confusion as to what it actually does & where its fired from. Fixes #12231 Dion Hulse 2010-02-19 10:00:00 +00:00
  • 5028f2ccbb Fix $post_type handling/passing in the Taxonomy edit links. Fix the Tag selection query var for edit.php in the Posts links. See #12270, See #11838 Dion Hulse 2010-02-19 09:54:18 +00:00
  • 249da10ef7 More Taxonomy cap checks. See #12035 Dion Hulse 2010-02-19 09:33:50 +00:00
  • 4c9f9b02eb Update Text_Diff. Props simek. Fixes #9467 Andrew Nacin 2010-02-19 01:25:26 +00:00
  • fa77333608 Some more phpdoc bits for functions.php. Props miqrogroove, fixes #12215 Andrew Nacin 2010-02-19 01:08:39 +00:00
  • 4d2c75d785 Assume WP_DEBUG is defined in wpdb. Remove unnecessary constant() calls. Ensure DB_COLLATE defined as empty string doesn't override default Multisite collation. fixes #12041, see #11644 Andrew Nacin 2010-02-19 01:03:58 +00:00
  • fbd6ccfb3a Fix double escaping in wp_getComments. Props josephscott. fixes #12281 for trunk Ryan Boren 2010-02-19 00:28:23 +00:00
  • 139f4ba5d1 Allow more special characters in wp_generate_password() second pass. props sivel, see #12159 Andrew Nacin 2010-02-19 00:03:36 +00:00
  • 5921acfa63 Bail early for favicon.ico requests so we don't load WP twice. Props azaozz, sivel. Fixes #3426 Andrew Nacin 2010-02-18 23:41:50 +00:00
  • ea0b2aacf0 Move deprecated pluggable functions to a new file to lower their profile. Also throw deprecated warnings if a plugin defines a deprecated pluggable function. See #11388 Andrew Nacin 2010-02-18 23:17:06 +00:00
  • 96c01c0018 Add Youtu.be short URLs and Smugmug to the default oEmbed providers. Props Viper007Bond, fixes #11556, fixes #12157 Andrew Nacin 2010-02-18 22:43:52 +00:00
  • 6c53a37d5b Move more references from default to WP_FALLBACK_THEME. To make 'default' theme transition smoother in the future. Peter Westwood 2010-02-18 22:09:06 +00:00
  • 6ac95a1b86 jQuery UI 1.7.2. fixes #11595 Ryan Boren 2010-02-18 20:49:16 +00:00
  • 561dd7050a Deny commenting on any post with a non-public status. see #9674 Ryan Boren 2010-02-18 20:08:35 +00:00
  • b6cf7b637e Don't use array_fill_keys() as it is PHP5 only. see #9674 Ryan Boren 2010-02-18 20:03:04 +00:00
  • f17505ed9f Don't include internal post types in the total. see #9674 Ryan Boren 2010-02-18 20:01:10 +00:00
  • 15f2f0bda1 add_settings_error fixes. Props jeremyclarke. fixes #11474 Ryan Boren 2010-02-18 19:43:44 +00:00
  • 2bf79cc5e8 revert [13036], change not consistent with MU, See #11644 Ron Rennick 2010-02-18 15:40:19 +00:00
  • bca05ce950 Sync checkboxes only for categories, some white space cleanup, props kevinB, fixes #12244 Andrew Ozz 2010-02-18 11:20:15 +00:00
  • 5318997d5f Display robots.txt even on blogs with 0 posts on the home page. See #12256 Dion Hulse 2010-02-18 10:57:49 +00:00
  • e4d483efa2 Fix the 'colors' meta-css src (boolean) value generating parse_url errors, fixes #11820 Andrew Ozz 2010-02-18 10:30:28 +00:00
  • 6ea8ad96ef Clean attachment cache when reattaching, fixes #11647 Andrew Ozz 2010-02-18 07:43:35 +00:00
  • 4d65e83ef9 Allow tab to intent in plugin/theme editors. Reverts first pass, [13131]. Props azaozz, fixes #12204 Andrew Nacin 2010-02-18 05:14:48 +00:00
  • 13584938e1 Use background-position, as background-position-x has incomplete browser support (Webkit and IE6+ only, no Firefox or Opera). See #12186 Andrew Nacin 2010-02-18 04:46:40 +00:00
  • f1eb009074 Add defaults for background option radios. see #12186 Ryan Boren 2010-02-18 03:12:05 +00:00
  • 1cd2f4c113 Use background-position-x. Props iammattthomas. see #12186 Ryan Boren 2010-02-18 03:01:45 +00:00
  • f3a3e63a5b introduce post & comment classes, props skeltoac, See #12267 Ron Rennick 2010-02-18 01:52:37 +00:00
  • 5d1cb7981a Add some options to custom background admin. Needs styling. see #12186 Ryan Boren 2010-02-18 00:14:56 +00:00
  • a4107f75c1 Add initial WP_DEBUG define to wp-config-sample.php and suggest plugin/theme developers use it. Fixes #12236 Andrew Nacin 2010-02-17 20:36:00 +00:00
  • 5f268b6d43 Don't require a default category for post types other than 'post'. see #9674 Ryan Boren 2010-02-17 20:33:29 +00:00
  • 09b549a5f8 Remove STYLE_DEBUG constant, SCRIPT_DEBUG now handles both scripts and CSS. Fixes #12237 Andrew Nacin 2010-02-17 20:25:51 +00:00
  • 936ea0c300 Modify style of new "Privacy On" admin header indicator. props scottbasgaard, fixes #12211 Andrew Nacin 2010-02-17 20:16:54 +00:00
  • ce56f13f5e Fix meta-sep divider on gallery items in twentyten, see #9015 Matt Thomas 2010-02-17 19:32:11 +00:00
  • 163919a4d8 Comment form output tweaks. Props beaulebens. see #10910 Ryan Boren 2010-02-17 19:28:03 +00:00
  • ae57a8a0a9 Adding single-column, no sidebar page template to twentyten. See #9015 Matt Thomas 2010-02-17 19:05:39 +00:00
  • b67384850d Give the visual editor a max-width that matches the content width in twentyten Matt Thomas 2010-02-17 18:50:48 +00:00
  • 0ac0e76299 Option validation error reporting. Props jeremyclarke. see #11474 Ryan Boren 2010-02-17 17:50:42 +00:00
  • 61f02ae2fb Better inline documentation for WP_DEBUG, WP_DEBUG_DISPLAY, and WP_DEBUG_LOG. Fixes #11987 Andrew Nacin 2010-02-17 13:14:45 +00:00
  • 997bc6bedd Fix notices, props sivel. Fixes #12122 Andrew Nacin 2010-02-17 12:26:47 +00:00
  • 5745de2119 Fix suppressed notice in wpdb::get_caller(). Props arena, fixes #11721 Andrew Nacin 2010-02-17 12:13:34 +00:00
  • 663ab7e478 Flag post statuses as public, private, protected, or internal. Add flags for showing the type in the admin all query and the admin status list. see #9674 Ryan Boren 2010-02-16 21:13:44 +00:00
  • 6ce57fbc72 Add optional post ID arg to get_comments_link(). Props scribu. fixes #12249 Ryan Boren 2010-02-16 17:54:19 +00:00
  • 04a67c293e 2nd pass at Taxonomy Term canonicalisation. Fix get_term_link() to expect null|false||WP_Error failure from get_term() family. See #12245, #8948 Dion Hulse 2010-02-16 09:08:26 +00:00
  • 4f34a62779 Use esc_attr. Fixes #12211 Andrew Nacin 2010-02-16 04:16:52 +00:00
  • 5b5b870b16 Place a "Privacy On" mini-alert in the wp-admin header when it is on, to prevent people from accidentally delisting themselves from search engines. props scottbasgaard. fixes #12211 Mark Jaquith 2010-02-16 03:54:40 +00:00
  • 49d4b41207 Detect plugin output on activation, as well as fatal errors. props miqrogroove. fixes #12089 Mark Jaquith 2010-02-16 03:44:20 +00:00
  • 37e62c69f5 revert function rename from r13129 which broke the comments form. props beaulebens. see #9015 Mark Jaquith 2010-02-16 00:21:06 +00:00
  • 32766c9ff9 More and more, hosts are not using localhost for the MySQL connection. Reword the config setup text. props mrmist. fixes #11659 Mark Jaquith 2010-02-15 15:21:34 +00:00
  • a64273f056 Grammar fix, s/A item/An item/. Props aaroncampbell. See #11838 Dion Hulse 2010-02-15 10:00:43 +00:00
  • 343b2b1251 Init array in wpdb:get_results() and get_col_info(). Props UnderWordPressure, miqrogroove, fixes #10607 Andrew Nacin 2010-02-15 10:00:39 +00:00
  • 966c84021f Only show "Popular Terms" header when there is a tag cloud to show. see #11838 Andrew Nacin 2010-02-15 09:05:56 +00:00
  • 8c98828c2f Rename wp-includes/blogs.php to ms-blogs.php. See #11644 Andrew Nacin 2010-02-15 01:08:23 +00:00
  • c95a891437 Fix var name conflict in delete_site_option(), see #10788 Andrew Nacin 2010-02-14 23:30:31 +00:00
  • cc6a0a5d41 Twentyten whitespace cleanup, Wrap functions in function_exists() call to allow child themes to override them. Props sivel. See #9015 Dion Hulse 2010-02-14 21:39:20 +00:00
  • 8f009529bb Add 'themes_loaded' hook to run after parent/child themes have been included. See #9015 Dion Hulse 2010-02-14 21:27:55 +00:00
  • dc7a5f121c Add "Network Activate" option to Bulk Actions menu on plugins.php. See #11644, #12139 Andrew Nacin 2010-02-14 14:46:38 +00:00
  • ba884951f1 Fix notice in ms-options.php. See #11644 Andrew Nacin 2010-02-14 14:08:36 +00:00
  • 307c874967 Improve updated messages in Media Library. Add plural strings, add Undo links for trash. Fixes #11402 Andrew Nacin 2010-02-14 13:17:31 +00:00
  • f67f4d7405 Use $wp_query->get_queried_object(). Also move wp_head() to end of <head>, see #9015. Andrew Nacin 2010-02-14 11:52:27 +00:00
  • a498c11da0 Update wp_get_http() to handle redirections on HEAD requests. Un-deprecate $red header to track total redirections. See #10624 Dion Hulse 2010-02-14 11:23:32 +00:00
  • c4da5360d4 Adjust regex for counting links in a comment when checking if it needs to be held for moderation. Also fix notice in wp_new_comment(). see #11830 Andrew Nacin 2010-02-14 10:59:37 +00:00
  • 907b4933c5 Disable Redirection on HEAD requests. See #10624 Dion Hulse 2010-02-14 10:41:07 +00:00
  • 9d476c2d66 Add hooks across options and transients APIs. Focuses on site transients/options functions. Attempts to standardize where possible. See #10788 Andrew Nacin 2010-02-14 10:39:46 +00:00
  • 2bfeae67c6 Replace $authordata usage with API, Restore "Also posted in.."/"Also tagged..." on taxonomy archives, Handle Excerpts for Asides correctly on Archives. See #9015 Dion Hulse 2010-02-14 10:02:38 +00:00
  • e7d1e80302 Introduce new get_generic_template() function for themes to use to bring in pieces of template. Use in twentyten for loop.php including. See #9015. Peter Westwood 2010-02-14 09:32:23 +00:00
  • af0d39b38b Skip intermediate sizes of a different aspect ratio than the original image when considering which image to use in image_get_intermediate_size(). fixes #12218 Mark Jaquith 2010-02-14 08:21:07 +00:00
  • 76091e3e9d Use automatic_feed_links() in twentyten, see #9015 Andrew Nacin 2010-02-14 08:07:55 +00:00
  • f33e66e512 Optimize single_post_title(), single_tag_title() & single_cat_title() to use WP_Query globals if available. Removes an extra DB Query in single_post_title() in most cases. Dion Hulse 2010-02-14 07:38:00 +00:00
  • 396f458c51 More cleanups of the options/transients APIs. More inline documentation, better return values (always true on success, false on failure). Only call actions that are after wpdb delete/update operations if the operation was successful. See #10788 Andrew Nacin 2010-02-14 07:21:15 +00:00
  • 68d7f0d172 Move the Loop into a separate file. Reduces code duplication and adds Gallery/Aside styling to all archive views. See #9015 Dion Hulse 2010-02-14 07:13:34 +00:00
  • daea21aade Revert r13103 and merely restrict \$content_width obeying to is_admin(). fixes #12146 Mark Jaquith 2010-02-14 06:34:47 +00:00
  • 79715e7a4c Whitespace, phpdoc, standard variable names, better return values for options and transients APIs. See #10788 Andrew Nacin 2010-02-14 06:17:42 +00:00
  • 4acf280647 home_url() returns a value, needs to be echoed in twentyten header and footer. See #9015 Andrew Nacin 2010-02-14 06:12:12 +00:00
  • d1e195db99 Use an expanded special character set when generating auth keys and salts via wp_generate_password(). Props sivel, see #12159 Andrew Nacin 2010-02-14 04:06:30 +00:00
  • fb08796f48 Actually remove stray line ref. [13135]. see #10396 Andrew Nacin 2010-02-14 03:28:34 +00:00
  • db5b2edbf6 Manual L10n JS strings in install.php. Remove stray line, see #13134 Andrew Nacin 2010-02-14 03:24:25 +00:00
  • ae5ba76658 First pass at allowing username/password selection upon install. Includes some extra cleanup of the patch. Props dancole. See #10396 Dion Hulse 2010-02-14 03:07:47 +00:00
  • 43d5926b6b Fall back to wp_generate_password() in setup-config.php if HTTPS request for secret keys fails. Also use pretty link to secret-key API, see #12159 Andrew Nacin 2010-02-14 02:47:45 +00:00
  • 0fc1312800 Use stripos() instead of strpos() with strtolower(). For PHP < 5 we have stripos() in compat.php. Fixes #11176 Andrew Nacin 2010-02-14 02:27:19 +00:00
  • b38b545ed4 Allow tab intents in plugin/theme editors. Utilizes the Tabby jQuery plugin, see #12204 Andrew Nacin 2010-02-14 02:14:59 +00:00
  • fa61e1409d Comments.php PHP cleanup. See #9015 Dion Hulse 2010-02-14 01:16:58 +00:00
  • c095bc880d Fix comment listing, Correct Indentations. See #9015 Dion Hulse 2010-02-14 01:12:51 +00:00
  • ba7701007b Formatting, Translations & Whitespace. Props ptahdunbar. See #9015 Dion Hulse 2010-02-14 01:00:22 +00:00
  • 0a4e820ba1 use current site domain for cookie domain when cookie domain not set, See #12142 Ron Rennick 2010-02-14 00:12:08 +00:00
  • 3da1c8bb17 Add ability to query by domain and/or path to get_blog_details(). Improve blog details caching. Use get_blog_details() in ms-settings.php so queries are cached. see #11644 Ryan Boren 2010-02-13 23:09:54 +00:00
  • 67bb939654 Move blogs table related functions to blogs.php. Include it before ms-settings.php so that caching API can be used instead of direct queries. see #11644 Ryan Boren 2010-02-13 22:35:11 +00:00
  • 4ce1c841cb install.php whitespace cleanup, inline docs, function @sinces, fixes #11491 Andrew Nacin 2010-02-13 20:40:42 +00:00
  • 9682c32c7b s/$blog/$blog_id/ as an argument in wp_dropdown_users(), for consistency, see #11086 Andrew Nacin 2010-02-13 20:17:15 +00:00
  • e2e67c91cb Don't query against entire users table in wp_dropdown_users() to be multisite friendly. Fixes #11086 Andrew Nacin 2010-02-13 20:12:08 +00:00
  • 0210cf3c6e Add is_multisite() check to wpdb::get_blog_prefix() to fix get_blog_prefix($blog_id) call on a non-MS install. See #11644 Andrew Nacin 2010-02-13 19:57:43 +00:00
  • a7c3d02452 Add trash to edit cap check. Ryan Boren 2010-02-13 19:05:10 +00:00
  • b39f3fd7f5 use object cache on get_blog_option on current blog, props sivel, See #11644 Ron Rennick 2010-02-13 18:56:50 +00:00