Commit graph

165 commits

Author SHA1 Message Date
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
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
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
773aa026d2 adding moduleClass helper to modules 2015-08-16 17:34:54 +09:00
Sacha Greif
65efb6180c match anything (fix #1103) 2015-08-13 15:46:33 +09:00
Sacha Greif
279b20c70f try to fix check error 2015-08-13 15:25:10 +09:00
Sacha Greif
3e70060e4c when showing a parent category, also show posts from all its children categories 2015-08-13 09:59:54 +09:00
Sacha Greif
7a54b3861b refactor and improve code for share package 2015-08-12 15:22:05 +09:00
Sacha Greif
2c1d3b3fb9 do not subscribe to post users on user profile page (temporary fix for subscription bug) 2015-08-12 10:52:02 +09:00
Sacha Greif
72bcdfd620 fix postClass callback 2015-08-03 20:02:54 +09:00
Sacha Greif
52923317f5 make sure post is loaded before setting SEO properties 2015-08-03 15:42:44 +09:00
Sacha Greif
a93b10f13a use collection helper instead of {{pathFor 'post_page'}} 2015-08-01 12:52:33 +09:00
Sacha Greif
285aa810d1 use collection helpers in templates instead of postLink and target template helpers 2015-08-01 12:49:44 +09:00
Sacha Greif
0bf28dd3b4 add "only" and "except" options to modules 2015-07-30 09:07:37 +09:00