Commit graph

496 commits

Author SHA1 Message Date
Sacha Greif
eeba9ee455 working on notifications 2012-10-04 10:09:20 +09:00
Sacha Greif
2db120322f now showing avatars with comments 2012-10-03 16:33:28 +09:00
Sacha Greif
4ee1abc6e3 scroll page to right comment when editing and commenting 2012-10-02 13:49:38 +09:00
Sacha Greif
93f7803140 added sticky posts 2012-10-02 10:54:04 +09:00
Sacha Greif
40e972fec8 bugfix 2012-10-01 16:15:08 +09:00
Sacha Greif
1bffc8a277 check if user is logging in via twitter to know if their profile is complete 2012-10-01 16:13:56 +09:00
Sacha Greif
0fb9cdf9ca migrating from user_id to userId 2012-10-01 16:08:30 +09:00
Sacha Greif
8774475176 cleaning up syntax 2012-10-01 14:52:32 +09:00
Sacha Greif
ce11b81f29 fixed conflicts and merged with Twitter branch 2012-10-01 13:35:20 +09:00
Sacha Greif
0dac75ec82 fixed bad auth api variable name for mixpanel user tracking 2012-10-01 11:49:07 +09:00
Sacha Greif
339970cea8 hooking up more events, hooking up comment upvotes and downvotes 2012-10-01 11:45:18 +09:00
Tom Coleman
e8bed27752 Route to user_edit page until the profile is complete. 2012-10-01 12:11:08 +10:00
Sacha Greif
9737ffd5ad getting rid of underscores in variable names 2012-10-01 10:59:08 +09:00
Sacha Greif
d974d26ece using $addToSet instead of $push 2012-09-29 17:23:13 +09:00
Sacha Greif
a467225da1 refactoring vote.js and put this.isSimulation back in
Woops, turns out this.isSimulation is useful after all!

Also, I tried to simplify the code of vote.js. I especially tried to
get rid of the double inequalities, and took the voting validation code
out of the update call.
2012-09-29 14:14:57 +09:00
Sacha Greif
f25d7a619a remove this.isSimulation checks in vote.js 2012-09-29 13:54:47 +09:00
Sacha Greif
75c8a86f4a refactoring vote.js 2012-09-29 13:51:55 +09:00
Julien Chaumond
23fccbd082 Fix bad karma 2012-09-28 15:07:25 +02:00
Matt DeBergalis
b327f36bfa drop client use of isAdmin 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
Sacha Greif
0e16290807 removed console.log call 2012-09-28 10:09:57 +09:00
Sacha Greif
5f46d82842 added default avatar image 2012-09-28 10:09:29 +09:00
Sacha Greif
ef38173975 added karma increase/decrease back in 2012-09-28 09:57:03 +09:00
Sacha Greif
9cead70494 fixed conflicts using Matt's version over Julien's 2012-09-28 09:40:34 +09:00
Matt DeBergalis
99c780256b Whoops, correct use of upvoters and downvoters 2012-09-27 16:03:27 -07:00
Matt DeBergalis
5ed9296814 Simplify plumbing for voting 2012-09-27 13:13:55 -07:00
Julien Chaumond
a21b534469 User karma 2012-09-27 22:03:25 +02:00
Julien Chaumond
1b6e18a1db Small error fix when mixpanel's not configured 2012-09-27 21:55:46 +02:00
Julien Chaumond
7c94590793 Use meteorite package version of moment ? 2012-09-27 17:44:23 +02:00
Matt DeBergalis
3c9810add3 Meteor includes json2.js 2012-09-26 16:48:31 -07:00
Sacha Greif
eda774aea1 updated voting and scoring to give more "power" to admins 2012-09-26 06:51:38 +09: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
56824622ca cleaning up the code a little, grouping helpers in helpers({...}) 2012-09-25 09:20:49 +09:00
Tom Coleman
718f538ef4 Fix permissions problem when not logged in. 2012-09-20 11:29:31 +10:00
Sacha Greif
bcf498404e added throwError method 2012-09-20 08:56:44 +09:00
Sacha Greif
634a8c80b5 automatically upvote your own new comments 2012-09-20 08:09:45 +09:00
Sacha Greif
eca060b97f using db flag to check if is admin 2012-09-20 07:45:31 +09:00
Sacha Greif
a47a77f04c working on admin account and permissions 2012-09-19 10:05:02 +09:00
Sacha Greif
38bb52def5 adding in a simple isAdmin check 2012-09-18 16:29:26 +09:00
Sacha Greif
e101bd722e now publishing emails when active users is admin 2012-09-18 16:23:33 +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
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
Tom Coleman
85b09d702a Split voting out into something in lib/ so it runs client side too. 2012-09-18 09:24:07 +10:00