Limit blog titles to 50 characters |
|
More...
|
over 17 years ago
|
Merge with WordPress 2.3.1 |
|
More...
|
over 17 years ago
|
Minor text changes |
|
More...
|
over 17 years ago
|
added new "pre_update_term" filter to wp_update_term() |
|
More...
|
over 17 years ago
|
Always set the slug to be the sanitized term name, fixes #476, thanks options |
|
More...
|
over 17 years ago
|
Removed $upgrade, not used here, fixes #477 |
|
More...
|
over 17 years ago
|
Don't use $wpmuBaseTablePrefix any more, use $wpdb->base_prefix, props lunabyte, fixes #479 |
|
More...
|
over 17 years ago
|
Added (back in?) "wp_handle_upload_prefilter" filter to filter uploads before they go in blog's directory, fixes #478 |
|
More...
|
over 17 years ago
|
Remove "disable xml-rpc" feature, it's going in a plugin. |
|
More...
|
over 17 years ago
|
WP Merge to rev 6290 |
|
More...
|
over 17 years ago
|
WP Merge to revision 6287 |
|
More...
|
over 17 years ago
|
Use status_header(), props momo360modena, fixes #473 |
|
More...
|
over 17 years ago
|
Added "Content-length" and cleanup. props momo360modena and dsilverman, fixes #473 |
|
More...
|
over 17 years ago
|
gettext the disable upload message |
|
More...
|
over 17 years ago
|
Typo fix, props ktlee, fixes #472 |
|
More...
|
over 17 years ago
|
Merge with WordPress, rev 6285 and untested |
|
More...
|
over 17 years ago
|
Make sure upload dir exists before check file upload space, props beaulebens, fixed #472 |
|
More...
|
over 17 years ago
|
Make sure it's really false, props momo360modena, #464 |
|
More...
|
over 17 years ago
|
Cleanup user and blog add code. props ktlee, fixes #462 |
|
More...
|
over 17 years ago
|
Improved language support, props momo360modena, fixes #464 |
|
More...
|
over 17 years ago
|
Remove primary_blog record for user after removed from blog. |
|
More...
|
over 17 years ago
|
Added "DISABLE_UPLOADS" and "DISABLE_UPLOADS_MESSAGE" |
|
More...
|
over 17 years ago
|
Move wpmu_checkAvailableSpace() to includes/mu.php and add it to upload action. |
|
More...
|
over 17 years ago
|
trac -> codex links |
|
More...
|
over 17 years ago
|
Move SHORTINIT check down so that apply_filters() function is loaded |
|
More...
|
over 17 years ago
|
get current_user just in case.. |
|
More...
|
over 17 years ago
|
Enable xmlrpc posting by default |
|
More...
|
over 17 years ago
|
Typo fix, props andrea_r, fixes #461 |
|
More...
|
over 17 years ago
|
Move functions into wp-admin/includes/mu.php because of potential conflict with bbpress, thanks beaulebens |
|
More...
|
over 17 years ago
|
Cache get_blog_details() properly. thanks beaulebens, fixes #456 |
|
More...
|
over 17 years ago
|