summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Expand)AuthorAgeFilesLines
* Fixes from Trunkdonncha2008-11-241-16/+55
* Minor whitespace cleanupdonncha2008-10-081-4/+4
* Send welcome email to users when blog created from backend.donncha2008-10-021-1/+1
* Get get list of blogs from current blog. Calling wp.getUsersBlogs doesn't wor...donncha2008-09-221-2/+7
* Forgot it's in an object.donncha2008-09-191-1/+2
* Call wp_getUsersBlogs() directly instead of xmlrpc requestdonncha2008-09-191-7/+1
* Check that we're not the "main blog" when deleting the current blog. Fixes #637donncha2008-09-021-2/+6
* Allow graceful_fail message to be filtered, props jamescollins, fixes #705donncha2008-09-011-0/+1
* Massive cleanup of wpmu-functions, props momo360modena, fixes #719donncha2008-08-281-203/+225
* Missing )donncha2008-08-251-1/+1
* Locale changes from #708, props momo360modenadonncha2008-08-251-1/+1
* Use the current site_id when activating a new blog, fixes #726, props lunabytedonncha2008-08-251-1/+1
* Delete new_user_ key when user is added to blog.donncha2008-08-151-0/+1
* Remove whitespace from usernames and domain namesdonncha2008-07-281-5/+5
* Confirm addition of new users. fixes #630donncha2008-07-221-0/+16
* Remove media button from tinymce editor because movie embed codes are strippe...donncha2008-07-221-0/+6
* Backup the object cache when switching and restore it afterwards.donncha2008-07-211-0/+6
* Check VHOST properlydonncha2008-07-201-1/+1
* Strictly sanitize username or blogname.donncha2008-07-181-3/+5
* This "Flash uploader" message is in core now. fixes #682, thanks axelseaadonncha2008-07-171-41/+0
* Don't redirect main blog 404s and unknown blogs to signup page by default.donncha2008-07-161-0/+16
* Added "get_id_from_blogname()"donncha2008-07-151-0/+15
* Make sure username and blogname are alphanumeric only, fixes #523donncha2008-07-111-0/+1
* No need for colon, fixes #660, thanks mypatricks.donncha2008-07-111-1/+1
* Added "pre_site_option_*" and "site_option_*" filterdonncha2008-07-111-6/+9
* Fix signup meta information, fixes #674donncha2008-07-111-1/+1
* Use $blogname instead of $blog_id to avoid conflicts with the global variable...donncha2008-07-101-33/+35
* Only check the nonce on the signup pagedonncha2008-07-071-0/+3
* Experimental signup noncedonncha2008-07-041-0/+15
* Move locale setup into a filter, may fix #655donncha2008-06-171-0/+13
* No need forthis debugging codedonncha2008-06-041-6/+2
* Don't restore blog so soondonncha2008-05-291-2/+0
* Experimental: warn if blog_id is changed without switch_to_blog() being calle...donncha2008-05-231-2/+4
* Use base_prefix instead of hardcoding the prefix, props luigisa, fixes #638donncha2008-05-231-1/+1
* Cache fixes when creating a new blogdonncha2008-05-231-6/+9
* Pass previous blod_id to actiondonncha2008-05-221-1/+2
* Turn off object caching when WP_INSTALL is setdonncha2008-05-191-0/+2
* Add link to use browser upload rather than Flash uploader, props tellyworthdonncha2008-05-121-0/+41
* Clean up switching code. Don't switch to current blog.donncha2008-05-091-3/+11
* Added set_blog_id(), props rborendonncha2008-05-091-58/+11
* Suppress instead of "hide" db errorsdonncha2008-05-071-9/+9
* No need for ScriptAculios any more, fixes #616. props momo360modenadonncha2008-05-071-5/+0
* Cleanup wpmu-functions, fixes #607, props momo360modenadonncha2008-04-241-24/+19
* Check that user isn't a site_admin before deleting their blog 1 perms, fixes ...donncha2008-04-181-1/+1
* Added text-decoration to default allowed styles, props kkwangendonncha2008-04-181-1/+1
* Applied patch in #590 by momo360modena and fixed a minor bug with blog searchingdonncha2008-04-161-12/+23
* Reduce the number of styles alloweddonncha2008-04-151-10/+3
* Allow 'style' attribute, but filter the styles alloweddonncha2008-04-141-11/+33
* Allow "class" and "id" attributes because the WYSIWYG editor uses them extens...donncha2008-04-091-4/+0
* Fix import upload size, fixes #571donncha2008-04-081-5/+6