Commit graph

3085 commits

Author SHA1 Message Date
Sacha Greif
864f178f2c re-add deleted strings 2015-10-26 10:21:14 +09:00
Sacha Greif
4829e58d92 add "powered_by_telescope" string 2015-10-26 10:12:27 +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
e3524de90b fix admin menu 2015-10-22 16:16:16 +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
769cb998dc use FlowRouter.current() instead of window.location 2015-10-20 12:20:42 +09:00
Sacha Greif
a22f38666e pretender package i18n 2015-10-20 11:56:24 +09:00
Sacha Greif
8903efc672 fix embody profiling issue and make categories prefillable 2015-10-20 11:56:02 +09:00
Sacha Greif
4c87f52a07 let module's only and except accept functions 2015-10-20 11:55:42 +09:00
Sacha Greif
a0d6ad1dd7 fix analytics issue 2015-10-20 11:55:22 +09:00
Sacha Greif
eb8f7dc141 added telescope:prerender package 2015-10-20 10:37:09 +09:00
Sacha Greif
d4bafd2228 updating menus to work with new menu component options 2015-10-19 10:39:57 +09:00
Sacha Greif
8faa902052 css tweaks and fixes 2015-10-18 17:46:21 +09:00
Sacha Greif
bc4c480e85 return data in embedly callback 2015-10-18 17:34:02 +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
1047f9b91f specify versions 2015-10-16 10:08:21 +09:00
Sacha Greif
acd6f67778 add one-hour offset 2015-10-15 21:21:24 +09:00
Sacha Greif
94aae05cef small CSS tweaks; update menu 2015-10-15 19:43:26 +09:00
Sacha Greif
211a31a272 fix migration 2015-10-15 19:35:24 +09:00
Sacha Greif
9867b10882 hide categories menu label 2015-10-15 15:54:39 +09:00
Sacha Greif
9c9603989f settings i18n 2015-10-15 12:15:58 +09:00
Sacha Greif
68518414a9 version bump (0.25.2) 2015-10-15 12:15:26 +09:00
Sacha Greif
50633ff089 move menu component to its own separate repo 2015-10-15 12:03:05 +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
a896a434a0 add CSS class to comment list + small tweaks 2015-10-14 10:24:10 +09:00
Sacha Greif
1b3ce272fe give non-viewing users permission to access their own profile and account pages 2015-10-13 11:03:04 +09:00
Sacha Greif
88b0c4f89d fix double negation bug in layout.js 2015-10-13 10:59:51 +09:00
Sacha Greif
67a59830a9 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-10-13 10:44:03 +09:00
Sacha Greif
7694d10e12 updating Meteor & packages 2015-10-13 10:43:59 +09:00
Sacha Greif
9c3009f5c6 Merge pull request #1164 from durrrr91/master
i18n.t bg translation + adding missing ones
2015-10-13 10:39:35 +09:00
Sacha Greif
33a9f02f06 Merge pull request #1163 from shilman/fix-1161
Fixes #1161 - Template.layout `pageName` should be reactive as route changes
2015-10-13 10:38:38 +09:00
Sacha Greif
20492a5e35 Merge pull request #1159 from garyttierney/bugfix/fix-custom-server-templates
Fix e-mail template overrides by adding the "custom" prefix server-side
2015-10-13 10:34:31 +09:00
Sacha Greif
9be658ad79 Merge pull request #1155 from Scott-Hutcheson/fix-notificationsDisplayName
replaced getUserName with getDisplayName for comments
2015-10-13 10:33:11 +09:00
Sacha Greif
fd834bfdef fix menu component active class bug 2015-10-13 10:28:41 +09:00
Sacha Greif
2d2c28582a outsideLinksPointTo -> RSSLinksPointTo 2015-10-13 10:16:40 +09:00
Sacha Greif
772387c1b6 small css fix 2015-10-13 10:00:58 +09: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
5b760526a8 only run newsletter in production environment 2015-10-13 10:00:29 +09:00