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
0e84f461a5
smarter menu i18n
2015-10-22 16:52:37 +09:00
Sacha Greif
e910370d38
add 404 headers for prerender
2015-10-21 12:40:01 +09:00
Sacha Greif
eb2b3f19ad
add orders to post form fields
2015-10-20 14:34:24 +09:00
Sacha Greif
d4bafd2228
updating menus to work with new menu component options
2015-10-19 10:39:57 +09:00
Sacha Greif
c0b2748f81
for default view, just remove view
query parameter
2015-10-18 17:33:18 +09:00
Sacha Greif
83869503e0
fix daily view
2015-10-16 20:04:11 +09:00
Sacha Greif
acd6f67778
add one-hour offset
2015-10-15 21:21:24 +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
9300c67c94
add callback to set postedAt when editing a post and setting its status to approved
2015-10-13 10:00:52 +09: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
d9864327c7
set postedAt on post approval
2015-10-03 13:03:39 +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
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