root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1560 [1560] 12/02/08 13:50:59 donncha Use gmt rather than blog time, props bazza and rboren
(edit) @1551 [1551] 11/26/08 21:01:30 donncha wpdb is used in this function
(edit) @1548 [1548] 11/25/08 19:52:24 donncha Bump the version to 2.6.5
(edit) @1547 [1547] 11/25/08 19:50:29 donncha Cache rss feeds in sitemeta, added garbage collection
(edit) @1542 [1542] 11/24/08 17:04:14 donncha WP Merge with revision 9860
(edit) @1541 [1541] 11/24/08 13:09:33 donncha Fixes from Trunk
(edit) @1540 [1540] 11/24/08 13:08:01 donncha Tiny typo
(edit) @1516 [1516] 10/25/08 10:38:38 donncha Bump version to 2.6.3
(edit) @1515 [1515] 10/25/08 10:20:39 donncha Redirect user to login page when signup is for existing users only. Props …
(edit) @1514 [1514] 10/24/08 19:35:31 donncha Change update message to make it more MU site admin friendly
(edit) @1513 [1513] 10/24/08 19:28:54 donncha Oops, should be $domain, and $newdomain
(edit) @1512 [1512] 10/24/08 19:26:33 donncha Lowercase blog and paths only, fixes #777
(edit) @1511 [1511] 10/24/08 15:39:15 donncha And remove object cache calls from get() too
(edit) @1510 [1510] 10/24/08 15:37:25 donncha Remove object_cache checks, doesn't work for everyone, fixes #778, props …
(edit) @1509 [1509] 10/24/08 15:31:24 donncha WP Merge 8915
(edit) @1508 [1508] 10/24/08 15:30:16 donncha Merged WP 9077
(edit) @1507 [1507] 10/24/08 15:23:43 donncha WP Merge
(edit) @1506 [1506] 10/23/08 08:30:45 donncha Revert last change, there are validate hooks in wpmu-functions.php, see …
(edit) @1505 [1505] 10/22/08 14:12:54 donncha Add 'validate_user_signup' and 'validate_blog_signup' hooks, fixes #776
(edit) @1503 [1503] 10/08/08 13:15:02 donncha Minor whitespace cleanup
(edit) @1502 [1502] 10/06/08 16:49:12 donncha Localize media button options, fixes #752
(edit) @1501 [1501] 10/02/08 11:47:10 donncha Send welcome email to users when blog created from backend.
(edit) @1499 [1499] 09/30/08 09:36:42 donncha Bump the version number
(edit) @1498 [1498] 09/30/08 09:35:05 donncha Merged changes from http://trac.wordpress.org/changeset/8568 to fix #746
(edit) @1497 [1497] 09/25/08 09:10:22 donncha Move PHP_SELF check down, and do not blindly apply to non vhost installs …
(edit) @1496 [1496] 09/24/08 16:32:47 donncha Minor merge from default theme
(edit) @1495 [1495] 09/22/08 16:59:37 donncha Release Candidate
(edit) @1493 [1493] 09/22/08 16:43:54 donncha Media buttons on Write Post page are now configurable, see #598 and #738
(edit) @1491 [1491] 09/22/08 15:45:18 donncha Get get list of blogs from current blog. Calling wp.getUsersBlogs doesn't …
(edit) @1489 [1489] 09/22/08 11:22:33 donncha Use default value for get_options() get *all* options, not just auto load …
(edit) @1488 [1488] 09/19/08 21:25:21 donncha Forgot it's in an object.
(edit) @1487 [1487] 09/19/08 16:58:41 donncha Call wp_getUsersBlogs() directly instead of xmlrpc request
(edit) @1486 [1486] 09/19/08 16:58:15 donncha No need to filter out site_id != 1 blogs Added restore blog call to avoid …
(edit) @1484 [1484] 09/19/08 15:56:30 donncha Updated installer styling, props momo360modena, see #718
(edit) @1483 [1483] 09/19/08 13:18:33 donncha Minor whitspace cleanups
(edit) @1481 [1481] 09/19/08 13:05:29 donncha Add mu version blog count to update request. Add current_site details to …
(edit) @1479 [1479] 09/19/08 12:14:54 donncha Fixed "search blogs too" link, fixes #740
(edit) @1477 [1477] 09/16/08 17:03:26 donncha Remove tag slug, fixes #739
(edit) @1476 [1476] 09/16/08 16:44:55 donncha Check against $wpmu_version, use $current_site.
(edit) @1474 [1474] 09/16/08 15:36:24 donncha Display the wpmu version to site_admins, fixes #737
(edit) @1473 [1473] 09/15/08 15:55:23 donncha Revert the current_site change
(edit) @1472 [1472] 09/15/08 15:51:39 donncha Use WordPress? MU UA and current site details when updating.
(edit) @1471 [1471] 09/15/08 15:45:31 donncha Merge with WP 2.6.2
(edit) @1468 [1468] 09/03/08 17:12:30 donncha Need to setup global and non persistent groups again after cache is …
(edit) @1467 [1467] 09/03/08 16:11:57 donncha Only unset plugins page when it's not active, keeps plugin notification
(edit) @1464 [1464] 09/02/08 16:28:41 donncha Bump the version number
(edit) @1463 [1463] 09/02/08 16:18:07 donncha Check that we're not the "main blog" when deleting the current blog. Fixes …
(edit) @1460 [1460] 09/01/08 09:31:47 donncha Allow graceful_fail message to be filtered, props jamescollins, fixes #705
(edit) @1459 [1459] 08/29/08 15:33:08 donncha More cleanups by momo360modena, fixes #719
(edit) @1457 [1457] 08/29/08 12:42:47 donncha Added 410 Gone error for deleted and spam blog, props selad, fixes #705
(edit) @1456 [1456] 08/29/08 12:28:56 donncha Added "avatar_default" to whitelst, props dsader, jamescollins, fixes #703
(edit) @1453 [1453] 08/29/08 12:21:48 donncha When deleting user, list user_id seperately to blogs for users without …
(edit) @1451 [1451] 08/28/08 16:51:19 donncha Use add/remove user_from_blog() functions, fixes #730
(edit) @1450 [1450] 08/28/08 16:37:29 donncha Massive cleanup of wpmu-functions, props momo360modena, fixes #719
(edit) @1449 [1449] 08/25/08 16:17:51 donncha Minor changes, props momo360modena, #719
(edit) @1446 [1446] 08/25/08 16:06:08 donncha Prepare SQL, fixes #719, props momo360modena
(edit) @1444 [1444] 08/25/08 16:02:10 donncha Missing )
(edit) @1443 [1443] 08/25/08 15:35:26 donncha Locale changes from #708, props momo360modena
(edit) @1440 [1440] 08/25/08 15:18:00 donncha This javascript doesn't work any more, remove it. fixes #720, props …
(edit) @1439 [1439] 08/25/08 15:09:59 donncha Improved confirmation message, fixes #722, props momo360modena
(edit) @1436 [1436] 08/25/08 15:02:55 donncha Escape the "_" as it's a wildcard too, fixes #727, props jeppe
(edit) @1435 [1435] 08/25/08 11:21:21 donncha Added mu_menu_items filter. props momo360modena, fixes #723
(edit) @1434 [1434] 08/25/08 11:15:05 donncha CSS Upgrade for the activate script thanks to momo360modena, fixes #724
(edit) @1433 [1433] 08/25/08 10:25:55 donncha Use the current site_id when activating a new blog, fixes #726, props …
(edit) @1432 [1432] 08/22/08 17:25:00 donncha Translations, fixes #708, props selad
(edit) @1431 [1431] 08/22/08 16:50:29 donncha xhtml fixes by momo360modena, fixes #709. Not all changes applied however.
(edit) @1430 [1430] 08/22/08 15:04:25 donncha Make the "hosting services" message on the export page filterable. fixes …
(edit) @1429 [1429] 08/22/08 14:50:49 donncha No need for / prefix on rewrite rule, fixes #702, props kipit
(edit) @1428 [1428] 08/22/08 12:32:53 donncha Strip 443 port from secure urls, fixes #714, props axelseaa
(edit) @1427 [1427] 08/22/08 12:24:29 donncha Flush rules when blog is edited. Fixes #715
(edit) @1425 [1425] 08/15/08 17:04:00 donncha Delete new_user_ key when user is added to blog. Update text to warn of …
(edit) @1424 [1424] 08/15/08 15:11:20 donncha WP Merge with WP 2.6.1
(edit) @1421 [1421] 08/13/08 15:13:05 donncha Merge with WP revision 8635
(edit) @1419 [1419] 08/12/08 10:13:34 donncha No need for these to be executable
(edit) @1418 [1418] 08/11/08 11:17:13 donncha Merged changes from trunk
(edit) @1417 [1417] 08/11/08 07:30:32 donncha 2.6 branch from trunk revision [1406]
(add) @1416 [1416] 08/11/08 07:29:15 donncha Added 'branches'
Note: See TracRevisionLog for help on using the revision log.