Commit graph

79 commits

Author SHA1 Message Date
joshua stein
b128c818c9 add indexes on things that are searched by 2012-08-24 11:41:35 -05:00
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
d170d36fd0 only show a description if there is a body 2012-08-24 11:41:35 -05:00
joshua stein
08fade9e9d may as well not render the footer while there's nothing there 2012-08-24 11:41:35 -05:00
joshua stein
f8dd75fde4 comment editing, looks weird for now but it works 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
805b0fd1a0 fix blockquote style for comments 2012-08-24 11:41:35 -05:00
joshua stein
647fc5f446 disable autocomplete everywhere 2012-08-24 11:41:35 -05:00
joshua stein
453ead19c0 tweak mobile sizes 2012-08-24 11:41:35 -05:00
joshua stein
80f02beee8 a mobile stylesheet 2012-08-24 11:41:35 -05:00
joshua stein
e177b769fc a comment vote is not a vote for the story 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
ab6316a1cf add link on user profile to send them a message (kind of ugly) 2012-08-24 11:41:35 -05:00
joshua stein
358a88a87b sync schema with production 2012-08-24 11:41:35 -05:00
joshua stein
59bcaf9512 tweak flash messages 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
7611e7d297 add apple-touch-icon 2012-08-24 11:41:34 -05:00
joshua stein
fc1c474fb3 implement private messages 2012-08-24 11:41:34 -05:00
joshua stein
e47a054e75 focus certain text boxes on load where appropriate; minor tweaks 2012-08-24 11:41:34 -05:00
joshua stein
7858dcd212 max width of 1000 seems better 2012-08-24 11:41:34 -05:00
joshua stein
dd64a9c823 max-width to avoid vertical scrolling on small browsers 2012-08-24 11:41:34 -05:00
joshua stein
116d0d6978 use two blue colors for links 2012-08-24 11:41:34 -05:00
joshua stein
03b38c2599 https only for production 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
906564a6a0 widen page but shrink comments, story text, and comment boxes 2012-08-24 11:41:34 -05:00
joshua stein
6023a81c71 tweak some styles 2012-08-24 11:41:34 -05:00
joshua stein
216d483b98 force ssl for production 2012-08-24 11:41:34 -05:00
joshua stein
a5eead5852 simpler error pages 2012-08-24 11:41:34 -05:00
joshua stein
062fe6c2a3 reject ipv6 addresses for now 2012-08-24 11:41:34 -05:00
joshua stein
141ba5f77d fix root_url stuff 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
da48f74e45 don't show memo if there is none 2012-08-24 10:57:42 -05:00
joshua stein
a5782cbe33 fix an eager loading problem with tags 2012-08-24 10:57:42 -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
4a221aa2d3 current production schema 2012-08-24 10:57:42 -05:00
joshua stein
2e87af1259 showing_user, not current user 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
f6d9905fd9 no underlining in markdown, just strong with ** 2012-08-24 10:57:42 -05:00
joshua stein
986e261478 use max width 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
b5b2c92779 show newest in rss url 2012-08-24 10:57:42 -05:00
joshua stein
27304e4bc3 only underscores 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