summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-2610-48/+49
| | | | | | lunabyte, fixes #479 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1134 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added (back in?) "wp_handle_upload_prefilter" filter to filter uploads ↵donncha2007-10-263-10/+26
| | | | | | before they go in blog's directory, fixes #478 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1133 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove "disable xml-rpc" feature, it's going in a plugin.donncha2007-10-264-30/+8
| | | | | | | Added wpmu_options and update_wpmu_options hooks to add options to wpmu-options.php git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1132 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to rev 6290donncha2007-10-252-3/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1131 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 6287donncha2007-10-247-31/+44
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1130 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use status_header(), props momo360modena, fixes #473donncha2007-10-241-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1129 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "Content-length" and cleanup. props momo360modena and dsilverman, ↵donncha2007-10-241-19/+14
| | | | | | fixes #473 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1128 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* gettext the disable upload messagedonncha2007-10-242-6/+6
| | | | | | | Remove mention of paid-upgrades.php, props momo360modena, fixes #470 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1127 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Typo fix, props ktlee, fixes #472donncha2007-10-241-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1126 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WordPress, rev 6285 and untesteddonncha2007-10-2384-1938/+2908
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1125 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure upload dir exists before check file upload space, props ↵donncha2007-10-231-0/+3
| | | | | | beaulebens, fixed #472 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1124 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make sure it's really false, props momo360modena, #464donncha2007-10-231-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1123 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup user and blog add code. props ktlee, fixes #462donncha2007-10-223-53/+56
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1122 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Improved language support, props momo360modena, fixes #464donncha2007-10-223-24/+29
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1121 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove primary_blog record for user after removed from blog.donncha2007-10-222-9/+31
| | | | | | | | Check for username and email when adding user. Rework permission denied redirect code. props momo360modena, fixes #427 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1120 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "DISABLE_UPLOADS" and "DISABLE_UPLOADS_MESSAGE"donncha2007-10-222-2/+18
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1119 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move wpmu_checkAvailableSpace() to includes/mu.php and add it to upload action.donncha2007-10-222-45/+28
| | | | | | | Use get_space_allowed(), props ktlee, fixes #463 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1118 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* trac -> codex linksdonncha2007-10-221-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1117 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move SHORTINIT check down so that apply_filters() function is loadeddonncha2007-10-221-2/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1116 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* get current_user just in case..donncha2007-10-211-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1115 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Enable xmlrpc posting by defaultdonncha2007-10-213-3/+6
| | | | | | | User must be logged in, props Gianluca. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1114 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Typo fix, props andrea_r, fixes #461donncha2007-10-191-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1113 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move functions into wp-admin/includes/mu.php because of potential conflict ↵donncha2007-10-192-29/+30
| | | | | | with bbpress, thanks beaulebens git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1112 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cache get_blog_details() properly. thanks beaulebens, fixes #456donncha2007-10-191-7/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1111 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* momo360modena provides the gettext goods :)donncha2007-10-191-2/+2
| | | | | | | fixed #460 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1110 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only show dashboard quota if user can write posts, props momo360modena, ↵donncha2007-10-191-1/+2
| | | | | | fixes #454 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1109 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor change to how theme meta data is displayed, fixes #455donncha2007-10-191-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1108 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Die if not posting from wpmu-options or wpmu-blogsdonncha2007-10-191-4/+8
| | | | | | | No need to escape these values git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1107 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't double-escape this valuedonncha2007-10-191-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1106 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* These should be actions, not filters. semanticsdonncha2007-10-191-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1105 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't use /blog/ for main blog if using not using VHOSTsdonncha2007-10-182-9/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1104 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Assign authors correctly, props washort, fixes #435donncha2007-10-181-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1103 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cast as array to stop warning, fixes #405donncha2007-10-181-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1102 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* blog_public needs to be set properly when new blogs created, fixes #423donncha2007-10-181-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1101 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup by momo360modena, fixes #451donncha2007-10-181-136/+108
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1100 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup mu.php by ktlee, fixes #453donncha2007-10-181-12/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1099 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Really fix the allowedthemes arraydonncha2007-10-181-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1098 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix allowedthemes arraydonncha2007-10-181-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1097 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use GET for actiondonncha2007-10-181-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1096 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Cleanup by momo360modena, thanks! fixes #450donncha2007-10-171-85/+65
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1095 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reverting the last change, but leaving in the optional param $lendonncha2007-10-171-14/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1094 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Better random_number_generator() by tellyworth, fixes #440donncha2007-10-171-4/+14
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1093 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Facelift for wpmu-* courtesy of momo360modena, fixes #446donncha2007-10-177-1342/+1404
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1092 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* If quota is lowered then make percentage used 100%donncha2007-10-171-3/+5
| | | | | | | | No more falsevalue in quota check Reword xmlrpc default action git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1091 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No more FALSEVALUE when using get_blog_option()donncha2007-10-171-3/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1090 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Hide Javascript code, fixes #445donncha2007-10-171-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1089 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Display Upload quota on dashdboard and allow quota to be changed in ↵donncha2007-10-171-0/+68
| | | | | | | | | Siteadmin->Blogs->Edit (props ktlee, fixes #449) Allow XMLRPC settings for individual blogs to be edited git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1088 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* cast the id as an intdonncha2007-10-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1087 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* XMLRPC posting can be disabled per blogdonncha2007-10-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1086 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use get_space_allowed(), props ktlee, fixes #449donncha2007-10-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1085 7be80a69-a1ef-0310-a953-fb0f7c49ff36