Commit graph

265 commits

Author SHA1 Message Date
Sacha Greif
6232923904 fix i18n formatting 2015-12-30 16:05:56 +09:00
Sacha Greif
a247c5cfc2 Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-12-30 06:58:54 +00:00
Sacha Greif
e9e33fe23b Fix wrong route (atSignIn -> signIn) 2015-12-30 15:52:24 +09:00
Sacha Greif
5b43859042 Version bump (0.25.7) 2015-12-30 15:47:46 +09:00
Sacha Greif
3e8645f61d small changes 2015-12-30 15:33:40 +09:00
Josh Owens
a673655053 Unblock post publications 2015-12-28 12:04:10 -05:00
Josh Owens
8fe303cf99 Attach data to post for spam detection package. 2015-12-28 11:52:01 -05:00
Sacha Greif
452e521ee9 fixing increasePostViews bug 2015-12-20 13:23:28 +09:00
Sacha Greif
fbcbfd7709 fix multiple meta tags issue (thanks @donmarcello!) 2015-12-14 17:20:45 +09:00
Sacha Greif
c570f86b0e version bump (0.25.6) 2015-12-11 17:04:23 +09:00
Sacha Greif
647e3742a4 fixing i18n json formatting 2015-11-29 17:32:46 +09:00
Sacha Greif
bdc5c0056e Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-11-29 08:29:26 +00:00
Sacha Greif
4bffa60adf working on file upload 2015-11-18 15:03:17 +09:00
Sacha Greif
fef1818f4a version 0.25.5 2015-10-28 10:27:10 +09:00
Sacha Greif
5620d3670a fix i18n syntax; add i18n files to pretender package 2015-10-26 10:10:05 +09:00
Sacha Greif
18b3f44051 Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-10-25 09:48:39 +00:00
Sacha Greif
210d46822b version bump (0.25.4) 2015-10-22 17:12:11 +09:00
Sacha Greif
f34b797fed reformatting i18n files for tap:i18n compatibility 2015-10-22 16:57:02 +09:00
Sacha Greif
c7942fa34e Merge branch 'devel' into i18n
# Conflicts:
#	packages/telescope-settings/i18n/en.i18n.json
#	packages/telescope-users/i18n/en.i18n.json
2015-10-22 16:54:32 +09:00
Sacha Greif
9ee6b731cb Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-10-22 07:53:15 +00: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
c389514149 version bump (0.25.3) 2015-10-16 20:04:44 +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
68518414a9 version bump (0.25.2) 2015-10-15 12:15:26 +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
eccd64db2c small fixes 2015-09-29 12:20:36 +09:00
Sacha Greif
45ff625510 Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-09-26 01:35:09 +00: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