summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge with WordPress, rev 6285 and untesteddonncha2007-10-2384-1938/+2908
* Make sure upload dir exists before check file upload space, props beaulebens,...donncha2007-10-231-0/+3
* Make sure it's really false, props momo360modena, #464donncha2007-10-231-4/+4
* Cleanup user and blog add code. props ktlee, fixes #462donncha2007-10-223-53/+56
* Improved language support, props momo360modena, fixes #464donncha2007-10-223-24/+29
* Remove primary_blog record for user after removed from blog.donncha2007-10-222-9/+31
* Added "DISABLE_UPLOADS" and "DISABLE_UPLOADS_MESSAGE"donncha2007-10-222-2/+18
* Move wpmu_checkAvailableSpace() to includes/mu.php and add it to upload action.donncha2007-10-222-45/+28
* trac -> codex linksdonncha2007-10-221-2/+2
* Move SHORTINIT check down so that apply_filters() function is loadeddonncha2007-10-221-2/+4
* get current_user just in case..donncha2007-10-211-0/+1
* Enable xmlrpc posting by defaultdonncha2007-10-213-3/+6
* Typo fix, props andrea_r, fixes #461donncha2007-10-191-2/+2
* Move functions into wp-admin/includes/mu.php because of potential conflict wi...donncha2007-10-192-29/+30
* Cache get_blog_details() properly. thanks beaulebens, fixes #456donncha2007-10-191-7/+8
* momo360modena provides the gettext goods :)donncha2007-10-191-2/+2
* Only show dashboard quota if user can write posts, props momo360modena, fixes...donncha2007-10-191-1/+2
* Minor change to how theme meta data is displayed, fixes #455donncha2007-10-191-4/+4
* Die if not posting from wpmu-options or wpmu-blogsdonncha2007-10-191-4/+8
* Don't double-escape this valuedonncha2007-10-191-1/+0
* These should be actions, not filters. semanticsdonncha2007-10-191-2/+2
* Don't use /blog/ for main blog if using not using VHOSTsdonncha2007-10-182-9/+13
* Assign authors correctly, props washort, fixes #435donncha2007-10-181-1/+1
* Cast as array to stop warning, fixes #405donncha2007-10-181-1/+1
* 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
* Cleanup mu.php by ktlee, fixes #453donncha2007-10-181-12/+11
* Really fix the allowedthemes arraydonncha2007-10-181-1/+1
* Fix allowedthemes arraydonncha2007-10-181-1/+1
* Use GET for actiondonncha2007-10-181-2/+2
* Cleanup by momo360modena, thanks! fixes #450donncha2007-10-171-85/+65
* 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
* Facelift for wpmu-* courtesy of momo360modena, fixes #446donncha2007-10-177-1342/+1404
* If quota is lowered then make percentage used 100%donncha2007-10-171-3/+5
* No more FALSEVALUE when using get_blog_option()donncha2007-10-171-3/+6
* Hide Javascript code, fixes #445donncha2007-10-171-0/+2
* Display Upload quota on dashdboard and allow quota to be changed in Siteadmin...donncha2007-10-171-0/+68
* cast the id as an intdonncha2007-10-171-1/+1
* XMLRPC posting can be disabled per blogdonncha2007-10-171-1/+1
* Use get_space_allowed(), props ktlee, fixes #449donncha2007-10-171-1/+1
* Version number variables more like WP.org's, props Lunabyte @ http://mu.wordp...donncha2007-10-171-2/+2
* If primary blog when creating new blog is 1 then update it, fixes #415, props...donncha2007-10-161-2/+6
* No need to check if email is blankdonncha2007-10-161-1/+1
* Check email if it's not blankdonncha2007-10-161-1/+3
* Use GET and POSTdonncha2007-10-163-11/+30
* 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-154-0/+23
* All safe redirects in login formdonncha2007-10-151-0/+6