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 |
|
Ryan Boren
|
e88dc2d87d
|
Set show_ui to true for post and page. Exclude _builtin = true from areas where we need to special case builtin types. fixes #13403
git-svn-id: https://develop.svn.wordpress.org/trunk@14713 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 16:39:36 +00:00 |
|
Ryan Boren
|
77ab66972b
|
Update _fill_many_users() phpdoc. Props miqrogroove. see #13319
git-svn-id: https://develop.svn.wordpress.org/trunk@14712 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 16:23:35 +00:00 |
|
Ryan Boren
|
1c93bc2006
|
Introduce get_term_feed_link(). Use it in wp_list_categories(). Props blepoxp. see #13058
git-svn-id: https://develop.svn.wordpress.org/trunk@14711 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 16:21:12 +00:00 |
|
potbot
|
184c9c4efa
|
POT, generated from r14709
git-svn-id: https://develop.svn.wordpress.org/trunk@14710 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 08:22:16 +00:00 |
|
Andrew Nacin
|
9dcd604e6f
|
Refer to the right codex article. props MichaelH, see #12695.
git-svn-id: https://develop.svn.wordpress.org/trunk@14709 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 06:52:47 +00:00 |
|
Andrew Nacin
|
c7cd6fcedb
|
In Twenty Ten, documentation and code improvements. see #12695.
git-svn-id: https://develop.svn.wordpress.org/trunk@14708 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 06:36:11 +00:00 |
|
Andrew Nacin
|
ea2b0f17e3
|
Various minor tweaks to file-level phpdoc in Twentyten. props dremeda. see #12695.
git-svn-id: https://develop.svn.wordpress.org/trunk@14707 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 06:32:03 +00:00 |
|
potbot
|
fbf599eaa6
|
POT, generated from r14705
git-svn-id: https://develop.svn.wordpress.org/trunk@14706 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-17 00:21:09 +00:00 |
|
Ron Rennick
|
54a5f090ab
|
more use get_blogaddress_by_name, see #12735
git-svn-id: https://develop.svn.wordpress.org/trunk@14705 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 23:00:48 +00:00 |
|
Ron Rennick
|
dcb7c7cb13
|
use get_blogaddress_by_name in wp-signup, see #12735
git-svn-id: https://develop.svn.wordpress.org/trunk@14704 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 22:36:58 +00:00 |
|
Ron Rennick
|
cff1c00885
|
use network_home_url in get_blogaddress_by_name, see #12735
git-svn-id: https://develop.svn.wordpress.org/trunk@14703 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 22:21:06 +00:00 |
|
Ron Rennick
|
179273030a
|
improvements to get_home/site_url, props andreasnrb + code cleanup, see #12735
git-svn-id: https://develop.svn.wordpress.org/trunk@14702 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 21:58:31 +00:00 |
|
Peter Westwood
|
5aa105a6af
|
First pass at making the scan for lost attachments custom post type aware. See #10911.
git-svn-id: https://develop.svn.wordpress.org/trunk@14701 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 21:24:40 +00:00 |
|
Peter Westwood
|
fec613607a
|
Use the attachment metadata to get the size infomation rather than making an HTTP request for the image in the attachment template.
git-svn-id: https://develop.svn.wordpress.org/trunk@14700 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 21:02:34 +00:00 |
|
Peter Westwood
|
a0740155c5
|
Make get_attachment_metadata() loop safe.
git-svn-id: https://develop.svn.wordpress.org/trunk@14699 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 21:00:00 +00:00 |
|
Andrew Nacin
|
baf3a2a41e
|
Twenty Ten documentation and functions.php improvements. see #12695.
git-svn-id: https://develop.svn.wordpress.org/trunk@14698 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 20:53:36 +00:00 |
|
Peter Westwood
|
b0ff90ab6f
|
Bumpity
git-svn-id: https://develop.svn.wordpress.org/trunk@14697 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 20:48:09 +00:00 |
|
Peter Westwood
|
fd4a9ffa86
|
Switch to checking on tt_ids for the category lookup to ensure in_array call is PHP4 compatible. See #13410
git-svn-id: https://develop.svn.wordpress.org/trunk@14696 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 20:47:18 +00:00 |
|
Peter Westwood
|
8d94af2efd
|
Don't return data for user 1 when passed in junk like an array. See #13317.
git-svn-id: https://develop.svn.wordpress.org/trunk@14695 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 20:34:02 +00:00 |
|
Ron Rennick
|
c77318be51
|
observe fileupload_maxk in media uploader, see #12853
git-svn-id: https://develop.svn.wordpress.org/trunk@14694 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 20:09:56 +00:00 |
|
Ron Rennick
|
07bca9ef99
|
boldly go where no man has gone before, see #12853
git-svn-id: https://develop.svn.wordpress.org/trunk@14693 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 18:44:51 +00:00 |
|
Andrew Nacin
|
719af15b71
|
@subpackage cannot have spaces.
git-svn-id: https://develop.svn.wordpress.org/trunk@14692 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 17:10:21 +00:00 |
|
Peter Westwood
|
2702a216c4
|
Fix remaining notice when using closures. Fixes #10493 props scribu.
git-svn-id: https://develop.svn.wordpress.org/trunk@14691 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 13:41:02 +00:00 |
|
Peter Westwood
|
bfb56d204b
|
Fix notices/usage of closures as action/filter handlers. Fixes #10493 based on patch from scribu.
git-svn-id: https://develop.svn.wordpress.org/trunk@14690 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 08:10:39 +00:00 |
|
Andrew Nacin
|
542dea5b25
|
Use p instead of definition list for allowed tags in comment_form(). props demetris. Style the new markup in Twenty Ten. see #10910.
git-svn-id: https://develop.svn.wordpress.org/trunk@14689 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 06:38:58 +00:00 |
|
Andrew Nacin
|
9cd335bdcd
|
Remove unnecessary and out-of-place Twenty Ten filter. Also, tabs not spaces. see #13198.
git-svn-id: https://develop.svn.wordpress.org/trunk@14688 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 06:26:18 +00:00 |
|
Andrew Nacin
|
5f287dcb6d
|
Clarify that link_before and link_after text for wp_list_pages also applies to the current page which doesn't actually have a link. fixes #12247.
git-svn-id: https://develop.svn.wordpress.org/trunk@14687 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 06:11:43 +00:00 |
|
Andrew Nacin
|
2839ecfd01
|
First pass at fixing search for add menu item boxes. props koopersmith, see #13283.
git-svn-id: https://develop.svn.wordpress.org/trunk@14686 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 05:39:53 +00:00 |
|
Andrew Nacin
|
d7e1bbb65b
|
Show updated message after resetting or removing the background image. see #12186.
git-svn-id: https://develop.svn.wordpress.org/trunk@14685 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 05:38:14 +00:00 |
|
Andrew Nacin
|
ae5af53f10
|
Custom background UI updates. props ocean90 for initial patch, see #12186.
git-svn-id: https://develop.svn.wordpress.org/trunk@14684 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 05:17:57 +00:00 |
|
Andrew Nacin
|
d7130b8341
|
i18n a string. props zeo, fixes #12896
git-svn-id: https://develop.svn.wordpress.org/trunk@14683 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-16 03:49:50 +00:00 |
|
Ron Rennick
|
95694cb813
|
show upload limit in media upload UI, see #12853
git-svn-id: https://develop.svn.wordpress.org/trunk@14682 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-15 23:57:32 +00:00 |
|