Commit graph

121 commits

Author SHA1 Message Date
Sacha Greif
437f85886d fix post author link (thanks @christabella) 2016-02-05 15:37:06 +09:00
Sacha Greif
e9e33fe23b Fix wrong route (atSignIn -> signIn) 2015-12-30 15:52:24 +09:00
Sacha Greif
fbcbfd7709 fix multiple meta tags issue (thanks @donmarcello!) 2015-12-14 17:20:45 +09:00
Sacha Greif
4bffa60adf working on file upload 2015-11-18 15:03:17 +09:00
Sacha Greif
e910370d38 add 404 headers for prerender 2015-10-21 12:40:01 +09:00
Sacha Greif
d4bafd2228 updating menus to work with new menu component options 2015-10-19 10:39:57 +09:00
Sacha Greif
83869503e0 fix daily view 2015-10-16 20:04:11 +09:00
Sacha Greif
0c3f0e0fe1 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-10-15 11:48:02 +09:00
Sacha Greif
fdc7b5f6be added infinite scrolling option 2015-10-15 11:14:40 +09:00
Sacha Greif
79e45078da Merge pull request #1167 from hoihei/patch-1
Fixing `(error.error === 603)` always results false
2015-10-14 19:16:08 +09:00
Riyanto Jayadi
0f729e9a2e Fixing (error.error === 603) always results false
`if (error.error === 603) {...}` is always resulting false even error.error is "603" and the codes inside it is never executed. 
It is because error.error is string "603".
It is need double quote to be  `if (error.error === "603") {...}`
2015-10-14 15:48:54 +08:00
Sacha Greif
1b9d35850f fix upvote bug 2015-10-12 13:33:04 +09:00
Sacha Greif
508a0e4b7e fix data context bug 2015-10-10 20:04:29 +09:00
Sacha Greif
2fd4d8d589 fix post 404, fast-render limit bug, clean up 2015-10-09 14:03:00 +09:00
Sacha Greif
2a3981253e refactor modules code a bit; still working on menu component 2015-10-08 11:13:48 +09:00
Sacha Greif
98f7352daf more work on menu 2015-10-07 21:50:48 +09:00
Sacha Greif
ba53b99927 cleaning up and refactoring menu 2015-10-07 15:04:22 +09:00
Sacha Greif
aed1f5a590 extracting menu component into its own package 2015-10-07 13:16:40 +09:00
Sacha Greif
64a78d7659 Adding contentTop, contentBottom, postsListTop, postsListBottom zones 2015-10-06 16:47:50 +09:00
Sacha Greif
c4c6b09701 small layout tweaks 2015-10-06 16:35:42 +09:00
Sacha Greif
c0c3f02056 create postsListTop zone and move messages, category_title, and views_menu modules to it 2015-10-06 16:32:43 +09:00
Sacha Greif
9d5b835810 another big refactor 2015-09-24 16:09:27 +09:00
Sacha Greif
e9b5819939 reset rLimit as well 2015-09-24 12:49:47 +09:00
Sacha Greif
f44b096e59 refactoring 2015-09-24 12:41:27 +09:00
Sacha Greif
9bd72e60d8 small tweaks to no_rights template 2015-09-24 11:34:44 +09:00
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
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
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
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
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
9a927d428a add userId to terms when passed from publication or template controller 2015-09-04 09:34:45 +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
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
01fa2db936 Menus refactoring 2015-08-21 10:20:48 +09:00
Sacha Greif
0f6fdf4647 accessibility improvements 2015-08-18 10:29:16 +09:00