Commit graph

151 commits

Author SHA1 Message Date
Sacha Greif
3c5136f693 added /best to top nav 2013-01-11 11:48:19 +09:00
Sacha Greif
4c27db26c4 fixed post_edit bug 2013-01-11 09:20:14 +09:00
Sacha Greif
05fcbaf1bd test if either http:// or https:// is missing from URLs 2012-12-31 18:18:46 +01:00
Sacha Greif
3190d15f88 inactive posts get updated every hour 2012-12-24 16:21:56 +01:00
Sacha Greif
a3b224d727 automatically append "http://" to links if missing 2012-12-24 15:28:03 +01:00
Sacha Greif
98c2a1f739 working on scoring algorithm optimizations 2012-12-24 10:59:13 +01:00
Sacha Greif
8c9ad93f43 Implementing quick ugly dropdown 2012-12-21 18:47:06 +01:00
Sacha Greif
6b56a6ba84 display footer in right spot on digest page 2012-12-20 21:34:29 +01:00
Sacha Greif
fc009793ce Make post and comment anti-flooding interval a setting 2012-12-20 21:17:07 +01:00
Sacha Greif
9a7ca9d759 Improved footer positioning 2012-12-20 17:52:15 +01:00
Sacha Greif
fcc7313449 Improve sticky system by sorting posts by sticky instead of changing score 2012-12-20 17:30:54 +01:00
Sacha Greif
2fc598d9d8 Add additional custom code block outside of footer div 2012-12-16 19:06:21 +01:00
Sacha Greif
29d379d3f9 Set Session variable to signal posts list pages 2012-12-16 18:58:57 +01:00
Sacha Greif
beb6d245b0 Now displaying footer code on post list pages as well 2012-12-16 18:46:58 +01:00
Sacha Greif
3cd255da55 unbind keyboard shortcut to prevent duplicate bindings 2012-12-16 14:25:46 +01:00
Sacha Greif
8b7421b0d2 fixed keyboard date switching 2012-12-14 17:12:52 +09:00
Tom Coleman
5fdb4d3ad5 Whoops, that's the correct logic. 2012-12-13 18:46:09 +11:00
Tom Coleman
f36d68451c Sorted out digests in a nice clean way. 2012-12-13 18:13:52 +11:00
Sacha Greif
394d95a01e typo fix 2012-12-13 15:24:30 +09:00
Sacha Greif
f23e26f6b6 CSS fixes 2012-12-13 15:22:28 +09:00
Tom Coleman
0be912db24 Massively simplified all the posts_lists using the paginatedSub. 2012-12-13 17:06:13 +11:00
Sacha Greif
77de206046 Strip HTML from comments and posts to prevent code injections 2012-12-13 10:58:17 +09:00
Sacha Greif
5ab5cb30ff added /best subscription and templates 2012-12-10 13:22:48 +09:00
Sacha Greif
e1246e0d13 error if sign up form is empty 2012-12-07 09:31:38 +09:00
Tom Coleman
6ff27ae383 Created paginatedSubscription, use it for topPosts. 2012-12-06 23:46:20 +11:00
Sacha Greif
3f9955bdb3 Merge branch 'master' of github.com:SachaG/Telescope 2012-12-05 11:37:23 +09:00
Sacha Greif
f74a8396f6 when upvoting while not logged in, redirect instead of just throwing error 2012-12-05 11:22:14 +09:00
Sacha Greif
070381dbd9 fixing mobile nav 2012-12-05 11:05:05 +09:00
Tom Kruijsen
7665a1be79 Use generic getAvatarUrl instead of Gravatar. 2012-12-03 17:36:47 +01:00
Amjad Masad
63e82652b7 Add post button to mobile nav. 2012-11-29 01:02:25 -05:00
Sacha Greif
20065be2f3 add "/" to router redirection 2012-11-28 08:57:44 +09:00
Sacha Greif
e364aa3fbb title -> headline 2012-11-26 18:08:14 +09:00
Sacha Greif
02ae749f4e bugfix 2012-11-26 17:39:23 +09:00
Sacha Greif
903274b98f rework post edit 2012-11-26 17:37:47 +09:00
Sacha Greif
4bf2e3bf46 reworking signin/signup and even tracking 2012-11-26 17:11:21 +09:00
Sacha Greif
eca3a10c5b fix keyboard shortcut day switching bug 2012-11-26 12:18:29 +09:00
Sacha Greif
fabecc7609 posts digest tweaks 2012-11-26 11:27:27 +09:00
Tom Coleman
9211c60495 Simplified subscriptions greatly (I think). 2012-11-25 19:10:10 +11:00
Tom Coleman
d984d0ebf6 Whoops! I didn't mean to comment that out.
I was just bugfixing :/
2012-11-25 19:01:52 +11:00
Lyudmil Angelov
2dfbf220ac Use more descriptive names for classes used to generate forms automatically. 2012-11-22 17:48:31 +01:00
Sacha Greif
1f6720aee4 stop screen from jumping back to top 2012-11-22 15:52:08 +09:00
Sacha Greif
b43ac5bd56 fixed comment timestamp bug 2012-11-22 09:08:12 +09:00
Sacha Greif
720373f30c using router permissions for admin area 2012-11-22 08:13:43 +09:00
Sacha Greif
0646caeea1 tweaking permissions 2012-11-21 14:31:58 +09:00
Sacha Greif
4e582acbaf moved permissions to own file 2012-11-21 14:18:30 +09:00
Sacha Greif
6c2589ab90 transformed window vars in Session vars 2012-11-21 13:44:03 +09:00
Sacha Greif
cf8a433b0c repressRecursion -> showChildComments 2012-11-21 13:41:27 +09:00
Tom Coleman
8641d52674 Moved canEdit logic into the router too. 2012-11-21 15:28:29 +11:00
Tom Coleman
72d8115b1b New router is working, to some degree.
I switched over to router 2.0, and refactored the permissions a bit.
There's still a bit of work needed to get the permissions fully up to speed.
2012-11-21 14:28:18 +11:00
Lyudmil Angelov
1d2422b3b3 Merge main line. 2012-11-20 16:00:27 +01:00