summaryrefslogtreecommitdiff
path: root/plugins/UserFlag/flagprofile.php
AgeCommit message (Collapse)Author
2010-05-20Added block link to subscription notification emails; block action can now ↵Brion Vibber
take a profile ID on the URL; added profile details to block page so there's an indication of who you're blocking before you pull the trigger. Fixed typo in RedirectingAction when no return-to data provided in form submission. RedirectingAction::returnToArgs() has been renamed to returnToPrevious() to avoid conflict with Action::returnToArgs() which returns arguments to be passed to other actions as return-to arguments. All callers should now be updated. More profile settings actions will now redirect through a login form if visited as a GET request, as would be expected from a bookmark, link sent in e-mail etc.
2009-12-28move flag creation to a method of data objectEvan Prodromou
2009-12-28phpcs-clean flagprofile.phpEvan Prodromou
2009-11-19Don't show flag user button your own profileZach Copley
2009-11-19Fixed HXR response for flag userZach Copley
2009-11-16make profile flag actions work like other profile actionsEvan Prodromou
2009-11-11Added XHR for form_entity_flagSarven Capadisli
2009-11-07make sure FlagprofileAction without Profile_flagEvan Prodromou
2009-11-01insert profile flags more or less correctlyEvan Prodromou
2009-11-01move action files to the right placeEvan Prodromou