westi
|
f05ee1844f
|
Switch to passing arrays instead of query strings to functions. Fixes #6647 props filosofo and hakre.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-08 08:34:39 +00:00 |
|
westi
|
9e4d80b259
|
Deprecate get_alloptions(). Fixes #4915 props nacin.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-08 08:29:55 +00:00 |
|
azaozz
|
eb130cc23e
|
Optimize scan for lost attachments, props johnjosephbachir, fixes #10911
git-svn-id: http://svn.automattic.com/wordpress/trunk@12655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-08 05:23:22 +00:00 |
|
azaozz
|
9532a2a4bb
|
Don't let "Crunching" overlap image name while uploading, props hakre, fixes #11447
git-svn-id: http://svn.automattic.com/wordpress/trunk@12654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-08 01:01:52 +00:00 |
|
westi
|
904b89dc9f
|
Run the old WPMU random_password filter in wp_generate_password(). Fixes #11746 props uglyrobot.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 20:49:04 +00:00 |
|
ryan
|
0d31c12db6
|
Use update and insert. Props DD32. fixes #6836
git-svn-id: http://svn.automattic.com/wordpress/trunk@12652 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 20:13:54 +00:00 |
|
ryan
|
083064e628
|
Revert extra bits that snuck in with [12650]
git-svn-id: http://svn.automattic.com/wordpress/trunk@12651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 19:55:48 +00:00 |
|
ryan
|
8c875db5b4
|
Assume current user of user ID is not passed. Props filosofo. fixes #11808
git-svn-id: http://svn.automattic.com/wordpress/trunk@12650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 19:45:57 +00:00 |
|
ryan
|
c0bbf8c1bc
|
Block comments for future posts and password protected posts (when password not provided). Props filosofo. fixes #11810 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@12647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 19:37:16 +00:00 |
|
ryan
|
4c92a634a3
|
User is_super_admin(). Props GIGALinux. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 15:52:22 +00:00 |
|
ryan
|
53324a6983
|
Deprecate is_site_admin. Props nacin. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 15:50:46 +00:00 |
|
azaozz
|
40efc5b7f4
|
Check if VHOST is defined in get_id_from_blogname()
git-svn-id: http://svn.automattic.com/wordpress/trunk@12643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 10:52:21 +00:00 |
|
azaozz
|
36b2df4606
|
When decompressing try to raw-inflate first, props dd32, fixes #11600
git-svn-id: http://svn.automattic.com/wordpress/trunk@12642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 10:26:33 +00:00 |
|
westi
|
c30c392e91
|
Allow people to attach PHP 5.3 Closures to filters and actions. Fixes #10493 props scribu.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 08:27:02 +00:00 |
|
westi
|
a3e49fff6e
|
Use like_escape to make safe search string for like queries.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 08:02:52 +00:00 |
|
westi
|
f1e8a2107a
|
Search using blog_id = blog_id not blog_id = search string . Fixes #11787 props Denis-de-Bernardy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 07:58:04 +00:00 |
|
azaozz
|
d4a604aaad
|
Bring over the site admin menu icon
git-svn-id: http://svn.automattic.com/wordpress/trunk@12638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 07:55:09 +00:00 |
|
westi
|
d759368680
|
Ensure that apage and num cannot have negative values. Fixes #11786 props Denis-de-Bernardy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 07:54:15 +00:00 |
|
westi
|
197cdd2bbb
|
Switch from create_function to a fixed function for the plugin page activation admin notice. Fixes #11763 props dd32.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 07:41:13 +00:00 |
|
westi
|
c7dae7d3be
|
phpDoc for ms-deprecated.php props nacin.
Make generate_random_password use wp_generate_password()
Fixes #11746.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 07:32:44 +00:00 |
|
azaozz
|
633cdd43e9
|
Silence error if TB iframe is loaded from another domain, see #6883
git-svn-id: http://svn.automattic.com/wordpress/trunk@12634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 05:55:26 +00:00 |
|
ryan
|
04c6f96f3f
|
Include ms.php if multisite
git-svn-id: http://svn.automattic.com/wordpress/trunk@12633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 04:33:41 +00:00 |
|
ryan
|
adf017f6b9
|
Strip trailing whites from ms files. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 04:27:46 +00:00 |
|
ryan
|
7725ad61f6
|
Minifiy ms.css. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 04:23:23 +00:00 |
|
ryan
|
43bfa1a300
|
Remove certain caps for non super admins when running multisite. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 04:05:53 +00:00 |
|
ryan
|
61d66570c8
|
Fix blogs menu item. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 03:43:54 +00:00 |
|
ryan
|
49cda5fdb6
|
Remove raquo. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 03:40:03 +00:00 |
|
ryan
|
92257b49ec
|
Cleanup titles. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 03:24:24 +00:00 |
|
ryan
|
2e2c820d20
|
Queue ms.css if multisite. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 02:33:53 +00:00 |
|
ryan
|
9b721a32c6
|
Queue ms.css if multisite. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 02:33:23 +00:00 |
|
ryan
|
ce33a91f95
|
Deprecate generate_random_password(). fixes #11746
git-svn-id: http://svn.automattic.com/wordpress/trunk@12624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 02:22:51 +00:00 |
|
ryan
|
eea7c0ee49
|
Better POST_BY_EMAIL logic. Props Denis-de-Bernardy. fixes #11752
git-svn-id: http://svn.automattic.com/wordpress/trunk@12623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 01:29:40 +00:00 |
|
ryan
|
fd475d2b38
|
s/wpmu/ms/ in file refs. Props Denis-de-Bernardy. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 00:30:53 +00:00 |
|
ryan
|
b13380665b
|
Add esc_attr to ms-users.php. see #11792
git-svn-id: http://svn.automattic.com/wordpress/trunk@12621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 00:25:02 +00:00 |
|
wpmuguru
|
8ab77e04e7
|
Change references to wpmu-edit.php - See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 00:24:03 +00:00 |
|
ryan
|
eb8636f479
|
Add esc_attr to ms-options.php. see #11782
git-svn-id: http://svn.automattic.com/wordpress/trunk@12619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 00:21:19 +00:00 |
|
ryan
|
dbe9b17271
|
Move wpmu_menu() logic into menu.php. Props Denis-de-Bernardy. fixes #11763
git-svn-id: http://svn.automattic.com/wordpress/trunk@12618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 00:17:13 +00:00 |
|
ryan
|
e0de5aa0a0
|
Add esc_attr to ms-sites.php. see #11782
git-svn-id: http://svn.automattic.com/wordpress/trunk@12617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 00:13:35 +00:00 |
|
ryan
|
45ec04e3e9
|
Deprecate argument. Never fallback to options table for user option requests. Props nacin. fixes #11615
git-svn-id: http://svn.automattic.com/wordpress/trunk@12616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 00:01:52 +00:00 |
|
ryan
|
1a8bb6d244
|
Make *_site_option() multisite awate. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 23:57:35 +00:00 |
|
ryan
|
dafffcae58
|
Show theme installer only to super admins. Props Denis-de-Bernardy. see #11763
git-svn-id: http://svn.automattic.com/wordpress/trunk@12614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 23:48:46 +00:00 |
|
ryan
|
fc23a88df8
|
Move some multisite menu checks directly into menu.php. see #11763
git-svn-id: http://svn.automattic.com/wordpress/trunk@12613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 23:41:03 +00:00 |
|
ryan
|
68073badbc
|
Return true for all admin user is multisite is not enabled. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 23:39:40 +00:00 |
|
ryan
|
5ba4a05d29
|
Introduce is_super_admin(). see #11644.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 23:27:22 +00:00 |
|
westi
|
53d810f260
|
Remove svn:executable property on new files. Fixes #11743 props Denis-de-Bernardy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 22:22:45 +00:00 |
|
ryan
|
f5e12260d4
|
Introduce is_multisite(). see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 20:19:35 +00:00 |
|
ryan
|
5fb2415de1
|
Remove link-import.php. fixes #11755
git-svn-id: http://svn.automattic.com/wordpress/trunk@12608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 20:10:37 +00:00 |
|
ryan
|
58148f6718
|
Remove edit-form.php again. fixes #11756
git-svn-id: http://svn.automattic.com/wordpress/trunk@12607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 20:09:39 +00:00 |
|
ryan
|
8a42022e27
|
Fix deprecate spelling. Props filosofo. fixes #11758
git-svn-id: http://svn.automattic.com/wordpress/trunk@12606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 20:05:44 +00:00 |
|
westi
|
336bec5923
|
Set svn-eolstyle on some files. See #11644.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-06 07:50:12 +00:00 |
|