root/trunk/wp-includes/wpmu-functions.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1817 [1817] 07/03/09 13:13:59 donncha Move BLOGUPLOADDIR mod into it's own function and apply to upload_dir …
(edit) @1814 [1814] 07/03/09 10:34:02 donncha Bypass get_option() in get_blog_option(). option_* filter replaced by …
(edit) @1809 [1809] 07/02/09 09:25:59 donncha Changed wp_cache_add() to wp_cache_set()
(edit) @1808 [1808] 07/02/09 09:03:24 donncha Cache the results of get_id_from_blogname()
(edit) @1807 [1807] 07/02/09 09:02:41 donncha switch to blog once and use get_option() instead of calling …
(edit) @1804 [1804] 06/30/09 14:47:37 donncha Use switch_to_blog() for get_blog_option(), is it slower? See #980
(edit) @1789 [1789] 06/03/09 15:24:08 donncha Cache the current blog on non VHOST installs. Clear that cache when blog …
(edit) @1788 [1788] 05/29/09 17:36:06 donncha Clear the short blog details.
(edit) @1784 [1784] 05/26/09 16:33:07 donncha Use wp.org *_options functions. Init object cache when switching.
(edit) @1781 [1781] 05/26/09 15:37:25 donncha No post_category any more
(edit) @1779 [1779] 05/26/09 14:46:02 donncha Update checker uses transients rather than options now. Redirect those …
(edit) @1777 [1777] 05/26/09 13:48:25 donncha Move *site_options() functions into functions.php (and update them) Misc …
(edit) @1776 [1776] 05/21/09 14:46:07 donncha Big huge 2.8 merge. Some things are broken. Only for the brave.
(edit) @1771 [1771] 05/18/09 16:30:20 donncha Merged 2.7 branch into trunk
(edit) @1675 [1675] 02/20/09 13:16:51 donncha Merge from 2.7 branch. See #911
(edit) @1671 [1671] 02/19/09 17:57:52 donncha Merge from 2.7 branch
(edit) @1657 [1657] 02/11/09 17:54:46 donncha Show admin bar on every blog. See #883
(edit) @1652 [1652] 02/10/09 14:50:55 donncha Added "update_welcome_user_subject" and "update_welcome_subject" filters. …
(edit) @1647 [1647] 01/28/09 20:55:09 donncha Delete the capabilities and user_levels records correctly
(edit) @1646 [1646] 01/28/09 20:53:38 donncha These cache groups are set in wp-settings.php
(edit) @1644 [1644] 01/28/09 18:16:05 donncha Cast the cap_key as an array, just in case
(edit) @1641 [1641] 01/28/09 17:07:45 donncha Move update_blog_public() to wpmu-functions. No need to update blog option …
(edit) @1640 [1640] 01/28/09 14:43:49 donncha Added "is_user_spammy()" Check that user is not a spammer when logging in. …
(edit) @1639 [1639] 01/28/09 13:49:59 donncha Merge capabilities to preserve custom caps, fixes #753, props phlux0r
(edit) @1636 [1636] 01/27/09 18:30:23 donncha Fixed redirection for VHOST installs. Non VHOST will show a 404. See …
(edit) @1631 [1631] 01/27/09 11:59:45 donncha Move 404 catching code into a function fired off the "plugins_loaded" …
(edit) @1629 [1629] 01/27/09 11:38:41 donncha Make sure $ext is defined to avoid PHP warnings, fixes #865
(edit) @1625 [1625] 01/21/09 20:02:07 donncha Correct SQL, fixes #854
(edit) @1617 [1617] 01/20/09 20:59:14 donncha Added get_user_count()
(edit) @1607 [1607] 01/19/09 13:22:15 donncha Only use $current_user if the user_login is set
(edit) @1604 [1604] 01/19/09 12:54:06 donncha Avoid/hide harmless warning messages
(edit) @1584 [1584] 12/22/08 18:40:14 donncha Added WordPress? Admin Bar by Viper007Bond, …
(edit) @1574 [1574] 12/12/08 13:46:32 donncha Minor whitspace cleanups
(edit) @1565 [1565] 12/03/08 12:00:55 donncha Update primary_blog and source_domain in get_active_blog_for_user()
(edit) @1564 [1564] 12/03/08 11:49:32 donncha wp_revoke_user() is only defined in the dashboard. Code copied from …
(edit) @1561 [1561] 12/03/08 10:11:57 donncha Redirect user to their active blog, or the main blog dashboard, or the …
(edit) @1559 [1559] 12/02/08 13:44:43 donncha Use gmt time rather than blog time for last_updated
(edit) @1558 [1558] 12/01/08 17:57:20 donncha Set Hostname in phpmailer to current_site->domain
(edit) @1550 [1550] 11/26/08 21:00:59 donncha wpdb is used in this function
(edit) @1538 [1538] 11/24/08 13:02:21 donncha Added "get_blog_id_from_url()" whitespace cleanup
(edit) @1537 [1537] 11/24/08 12:44:36 donncha Minor fixes and whitespace moves
(edit) @1536 [1536] 11/24/08 12:15:49 donncha This was picking up wp_forums_capabilities, props mdawaffe
(edit) @1528 [1528] 11/19/08 15:23:15 donncha Added login link to new user password email
(edit) @1527 [1527] 11/19/08 14:52:15 donncha Added "reassign" parameter to remove_user_from_blog() to move posts and …
(edit) @1526 [1526] 11/19/08 14:19:32 donncha Added "wpmu_signup_user_notification_email" and …
(edit) @1504 [1504] 10/08/08 13:26:53 donncha Merge with WordPress? MU 2.6.2
(edit) @1492 [1492] 09/22/08 15:52:32 donncha No need to check the site_id in xmlrpc.php Use the current_blog for …
(edit) @1462 [1462] 09/02/08 16:17:18 donncha Check that we're not the "main blog" when deleting the current blog. Fixes …
(edit) @1461 [1461] 09/01/08 09:33:16 donncha Allow graceful_fail message to be filtered, props jamescollins, fixes #705
(edit) @1445 [1445] 08/25/08 16:03:04 donncha Missing )
(edit) @1442 [1442] 08/25/08 15:34:01 donncha Locale changes, minor code changes. from patches on #708, props …
(edit) @1433 [1433] 08/25/08 10:25:55 donncha Use the current site_id when activating a new blog, fixes #726, props …
(edit) @1426 [1426] 08/15/08 17:05:59 donncha Add user updates from 2.6 branch
(edit) @1413 [1413] 08/05/08 15:51:06 donncha New constant, BLOGUPLOADDIR so upload dir can be relocated. UPLOADBLOGSDIR …
(edit) @1412 [1412] 08/04/08 17:10:27 donncha Change ABSPATH . MUPLUGINDIR to WPMU_PLUGIN_DIR
(edit) @1405 [1405] 07/28/08 16:28:29 donncha Remove whitespace from usernames and domain names
(edit) @1395 [1395] 07/22/08 17:41:46 donncha Confirm addition of new users. fixes #630
(edit) @1392 [1392] 07/22/08 11:31:30 donncha Remove media button from tinymce editor because movie embed codes are …
(edit) @1387 [1387] 07/21/08 10:59:29 donncha Backup the object cache when switching and restore it afterwards.
(edit) @1385 [1385] 07/20/08 09:42:33 donncha Check VHOST properly
(edit) @1384 [1384] 07/18/08 10:18:19 donncha Strictly sanitize username or blogname. Strip "@" in blogname when using …
(edit) @1380 [1380] 07/17/08 14:30:24 donncha This "Flash uploader" message is in core now. fixes #682, thanks axelseaa
(edit) @1377 [1377] 07/16/08 14:06:33 donncha Don't redirect main blog 404s and unknown blogs to signup page by …
(edit) @1375 [1375] 07/15/08 20:27:49 donncha Added "get_id_from_blogname()" get_blog_details() can take blogname now.
(edit) @1372 [1372] 07/11/08 15:05:19 donncha Make sure username and blogname are alphanumeric only, fixes #523
(edit) @1371 [1371] 07/11/08 14:40:50 donncha No need for colon, fixes #660, thanks mypatricks.
(edit) @1368 [1368] 07/11/08 11:41:54 donncha Added "pre_site_option_*" and "site_option_*" filter
(edit) @1367 [1367] 07/11/08 11:31:05 donncha Fix signup meta information, fixes #674
(edit) @1364 [1364] 07/10/08 12:02:26 donncha Use $blogname instead of $blog_id to avoid conflicts with the global …
(edit) @1354 [1354] 07/07/08 15:35:43 donncha Only check the nonce on the signup page
(edit) @1353 [1353] 07/04/08 17:11:55 donncha Experimental signup nonce
(edit) @1331 [1331] 06/17/08 15:35:07 donncha Move locale setup into a filter, may fix #655
(edit) @1319 [1319] 06/04/08 15:46:25 donncha No need forthis debugging code
(edit) @1318 [1318] 05/29/08 11:24:01 donncha Don't restore blog so soon
(edit) @1310 [1310] 05/23/08 17:31:51 donncha Experimental: warn if blog_id is changed without switch_to_blog() being …
(edit) @1308 [1308] 05/23/08 15:09:10 donncha Use base_prefix instead of hardcoding the prefix, props luigisa, fixes …
(edit) @1307 [1307] 05/23/08 11:53:11 donncha Cache fixes when creating a new blog
(edit) @1304 [1304] 05/22/08 15:54:10 donncha Pass previous blod_id to action
(edit) @1298 [1298] 05/19/08 15:22:13 donncha Turn off object caching when WP_INSTALL is set
(edit) @1283 [1283] 05/12/08 10:31:16 donncha Add link to use browser upload rather than Flash uploader, props …
(edit) @1281 [1281] 05/09/08 17:28:14 donncha Clean up switching code. Don't switch to current blog. If using an object …
(edit) @1279 [1279] 05/09/08 12:26:31 donncha Added set_blog_id(), props rboren Use set_blog_id() when switching blogs
(edit) @1274 [1274] 05/07/08 20:10:04 donncha Suppress instead of "hide" db errors
(edit) @1269 [1269] 05/07/08 15:55:03 donncha No need for ScriptAculios? any more, fixes #616. props momo360modena
(edit) @1263 [1263] 04/24/08 14:57:30 donncha Cleanup wpmu-functions, fixes #607, props momo360modena
(edit) @1246 [1246] 04/18/08 15:12:11 donncha Check that user isn't a site_admin before deleting their blog 1 perms, …
(edit) @1245 [1245] 04/18/08 14:50:41 donncha Added text-decoration to default allowed styles, props kkwangen
(edit) @1237 [1237] 04/16/08 14:40:34 donncha Applied patch in #590 by momo360modena and fixed a minor bug with blog …
(edit) @1236 [1236] 04/15/08 14:32:56 donncha Reduce the number of styles allowed
(edit) @1235 [1235] 04/14/08 16:03:34 donncha Allow 'style' attribute, but filter the styles allowed
(edit) @1223 [1223] 04/09/08 14:55:12 donncha Allow "class" and "id" attributes because the WYSIWYG editor uses them …
(edit) @1222 [1222] 04/08/08 17:50:18 donncha Fix import upload size, fixes #571
(edit) @1221 [1221] 04/08/08 15:59:15 donncha Update the default category ID when it's changed, fixes #580, props …
(edit) @1220 [1220] 04/08/08 14:50:50 donncha suppress errors to hide install post query failure
(edit) @1218 [1218] 04/04/08 16:44:15 donncha Merged with WordPress? 2.5, unstable, only for testing
(edit) @1217 [1217] 03/27/08 11:36:31 donncha Strip class and id from html tags in kses
(edit) @1216 [1216] 03/21/08 15:32:22 donncha Use strpos, faster than preg_match
(edit) @1209 [1209] 03/13/08 15:57:06 donncha Return blog_id in create_empty_blog(), fixes #563, props v.guerard
(edit) @1208 [1208] 03/13/08 15:55:17 donncha Clean cache of old term_id, fixes #569, props chmac
(edit) @1207 [1207] 03/13/08 15:52:35 donncha gettext fixes, clean_url(). fixes #555, props momo360modena
Note: See TracRevisionLog for help on using the revision log.