| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed invites links, fixes #525, props andrea_r | donncha | 2008-01-02 | 1 | -5/+0 |
* | Use wp_redirect() instead of header(), fixes #522, props chmac | donncha | 2008-01-02 | 1 | -6/+6 |
* | Added "show_adduser_fields" to hide "Add user" form, fixes #520 | donncha | 2008-01-02 | 1 | -0/+4 |
* | Removed "draggable" code, should fix #488 | donncha | 2008-01-02 | 1 | -1/+0 |
* | Merge with WP 2.3.2 | donncha | 2008-01-02 | 6 | -363/+10 |
* | Pagination, props ktlee, fixes #518 | donncha | 2007-12-04 | 1 | -23/+27 |
* | Fixed pagination, fixes #519, props ktlee | donncha | 2007-12-04 | 2 | -9/+16 |
* | Use MUPLUGINDIR, props chmac, fixes #508 | donncha | 2007-11-23 | 1 | -3/+3 |
* | Echo the footer text, props chmac, fixes #507 | donncha | 2007-11-23 | 1 | -1/+1 |
* | Remove extra code | donncha | 2007-11-22 | 2 | -14/+3 |
* | Move custom code from menu.php to mu.php | donncha | 2007-11-22 | 2 | -34/+69 |
* | Added paragraph tags to filter, fixes #504 | donncha | 2007-11-21 | 1 | -3/+3 |
* | check for mu-plugins, fixes #501, props chmac | donncha | 2007-11-20 | 1 | -3/+4 |
* | Make footer text filterable. Admins can insert their own forum and documentat... | donncha | 2007-11-20 | 1 | -2/+3 |
* | Better pagination, props ktlee, fixes #483 | donncha | 2007-11-16 | 1 | -23/+19 |
* | Fixed gettexting of default blog description | donncha | 2007-11-16 | 1 | -1/+1 |
* | Add user to blog 1 when creating user from wpmu-users.php | donncha | 2007-11-16 | 2 | -19/+21 |
* | 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 |