Commit graph

31 commits

Author SHA1 Message Date
joshua stein
342d6ff911 move markeddown html into sql so it doesn't have to be generated every time
it's unlikely to change and if it does, we can just re-generate
everything in sql at once
2012-08-24 11:41:35 -05:00
joshua stein
cd568eaa38 fix deleting/undeleting stories for users and moderators 2012-08-24 11:41:35 -05:00
joshua stein
b5fc3d2e1f allow admins to edit everything forever 2012-08-24 11:41:35 -05:00
joshua stein
28cd5f8432 fix story edit bug, only check url at new time 2012-08-24 11:41:34 -05:00
joshua stein
a2705a835e add tag filters 2012-08-24 11:41:34 -05:00
joshua stein
fc1c474fb3 implement private messages 2012-08-24 11:41:34 -05:00
joshua stein
95ef42d872 move confidence and hotness into sql tables for proper sorting 2012-08-24 11:41:34 -05:00
joshua stein
e535a1387f make linking to specific comments work 2012-08-24 11:41:34 -05:00
joshua stein
d9b95b2a1d email and pushover reply notifications 2012-08-24 11:41:30 -05:00
joshua stein
9de30a870f use a story's short id url as the rss guid since the title can change 2012-08-24 10:57:42 -05:00
joshua stein
6258cb7f75 remove leading and trailing underscores from title_as_url 2012-08-24 10:57:42 -05:00
joshua stein
c38fb2ed95 fixes 2012-08-24 10:57:42 -05:00
joshua stein
6b76eadcec sqlite is only in test 2012-08-24 10:57:42 -05:00
joshua stein
c961bd6546 catch no title 2012-08-24 10:57:42 -05:00
joshua stein
73916d6636 going to have to do this sqlite-specific anyway 2012-08-24 10:57:42 -05:00
joshua stein
8dd109c49f drop custom markdowner for rdiscount 2012-08-24 10:57:42 -05:00
joshua stein
3bfea45145 shorter random string to not wrap in email 2012-08-24 10:57:41 -05:00
joshua stein
282f505cf2 pass around root_url from view/controller into model when needed 2012-08-24 10:57:41 -05:00
joshua stein
d85aed9475 value_for 2012-08-24 10:57:41 -05:00
joshua stein
909feb49cb note submitters in keystore 2012-08-24 10:57:41 -05:00
joshua stein
ada1571a53 invitation system, user settings 2012-08-24 10:57:11 -05:00
joshua stein
f6560d37ad shorten stories to /s/ instead of /p/ 2012-08-24 10:57:11 -05:00
joshua stein
bbaa8f554f fix markdown help display on story submission 2012-08-24 10:57:11 -05:00
joshua stein
7b3cbdddee rss feeds! 2012-08-24 10:57:10 -05:00
joshua stein
13a584854e stories must have at least one tag 2012-08-24 10:57:10 -05:00
joshua stein
473a026a0e how did all of these tabs get here 2012-08-24 10:57:10 -05:00
joshua stein
f801932a03 use nokogiri to get doc titles 2012-08-24 10:57:10 -05:00
joshua stein
cb4f0f9b4e Utils.random_str 2012-06-30 16:43:18 -05:00
joshua stein
578c96d653 more work 2012-06-30 14:14:35 -05:00
joshua stein
95b4906e6e working voting/scoring, threaded comments 2012-06-30 11:18:36 -05:00
joshua stein
093747b796 initial work on conversion from php tree 2012-06-16 20:15:46 -05:00