summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the default category ID when it's changed, fixes #580, props MrBriandonncha2008-04-081-0/+2
* suppress errors to hide install post query failuredonncha2008-04-081-1/+2
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-041-97/+74
* Strip class and id from html tags in ksesdonncha2008-03-271-0/+13
* Use strpos, faster than preg_matchdonncha2008-03-211-1/+1
* Return blog_id in create_empty_blog(), fixes #563, props v.guerarddonncha2008-03-131-1/+1
* Clean cache of old term_id, fixes #569, props chmacdonncha2008-03-131-2/+1
* gettext fixes, clean_url(). fixes #555, props momo360modenadonncha2008-03-131-24/+43
* Minor changes, fixes #554, props momo360modenadonncha2008-03-131-5/+2
* Fixed gettext, fixes #553, props taidonncha2008-03-131-1/+1
* Added "wpmu_blog_updated" action, fixes #567, props chmacdonncha2008-03-101-0/+2
* Added "wp_upload_bits" filter to check uploaded files before writing themdonncha2008-01-241-0/+13
* Allow blog and user welcome and signup notifications to be customized with a ...donncha2008-01-021-0/+14