summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* No need for this, it's already filtered before going to dbdonncha2007-12-041-3/+0
* Fixed activation error message, props jeffayars. Fixes #505donncha2007-11-211-1/+1
* Remove obsolete categories SQL, fixes #503donncha2007-11-201-3/+0
* Add WPLANG blog option, fixes #490donncha2007-11-161-0/+2
* Limit blog titles to 50 charactersdonncha2007-10-301-0/+1
* Minor text changesdonncha2007-10-301-1/+1
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunaby...donncha2007-10-261-17/+17
* Added (back in?) "wp_handle_upload_prefilter" filter to filter uploads before...donncha2007-10-261-10/+0
* Remove "disable xml-rpc" feature, it's going in a plugin.donncha2007-10-261-15/+0
* Move wpmu_checkAvailableSpace() to includes/mu.php and add it to upload action.donncha2007-10-221-45/+0
* Move functions into wp-admin/includes/mu.php because of potential conflict wi...donncha2007-10-191-29/+0
* Cache get_blog_details() properly. thanks beaulebens, fixes #456donncha2007-10-191-7/+8
* Don't double-escape this valuedonncha2007-10-191-1/+0
* blog_public needs to be set properly when new blogs created, fixes #423donncha2007-10-181-0/+3
* Cleanup by momo360modena, fixes #451donncha2007-10-181-136/+108
* Reverting the last change, but leaving in the optional param $lendonncha2007-10-171-14/+4