summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes from Trunkdonncha2008-11-241-16/+55
* Tiny typodonncha2008-11-241-2/+5
* Bump version to 2.6.3donncha2008-10-251-2/+2
* Redirect user to login page when signup is for existing users only. Props har...donncha2008-10-251-3/+8
* Change update message to make it more MU site admin friendlydonncha2008-10-241-1/+1
* Oops, should be $domain, and $newdomaindonncha2008-10-241-1/+2
* Lowercase blog and paths only, fixes #777donncha2008-10-242-1/+5
* And remove object cache calls from get() toodonncha2008-10-241-13/+4
* Remove object_cache checks, doesn't work for everyone, fixes #778, props chri...donncha2008-10-241-10/+3
* WP Merge 8915donncha2008-10-241-4/+4
* Merged WP 9077donncha2008-10-241-1/+1
* WP Mergedonncha2008-10-241-45/+27
* Revert last change, there are validate hooks in wpmu-functions.php, see #776donncha2008-10-231-4/+0
* Add 'validate_user_signup' and 'validate_blog_signup' hooks, fixes #776donncha2008-10-221-0/+4
* Minor whitespace cleanupdonncha2008-10-083-6/+7
* Localize media button options, fixes #752donncha2008-10-061-4/+4
* Send welcome email to users when blog created from backend.donncha2008-10-022-1/+3
* Bump the version numberdonncha2008-09-301-1/+1
* Merged changes from http://trac.wordpress.org/changeset/8568 to fix #746donncha2008-09-301-6/+2
* Move PHP_SELF check down, and do not blindly apply to non vhost installs if o...donncha2008-09-251-4/+5
* Minor merge from default themedonncha2008-09-241-0/+1
* Release Candidatedonncha2008-09-221-1/+1
* Media buttons on Write Post page are now configurable, see #598 and #738donncha2008-09-223-3/+27
* Get get list of blogs from current blog. Calling wp.getUsersBlogs doesn't wor...donncha2008-09-221-2/+7
* Use default value for get_options()donncha2008-09-221-6/+6
* Forgot it's in an object.donncha2008-09-191-1/+2
* Call wp_getUsersBlogs() directly instead of xmlrpc requestdonncha2008-09-191-7/+1
* No need to filter out site_id != 1 blogsdonncha2008-09-191-4/+1
* Updated installer styling, props momo360modena, see #718donncha2008-09-191-49/+164
* Minor whitspace cleanupsdonncha2008-09-191-3/+3
* Add mu version blog count to update request.donncha2008-09-193-17/+17
* Fixed "search blogs too" link, fixes #740donncha2008-09-191-1/+1
* Remove tag slug, fixes #739donncha2008-09-161-5/+0
* Check against $wpmu_version, use $current_site.donncha2008-09-161-2/+2
* Display the wpmu version to site_admins, fixes #737donncha2008-09-161-1/+4
* Revert the current_site changedonncha2008-09-151-2/+2
* Use WordPress MU UA and current site details when updating.donncha2008-09-151-2/+2
* Merge with WP 2.6.2donncha2008-09-1511-55/+113
* Need to setup global and non persistent groups again after cache is reinitial...donncha2008-09-031-0/+4
* Only unset plugins page when it's not active, keeps plugin notificationdonncha2008-09-031-5/+5
* Bump the version numberdonncha2008-09-021-1/+1
* Check that we're not the "main blog" when deleting the current blog. Fixes #637donncha2008-09-021-2/+6
* Allow graceful_fail message to be filtered, props jamescollins, fixes #705donncha2008-09-011-0/+1
* More cleanups by momo360modena, fixes #719donncha2008-08-291-22/+30
* Added 410 Gone error for deleted and spam blog, props selad, fixes #705donncha2008-08-291-6/+7
* Added "avatar_default" to whitelst, props dsader, jamescollins, fixes #703donncha2008-08-291-1/+1
* When deleting user, list user_id seperately to blogs for users without blogsdonncha2008-08-292-14/+20
* Use add/remove user_from_blog() functions, fixes #730donncha2008-08-281-11/+5
* Massive cleanup of wpmu-functions, props momo360modena, fixes #719donncha2008-08-283-203/+271
* Minor changes, props momo360modena, #719donncha2008-08-251-2/+2