Sacha Greif
3cd255da55
unbind keyboard shortcut to prevent duplicate bindings
2012-12-16 14:25:46 +01:00
Tom Coleman
f36d68451c
Sorted out digests in a nice clean way.
2012-12-13 18:13:52 +11:00
Tom Coleman
0be912db24
Massively simplified all the posts_lists using the paginatedSub.
2012-12-13 17:06:13 +11:00
Sacha Greif
87681aae02
improving analytics
2012-12-11 10:47:11 +09:00
Sacha Greif
5ab5cb30ff
added /best subscription and templates
2012-12-10 13:22:48 +09:00
Tom Coleman
6ff27ae383
Created paginatedSubscription, use it for topPosts.
2012-12-06 23:46:20 +11:00
Sacha Greif
ecb4a0bcd4
added digest posts limit back in
2012-11-28 09:04:31 +09:00
Sacha Greif
4bf2e3bf46
reworking signin/signup and even tracking
2012-11-26 17:11:21 +09:00
Sacha Greif
6f51459eb7
stop returning all the site's post for single post collection
2012-11-26 14:12:38 +09:00
Tom Coleman
9211c60495
Simplified subscriptions greatly (I think).
2012-11-25 19:10:10 +11:00
Sacha Greif
0646caeea1
tweaking permissions
2012-11-21 14:31:58 +09:00
Tom Coleman
72d8115b1b
New router is working, to some degree.
...
I switched over to router 2.0, and refactored the permissions a bit.
There's still a bit of work needed to get the permissions fully up to speed.
2012-11-21 14:28:18 +11:00
Sacha Greif
3c6f20c679
reworking permissions system
2012-11-19 12:03:06 +09:00
Sacha Greif
758675f66c
do the same for comment, comment_reply, and comment_edit
2012-11-19 11:26:21 +09:00
Sacha Greif
db55645887
fixed conflicts
2012-11-17 13:24:19 +09:00
Sacha Greif
7a92ebbc15
working on bug
2012-11-02 13:16:24 +09:00
Sacha Greif
bd1960e7fe
bugfix
2012-11-01 10:27:34 +09:00
Sacha Greif
fa3942fbd8
fix subscription bug; let admin add a post with a specific status
2012-10-30 13:33:52 +09:00
Sacha Greif
8df2f53a35
added pending posts
2012-10-24 11:04:42 +09:00
Sacha Greif
a886b00123
refactored part of the app to be clearer
2012-10-19 19:20:14 +09:00
Tom Coleman
c14741d232
Subscribe to the 3 days surrounding 'currentDate'.
2012-10-19 15:35:46 +11:00
Sacha Greif
f2b893bded
switching to 0.5
2012-10-18 14:24:36 +09:00
Sacha Greif
0ba8bcda57
added user subscriptions back in
2012-10-18 12:34:13 +09:00
Tom Coleman
218f76347b
Refactored the subscriptions to be all separate.
...
Probably still a bit of work to do to get things up to scratch, but looking good.
2012-10-18 13:07:10 +11:00
Tom Coleman
ea5b50fc73
Single post has it's own subscription.
...
Works _only_ on the post_page and breaks the other lists right now.
2012-10-18 12:01:17 +11:00
Tom Coleman
8d4682a558
One way of achieving a 404 page...
2012-10-18 10:53:57 +11:00
Sacha Greif
721e1fb02d
fixed load more button position
2012-10-10 11:25:00 +09:00
Sacha Greif
cab993ba21
added a way to load a specific comment in the server-side publish method
2012-10-10 11:03:09 +09:00
Sacha Greif
b3c932b2ab
adding permission check for post and comment edit
2012-10-10 10:48:14 +09:00
Sacha Greif
b54a525362
adding categories admin page, reworked permissions for admin pages
2012-10-10 07:57:34 +09:00
Sacha Greif
576b6684cb
added client-side filtering for comments and notifications
2012-10-10 07:28:44 +09:00
Sacha Greif
d1c04db665
fixed getRank
2012-10-09 15:34:00 +09:00
Sacha Greif
0ceea276be
fix post rank display
2012-10-09 14:24:06 +09:00
Sacha Greif
4801a8c45b
working on pagination
2012-10-09 12:02:37 +09:00
Julien Chaumond
b3d0cca6cb
Posts pagination
2012-10-08 16:12:47 +02:00
Sacha Greif
6916e7bae1
improving permissions and redirections
2012-10-08 16:49:01 +09:00
Sacha Greif
e65bb4dc0f
improved errors
2012-10-08 10:44:13 +09:00
Sacha Greif
1c2056d2f8
perfected permission and redirection system
2012-10-05 22:46:20 +09:00
Sacha Greif
4e74d43b06
improving permissions
2012-10-05 22:09:13 +09:00
Sacha Greif
c80f4b3cdd
gave notifications its own collection and styled notifcation widget
2012-10-05 10:23:38 +09:00
Sacha Greif
a751fa1627
working on notifications
2012-10-04 14:54:26 +09:00
Sacha Greif
93f7803140
added sticky posts
2012-10-02 10:54:04 +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
844ce3ce45
adding user_email template
2012-10-01 13:57:52 +09:00
Sacha Greif
a7907fa46d
added GoSquared analytics
2012-10-01 12:23:35 +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
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
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