summaryrefslogtreecommitdiff
path: root/actions/leavegroup.php
AgeCommit message (Collapse)Author
2009-04-01Try to do intelligent redirect codesEvan Prodromou
After fixing the redirect code output, there are a lot of weirdnesses with e.g. form handling. Try to add explicit redirect codes where needed -- principly when handling a POST.
2009-03-07you can _so_ leave a group if you're its adminEvan Prodromou
2009-03-08Corrected redirect targets for some group actions. These redirects can occur ↵Adrian Lang
when the canonical name differs from the passed name.
2009-01-22fixed a few bugs and logic problems in groupsRobin Millette
2009-01-21Add actions for joining or leaving a group, and fixup JS to matchEvan Prodromou