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 |
|
Andrew Nacin
|
1356037d95
|
Remove non-gzipped version of tinymce. Brace for impact. props azaozz. see #13307.
git-svn-id: https://develop.svn.wordpress.org/trunk@14765 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 21:05:16 +00:00 |
|
Ron Rennick
|
7951e68e6f
|
move importers to plugin repo, see #13307
git-svn-id: https://develop.svn.wordpress.org/trunk@14764 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 20:54:28 +00:00 |
|
Peter Westwood
|
059ad3e24f
|
Revert [14755] as this breaks post_meta importing. See #12860.
git-svn-id: https://develop.svn.wordpress.org/trunk@14763 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 19:44:30 +00:00 |
|
Ryan Boren
|
9a7b926d5c
|
Fix quoting. see #13465
git-svn-id: https://develop.svn.wordpress.org/trunk@14762 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 19:43:52 +00:00 |
|
Ryan Boren
|
ac71984568
|
Menu styling fixes for IE. Props filosofo, ocean90. fixes #13388 #13348
git-svn-id: https://develop.svn.wordpress.org/trunk@14761 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 19:33:57 +00:00 |
|
Ryan Boren
|
280901e0e5
|
WP_Importer class. Props briancolinger. see #13034
git-svn-id: https://develop.svn.wordpress.org/trunk@14760 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 19:22:38 +00:00 |
|
Ryan Boren
|
68144f6136
|
Add install links to the importer list if popular importers are not present. see #13465
git-svn-id: https://develop.svn.wordpress.org/trunk@14759 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 19:20:25 +00:00 |
|
Ryan Boren
|
2b7ea0729b
|
Make the next available tab active after deleting a tab. Props koopersmith. fixes #13338
git-svn-id: https://develop.svn.wordpress.org/trunk@14758 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 16:57:48 +00:00 |
|
Andrew Nacin
|
6b959a5790
|
RTL updates. props yoavf. see #13233.
git-svn-id: https://develop.svn.wordpress.org/trunk@14757 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 14:56:20 +00:00 |
|
Andrew Nacin
|
89bc55a218
|
Remove AYS for deleting a menu item. fixes #13330.
git-svn-id: https://develop.svn.wordpress.org/trunk@14756 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 14:55:11 +00:00 |
|
Ron Rennick
|
af102213aa
|
add_metadata() already stripslashes & unserializes metadata, fixes #12860
git-svn-id: https://develop.svn.wordpress.org/trunk@14755 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-20 03:47:25 +00:00 |
|
Ron Rennick
|
705e174f02
|
strip slashes from site name during network install, fixes #13448
git-svn-id: https://develop.svn.wordpress.org/trunk@14754 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 20:43:53 +00:00 |
|
Andrew Nacin
|
1db32f4b9f
|
Context and translator comments for revisions column names. props dimadin, fixes #13434.
git-svn-id: https://develop.svn.wordpress.org/trunk@14753 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 19:20:22 +00:00 |
|
Ryan Boren
|
9fef68880d
|
Meta box and screen option phpdoc and cleanup. Props hakre. fixes #13017
git-svn-id: https://develop.svn.wordpress.org/trunk@14752 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 19:11:33 +00:00 |
|
Ryan Boren
|
b6d8dbf426
|
Order menu tabs by name. Allow passing args to wp_get_nav_menus() which are passed on to get_terms(). Default orderby for wo_get_nav_menus() to none since most requests won't care about order. fixes #13334
git-svn-id: https://develop.svn.wordpress.org/trunk@14751 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 18:52:37 +00:00 |
|
Ryan Boren
|
8203d22175
|
Fix pages setup in setup_postdata(). Props misterbisson. fixes #12651
git-svn-id: https://develop.svn.wordpress.org/trunk@14750 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 18:39:48 +00:00 |
|
Ryan Boren
|
efff0fe8bb
|
Fix viewing autosave revision for custom post types. Props duck_. fixes #13110
git-svn-id: https://develop.svn.wordpress.org/trunk@14749 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 18:36:52 +00:00 |
|
Ryan Boren
|
4528488d8e
|
Don't subsitute a translated string into a translated string. Props dimadin. fixes #13357
git-svn-id: https://develop.svn.wordpress.org/trunk@14748 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 18:18:26 +00:00 |
|
Peter Westwood
|
cfa9702197
|
Mark the ULs containing child pages in the page Walker. Fixes #13254 props GDragoN.
git-svn-id: https://develop.svn.wordpress.org/trunk@14747 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 17:24:28 +00:00 |
|
Ryan Boren
|
00d3a91437
|
Show local time when a UTC offset is selected. Props ktdreyer. fixes #13408
git-svn-id: https://develop.svn.wordpress.org/trunk@14746 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 16:25:55 +00:00 |
|
Ryan Boren
|
d97fc1a61a
|
Add docs for ->insert_id. Props scribu. fixes #13439
git-svn-id: https://develop.svn.wordpress.org/trunk@14745 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 16:07:42 +00:00 |
|
Ryan Boren
|
e25c7e1935
|
Order pages in menu box by menu_order, title. Props filosofo. see #13329
git-svn-id: https://develop.svn.wordpress.org/trunk@14744 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 14:34:29 +00:00 |
|