Andrew Nacin
|
b30c9c252e
|
Some menu string improvements. props JohnONolan. see #13378.
git-svn-id: https://develop.svn.wordpress.org/trunk@14832 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-24 09:26:41 +00:00 |
|
Andrew Nacin
|
0aa0cde880
|
Menu tweaks. Save menu locations when saving the menu. Also, centralize theme support checks and add them to menu.php. Improve some branching. Remove some old JS vars, add a missing semicolon, etc. props koopersmith. see #13378.
git-svn-id: https://develop.svn.wordpress.org/trunk@14831 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-24 09:23:56 +00:00 |
|
Peter Westwood
|
aeca45f369
|
Check to see we have posts before calling the_post().
git-svn-id: https://develop.svn.wordpress.org/trunk@14830 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-24 08:40:02 +00:00 |
|
Peter Westwood
|
d83e614ab5
|
Check to see we have posts before calling the_post(). Fixes #13510 props dd32.
git-svn-id: https://develop.svn.wordpress.org/trunk@14829 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-24 08:33:51 +00:00 |
|
Peter Westwood
|
41bc31f294
|
Style the error messages in the installer.
git-svn-id: https://develop.svn.wordpress.org/trunk@14828 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-24 08:18:48 +00:00 |
|
Andrew Nacin
|
0ed95acd34
|
s/onclick/onClick/. props Gazzer from wp-testers.
git-svn-id: https://develop.svn.wordpress.org/trunk@14827 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-24 05:15:55 +00:00 |
|
Andrew Nacin
|
aceae2cfef
|
Properly format menu item title attributes and descriptions. props ryan, fixes #12864.
git-svn-id: https://develop.svn.wordpress.org/trunk@14826 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 22:56:51 +00:00 |
|
Andrew Nacin
|
d49e62fa35
|
Show warning in network.php if using a custom wp-content directory. fixes #11742.
git-svn-id: https://develop.svn.wordpress.org/trunk@14825 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 22:19:09 +00:00 |
|
Andrew Nacin
|
ec0823ce3e
|
Proper checks for current-menu-item. props duck_, fixes #13409.
git-svn-id: https://develop.svn.wordpress.org/trunk@14824 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 22:01:08 +00:00 |
|
Matt Thomas
|
f7b7608131
|
In twenty ten, make the dropdown menu's shadow fit to the width of the dropdown. Props wds-chris and ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@14823 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 22:01:03 +00:00 |
|
Peter Westwood
|
17eb59e79e
|
roll on tomorrow
git-svn-id: https://develop.svn.wordpress.org/trunk@14822 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 21:05:36 +00:00 |
|
Peter Westwood
|
3ae96b2e43
|
Make the signup type in the message for super admins translatable. Fixes #13506.
git-svn-id: https://develop.svn.wordpress.org/trunk@14821 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 21:05:04 +00:00 |
|
Ryan Boren
|
c3146bd1b5
|
Minify. see #11232
git-svn-id: https://develop.svn.wordpress.org/trunk@14820 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 16:00:55 +00:00 |
|
Dion Hulse
|
ce9cca9dd0
|
Provide some Before/After strings for Bulk Upgrades, Add a spinner whilst a upgrade is in process, Remove scrollbars on update iframe. Props ocean90. See #11232
git-svn-id: https://develop.svn.wordpress.org/trunk@14819 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 12:29:00 +00:00 |
|
Dion Hulse
|
87c99854d6
|
Increase height of Theme install thickbox to remove useless scrollbars. Props ocean90
git-svn-id: https://develop.svn.wordpress.org/trunk@14818 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 12:04:24 +00:00 |
|
Dion Hulse
|
cf29647f4a
|
Reset position after shaking the login screen, Fixes IE6 hiding the Remember Me & Login buttons. Props ocean90. Fixes #13495
git-svn-id: https://develop.svn.wordpress.org/trunk@14817 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 11:06:44 +00:00 |
|
Dion Hulse
|
bc726afc10
|
Better display handling of error messages during swfupload uploading. Fixes #12225
git-svn-id: https://develop.svn.wordpress.org/trunk@14816 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-23 10:59:52 +00:00 |
|
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 |
|