Commit graph

175 commits

Author SHA1 Message Date
Sacha Greif
a7f2cf4b9a implementing category UI 2013-02-18 12:13:27 +09:00
Sacha Greif
39531a2015 fixed admin menu css gap problem 2013-02-10 08:38:29 +09:00
Sacha Greif
aa3cd9e93c fixed the flush errors 2013-02-10 08:15:31 +09:00
Sacha Greif
fa94d7a5e0 changed isChecked to hasCategory 2013-02-09 11:48:37 +09:00
Sacha Greif
3c81b9dd49 send notifications by default 2013-01-29 10:51:44 +09:00
Sacha Greif
b8bfe97425 Merge branch 'master' of heroku.com:telescope-meta into development 2013-01-19 22:51:31 +09:00
Sacha Greif
bbe0e113ea commenting the code 2013-01-19 22:47:35 +09:00
Sacha Greif
8048db9442 tracking unsubscribes 2013-01-19 22:15:09 +09:00
Sacha Greif
6a4e32be05 finished unsubcribed feature 2013-01-19 21:55:10 +09:00
Sacha Greif
78c0e22583 adding unsubscribe code 2013-01-19 21:37:46 +09:00
Sacha Greif
9a464035d9 working on email notifications; refactored onsite notifications too 2013-01-19 18:24:18 +09:00
Sacha Greif
26bde7228d Merge branch 'development' 2013-01-15 08:46:23 +09:00
Sacha Greif
45e4dffc03 fixed bug in upvoting trackevent code 2013-01-15 08:46:03 +09:00
Sacha Greif
bb7d4b2ed7 Merge branch 'development' 2013-01-14 10:56:31 +09:00
Sacha Greif
6bf8f7356f fixed notifications bug 2013-01-14 10:54:58 +09:00
Sacha Greif
f7fff10572 calculate score based on createdAt if submitted not available (i.e. post is pending) 2013-01-13 12:34:29 +09:00
Sacha Greif
c934a3ecff added post_approve meteor method 2013-01-13 10:21:09 +09:00
Sacha Greif
f5b24eb4bc createdAt -> created 2013-01-13 09:58:49 +09:00
Sacha Greif
1c74af2344 make posts active when approving them 2013-01-13 09:52:40 +09:00
Sacha Greif
9edd21c3ab trying to fix post_edit bug again 2013-01-13 09:13:25 +09:00
Sacha Greif
4105708b6a working on new createdAt timestamp 2013-01-13 08:52:35 +09:00
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
Ever Daniel Barreto
81aa434ce6 Fix loading status class not removed when no url was provided -- fixed 2013-01-09 23:50:26 -03:00
Ever Daniel Barreto
96d3f176cc Fix loading status class not removed when no url was provided 2013-01-09 22:48:23 -03: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
e1e4f51956 humanize dates in digest 2012-12-23 11:15:36 +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