summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better random_number_generator() by tellyworth, fixes #440donncha2007-10-171-4/+14
* No more FALSEVALUE when using get_blog_option()donncha2007-10-171-3/+6
* Hide Javascript code, fixes #445donncha2007-10-171-0/+2
* XMLRPC posting can be disabled per blogdonncha2007-10-171-1/+1
* Use get_space_allowed(), props ktlee, fixes #449donncha2007-10-171-1/+1
* If primary blog when creating new blog is 1 then update it, fixes #415, props...donncha2007-10-161-2/+6
* Added update_user_status(), refresh_user_status()donncha2007-10-161-5/+40
* If a blogger really needs xmlrpc, then add "xmlrpc_active"="yes" to their blo...donncha2007-10-151-0/+4
* Disable xmlrpc posting by defaultdonncha2007-10-151-0/+11
* All safe redirects in login formdonncha2007-10-151-0/+6
* Merge with WP 2.3 - testing use only!donncha2007-10-121-205/+99