summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert last change, there are validate hooks in wpmu-functions.php, see #776donncha2008-10-231-4/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1506 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add 'validate_user_signup' and 'validate_blog_signup' hooks, fixes #776donncha2008-10-221-0/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1505 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor whitespace cleanupdonncha2008-10-083-6/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1503 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Localize media button options, fixes #752donncha2008-10-061-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1502 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Send welcome email to users when blog created from backend.donncha2008-10-022-1/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1501 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Bump the version numberdonncha2008-09-301-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1499 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merged changes from http://trac.wordpress.org/changeset/8568 to fix #746donncha2008-09-301-6/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1498 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Move PHP_SELF check down, and do not blindly apply to non vhost installs if ↵donncha2008-09-251-4/+5
| | | | | | on the main blog, mostly fixes #745 git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1497 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor merge from default themedonncha2008-09-241-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1496 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Release Candidatedonncha2008-09-221-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1495 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Media buttons on Write Post page are now configurable, see #598 and #738donncha2008-09-223-3/+27
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1493 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Get get list of blogs from current blog. Calling wp.getUsersBlogs doesn't ↵donncha2008-09-221-2/+7
| | | | | | work because xmlrpc server object just doesn't exist. See #735 git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1491 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use default value for get_options()donncha2008-09-221-6/+6
| | | | | | | get *all* options, not just auto load options, thanks Will Norris git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1489 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Forgot it's in an object.donncha2008-09-191-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1488 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Call wp_getUsersBlogs() directly instead of xmlrpc requestdonncha2008-09-191-7/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1487 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* No need to filter out site_id != 1 blogsdonncha2008-09-191-4/+1
| | | | | | | Added restore blog call to avoid stack geting potentially huge! git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1486 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Updated installer styling, props momo360modena, see #718donncha2008-09-191-49/+164
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1484 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor whitspace cleanupsdonncha2008-09-191-3/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1483 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add mu version blog count to update request.donncha2008-09-193-17/+17
| | | | | | | | | Add current_site details to User Agent with "currentsite_on_version_check" filter. Store current version details in a site option. Only show update messages to site admins. git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1481 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed "search blogs too" link, fixes #740donncha2008-09-191-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1479 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove tag slug, fixes #739donncha2008-09-161-5/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1477 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check against $wpmu_version, use $current_site.donncha2008-09-161-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1476 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Display the wpmu version to site_admins, fixes #737donncha2008-09-161-1/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1474 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Revert the current_site changedonncha2008-09-151-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1473 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use WordPress MU UA and current site details when updating.donncha2008-09-151-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1472 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Merge with WP 2.6.2donncha2008-09-1511-55/+113
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1471 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Need to setup global and non persistent groups again after cache is ↵donncha2008-09-031-0/+4
| | | | | | reinitialised. git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1468 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Only unset plugins page when it's not active, keeps plugin notificationdonncha2008-09-031-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1467 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Bump the version numberdonncha2008-09-021-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1464 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Check that we're not the "main blog" when deleting the current blog. Fixes #637donncha2008-09-021-2/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1463 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow graceful_fail message to be filtered, props jamescollins, fixes #705donncha2008-09-011-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1460 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* More cleanups by momo360modena, fixes #719donncha2008-08-291-22/+30
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1459 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added 410 Gone error for deleted and spam blog, props selad, fixes #705donncha2008-08-291-6/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1457 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "avatar_default" to whitelst, props dsader, jamescollins, fixes #703donncha2008-08-291-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1456 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* When deleting user, list user_id seperately to blogs for users without blogsdonncha2008-08-292-14/+20
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1453 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use add/remove user_from_blog() functions, fixes #730donncha2008-08-281-11/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1451 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Massive cleanup of wpmu-functions, props momo360modena, fixes #719donncha2008-08-283-203/+271
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1450 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Minor changes, props momo360modena, #719donncha2008-08-251-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1449 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Prepare SQL, fixes #719, props momo360modenadonncha2008-08-251-14/+14
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1446 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Missing )donncha2008-08-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1444 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Locale changes from #708, props momo360modenadonncha2008-08-252-9/+13
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1443 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* This javascript doesn't work any more, remove it. fixes #720, props ↵donncha2008-08-252-2/+2
| | | | | | momo360modena git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1440 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Improved confirmation message, fixes #722, props momo360modenadonncha2008-08-251-11/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1439 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Escape the "_" as it's a wildcard too, fixes #727, props jeppedonncha2008-08-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1436 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added mu_menu_items filter. props momo360modena, fixes #723donncha2008-08-251-3/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1435 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* CSS Upgrade for the activate script thanks to momo360modena, fixes #724donncha2008-08-251-70/+66
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1434 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Use the current site_id when activating a new blog, fixes #726, props lunabytedonncha2008-08-251-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1433 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Translations, fixes #708, props seladdonncha2008-08-221-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1432 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* xhtml fixes by momo360modena, fixes #709. Not all changes applied however.donncha2008-08-221-187/+236
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1431 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make the "hosting services" message on the export page filterable. fixes #711donncha2008-08-221-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1430 7be80a69-a1ef-0310-a953-fb0f7c49ff36