summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Expand)AuthorAgeFilesLines
* No need to switch blogdonncha2007-04-131-2/+0
* Speed up switching and caching significantly (experimental!)donncha2007-04-091-0/+41
* Update site option if it's already there in add_site_optiondonncha2007-03-291-1/+5
* Make sure errors are hidden when adding blogsdonncha2007-03-291-3/+3
* Added delete_blog_option() (fixes #290)donncha2007-03-271-0/+5
* No need for these globals (fixes #285)donncha2007-03-221-1/+2
* Fix activate linkdonncha2007-03-201-1/+2
* No more mangled URLs when creating blogs through a www. url hopefullydonncha2007-03-121-7/+2
* Must use site_id in sitemeta queries and cachingdonncha2007-03-121-8/+8
* Fix check for blogs if not using wp_ as a prefixdonncha2007-03-121-1/+1
* Added get_user_id_from_string()donncha2007-02-131-2/+16
* WP Merge to rev 4854donncha2007-02-011-8/+0
* Fixed path to activation page for user-only registrations (fixes #234)donncha2007-01-241-1/+2
* Make install blog routine a bit more resilien, fixes (#232), thanks vdachevdonncha2007-01-231-1/+1
* Better logic for getting blogs of userdonncha2007-01-221-3/+5
* Make graceful_fail() pluggable by defining it in mu-plugins/00misc.php (see #...donncha2007-01-221-1/+0
* get_settings -> get_option (fixes #230)donncha2007-01-221-4/+4
* Add "category_description" to the default category INSERTS. Fixes (#199)donncha2007-01-091-2/+2
* is_blog_user() is now blog_id aware (Matt)donncha2006-12-151-16/+27
* WP Merge to rev 4534donncha2006-11-271-15/+0
* WP Merge to 4524donncha2006-11-241-0/+15
* Redo the banned domain checkdonncha2006-11-151-1/+7
* Turn off error display (fixed #184)donncha2006-11-131-1/+1
* WP Mergedonncha2006-11-071-2/+43
* WP Merge - needs testing.donncha2006-10-091-88/+61
* We don't need wpmu_update_cache() or wpmu_get_cache() when we have wp_cache_*()donncha2006-10-021-39/+8
* Filter blog list (fixes #163)donncha2006-09-281-4/+1
* Use UPLOADS constant and update blogs.php (fixes #168)donncha2006-09-281-1/+1
* Don't reset cookies during signup/activation (thanks Ryan)donncha2006-09-271-1/+3
* Don't update blog's last_updated field when comments/trackbacks are posted or...donncha2006-09-181-4/+0
* Redirect to REFERER if possible.donncha2006-09-131-5/+10
* Added site option "admin_email" and use that for registration and other email...donncha2006-09-121-4/+16
* Check that banned email list is an array. (fixes #121)donncha2006-08-231-3/+10
* Added "ban email domains" (#110)donncha2006-08-031-44/+59
* WP Mergedonncha2006-08-011-7/+6
* Update blog_count once an hour!donncha2006-07-171-5/+1
* Hide errors.donncha2006-07-121-0/+2
* MySQL 5 needs a proper datetime (#71)donncha2006-07-111-1/+1
* WP Mergedonncha2006-07-061-2/+2
* $switch before we get_option in get_blog_option()donncha2006-07-041-1/+4
* Test if email address has been used in a signup alreadydonncha2006-07-041-3/+15
* Fixed #54donncha2006-07-031-1/+1
* Forgot to add the check for $wp_roles in restore_blog.. (#50)donncha2006-06-281-1/+5
* Sync some filesdonncha2006-06-281-9/+5
* Some meta information goes in blog options, others into wp_blogs. (should fix...donncha2006-06-281-1/+3
* Create blogroll category and link2cat records for default links.donncha2006-06-281-1/+9
* Check that $wp_roles exists (http://mu.wordpress.org/forums/topic.php?id=965&...donncha2006-06-281-3/+5
* Applied redirection patch from bug #27.donncha2006-06-271-14/+14
* Create $illegal_names if it's not created during install. (fixes #36)donncha2006-06-261-0/+4
* Installer, signup and vhosts lookup fixesdonncha2006-06-231-4/+3