journalduhacker/app
joshua stein 9535b05490 remove story downvoting, add story hiding
stories should either be reported for spam (coming later), upvoted,
or left alone rather than being downvoted for being uninteresting.
since users don't like leaving uninteresting things alone, they can
now hide stories from their view without affecting the story's
score.

hiding is implemented as a Vote with its vote set to 0 and the
reason set to "H"

add a /hidden url which shows all of a user's hidden stories

while i'm here, simplify Vote guts and add some tests to make sure
all the flip-flopping stuff works right
2014-03-03 17:20:21 -06:00
..
assets remove story downvoting, add story hiding 2014-03-03 17:20:21 -06:00
controllers remove story downvoting, add story hiding 2014-03-03 17:20:21 -06:00
helpers add time_ago_in_words_label helper that shows the real time as a label title 2013-02-22 11:22:39 -06:00
indices possible fix for postgresql+sphinx indexing issue? 2014-01-14 21:42:27 -05:00
mailers add stuff to deal with banning users 2014-01-12 15:09:32 -06:00
models remove story downvoting, add story hiding 2014-03-03 17:20:21 -06:00
views remove story downvoting, add story hiding 2014-03-03 17:20:21 -06:00