summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Expand)AuthorAgeFilesLines
* Run the_title through sanitize_title()donncha2007-09-101-2/+4
* Sanitize domain and email. Fixes #417donncha2007-09-101-5/+9
* Moved mu-plugins stuff into wpmu-functions.phpdonncha2007-08-231-0/+499
* No more linkcategoriesdonncha2007-08-091-4/+3
* This should avoid invalid emails when site_name isn't set. Thanks Barry! (fix...donncha2007-08-071-4/+8
* Addslashes to the default value when caching. Reset your cache if you're affe...donncha2007-08-061-2/+2
* Escape site_option keys for sql queriesdonncha2007-08-061-9/+16
* Don't double slash the blog title, fixes #398, props Vimmdonncha2007-08-061-1/+0
* Misc Updates, added "get_most_recent_post_of_user()"donncha2007-07-241-15/+52
* This should fix #355.donncha2007-06-201-0/+2
* Add upload_path to new blogs, fixes #352, thanks jdubdonncha2007-06-111-0/+1
* Add "blogname" to "get_blogs_of_user()"donncha2007-06-111-0/+1
* Make sure site_admins is an arraydonncha2007-06-011-1/+1
* Don't need this sqldonncha2007-05-231-1/+0
* Added load_muplugin_textdomain() and minor translation change. fixes #313donncha2007-05-231-3/+13
* change wp_cache_set to wp_cache_adddonncha2007-04-181-5/+8
* 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