Commit graph

214 commits

Author SHA1 Message Date
Sacha Greif
ec46e21ec9 much more refactoring 2015-09-24 10:37:58 +09:00
Sacha Greif
1a9cf7291d even more refactoring 2015-09-23 19:25:53 +09:00
Sacha Greif
28240205ce fix fast render for daily view 2015-09-23 19:01:52 +09:00
Sacha Greif
c616fab2d1 more refactoring 2015-09-23 18:42:16 +09:00
Sacha Greif
a6e5d90668 refactor posts_list_controller 2015-09-23 18:00:02 +09:00
Sacha Greif
05e34fcc8f fix fastrender 2015-09-23 15:43:22 +09:00
Sacha Greif
cce103b65a hide future scheduled posts from all views (including daily) 2015-09-23 11:36:52 +09:00
Sacha Greif
b192c2a74b disable form inputs on post and comment submit 2015-09-23 11:36:19 +09:00
Sacha Greif
0254d13a4b i18n files clean up 2015-09-23 10:42:41 +09:00
Sacha Greif
f2441aeecb Merge branch 'i18n' into devel 2015-09-23 10:34:52 +09:00
Sacha Greif
4974f7c0a5 Merge branch 'i18n' of https://github.com/TelescopeJS/Telescope into i18n
# Conflicts:
#	packages/telescope-embedly/i18n/it.i18n.json
#	packages/telescope-getting-started/i18n/it.i18n.json
#	packages/telescope-kadira/i18n/it.i18n.json
#	packages/telescope-pages/i18n/it.i18n.json
#	packages/telescope-post-by-feed/i18n/it.i18n.json
#	packages/telescope-post-by-feed/i18n/ko.i18n.json
#	packages/telescope-releases/i18n/it.i18n.json
#	packages/telescope-subscribe-to-posts/i18n/ko.i18n.json
2015-09-23 10:34:35 +09:00
Sacha Greif
9b8d25d64f Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-09-23 01:25:53 +00:00
Sacha Greif
ce24946d28 bumping packages to 0.25.0 2015-09-22 16:58:34 +09:00
Sacha Greif
3fa328bbc4 small tweaks; update changelog 2015-09-22 11:41:12 +09:00
Sacha Greif
7dc169ee3a add removeUser method to also remove a user's post 2015-09-21 09:59:17 +09:00
Sacha Greif
ab4038b1af clean up; make filtering UI more responsive 2015-09-20 12:34:04 +09:00
Sacha Greif
dafae9b57c working on permissions and router filters 2015-09-19 10:33:37 +09:00
Sacha Greif
321fa8fb19 fix default view 2015-09-18 17:24:04 +09:00
Sacha Greif
8bc812fe3d more SEO stuff 2015-09-18 17:18:18 +09:00
Sacha Greif
dba8e66a5f refactoring SEO stuff 2015-09-18 17:11:36 +09:00
Sacha Greif
4894d5f4f2 sign-in/sign-up routes; clean up 2015-09-18 16:27:59 +09:00
Sacha Greif
50c48745a3 migrating to Flow Router (WIP) 2015-09-17 14:51:14 +09:00
Sacha Greif
4f442a88b9 fix terms/data context bug (upvoting a post was resetting the posts limit) 2015-09-13 11:06:21 +09:00
Sacha Greif
18d1f78e70 remove post delete link from edit page; add it to post item 2015-09-12 11:07:53 +09:00
Sacha Greif
44062735df fix post submit subscribe/redirection delay 2015-09-08 11:54:14 +09:00
Sacha Greif
e6aa69ac2f move part of permission logic from router to templates; clean up router filters 2015-09-08 11:08:02 +09:00
Sacha Greif
a3e2b1769f pass id to upvote functions, not whole document 2015-09-08 09:48:39 +09:00
Sacha Greif
7d1718afed re-add missing categories security checks 2015-09-06 11:46:42 +09:00
Sacha Greif
4d8f6f7e79 New post approval/rejection workflow; Removed status radio button from post edit form; Added rejected view to show all rejected posts 2015-09-06 11:37:48 +09:00
Sacha Greif
19934f0faa Merge branch 'master' into devel 2015-09-04 11:33:24 +09:00
Sacha Greif
93232aa639 Merge pull request #1115 from saimeunt/master
Fix schema i18n by moving internationalize to collections
2015-09-04 11:32:29 +09:00
Sacha Greif
5a6c5ab143 clean up categories views code 2015-09-04 09:35:01 +09:00
Sacha Greif
9a927d428a add userId to terms when passed from publication or template controller 2015-09-04 09:34:45 +09:00
Sacha Greif
993a5f65a8 Comments.getSubParams -> Comments.parameters.get; add commentsParameters callback array 2015-09-03 14:30:35 +09:00
Sacha Greif
ffada3baa0 Changed Posts.getSubParams to Posts.parameters.get; Posts.parameters.get now iterates over the postsParameters callback hook to build parameters object. 2015-09-03 14:22:51 +09:00
Sacha Greif
f40d14482a version bump (0.24.0) 2015-09-03 09:33:23 +09:00
Sacha Greif
907bd5f602 css tweaks 2015-09-03 09:30:04 +09:00
saimeunt
c83a216ed1 Fix schema i18n by moving internationalize to collections 2015-09-02 01:38:31 +02:00
Sacha Greif
5aa1c320b2 renamed posts_views_nav to views_menu 2015-08-26 10:43:56 +09:00
Sacha Greif
d47f5a9f04 get rid of unused posts_list_top file 2015-08-26 10:30:26 +09:00
Sacha Greif
c93b3ab6fa refactor menu component to pass container node objects instead of decorating item object 2015-08-24 11:05:13 +09:00
Sacha Greif
2113390a2d add postDeleteAsync callback hook; decrement category postCount on post delete 2015-08-24 09:56:21 +09:00
Sacha Greif
882ea92921 pass old unedited post to callbacks 2015-08-22 18:13:37 +09:00
Sacha Greif
01fa2db936 Menus refactoring 2015-08-21 10:20:48 +09:00
Sacha Greif
0f6fdf4647 accessibility improvements 2015-08-18 10:29:16 +09:00
Sacha Greif
5fe4272c06 Refactoring post admin links on post item 2015-08-18 10:21:21 +09:00
Sacha Greif
44f872cb1a add explicit moduleData argument to modules; clean up module code 2015-08-16 17:36:40 +09:00
Sacha Greif
5e70ba23c7 Merge branch 'master' into devel 2015-08-16 17:35:30 +09:00
Sacha Greif
773aa026d2 adding moduleClass helper to modules 2015-08-16 17:34:54 +09:00
Sacha Greif
13bf1e3ccf fix versioning (0.23.0) 2015-08-15 12:36:07 +09:00