Commit graph

34 commits

Author SHA1 Message Date
Matt DeBergalis
72564644da use dotted path for comment authors 2012-09-27 23:33:10 -07:00
Matt DeBergalis
e07daec6f3 Use currentUser builtin to simplify templates.
* {{currentUser.isAdmin}} instead of custom helpers.
* drop currentUserIsAdmin session variable.

relies on fix to meteor's handlebars evaluator in 0.4.2.
2012-09-27 23:33:08 -07:00
Matt DeBergalis
2a2cfbc40d Session is meant to hold the selected comment's ID 2012-09-27 23:32:01 -07:00
Sacha Greif
98acd4b3f0 do not re-queue comments after they've been opened once 2012-09-25 10:51:43 +09:00
Sacha Greif
059949a382 hooked up errors for upvoting when not logged in 2012-09-20 09:13:48 +09:00
Sacha Greif
5110738b26 hook up upvote/downvote button and show their state 2012-09-20 08:20:39 +09:00
Sacha Greif
634a8c80b5 automatically upvote your own new comments 2012-09-20 08:09:45 +09:00
Sacha Greif
a47a77f04c working on admin account and permissions 2012-09-19 10:05:02 +09:00
Sacha Greif
37f1c81a87 now using moment.js 2012-09-18 15:43:37 +09:00
Sacha Greif
c3df4f9d0f got gravatars to work for new users 2012-09-18 12:21:43 +09:00
Sacha Greif
12378d90ca working on gravatars 2012-09-18 11:24:27 +09:00
Sacha Greif
5ede156deb Merge branch 'master' of github.com:SachaG/Telescope 2012-09-18 09:06:03 +09:00
Tom Coleman
2ccbf64edd Downvoting / cancel voting. 2012-09-18 10:04:26 +10:00
Tom Coleman
fcf8c4ae58 Added voting to comments. 2012-09-18 09:29:31 +10:00
Sacha Greif
20a6c0c75d working on gravatar support 2012-09-18 08:29:03 +09:00
Sacha Greif
eb102b45c5 make sure score is a number 2012-09-17 12:51:35 +09:00
Sacha Greif
a0f4062fa0 still working on those damn queued comments 2012-09-17 12:19:01 +09:00
Sacha Greif
626f17c218 cleaned up console calls and updated mrt 2012-09-17 10:32:40 +09:00
Sacha Greif
5c1e1f91ad working on comment queuing 2012-09-17 10:28:42 +09:00
Sacha Greif
7193a930e9 working on queued comments 2012-09-15 18:41:08 +09:00
Sacha Greif
9571e753ec improving comments queuing UI 2012-09-13 14:57:57 +09:00
Sacha Greif
31f8116980 refactored and simplified if code 2012-09-11 11:10:37 +09:00
Sacha Greif
e4a6b1f0de fixed bug with new comments and logged out users 2012-09-11 11:09:16 +09:00
Sacha Greif
c2dd4f87de test if user is logged in first 2012-09-11 10:01:17 +09:00
Sacha Greif
363da98350 disable recursion on single comment page, and reset new comment timestamp at each new request of the post page 2012-09-10 22:35:35 +09:00
Sacha Greif
a488ae5e5f never queue the user's own comments 2012-09-10 20:29:17 +09:00
Sacha Greif
2aa0484748 improved CSS and animations for queued comments 2012-09-10 18:12:04 +09:00
Sacha Greif
310cda3165 queue new comments instead of displaying them straight away 2012-09-09 14:29:23 +09:00
Sacha Greif
06010c9fd4 new comments now have a different class 2012-09-09 13:38:56 +09:00
Sacha Greif
9a473950db fixed commenting bug 2012-09-08 12:11:26 +09:00
Sacha Greif
5d6a06c4d7 added markdown support 2012-09-08 11:54:08 +09:00
Sacha Greif
c9c7ad1271 added autolinked urls in comments and posts 2012-09-08 10:23:58 +09:00
Sacha Greif
dea742f7a1 working on edit permissions 2012-09-06 11:09:24 +09:00
Sacha Greif
6b5f2439ea still refactoring 2012-09-06 10:18:26 +09:00
Renamed from client/templates/comment.js (Browse further)