summaryrefslogtreecommitdiffstats
path: root/wp-admin
Commit message (Collapse)AuthorAgeFilesLines
* Merge with WordPress 2.3.1donncha2007-10-3033-512/+440
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1139 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* added new "pre_update_term" filter to wp_update_term()donncha2007-10-261-0/+6
| | | | | | | Added "sync_slugs" function to make slugs = sanitized name git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1137 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed $upgrade, not used here, fixes #477donncha2007-10-261-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1135 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-265-26/+26
| | | | | | 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-262-0/+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-262-14/+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-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1131 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge to revision 6287donncha2007-10-244-12/+18
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1130 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-2337-516/+551
| | | | 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
* 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-221-0/+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
* Enable xmlrpc posting by defaultdonncha2007-10-211-2/+2
| | | | | | | 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-191-0/+30
| | | | | | with bbpress, thanks beaulebens git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1112 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
* 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-181-6/+6
| | | | 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
* 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
* 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
* 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
* 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
* No need to check if email is blankdonncha2007-10-161-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1082 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check email if it's not blankdonncha2007-10-161-1/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1081 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use GET and POSTdonncha2007-10-163-11/+30
| | | | | | | Use update_user_status() git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1080 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Disable xmlrpc posting by defaultdonncha2007-10-152-0/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1077 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make default characterset utf8donncha2007-10-151-7/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1073 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Change documentation linkdonncha2007-10-151-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1072 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move custom upload functions into mu.phpdonncha2007-10-152-24/+25
| | | | | | | Added get_space_allowed() git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1071 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.3 - testing use only!donncha2007-10-12108-6664/+8381
| | | | | | | Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1069 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added backend code for "registration notification" featuredonncha2007-10-122-2/+13
| | | | | | | Default language is in wp-content/languages/ - fixes #438, thanks mastermind! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1067 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added ; to line 142, fixes #442, thanks beaulebensdonncha2007-10-121-61/+11
| | | | | | | Move is_site_admin() checks to top of file git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1066 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow users to change their primary blogdonncha2007-10-101-0/+2
| | | | | | | Update primary_blog when blogs are added to user account, but only if primary_blog is 1. fixes #433 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1065 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix stupid typos, fixes #437, thanks JeremyVisserdonncha2007-10-101-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1064 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add registration disable/enable radio controls to wpmu-options pagedonncha2007-10-042-0/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1062 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Sync with WP 2.2.3donncha2007-09-106-152/+135
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1051 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move check for is_site_admin() to the top of the file, props Alexander Conchadonncha2007-08-231-6/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1042 7be80a69-a1ef-0310-a953-fb0f7c49ff36