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
Sacha Greif
1b9d35850f
fix upvote bug
2015-10-12 13:33:04 +09:00
Nikolay Stoev
821a611466
added missing i18n.t for labels in user profile templates
2015-10-11 22:32:30 +03:00
Nikolay Stoev
fd63bcb0fa
some bg translation up to 0.25.0
2015-10-11 22:30:30 +03:00
Michael Shilman
f33982b80e
Fixes #1161 - Template.layout pageName
should be reactive as route changes
2015-10-11 18:02:40 +09:00
Sacha Greif
6667e60257
menu style tweaks
2015-10-11 15:22:51 +09:00
Sacha Greif
508a0e4b7e
fix data context bug
2015-10-10 20:04:29 +09:00
Sacha Greif
62c17ab880
updating packages
2015-10-09 17:47:09 +09:00
Sacha Greif
2fd4d8d589
fix post 404, fast-render limit bug, clean up
2015-10-09 14:03:00 +09:00
Sacha Greif
cd36629016
clone module array items to fix duplicate data bug
2015-10-09 14:02:31 +09:00
Sacha Greif
3789631b25
add gif to menu readme
2015-10-08 15:53:53 +09:00
Sacha Greif
7798c49657
menu tweaks
2015-10-08 15:43:23 +09:00