Commit graph

11 commits

Author SHA1 Message Date
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
Sacha Greif
9737ffd5ad getting rid of underscores in variable names 2012-10-01 10:59:08 +09:00
Sacha Greif
ba88343975 preserve edit fields when re-rendering template 2012-09-29 17:48:49 +09:00
Sacha Greif
1b2db7f207 added markdown for post body too 2012-09-13 11:05:49 +09:00
Sacha Greif
2071f4b01d can now deleted posts and comments 2012-09-07 10:57:57 +09:00
Sacha Greif
3231cf9a48 added settings page 2012-09-06 19:42:11 +09:00
Sacha Greif
dea742f7a1 working on edit permissions 2012-09-06 11:09:24 +09:00
Sacha Greif
7a315561be refactoring views with better naming scheme 2012-09-06 10:14:03 +09:00
Sacha Greif
6920e7400b refactored code to use user IDs instead of usernames 2012-09-06 09:59:03 +09:00