summaryrefslogtreecommitdiffstats
path: root/wp-admin
Commit message (Expand)AuthorAgeFilesLines
* Use MUPLUGINDIR, props chmac, fixes #508donncha2007-11-231-3/+3
* Echo the footer text, props chmac, fixes #507donncha2007-11-231-1/+1
* Remove extra codedonncha2007-11-222-14/+3
* Move custom code from menu.php to mu.phpdonncha2007-11-222-34/+69
* Added paragraph tags to filter, fixes #504donncha2007-11-211-3/+3
* check for mu-plugins, fixes #501, props chmacdonncha2007-11-201-3/+4
* Make footer text filterable. Admins can insert their own forum and documentat...donncha2007-11-201-2/+3
* Better pagination, props ktlee, fixes #483donncha2007-11-161-23/+19
* Fixed gettexting of default blog descriptiondonncha2007-11-161-1/+1
* Add user to blog 1 when creating user from wpmu-users.phpdonncha2007-11-162-19/+21
* Backing out 1144donncha2007-11-162-7/+4
* 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
* Make registration options into clickable labelsdonncha2007-11-151-4/+4
* Allow login via a secure login formdonncha2007-11-142-5/+7
* Merge with WordPress 2.3.1donncha2007-10-3033-512/+440
* added new "pre_update_term" filter to wp_update_term()donncha2007-10-261-0/+6
* Removed $upgrade, not used here, fixes #477donncha2007-10-261-1/+0
* Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunaby...donncha2007-10-265-26/+26
* Added (back in?) "wp_handle_upload_prefilter" filter to filter uploads before...donncha2007-10-262-0/+26
* Remove "disable xml-rpc" feature, it's going in a plugin.donncha2007-10-262-14/+8
* WP Merge to rev 6290donncha2007-10-251-1/+1
* WP Merge to revision 6287donncha2007-10-244-12/+18
* 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-2337-516/+551
* Make sure upload dir exists before check file upload space, props beaulebens,...donncha2007-10-231-0/+3
* 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-221-0/+28
* Enable xmlrpc posting by defaultdonncha2007-10-211-2/+2
* 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
* 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
* These should be actions, not filters. semanticsdonncha2007-10-191-2/+2
* Don't use /blog/ for main blog if using not using VHOSTsdonncha2007-10-181-6/+6
* Assign authors correctly, props washort, fixes #435donncha2007-10-181-1/+1
* Cast as array to stop warning, fixes #405donncha2007-10-181-1/+1
* Cleanup mu.php by ktlee, fixes #453donncha2007-10-181-12/+11
* Use GET for actiondonncha2007-10-181-2/+2
* Cleanup by momo360modena, thanks! fixes #450donncha2007-10-171-85/+65
* 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
* 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