]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
add block form to subscribers list and profile page
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 05:55:11 +0000 (00:55 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 05:55:11 +0000 (00:55 -0500)
commit9b4df5056f2dba6b6fa7ac392c2114fd3c1400a0
tree58d4bf8057559b3175ade6f25908ce8da194091d
parent71b682453d558de25592bbf9633fc214e94b6067
add block form to subscribers list and profile page

I added a small form for blocking users to profiles in the profile
list, and also to the profile page.

I also added an action to handle the results of blocking someone.

This required some changes to the profile list class (so I could
add the block form), so I made them. And the gallery class lets its
subclasses return a subclass of ProfileList for their profile list.

darcs-hash:20081208055511-5ed1f-e2e09986bd3b9cbb6a00a0c6b94f49ea78b7bdab.gz
actions/block.php [new file with mode: 0644]
actions/showstream.php
actions/subscribers.php
actions/subscriptions.php
lib/gallery.php
lib/profilelist.php
lib/util.php