Commit graph

321 commits

Author SHA1 Message Date
Tom Coleman
68a81c9164 Whoops, didn't mean to commit this. 2012-10-01 11:31:16 +10:00
Tom Coleman
e563aad151 Started work on supporting twitter. 2012-10-01 11:18:05 +10:00
Sacha Greif
7fd1923d15 open links in new window 2012-10-01 08:51:54 +09:00
Sacha Greif
271c8e7de2 fixed typo & added report bug tab 2012-09-30 20:11:51 +09:00
Sacha Greif
6955ed1acd made comment icon link url absolute 2012-09-29 23:13:23 +09:00
Sacha Greif
01634530e1 css tweak 2012-09-29 18:09:00 +09:00
Sacha Greif
ba88343975 preserve edit fields when re-rendering template 2012-09-29 17:48:49 +09:00
Sacha Greif
d974d26ece using $addToSet instead of $push 2012-09-29 17:23:13 +09:00
Sacha Greif
d5eef75999 scoring timeout=10s 2012-09-29 17:20:50 +09:00
Sacha Greif
13760df80b made comment edit field constant 2012-09-29 17:19:48 +09:00
Sacha Greif
6469740093 updated readme 2012-09-29 15:14:46 +09:00
Sacha Greif
f1306415c8 fixed bug with admin flag display 2012-09-29 14:29:33 +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
Sacha Greif
a5d5be98ce fixed conflicts 2012-09-29 13:05:13 +09:00
Sacha Greif
ebf241af99 typo 2012-09-29 12:48:37 +09:00
Sacha Greif
e319dd4e5d small bug with admin edit 2012-09-29 12:47:40 +09:00
Sacha Greif
bb6dddd896 made logo image a setting 2012-09-29 12:28:51 +09:00
Julien Chaumond
23fccbd082 Fix bad karma 2012-09-28 15:07:25 +02:00
Julien Chaumond
b6e49111aa Session can only store values, not objects 2012-09-28 12:17:04 +02:00
Julien Chaumond
1bf2b3cbf2 Clean up cron package (not used anymore) 2012-09-28 12:09:03 +02:00
Sacha Greif
7d4a3f7cb9 Merge branch 'master' of github.com:SachaG/Telescope 2012-09-28 17:20:59 +09:00
Sacha Greif
5d2a2f062b working on comment queue bugs 2012-09-28 17:20:49 +09:00
SachaG
b5e2b82b9f Merge pull request #9 from debergalis/various
Various
2012-09-28 01:20:06 -07:00
Matt DeBergalis
b327f36bfa drop client use of isAdmin 2012-09-27 23:33:10 -07:00
Matt DeBergalis
f4ff14f3ce drop postLoaded, always return from post helper. 2012-09-27 23:33:10 -07:00
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
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
ab7dac1ba2 removed old auth/new auth error message 2012-09-28 09:57:21 +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
Sacha Greif
9342f5bc15 Merge branch 'voting' of https://github.com/debergalis/Telescope into debergalis-voting 2012-09-28 09:32:11 +09:00
Sacha Greif
1de514751c smart.lock update 2012-09-28 09:31:33 +09:00
SachaG
f66663e2fa Merge pull request #7 from julien-c/master
User karma
2012-09-27 17:30:30 -07: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
4b9b0f8e0d Make sure bootstrapping posts are not from exact same date or they show up on top of each other (same rank) 2012-09-27 21:49:01 +02:00
Julien Chaumond
97a86bc5ff Gitignore Sublime Text project files 2012-09-27 18:12:04 +02:00
Julien Chaumond
b5ad48101d Fix author name in bootstrapping data 2012-09-27 18:02:22 +02:00
Julien Chaumond
7c94590793 Use meteorite package version of moment ? 2012-09-27 17:44:23 +02:00
SachaG
227cc187b2 Merge pull request #6 from debergalis/current_user_id
Use this.userId() in publish rather than an arg.
2012-09-26 17:17:05 -07:00
Matt DeBergalis
56bf573de6 Use this.userId() in publish rather than an arg.
Also eliminates the current_user_id global.
2012-09-26 17:14:17 -07:00
SachaG
77d78de086 Merge pull request #5 from debergalis/no-json2
Meteor includes json2.js
2012-09-26 17:08:41 -07:00
Matt DeBergalis
3c9810add3 Meteor includes json2.js 2012-09-26 16:48:31 -07:00