summaryrefslogtreecommitdiff
path: root/actions/joingroup.php
AgeCommit message (Collapse)Author
2009-06-14The rest of the things necessary to make group block workEvan Prodromou
Link to the group block form. Hide join button if the current user is blocked.
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-08Corrected redirect targets for some group actions. These redirects can occur ↵Adrian Lang
when the canonical name differs from the passed name.
2009-01-22Fix error in prepare() for checking group membershipEvan Prodromou
2009-01-21Add actions for joining or leaving a group, and fixup JS to matchEvan Prodromou