summaryrefslogtreecommitdiff
path: root/lib/profileformaction.php
AgeCommit message (Collapse)Author
2010-04-08Maintain 'page' parameter for block from subscribers list, block & ↵Brion Vibber
make-admin from group members list. Refactored some of the returnto handling code. It looks like we have several different ways of handling this in the software, icky! Marked the session-based functions with fixmes (they'll stomp on other forms when multiple tabs/windows are used) and combined some commonish bits of code between ProfileFormAction and the group block & makeadmin actions where they're using hidden form parameters. Extended that to allow passing dynamic parameters (eg 'page') as well as static ones (action, target user/group).
2009-12-13(Puctuation) consistency in clientError() calls.Siebrand Mazeland
2009-11-16make block actions use profileformaction superclassEvan Prodromou
2009-11-16common superclass for actions that operate on a profile and returnEvan Prodromou