summaryrefslogtreecommitdiffstats
path: root/wp-admin/includes
Commit message (Expand)AuthorAgeFilesLines
...
* Improved language selector, props momo360modena, fixes #529donncha2008-04-181-6/+39
* Minor changes, merge and whitespacedonncha2008-04-181-0/+1
* Limit user search to current blog onlydonncha2008-04-101-1/+1
* Use blog_id when comparing blogs, fixes #583donncha2008-04-101-3/+3
* Put plugins in the right place, not overwriting "Settings"donncha2008-04-101-1/+1
* Merged with WordPress 2.5, unstable, only for testingdonncha2008-04-0426-711/+2206
* Add and delete WP 2.5 files. *DON'T SVN UPDATE!*donncha2008-03-1911-0/+10530
* Remove unfiltered_html capdonncha2008-03-121-2/+0
* Redirect to the user's blog properlydonncha2008-02-141-2/+3
* Add options-permalinks.php back in!donncha2008-02-031-1/+0
* Remove siteurl and home from option whitelistdonncha2008-01-231-1/+1
* Whitelist the options pages. (plugins may break, see forum)donncha2008-01-232-0/+73
* No need for this any more, fixes #534, props drmikedonncha2008-01-111-18/+0
* Removed invites links, fixes #525, props andrea_rdonncha2008-01-021-5/+0
* Merge with WP 2.3.2donncha2008-01-021-0/+3
* Remove extra codedonncha2007-11-221-1/+1
* Move custom code from menu.php to mu.phpdonncha2007-11-221-0/+63
* Fixed gettexting of default blog descriptiondonncha2007-11-161-1/+1
* Applied parts of momo360modena's patch on #485donncha2007-11-151-18/+12
* Add terms tables to drop_tables array, fixes #485donncha2007-11-151-2/+5
* Merge with WordPress 2.3.1donncha2007-10-306-196/+70
* added new "pre_update_term" filter to wp_update_term()donncha2007-10-261-0/+6
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunaby...donncha2007-10-261-12/+12
* Added (back in?) "wp_handle_upload_prefilter" filter to filter uploads before...donncha2007-10-262-0/+26
* WP Merge to revision 6287donncha2007-10-241-8/+10
* gettext the disable upload messagedonncha2007-10-242-6/+6
* Typo fix, props ktlee, fixes #472donncha2007-10-241-1/+1
* Merge with WordPress, rev 6285 and untesteddonncha2007-10-237-83/+210
* Make sure upload dir exists before check file upload space, props beaulebens,...donncha2007-10-231-0/+3
* Improved language support, props momo360modena, fixes #464donncha2007-10-221-0/+7
* 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-221-0/+28
* 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-191-0/+30
* Only show dashboard quota if user can write posts, props momo360modena, fixes...donncha2007-10-191-1/+2
* These should be actions, not filters. semanticsdonncha2007-10-191-2/+2
* Cleanup mu.php by ktlee, fixes #453donncha2007-10-181-12/+11
* Cleanup by momo360modena, thanks! fixes #450donncha2007-10-171-85/+65
* If quota is lowered then make percentage used 100%donncha2007-10-171-3/+5
* Display Upload quota on dashdboard and allow quota to be changed in Siteadmin...donncha2007-10-171-0/+68
* Make default characterset utf8donncha2007-10-151-7/+7
* Move custom upload functions into mu.phpdonncha2007-10-152-24/+25
* Merge with WP 2.3 - testing use only!donncha2007-10-1218-0/+5284