Tom Coleman
1208b14f2d
Fixed minor bug.
2012-10-04 11:45:29 +10:00
Tom Coleman
3d7f2b4afd
Moved post creation logic to the server side.
...
Also made it + commenting latency compensated.
2012-10-04 11:45:12 +10:00
Sacha Greif
64a1ffc90f
cleaning up views organization
2012-10-04 10:22:23 +09:00
Tom Coleman
e4f55a6377
Start of reorganization.
2012-10-04 11:17:57 +10:00
Sacha Greif
eeba9ee455
working on notifications
2012-10-04 10:09:20 +09:00
Sacha Greif
039340aa07
check if comment has author first
2012-10-03 17:15:26 +09:00
Sacha Greif
b6fec8b03e
trying to debug problem on telesc.pe
2012-10-03 17:09:37 +09:00
Sacha Greif
d7fa3d6848
css tweak
2012-10-03 16:47:50 +09:00
Sacha Greif
a127791be7
fixed twitter share body text
2012-10-03 16:45:46 +09:00
Sacha Greif
12de56fec6
avatar tweaks
2012-10-03 16:43:04 +09:00
Sacha Greif
529cb940ea
cleaned up packages
2012-10-03 16:36:48 +09:00
Sacha Greif
2db120322f
now showing avatars with comments
2012-10-03 16:33:28 +09:00
Sacha Greif
e58053ba43
deleting a comment now decreases post comment count
2012-10-03 15:59:03 +09:00
Sacha Greif
4ee1abc6e3
scroll page to right comment when editing and commenting
2012-10-02 13:49:38 +09:00
Sacha Greif
c0b3ab1d3b
switch timeout back to 30s
2012-10-02 11:06:21 +09:00
Sacha Greif
eb31195174
fixed conflicts and got rid of workaround
2012-10-02 11:05:59 +09:00
Tom Coleman
8cfbc7f9af
Isolated Posts to be non-reactive on post_edit.
...
The idea here is to isolate the call to findOne() so that it stops
being reactive once data is found. The reason being that server scoring
updates will 'change' the post, and meteor will overwrite the user's
input, even if preserve is set.
Kind of like {{#constant}}, except it waits for data.
2012-10-02 11:59:22 +10:00
Sacha Greif
93f7803140
added sticky posts
2012-10-02 10:54:04 +09:00
Tom Coleman
3ec5375fbd
Updated to latest auth code.
...
Fixes bug with re-logging as twitter deleting email (#18 ).
2012-10-02 10:07:29 +10:00
Sacha Greif
b8259351f8
disable post buttons after click
2012-10-01 18:48:46 +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
b8afef41dd
fixing conflicts
2012-10-01 14:18:41 +09:00
Sacha Greif
8e473432be
fixed error
2012-10-01 13:59:23 +09:00
Sacha Greif
844ce3ce45
adding user_email template
2012-10-01 13:57:52 +09:00
Sacha Greif
ce11b81f29
fixed conflicts and merged with Twitter branch
2012-10-01 13:35:20 +09:00
Tom Coleman
c7ad8794ea
Put email back.
2012-10-01 14:18:30 +10:00
Sacha Greif
a7907fa46d
added GoSquared analytics
2012-10-01 12:23:35 +09:00
Tom Coleman
486f3b5c40
Updated accounts page a little.
2012-10-01 13:08:46 +10:00
Sacha Greif
086415c7c5
added "notes" setting field
2012-10-01 11:59:53 +09:00
Sacha Greif
9689a4f27d
fixed Mixpanel createdAt date format
2012-10-01 11:56:28 +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
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