| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Backing out 1144 | donncha | 2007-11-16 | 2 | -7/+4 |
| * | Applied parts of momo360modena's patch on #485 | donncha | 2007-11-15 | 1 | -18/+12 |
| * | Add terms tables to drop_tables array, fixes #485 | donncha | 2007-11-15 | 1 | -2/+5 |
| * | Make registration options into clickable labels | donncha | 2007-11-15 | 1 | -4/+4 |
| * | Allow login via a secure login form | donncha | 2007-11-14 | 2 | -5/+7 |
| * | Merge with WordPress 2.3.1 | donncha | 2007-10-30 | 33 | -512/+440 |
| * | added new "pre_update_term" filter to wp_update_term() | donncha | 2007-10-26 | 1 | -0/+6 |
| * | Removed $upgrade, not used here, fixes #477 | donncha | 2007-10-26 | 1 | -1/+0 |
| * | Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunaby... | donncha | 2007-10-26 | 5 | -26/+26 |
| * | Added (back in?) "wp_handle_upload_prefilter" filter to filter uploads before... | donncha | 2007-10-26 | 2 | -0/+26 |
| * | Remove "disable xml-rpc" feature, it's going in a plugin. | donncha | 2007-10-26 | 2 | -14/+8 |
| * | WP Merge to rev 6290 | donncha | 2007-10-25 | 1 | -1/+1 |
| * | WP Merge to revision 6287 | donncha | 2007-10-24 | 4 | -12/+18 |
| * | gettext the disable upload message | donncha | 2007-10-24 | 2 | -6/+6 |
| * | Typo fix, props ktlee, fixes #472 | donncha | 2007-10-24 | 1 | -1/+1 |
| * | Merge with WordPress, rev 6285 and untested | donncha | 2007-10-23 | 37 | -516/+551 |
| * | Make sure upload dir exists before check file upload space, props beaulebens,... | donncha | 2007-10-23 | 1 | -0/+3 |
| * | Cleanup user and blog add code. props ktlee, fixes #462 | donncha | 2007-10-22 | 3 | -53/+56 |
| * | Improved language support, props momo360modena, fixes #464 | donncha | 2007-10-22 | 3 | -24/+29 |
| * | Remove primary_blog record for user after removed from blog. | donncha | 2007-10-22 | 2 | -9/+31 |
| * | Added "DISABLE_UPLOADS" and "DISABLE_UPLOADS_MESSAGE" | donncha | 2007-10-22 | 2 | -2/+18 |
| * | Move wpmu_checkAvailableSpace() to includes/mu.php and add it to upload action. | donncha | 2007-10-22 | 1 | -0/+28 |
| * | Enable xmlrpc posting by default | donncha | 2007-10-21 | 1 | -2/+2 |
| * | Typo fix, props andrea_r, fixes #461 | donncha | 2007-10-19 | 1 | -2/+2 |
| * | Move functions into wp-admin/includes/mu.php because of potential conflict wi... | donncha | 2007-10-19 | 1 | -0/+30 |
| * | momo360modena provides the gettext goods :) | donncha | 2007-10-19 | 1 | -2/+2 |
| * | Only show dashboard quota if user can write posts, props momo360modena, fixes... | donncha | 2007-10-19 | 1 | -1/+2 |
| * | Minor change to how theme meta data is displayed, fixes #455 | donncha | 2007-10-19 | 1 | -4/+4 |
| * | Die if not posting from wpmu-options or wpmu-blogs | donncha | 2007-10-19 | 1 | -4/+8 |
| * | These should be actions, not filters. semantics | donncha | 2007-10-19 | 1 | -2/+2 |
| * | Don't use /blog/ for main blog if using not using VHOSTs | donncha | 2007-10-18 | 1 | -6/+6 |
| * | Assign authors correctly, props washort, fixes #435 | donncha | 2007-10-18 | 1 | -1/+1 |
| * | Cast as array to stop warning, fixes #405 | donncha | 2007-10-18 | 1 | -1/+1 |
| * | Cleanup mu.php by ktlee, fixes #453 | donncha | 2007-10-18 | 1 | -12/+11 |
| * | Use GET for action | donncha | 2007-10-18 | 1 | -2/+2 |
| * | Cleanup by momo360modena, thanks! fixes #450 | donncha | 2007-10-17 | 1 | -85/+65 |
| * | Facelift for wpmu-* courtesy of momo360modena, fixes #446 | donncha | 2007-10-17 | 7 | -1342/+1404 |
| * | If quota is lowered then make percentage used 100% | donncha | 2007-10-17 | 1 | -3/+5 |
| * | Display Upload quota on dashdboard and allow quota to be changed in Siteadmin... | donncha | 2007-10-17 | 1 | -0/+68 |
| * | cast the id as an int | donncha | 2007-10-17 | 1 | -1/+1 |
| * | No need to check if email is blank | donncha | 2007-10-16 | 1 | -1/+1 |
| * | Check email if it's not blank | donncha | 2007-10-16 | 1 | -1/+3 |
| * | Use GET and POST | donncha | 2007-10-16 | 3 | -11/+30 |
| * | Disable xmlrpc posting by default | donncha | 2007-10-15 | 2 | -0/+11 |
| * | Make default characterset utf8 | donncha | 2007-10-15 | 1 | -7/+7 |
| * | Change documentation link | donncha | 2007-10-15 | 1 | -1/+1 |
| * | Move custom upload functions into mu.php | donncha | 2007-10-15 | 2 | -24/+25 |
| * | Merge with WP 2.3 - testing use only! | donncha | 2007-10-12 | 108 | -6664/+8381 |
| * | Added backend code for "registration notification" feature | donncha | 2007-10-12 | 2 | -2/+13 |
| * | Added ; to line 142, fixes #442, thanks beaulebens | donncha | 2007-10-12 | 1 | -61/+11 |