summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow users to change their primary blogdonncha2007-10-101-0/+16
* Removed header information, fixes #434donncha2007-10-041-10/+0
* Fixed infinite redirect when updating site options, fixes #436, props dreamer...donncha2007-10-031-5/+7
* Only allow lowercase letters in username and blogname on registrationdonncha2007-10-031-8/+8
* Strip tags instead of sanitize_titledonncha2007-09-101-6/+3
* Correct path to bullet gif, fixes #416donncha2007-09-101-1/+1
* Run the_title through sanitize_title()donncha2007-09-101-2/+4
* Sanitize domain and email. Fixes #417donncha2007-09-101-5/+9
* Moved mu-plugins stuff into wpmu-functions.phpdonncha2007-08-231-0/+499
* No more linkcategoriesdonncha2007-08-091-4/+3
* This should avoid invalid emails when site_name isn't set. Thanks Barry! (fix...donncha2007-08-071-4/+8
* Addslashes to the default value when caching. Reset your cache if you're affe...donncha2007-08-061-2/+2
* Escape site_option keys for sql queriesdonncha2007-08-061-9/+16
* Don't double slash the blog title, fixes #398, props Vimmdonncha2007-08-061-1/+0
* Misc Updates, added "get_most_recent_post_of_user()"donncha2007-07-241-15/+52
* This should fix #355.donncha2007-06-201-0/+2
* Add upload_path to new blogs, fixes #352, thanks jdubdonncha2007-06-111-0/+1
* Add "blogname" to "get_blogs_of_user()"donncha2007-06-111-0/+1
* Make sure site_admins is an arraydonncha2007-06-011-1/+1
* Don't need this sqldonncha2007-05-231-1/+0
* Added load_muplugin_textdomain() and minor translation change. fixes #313donncha2007-05-231-3/+13
* change wp_cache_set to wp_cache_adddonncha2007-04-181-5/+8
* No need to switch blogdonncha2007-04-131-2/+0
* Speed up switching and caching significantly (experimental!)donncha2007-04-091-0/+41
* Update site option if it's already there in add_site_optiondonncha2007-03-291-1/+5
* Make sure errors are hidden when adding blogsdonncha2007-03-291-3/+3
* Added delete_blog_option() (fixes #290)donncha2007-03-271-0/+5