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 |
Dion Hulse
|
794017b16b
|
Do not perform a plugin search for an empty string on the Installed plugins screen. Clicking "Search Plugins" without a term would result in "No plugins to show". See #13451
git-svn-id: https://develop.svn.wordpress.org/trunk@14743 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 13:07:26 +00:00 |
Dion Hulse
|
3c5ac11419
|
Allow for an empty search result set on the Installed Plugin searching, ie. when a non-existent term is searched. Fixes #13451
git-svn-id: https://develop.svn.wordpress.org/trunk@14742 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 13:04:24 +00:00 |
Mark Jaquith
|
c3ba440221
|
Add AYS notice on unsaved menu changes. see #12472
git-svn-id: https://develop.svn.wordpress.org/trunk@14741 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 09:56:02 +00:00 |
Mark Jaquith
|
e71536c7e3
|
Remove trailing tabs from nav-menu.dev.js
git-svn-id: https://develop.svn.wordpress.org/trunk@14740 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 08:44:28 +00:00 |
Mark Jaquith
|
bb442c8899
|
Add missing border to media upload frame. fixes #13430. props ocean90
git-svn-id: https://develop.svn.wordpress.org/trunk@14739 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 07:03:24 +00:00 |
Andrew Nacin
|
dcfc4351c2
|
Rename wp_save_nav_menu_item to wp_save_nav_menu_items. Though it could handle one item, it expects a mess of post data containing an array of menu items. see #13447.
git-svn-id: https://develop.svn.wordpress.org/trunk@14738 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 05:59:43 +00:00 |
Mark Jaquith
|
25d5809ba3
|
Misc HTML validation fixes. see #13383. props jshreve
git-svn-id: https://develop.svn.wordpress.org/trunk@14737 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 05:32:39 +00:00 |
Mark Jaquith
|
63811b31e6
|
Use global_terms_enabled() api function. props nacin.
git-svn-id: https://develop.svn.wordpress.org/trunk@14736 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 05:23:18 +00:00 |
Mark Jaquith
|
029fa3a7d5
|
Revert accidental inclusion of another patch in [14734]. Doh. Reviewing that one next!
git-svn-id: https://develop.svn.wordpress.org/trunk@14735 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 05:15:06 +00:00 |
Mark Jaquith
|
3aebd43d6f
|
Cast global_terms_enabled to bool before doing checked() so that FALSE matches as well as 0.
git-svn-id: https://develop.svn.wordpress.org/trunk@14734 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 05:12:01 +00:00 |
Ron Rennick
|
fb1ec15763
|
don't use both /blog & /index.php on main site permalinks, see #13106
git-svn-id: https://develop.svn.wordpress.org/trunk@14733 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 03:42:55 +00:00 |
Ron Rennick
|
185624ff30
|
restore single WP permalink settings per 2.9.X, related #13106, see #13303
git-svn-id: https://develop.svn.wordpress.org/trunk@14732 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-19 03:15:59 +00:00 |
Mark Jaquith
|
e91260238e
|
Correctly set Featured Post Image link after removing/updating. fixes #13033. props PotterSys
git-svn-id: https://develop.svn.wordpress.org/trunk@14731 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 22:14:52 +00:00 |
Mark Jaquith
|
dafdd33220
|
Add nonce protection for setting/removing featured post image. fixes #13438
git-svn-id: https://develop.svn.wordpress.org/trunk@14730 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 22:08:49 +00:00 |
Ryan Boren
|
b8a9ec8972
|
Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@14729 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 20:14:03 +00:00 |
Ryan Boren
|
683beac99a
|
Remove interface.js. Unmaintained, doesn't work with jQuery 1.3, old, crusty, starting to smell like Miss Havisham's cake. fixes #13442
git-svn-id: https://develop.svn.wordpress.org/trunk@14728 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 18:34:36 +00:00 |
Ryan Boren
|
f93aebd433
|
Remove taxonomy children cache purge. see #11866
git-svn-id: https://develop.svn.wordpress.org/trunk@14727 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 15:33:32 +00:00 |
Ryan Boren
|
c61dc41101
|
Remove old metaboxorder settings. see #13424
git-svn-id: https://develop.svn.wordpress.org/trunk@14726 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 15:30:05 +00:00 |
Ryan Boren
|
bc086f5cad
|
Add nonce to menu-locations-save. Props koopersmith. see #13378
git-svn-id: https://develop.svn.wordpress.org/trunk@14725 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 15:16:58 +00:00 |
Ryan Boren
|
51518f24be
|
Allow removing all categories via quick edit. Props duck_. fixes #13397
git-svn-id: https://develop.svn.wordpress.org/trunk@14724 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 15:08:05 +00:00 |
Ryan Boren
|
aab2aeaa75
|
Fix adding categories via bulk edit. Props duck_. see #13397
git-svn-id: https://develop.svn.wordpress.org/trunk@14723 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 15:03:54 +00:00 |
Ryan Boren
|
797463a31a
|
Use check_ajax_referer()
git-svn-id: https://develop.svn.wordpress.org/trunk@14722 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 14:51:15 +00:00 |
Andrew Nacin
|
e005e28966
|
Inline docs for menu location functions. props jorbin, see #13378.
git-svn-id: https://develop.svn.wordpress.org/trunk@14721 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 05:59:25 +00:00 |
Andrew Nacin
|
c624e0da90
|
Use echo esc_html, not esc_html_e, which also translates.
git-svn-id: https://develop.svn.wordpress.org/trunk@14720 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 04:58:18 +00:00 |
Andrew Nacin
|
7e6f346bdd
|
Translate some hard-coded strings. props PeteMall.
git-svn-id: https://develop.svn.wordpress.org/trunk@14719 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 04:41:08 +00:00 |
Andrew Nacin
|
cb75ebbb54
|
Remove autocomplete and codepress. for autocomplete, see #13283. for codepress, see #13307.
git-svn-id: https://develop.svn.wordpress.org/trunk@14718 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 03:48:22 +00:00 |
Ron Rennick
|
8c74a6057e
|
die in non-async upload in [14716], see #12853
git-svn-id: https://develop.svn.wordpress.org/trunk@14717 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 01:34:01 +00:00 |
Ron Rennick
|
38036c72b9
|
only die on async upload error, see #12853
git-svn-id: https://develop.svn.wordpress.org/trunk@14716 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 01:25:13 +00:00 |
Andrew Nacin
|
560acd7b63
|
Save menu locations meta box via ajax. see #13378.
git-svn-id: https://develop.svn.wordpress.org/trunk@14715 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 23:58:56 +00:00 |
Ryan Boren
|
b5f90239b8
|
Don't allow clicking the[+] tab when it is active. Props koopersmith. fixes #13333
git-svn-id: https://develop.svn.wordpress.org/trunk@14714 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 16:43:41 +00:00 |