Merge branch '0.9.x' into 1.0.x

This commit is contained in:
Brion Vibber
2010-10-12 16:33:36 -07:00
269 changed files with 7703 additions and 3045 deletions

View File

@@ -278,7 +278,7 @@ class Router
$m->connect('group/new', array('action' => 'newgroup'));
foreach (array('edit', 'join', 'leave') as $v) {
foreach (array('edit', 'join', 'leave', 'delete') as $v) {
$m->connect('group/:nickname/'.$v,
array('action' => $v.'group'),
array('nickname' => '[a-zA-Z0-9]+'));