summaryrefslogtreecommitdiffstats
path: root/wp-admin/includes/mu.php
Commit message (Collapse)AuthorAgeFilesLines
* Media buttons on Write Post page are now configurable, see #598 and #738donncha2008-09-221-3/+18
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1493 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor whitspace cleanupsdonncha2008-09-191-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1483 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add mu version blog count to update request.donncha2008-09-191-4/+0
| | | | | | | | | Add current_site details to User Agent with "currentsite_on_version_check" filter. Store current version details in a site option. Only show update messages to site admins. git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1481 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only unset plugins page when it's not active, keeps plugin notificationdonncha2008-09-031-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1467 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* More cleanups by momo360modena, fixes #719donncha2008-08-291-22/+30
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1459 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* When deleting user, list user_id seperately to blogs for users without blogsdonncha2008-08-291-13/+16
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1453 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Escape the "_" as it's a wildcard too, fixes #727, props jeppedonncha2008-08-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1436 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Translations, fixes #708, props seladdonncha2008-08-221-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1432 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "SECURE_AUTH_SALT" constant so sitewide ssl logins workdonncha2008-07-211-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1388 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow posts to be transfered to different users before deleting users, fixes ↵donncha2008-07-091-0/+32
| | | | | | #668 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1361 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added AUTH_KEY and SECURE_AUTH_KEYdonncha2008-07-041-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1351 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added LOGGED_IN KEY and SALT, fixes #670donncha2008-07-021-5/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1345 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Delete all tables of a blog, not just the WP ones, props jamescollins and ↵donncha2008-07-021-17/+4
| | | | | | lunabyte, fixes #669 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1343 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Show edit-link-categories.php menu item againdonncha2008-06-261-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1339 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Admin Notice Feed allows the site_admin to display a feed to all blogs on an ↵donncha2008-05-151-0/+36
| | | | | | MU site. Esp. useful for an announcements blog. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1292 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed unused filedonncha2008-05-071-0/+9
| | | | | | | Update primary_blog git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1271 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for these misc optionsdonncha2008-04-251-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1265 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Restyling, fixes #590, props momo360modenadonncha2008-04-241-3/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1264 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Enable Misc options pagedonncha2008-04-241-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1262 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added update function called in dashboarddonncha2008-04-231-0/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1258 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove plugins widget from dashboard as users won't be able to use them ↵donncha2008-04-221-0/+5
| | | | | | anyway, fixes #599 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1257 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Warn the site admin if SECRET_SALT and SECRET_SALT are not defineddonncha2008-04-221-0/+16
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1254 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only show media upload icon. Avoids problems with upload types. fixes #598donncha2008-04-191-0/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1251 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Improved language selector, props momo360modena, fixes #529donncha2008-04-181-6/+39
| | | | | | | Various clean ups. Replaced glob() with opendir() git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1249 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use blog_id when comparing blogs, fixes #583donncha2008-04-101-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1229 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Put plugins in the right place, not overwriting "Settings"donncha2008-04-101-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1228 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-041-5/+169
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Redirect to the user's blog properlydonncha2008-02-141-2/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1198 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add options-permalinks.php back in!donncha2008-02-031-1/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1195 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove siteurl and home from option whitelistdonncha2008-01-231-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1189 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Whitelist the options pages. (plugins may break, see forum)donncha2008-01-231-0/+16
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1188 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need for this any more, fixes #534, props drmikedonncha2008-01-111-18/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1184 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed invites links, fixes #525, props andrea_rdonncha2008-01-021-5/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1180 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove extra codedonncha2007-11-221-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1162 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move custom code from menu.php to mu.phpdonncha2007-11-221-0/+63
| | | | | | | Added 'admin_menu_permission' hook git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1161 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Applied parts of momo360modena's patch on #485donncha2007-11-151-18/+12
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1148 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add terms tables to drop_tables array, fixes #485donncha2007-11-151-2/+5
| | | | | | | Added wpmu_drop_tables filter to add new tables git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1147 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
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props ↵donncha2007-10-261-12/+12
| | | | | | 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-261-0/+24
| | | | | | 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
* gettext the disable upload messagedonncha2007-10-241-1/+1
| | | | | | | 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
* 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
* Improved language support, props momo360modena, fixes #464donncha2007-10-221-0/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1121 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "DISABLE_UPLOADS" and "DISABLE_UPLOADS_MESSAGE"donncha2007-10-221-2/+4
| | | | 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
* 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
* 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
* 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