Sacha Greif
84249414d4
update isLoggedIn filter
2015-03-10 12:05:51 +09:00
Sacha Greif
625511aeb2
non-admins should not be able to access rejected posts
2015-02-22 09:05:47 +01:00
Sacha Greif
f9cff37ccf
make sure post is defined
2015-02-11 18:03:08 +09:00
Sacha Greif
6c07c9cbab
Don't let non-admins access pending posts.
2015-02-05 09:32:43 +09:00
Sacha Greif
9a23f144d3
do not put comment reply page behind log-in
2015-02-03 15:43:57 +09:00
Sacha Greif
6868a69f3e
Fix “post awaiting moderation” message
2015-01-21 11:09:18 +09:00
Sacha Greif
18b8576091
use onBeforeAction instead of onRun
2015-01-09 15:23:30 +09:00
Anthony Mayer
f9d9891fba
Getting rid of redundant permissions functions
...
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.
Conflicts:
client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Sacha Greif
c9d13c3159
show message when user cannot comment; redirect to sign in form when not logged in
2015-01-05 16:32:26 +09:00
Sacha Greif
09885700b0
set page title at router controller level
2014-12-11 12:38:53 +09:00
Sacha Greif
ff8bf40694
Merge branch 'telescope-master-semantic-messages' of https://github.com/AdmitHub/Telescope into AdmitHub-telescope-master-semantic-messages
...
Conflicts:
client/helpers/handlebars.js
client/views/comments/comment_edit.js
client/views/comments/comment_form.js
client/views/comments/comment_item.js
client/views/posts/modules/post_upvote.js
client/views/posts/post_edit.js
client/views/posts/post_submit.js
client/views/users/user_edit.js
client/views/users/user_email.js
lib/router.js
packages/telescope-tags/lib/client/views/category_item.js
2014-12-06 17:34:08 +09:00
Anthony Mayer
23b72b9cb8
Switching from manually generating urls to using IronRouter functions.
...
Using {{pathFor}}, path(), and url() where possible. Passing in path
to Meteor.absoluteUrl() where the IronRouter functions didn't make sense.
Also deleting some random unused code.
2014-12-03 00:06:00 -08:00
Daniel Chcouri
2605dcb27c
Convert translation keys format to tap:i18n standard
...
all_lower_cased_underscored_sperated names
2014-11-19 00:00:09 +08:00
Sacha Greif
23079ff9f2
Splitting out router.js in multiple files.
2014-11-17 14:45:23 +09:00