]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Maintain 'page' parameter for block from subscribers list, block & make-admin from...
authorBrion Vibber <brion@pobox.com>
Fri, 9 Apr 2010 02:06:55 +0000 (19:06 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 9 Apr 2010 02:06:55 +0000 (19:06 -0700)
commit5dbaaed4e68ecae1c78b9493add89df3557c8e98
tree7435597d838585df16a8a11c59622654bb201b46
parent4b2dfabff886c7f2e61eef43c7c9de092661d73a
Maintain 'page' parameter for block from subscribers list, block & 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).
actions/groupblock.php
actions/groupmembers.php
actions/makeadmin.php
actions/subscribers.php
lib/profileformaction.php
lib/redirectingaction.php [new file with mode: 0644]
lib/util.php