Commit Graph

13254 Commits

Author SHA1 Message Date
Nikolay Bachiyski 052f0a3766 I18n fixes for header.php in Twentyten. Props zeo. See #13198
git-svn-id: https://develop.svn.wordpress.org/trunk@14535 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 06:04:14 +00:00
Nikolay Bachiyski f7c2b55c6d I18n and whitespace fixes for functions.php in TwentyTen
git-svn-id: https://develop.svn.wordpress.org/trunk@14534 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 05:58:24 +00:00
Nikolay Bachiyski 8999c1f21b Move vcard span out of the translatable string. See #13198
git-svn-id: https://develop.svn.wordpress.org/trunk@14533 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 05:28:01 +00:00
Nikolay Bachiyski 906029f327 Twentyten attachment.php copy and i18n fixes. Props dimadin and zeo. See #13198
* Removed the Post a comment link, since it's not present on any other single post page
 * The text and link to the full-size image weren't clear and hard to i18n. Changed to Full size is 3872 × 2592 pixel, where the size is the link
 * Whitespace fixes


git-svn-id: https://develop.svn.wordpress.org/trunk@14532 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 05:11:11 +00:00
Andrew Nacin 3dd93e488b Some sortable improvements in the nav menu UI. props koopersmith, see #13220.
git-svn-id: https://develop.svn.wordpress.org/trunk@14531 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 04:51:57 +00:00
Andrew Nacin 1cdd8d707e Remove old code that breaks menu design rendering. props koopersmith, fixes #13311.
git-svn-id: https://develop.svn.wordpress.org/trunk@14530 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 04:49:52 +00:00
Ryan Boren 581779a30d Don't call wp_get_nav_menu_items() twice.
git-svn-id: https://develop.svn.wordpress.org/trunk@14529 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 01:11:04 +00:00
Ryan Boren ee0b76261b Allow turning off object_term and postmeta cache updates. Turn off object_term updates in the wp_get_nav_menu_items() get_posts() query to avoid useless taxonomy query.
git-svn-id: https://develop.svn.wordpress.org/trunk@14528 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-10 00:58:39 +00:00
Andrew Nacin 58837ee989 Remove codepress dir. see #13307.
git-svn-id: https://develop.svn.wordpress.org/trunk@14527 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 22:53:25 +00:00
Peter Westwood 14ea78ffa3 Bump Bump Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@14526 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 20:54:12 +00:00
potbot 2b2d4685c5 POT, generated from r14524
git-svn-id: https://develop.svn.wordpress.org/trunk@14525 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 12:21:55 +00:00
Peter Westwood 6847f8e171 Fix typos. Props Utkarsh.
git-svn-id: https://develop.svn.wordpress.org/trunk@14524 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 09:59:43 +00:00
Nikolay Bachiyski 10cedbb8b6 I18n fixes in Twentyten footer. Props zeo, see #13198
git-svn-id: https://develop.svn.wordpress.org/trunk@14523 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 09:29:06 +00:00
Mark Jaquith e69e6856e8 Omit extraneous argument. props coffee2code. fixes #10057
git-svn-id: https://develop.svn.wordpress.org/trunk@14522 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-09 07:22:10 +00:00
Andrew Nacin fd9b4855e6 Simplify is_post_type and is_post_type_hierarchical. Make them work like their taxonomy counterparts. see #12588.
git-svn-id: https://develop.svn.wordpress.org/trunk@14521 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 22:10:28 +00:00
Andrew Nacin 7ea215494e Allow menu items to be dropped on a parent item in addition to just being dragged to the right. props koopersmith, see #13220.
git-svn-id: https://develop.svn.wordpress.org/trunk@14520 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 21:56:53 +00:00
Peter Westwood 2e1947d51c Bumpity
git-svn-id: https://develop.svn.wordpress.org/trunk@14519 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 21:16:17 +00:00
Andrew Nacin 00ae9bee64 Adjust POP3 error checks in wp-mail.php. props solarissmoke, fixes #13163.
git-svn-id: https://develop.svn.wordpress.org/trunk@14518 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 19:34:59 +00:00
Andrew Nacin f04386cca0 Don't use WP_SITEURL and WP_HOME in multisite. fixes #13191.
git-svn-id: https://develop.svn.wordpress.org/trunk@14517 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 19:31:42 +00:00
Ron Rennick e3ee37d8a2 don't allow blog sub site in folder install, see #13304
git-svn-id: https://develop.svn.wordpress.org/trunk@14516 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 18:37:38 +00:00
Ron Rennick 74a627a09d consistency & simplicity in get_option(), see #12140
git-svn-id: https://develop.svn.wordpress.org/trunk@14515 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 18:05:16 +00:00
Ron Rennick 0d826fa206 add subdomain explanation to network install, see #12931
git-svn-id: https://develop.svn.wordpress.org/trunk@14514 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 15:43:00 +00:00
Ron Rennick 9c8a73aa37 add network install rule, filter & UI tweaks, see #12931
git-svn-id: https://develop.svn.wordpress.org/trunk@14513 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 15:25:33 +00:00
Peter Westwood e88177d901 Only hide the bulk actions and not the filters when no comments. Fixes #13193.
git-svn-id: https://develop.svn.wordpress.org/trunk@14512 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 10:10:41 +00:00
Matt Thomas f39f252c27 In Twenty Ten, keep the search widget lable from clashing with the search widget title. Props iandstewart.
git-svn-id: https://develop.svn.wordpress.org/trunk@14511 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 06:57:38 +00:00
Ron Rennick 9d47e01b62 add upload dir support to switch to blog, props ocean90, see #11998
git-svn-id: https://develop.svn.wordpress.org/trunk@14510 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 22:50:05 +00:00
Ron Rennick b5f96d7953 make end month in export inclusive, see #10317
git-svn-id: https://develop.svn.wordpress.org/trunk@14509 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 21:53:11 +00:00
Peter Westwood d670421940 I like alot of version numbers.
git-svn-id: https://develop.svn.wordpress.org/trunk@14508 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 21:07:19 +00:00
Peter Westwood 5b4e507d7d Restore the strtotime(). See #9285.
git-svn-id: https://develop.svn.wordpress.org/trunk@14507 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 20:57:23 +00:00
Ron Rennick 97af53477e include dates from all post types/stati. props michaelh, see #10317
git-svn-id: https://develop.svn.wordpress.org/trunk@14506 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 20:51:01 +00:00
Andrew Nacin c812b3a06b PHP4 compat in nav menu name truncation. props blepoxp, fixes #13295.
git-svn-id: https://develop.svn.wordpress.org/trunk@14505 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 20:49:45 +00:00
Andrew Nacin 2bead5daeb Allow duplicate emails (generally empty) if WP_IMPORTING to restore 2.9 behavior. props blepoxp, yoavf. fixes #13130. see r12778.
git-svn-id: https://develop.svn.wordpress.org/trunk@14504 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 20:35:04 +00:00
potbot ba8ab07ae2 POT, generated from r14502
git-svn-id: https://develop.svn.wordpress.org/trunk@14503 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 20:21:45 +00:00
Peter Westwood f5d0ab2f21 Don't cache option values while installing. See #12140.
git-svn-id: https://develop.svn.wordpress.org/trunk@14502 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 18:32:20 +00:00
Andrew Nacin 5c534591ae Make sure we're localizing the Gallery category in Twenty Ten. Use get_term_link because it can look up the category by the slug, instead of an extra get_cat_ID call. See [14350] for previous changes.
git-svn-id: https://develop.svn.wordpress.org/trunk@14501 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 18:13:20 +00:00
Andrew Nacin 1fcb5f3a63 Properly handle the wp_page_args filter in Twenty Ten. fixes #13293, props demetris.
git-svn-id: https://develop.svn.wordpress.org/trunk@14500 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 18:11:58 +00:00
Andrew Nacin c100b80c20 Fix start of week and SQL WEEK handling. props mdawaffe, fixes #10397.
git-svn-id: https://develop.svn.wordpress.org/trunk@14499 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 05:01:29 +00:00
Andrew Nacin ec9d233b8b Fix to is_post_type. props scribu, fixes #12588.
git-svn-id: https://develop.svn.wordpress.org/trunk@14498 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 04:57:23 +00:00
Andrew Nacin 40aa2e543b Fix warnings in WordPress importer. props briancolinger, fixes #13263.
git-svn-id: https://develop.svn.wordpress.org/trunk@14497 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 04:35:10 +00:00
Andrew Nacin 4b724a5d34 Use a more generic string for GUU plugins and themes, as inactive items aren't 'running.' fixes #12517.
git-svn-id: https://develop.svn.wordpress.org/trunk@14496 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 04:30:53 +00:00
Andrew Nacin 12985d307f Standardize returned array keys when output = 'names'. Return numeric keys. Standardizes get_object_taxonomies with get_taxonomies, get_post_types, and get_post_stati. props scribu. fixes #13109.
git-svn-id: https://develop.svn.wordpress.org/trunk@14495 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 03:24:47 +00:00
Andrew Nacin 8d35ae8161 Simple warning text for global terms. Probably not enough considering the sky will fall on your head if you enable them, but it's a start. fixes #12666.
git-svn-id: https://develop.svn.wordpress.org/trunk@14494 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 02:58:35 +00:00
Andrew Nacin 49416615b4 Add missing closing div tags to some edit-comments.php branches. props JohnONolan, fixes #13287.
git-svn-id: https://develop.svn.wordpress.org/trunk@14493 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 02:38:12 +00:00
Nikolay Bachiyski e076d0b0ac Use sprintf instead of interpolation in translatable strings. Props demetris, fixes #13286
git-svn-id: https://develop.svn.wordpress.org/trunk@14492 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 00:50:12 +00:00
Andrew Nacin a30c320a55 Bump memory_limit for admins in wp-admin. Should help in imports, upgrades, uploads, etc. props MarkJaquith.
git-svn-id: https://develop.svn.wordpress.org/trunk@14491 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-06 21:36:55 +00:00
Peter Westwood 85e9d665ee Make wp_get_shortlink() loop friendly. Fixes #13212 props ryan.
git-svn-id: https://develop.svn.wordpress.org/trunk@14490 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-06 21:20:17 +00:00
Peter Westwood 8e2343b6ba Bump the rev some more for the next nightly
git-svn-id: https://develop.svn.wordpress.org/trunk@14489 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-06 21:09:54 +00:00
Peter Westwood db366b0732 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@14488 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-06 20:54:05 +00:00
Peter Westwood dacd1c5623 Improve cross DST future post publishing behaviour to try and publish at the correct time if we have PHP5 timezone support available to help. Fixes #9285 props technosailor.
git-svn-id: https://develop.svn.wordpress.org/trunk@14487 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-06 20:40:29 +00:00
Andrew Nacin 7fcb6fef4b Use wp_cache_set instead of wp_cache_add in recent posts and archives widgets. props Denis-de-Bernardy, fixes #11580.
git-svn-id: https://develop.svn.wordpress.org/trunk@14486 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-06 20:40:10 +00:00