Commit graph

281 commits

Author SHA1 Message Date
Sacha Greif
509972f18a Now keeping track of upvoted/downvoted posts & comments. 2014-08-11 10:14:53 +09:00
Sacha Greif
58ca8d389f Fixing latency compensation issue 2014-08-06 12:02:17 +09:00
Sacha Greif
23c72bd7bb Updating history 2014-08-06 10:44:19 +09:00
Sacha Greif
7f103be36d refactoring and style tweaks 2014-08-05 12:25:26 +09:00
Sacha Greif
3f8c868bdc almost done with newsletter banner 2014-08-05 11:24:54 +09:00
Sacha Greif
af4a9ee413 working on sync/async issues 2014-08-05 10:59:54 +09:00
Sacha Greif
be0ab69c7b Adding footer and hero modules; working on newsletter subscribe banner 2014-08-05 10:16:05 +09:00
Sacha Greif
68bbae0a4c improving digest 2014-08-04 20:58:02 +09:00
Sacha Greif
2135c4b11f Adding cron job to schedule digests 2014-08-04 19:02:21 +09:00
Sacha Greif
aedd1f69d0 Delete all existing notifications to avoid incompatibilities 2014-08-04 11:29:12 +09:00
Sacha Greif
d375bc3c1b Using templates for on-site notifications too; refactoring a lot of stuff 2014-08-04 11:22:43 +09:00
Sacha Greif
cb4e27d4ba Add logo to email templates 2014-08-04 10:04:50 +09:00
Sacha Greif
ea9ca1e1c5 Still refactoring notifications 2014-08-04 09:47:10 +09:00
Sacha Greif
79bad9ae83 Finishing work on email templates, setting up test routes 2014-08-03 16:27:54 +09:00
Sacha Greif
78f440e8cd refactoring email templates 2014-08-03 11:50:10 +09:00
Sacha Greif
6cc5bedb4d working on html email template 2014-08-02 16:27:12 +09:00
Sacha Greif
1631b9f89b working on HTML emails 2014-08-02 16:11:54 +09:00
Sacha Greif
d56c6ee1b1 working on digest package 2014-08-02 11:00:28 +09:00
Sacha Greif
acb7670534 Only migrate posts that don't already have lastCommentedAt 2014-07-22 11:48:23 +09:00
Sacha Greif
c4983fb790 Merge branch 'master' of github.com:TelescopeJS/Telescope 2014-07-22 11:44:18 +09:00
Sacha Greif
dc683d7a10 Rename property to lastCommentedAt 2014-07-22 10:29:37 +09:00
Sacha Greif
65eae8f171 add lastCommentDate to posts 2014-07-19 15:08:28 +09:00
Josh Owens
ef60ce1660 Don't iterate all the users for finding who to send notifications to. 2014-07-19 00:16:28 -04:00
Arunoda Susiripala
d34da0a1f8 remove debug server delay 2014-07-08 11:27:42 +05:30
Arunoda Susiripala
74c76a8526 revert to the orignal post waiton logic
but corrected 404 template name and uses waitOn (FR needs it)
2014-07-08 11:24:59 +05:30
Sacha Greif
fa25d69444 fixing comment bugs 2014-07-05 16:21:28 +09:00
Sacha Greif
e1919593e7 refactoring dates and timestamps 2014-07-03 13:15:23 +09:00
Sacha Greif
b6e26f634e removed autocomplete, fixed bugs with dropdown 2014-07-03 10:28:27 +09:00
Sacha Greif
017f180667 fixing sticky bug #310 2014-07-03 09:30:10 +09:00
Sacha Greif
fb279cc13c adding rss and api packages 2014-06-27 19:57:30 +09:00
Sacha Greif
e99876a2fe migrations tweaks 2014-06-23 17:16:04 +09:00
Sacha Greif
110e34ab8e fixing typos 2014-06-23 17:09:06 +09:00
Sacha Greif
a0748a8d89 improving migrations 2014-06-23 17:08:25 +09:00
Sacha Greif
8912b9f5e0 improved migrations 2014-06-23 14:28:37 +09:00
Sacha Greif
d97df27f7f finishing view parameters flexibiltification 2014-06-23 12:28:40 +09:00
Sacha Greif
21998aa012 putting search in its own package 2014-06-23 11:05:06 +09:00
Sacha Greif
49779cabe8 add timestamp to migrations 2014-06-22 16:38:20 +09:00
Sacha Greif
45fb6a9a2b migrating post.createdAt, post.submitted, and comment.createdAt to Date() types 2014-06-22 11:09:12 +09:00
Sacha Greif
a406211537 fixing search validation 2014-06-22 10:55:31 +09:00
Sacha Greif
a99a0f89e6 fixing new comments validation 2014-06-22 10:34:39 +09:00
Sacha Greif
07a95b3b5c adding commentsSubmittedToCreatedAt and commentsPostToPostId migrations 2014-06-22 10:34:25 +09:00
Sacha Greif
ae0cf36819 Merge branch 'master' into autoform
Conflicts:
	client/views/posts/post_item.html
	client/views/posts/post_item.js
2014-05-30 14:03:41 +09:00
Sacha Greif
2b37fd1359 fixing canPost and canView filters; only publish invited users to admin 2014-05-23 13:32:52 +09:00
Sacha Greif
9bf61f3807 Changing "headline" to "title" 2014-05-16 09:19:35 +09:00
Sacha Greif
e0ff3f71fc Counting up votes and down votes with two separate properties instead of a single "votes" property 2014-05-15 15:56:23 +09:00
Sacha Greif
ba3e5e2ca2 Factoring out the tags/categories feature into its own package 2014-05-09 11:05:33 +09:00
Christian Bundy
86ec3ede93 Solve trivial JS errors
Using jshint and and fixmyjs I went through and removed 220 trivial
Javascript errors – mostly missing semicolons, and some properties that
weren’t written in dot notation. You can view the diff of jshint’s
output here:
https://gist.github.com/christianbundy/7b37c51bb6f7c8d739e7/revisions
2014-05-06 20:15:48 -07:00
Sacha Greif
62b7c283f3 Merge branch 'master' of github.com:SachaG/Telescope 2014-02-18 14:47:02 +09:00
Sacha Greif
e622c11286 cleaning up subscriptions 2014-02-18 14:46:53 +09:00
Josh Owens
45d8a1b624 Use the outgoing click tracking for rss
Switch rss to use the outgoing click tracking url for rss.  This makes click tracking via twitter and facebook much easier from an rss share bot.
2014-02-17 12:08:43 -05:00