Commit Graph

13383 Commits

Author SHA1 Message Date
Peter Westwood ca3fead69d Ensure that QuickPress media uploads get attached to the auto-draft we create for new posts correctly. Fixes #10917 props ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@14815 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-23 07:58:06 +00:00
Dion Hulse b93faecc52 Introduce a 'post_updated' action, Fires when a post is updated, Post ID, Current and Previous post objects are passed. Updatewp_check_for_changed_slugs() to use new hook. See #12473
git-svn-id: https://develop.svn.wordpress.org/trunk@14814 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-23 07:49:21 +00:00
Peter Westwood 3581129c1f Don't output empty html wrappers if no page numbers. Fixes #13497 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@14813 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-23 07:43:07 +00:00
Dion Hulse 8381bd7a9b Fix potential notice in Upgrade process when failing part-way through. See #13171
git-svn-id: https://develop.svn.wordpress.org/trunk@14812 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-23 05:59:17 +00:00
Dion Hulse 11fac78a37 Ensure that the entire folder structure exists within the $needed_folders array before attempting to create folders. Fixes cases where the Zip file does not contain a node for a folder which contains subfolders without files in the same level. Fixes #13171
git-svn-id: https://develop.svn.wordpress.org/trunk@14811 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-23 05:56:31 +00:00
Dion Hulse 606e4106aa Ensure slashing of paths returned by WP_Filesystem_Base::find_folder() is consistent with the slashing of paths; Affects Windows machines using the Direct transport.
git-svn-id: https://develop.svn.wordpress.org/trunk@14810 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-23 05:54:32 +00:00
Dion Hulse 8bf25b8849 Correct the no-shake iphone check. See #13495
git-svn-id: https://develop.svn.wordpress.org/trunk@14809 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-23 00:26:13 +00:00
Ryan Boren e24b346263 Use subquery when finding detached objects. Props filosofo. fixes #13496
git-svn-id: https://develop.svn.wordpress.org/trunk@14808 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-22 23:05:35 +00:00
Ryan Boren d789bdf5d8 Add cat2tag converter to importer install list. see #13465
git-svn-id: https://develop.svn.wordpress.org/trunk@14807 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-22 22:54:52 +00:00
Peter Westwood cfc03c26e7 Shake not your iphone for an incorrect password. Fixes #13495
git-svn-id: https://develop.svn.wordpress.org/trunk@14806 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-22 21:31:14 +00:00
Peter Westwood cd7f4dfaa7 bump bump bump
git-svn-id: https://develop.svn.wordpress.org/trunk@14805 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-22 21:11:03 +00:00
Ryan Boren c219c46cbb Use filters instead of action in wp_login_form(). see #11172
git-svn-id: https://develop.svn.wordpress.org/trunk@14804 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-22 13:52:25 +00:00
Ryan Boren e939bd4e55 Email messages should be plain text. Props arena. see #13488
git-svn-id: https://develop.svn.wordpress.org/trunk@14803 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-22 13:48:38 +00:00
Peter Westwood 5e588b4ab4 Allow users to cancel email address changes. Fixes #13457 props mtdewvirus.
git-svn-id: https://develop.svn.wordpress.org/trunk@14802 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-22 07:53:59 +00:00
Andrew Nacin 2d64541566 Add post_updated_messages filter. Include explicit indexes in the arrays to make it easier for plugin authors to follow. fixes #13444.
git-svn-id: https://develop.svn.wordpress.org/trunk@14801 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-22 05:40:29 +00:00
Dion Hulse d0a1400321 Correct the ZipArchive opening test logic. See #13491
git-svn-id: https://develop.svn.wordpress.org/trunk@14800 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-22 05:09:08 +00:00
Andrew Nacin 6d0ed6f1ea Pixel sanity check. props filosofo, fixes #13470.
git-svn-id: https://develop.svn.wordpress.org/trunk@14799 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 23:35:37 +00:00
Andrew Nacin 1ac33a73c0 One more RTL tweak. props duck_, fixes #13441.
git-svn-id: https://develop.svn.wordpress.org/trunk@14798 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 23:34:10 +00:00
Andrew Nacin 0c09db7062 Most Recent tab for nav menu meta boxes for post types. props filosofo, see #13217.
git-svn-id: https://develop.svn.wordpress.org/trunk@14797 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 23:32:45 +00:00
Andrew Nacin e39ffe967d Script loader bump, and revert new orange that snuck in. see #13441.
git-svn-id: https://develop.svn.wordpress.org/trunk@14796 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 23:32:02 +00:00
Andrew Nacin 88e4640103 Various CSS fixes for nav menus and RTL. props duck_, fixes #13441.
git-svn-id: https://develop.svn.wordpress.org/trunk@14795 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 23:23:39 +00:00
Andrew Nacin 83ce9d9761 Less clunky export UI. see #10317
git-svn-id: https://develop.svn.wordpress.org/trunk@14794 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 21:39:35 +00:00
Ryan Boren 6d183a8505 Don't look for a fallback menu when a specific location is requested. Props tinkerpriest. see #13378
git-svn-id: https://develop.svn.wordpress.org/trunk@14793 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 20:28:11 +00:00
potbot 13bd107367 POT, generated from r14791
git-svn-id: https://develop.svn.wordpress.org/trunk@14792 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 20:22:02 +00:00
Andrew Nacin d5263992f6 Better escaping in 2010 attachment.php. fixes #13198, see [14789].
git-svn-id: https://develop.svn.wordpress.org/trunk@14791 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 19:32:01 +00:00
Ryan Boren 8cd95d95fe No need to double escape. Props s zeo. see #13198
git-svn-id: https://develop.svn.wordpress.org/trunk@14790 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 19:26:25 +00:00
Andrew Nacin 5eeb02d2ea Exclusion instead of inclusion for post types for lost attachment scan. Exclude attachments and any !public types, and don't consider attachments on unregistered post types to be lost. fixes #10911.
git-svn-id: https://develop.svn.wordpress.org/trunk@14789 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 19:23:52 +00:00
Andrew Nacin 5b7ecb587d Notice sanity check. fixes #13484, props etiger13.
git-svn-id: https://develop.svn.wordpress.org/trunk@14788 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 19:02:36 +00:00
Ryan Boren 3003eee549 Fix typo. Props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@14787 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 19:01:37 +00:00
Andrew Nacin 4a47793d2c In Twenty Ten, final pass on inline docs et al. props jorbin, zeo. fixes #12695.
git-svn-id: https://develop.svn.wordpress.org/trunk@14786 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 18:56:27 +00:00
Ryan Boren 55ef03d2fd Update phpdoc for wp_insert_term(). Props prettyboymp. fixes #12482
git-svn-id: https://develop.svn.wordpress.org/trunk@14785 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 18:19:56 +00:00
Ryan Boren 90ae6fa7f8 If slug and name match an existing term in the same taxonomy at the same hieararchy level return error. fixes #13481
git-svn-id: https://develop.svn.wordpress.org/trunk@14784 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 18:03:53 +00:00
Ryan Boren b7f90a2046 Check for siblings only if term already exists in the same taxonomy. see #13119
git-svn-id: https://develop.svn.wordpress.org/trunk@14783 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 16:03:35 +00:00
Andrew Nacin 43d4f742b9 Some sanity checks -- make sure we have a valid post author user object before checking if the current user is the author.
git-svn-id: https://develop.svn.wordpress.org/trunk@14782 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 15:15:32 +00:00
Andrew Nacin 3dd5d1edd4 False alarm, something else is going on here. Revert [14780], restore [14695]. see #13317.
git-svn-id: https://develop.svn.wordpress.org/trunk@14781 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 15:08:07 +00:00
Andrew Nacin b5ce43f348 Revert [14695]. We need to be a bit less strict. see #13317.
git-svn-id: https://develop.svn.wordpress.org/trunk@14780 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 15:03:54 +00:00
Ryan Boren ffed6e8554 Fix showing selected for none. Props johnbillion. fixes #13468
git-svn-id: https://develop.svn.wordpress.org/trunk@14779 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 14:35:39 +00:00
Ryan Boren 3bb7cdf6c3 Remove cat/tag importer from list of tools. see #13465
git-svn-id: https://develop.svn.wordpress.org/trunk@14778 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 14:17:41 +00:00
Dion Hulse 6f7e81416b Clone Objects in add_option()/update_option() to prevent storing PHP5 object references in memory cache. See [9740]. Fixes #13480
git-svn-id: https://develop.svn.wordpress.org/trunk@14777 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 14:15:59 +00:00
Dion Hulse 997c0f8087 We're not as bold as some people make us out to be. Move the maximum upload size from a Heading to a paragraph text. Fix screen formatting on Multisite when over quota. see #12853
git-svn-id: https://develop.svn.wordpress.org/trunk@14776 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 12:57:49 +00:00
Andrew Nacin f9de14b1a7 Custom background UI updates. Add padding to radio buttons, also convert repeat/title to radio buttons. props JohnONolan, see #12186.
git-svn-id: https://develop.svn.wordpress.org/trunk@14775 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 03:31:35 +00:00
Andrew Nacin fc29f5f077 New screen options tab design. props JohnONolan, fixes #13477.
git-svn-id: https://develop.svn.wordpress.org/trunk@14774 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 03:20:25 +00:00
Andrew Nacin fff44ccfd1 Less passive voice and improved language.
git-svn-id: https://develop.svn.wordpress.org/trunk@14773 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 02:31:50 +00:00
Andrew Nacin fd3a2be9dd Fix nav menu locations sorting. props jorbin, koopersmith with assists. see #13378.
git-svn-id: https://develop.svn.wordpress.org/trunk@14772 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-20 22:43:14 +00:00
Peter Westwood 46f12c5a8b First pass of conversion of theme-compat to the I18N version of the files. See #12425
git-svn-id: https://develop.svn.wordpress.org/trunk@14771 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-20 21:53:11 +00:00
Andrew Nacin 48b57724dd Shake away old files during the upgrade process. see #13307.
git-svn-id: https://develop.svn.wordpress.org/trunk@14770 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-20 21:44:33 +00:00
Peter Westwood 02e53f9a8f bumpity
git-svn-id: https://develop.svn.wordpress.org/trunk@14769 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-20 21:43:18 +00:00
Peter Westwood a6e3d28d3e Restore some more "Show on screen" headers. See #13393.
git-svn-id: https://develop.svn.wordpress.org/trunk@14768 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-20 21:29:45 +00:00
Ryan Boren 3a4313186a Some explanatory text for the theme locations box. see #13378
git-svn-id: https://develop.svn.wordpress.org/trunk@14767 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-20 21:25:25 +00:00
Peter Westwood 82a44c5a3b Attempt to make stripslashes_deep object safe. See #12860
git-svn-id: https://develop.svn.wordpress.org/trunk@14766 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-20 21:16:44 +00:00