summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Collapse)AuthorAgeFilesLines
...
* This should avoid invalid emails when site_name isn't set. Thanks Barry! ↵donncha2007-08-071-4/+8
| | | | | | (fixes #381) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1020 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Addslashes to the default value when caching. Reset your cache if you're ↵donncha2007-08-061-2/+2
| | | | | | affected by #397 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1017 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Escape site_option keys for sql queriesdonncha2007-08-061-9/+16
| | | | | | | Properly stripslash value, fixes #397, props ddean git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1016 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't double slash the blog title, fixes #398, props Vimmdonncha2007-08-061-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1015 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Misc Updates, added "get_most_recent_post_of_user()"donncha2007-07-241-15/+52
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1012 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* This should fix #355.donncha2007-06-201-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1002 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add upload_path to new blogs, fixes #352, thanks jdubdonncha2007-06-111-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@999 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add "blogname" to "get_blogs_of_user()"donncha2007-06-111-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@996 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure site_admins is an arraydonncha2007-06-011-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@993 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't need this sqldonncha2007-05-231-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@985 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added load_muplugin_textdomain() and minor translation change. fixes #313donncha2007-05-231-3/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@982 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* change wp_cache_set to wp_cache_adddonncha2007-04-181-5/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@971 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need to switch blogdonncha2007-04-131-2/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@960 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Speed up switching and caching significantly (experimental!)donncha2007-04-091-0/+41
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@959 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Update site option if it's already there in add_site_optiondonncha2007-03-291-1/+5
| | | | | | | delete user cache when they're added to a blog git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@953 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure errors are hidden when adding blogsdonncha2007-03-291-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@952 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added delete_blog_option() (fixes #290)donncha2007-03-271-0/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@939 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for these globals (fixes #285)donncha2007-03-221-1/+2
| | | | | | | Skip blank domains in banned email domains check git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@930 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix activate linkdonncha2007-03-201-1/+2
| | | | | | | Add username only signup to main blog as "subscriber" (fixes #253) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@924 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No more mangled URLs when creating blogs through a www. url hopefullydonncha2007-03-121-7/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@914 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Must use site_id in sitemeta queries and cachingdonncha2007-03-121-8/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@913 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix check for blogs if not using wp_ as a prefixdonncha2007-03-121-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@911 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added get_user_id_from_string()donncha2007-02-131-2/+16
| | | | | | | Make editing a blog much faster git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@884 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4854donncha2007-02-011-8/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@876 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed path to activation page for user-only registrations (fixes #234)donncha2007-01-241-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@866 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make install blog routine a bit more resilien, fixes (#232), thanks vdachevdonncha2007-01-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@862 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better logic for getting blogs of userdonncha2007-01-221-3/+5
| | | | | | | | update_blog_status() has optional param so that cache isn't updated immediately (useful for marking lots of blogs as spam) Populate user_login field - noticed any blank user_logins? git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@859 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make graceful_fail() pluggable by defining it in mu-plugins/00misc.php (see ↵donncha2007-01-221-1/+0
| | | | | | #229) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@858 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* get_settings -> get_option (fixes #230)donncha2007-01-221-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@853 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add "category_description" to the default category INSERTS. Fixes (#199)donncha2007-01-091-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@838 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* is_blog_user() is now blog_id aware (Matt)donncha2006-12-151-16/+27
| | | | | | | | Move email domain check into it's own function Another check email on signup git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@825 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 4534donncha2006-11-271-15/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@811 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to 4524donncha2006-11-241-0/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@810 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redo the banned domain checkdonncha2006-11-151-1/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@809 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Turn off error display (fixed #184)donncha2006-11-131-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@808 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-11-071-2/+43
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@804 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge - needs testing.donncha2006-10-091-88/+61
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@797 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* We don't need wpmu_update_cache() or wpmu_get_cache() when we have wp_cache_*()donncha2006-10-021-39/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@785 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Filter blog list (fixes #163)donncha2006-09-281-4/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@778 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use UPLOADS constant and update blogs.php (fixes #168)donncha2006-09-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@777 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't reset cookies during signup/activation (thanks Ryan)donncha2006-09-271-1/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@776 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't update blog's last_updated field when comments/trackbacks are posted ↵donncha2006-09-181-4/+0
| | | | | | or deleted. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@755 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to REFERER if possible.donncha2006-09-131-5/+10
| | | | | | | | Don't need all blog details, saves on queries. Add mimetype and content types to emails, fixes #100 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@750 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added site option "admin_email" and use that for registration and other ↵donncha2006-09-121-4/+16
| | | | | | emails (fixed #113) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@742 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that banned email list is an array. (fixes #121)donncha2006-08-231-3/+10
| | | | | | | Lowercase the email address before checking. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@726 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "ban email domains" (#110)donncha2006-08-031-44/+59
| | | | | | | Whitespace cleanup git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@719 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-08-011-7/+6
| | | | | | | | Display newest updated blogs on home page Sidebar and footer: added links to signup and main blog git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@713 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Update blog_count once an hour!donncha2006-07-171-5/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@681 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Hide errors.donncha2006-07-121-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@668 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* MySQL 5 needs a proper datetime (#71)donncha2006-07-111-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@647 7be80a69-a1ef-0310-a953-fb0f7c49ff36