Sacha Greif
1f825fe15b
add description setting and use it as description for root path
2014-12-17 09:49:56 +09:00
Charlie DeTar
dbdb529e75
Correct name of defaultView setting
2014-12-16 09:28:34 -07:00
Charlie DeTar
d17c447561
Refactor for getDescription and package style
...
Update package style to accord with the example of
``packages/telescope-blank``. Add i18n. Simplify description setting
into a single setting for both meta descriptions and og:description. Use
``getTitle`` and ``getDescription``.
2014-12-16 09:24:54 -07:00
Charlie DeTar
46b7a3af34
Merge branch 'master' of https://github.com/TelescopeJS/Telescope into telescope-master-seo2
2014-12-16 09:04:47 -07:00
Luca Mussi
7895141102
fixed #631
2014-12-16 09:52:28 +01:00
Luca Mussi
fd9ff4c906
fixed #632 - Update to useraccounts:unstyled@1.4.0
2014-12-16 09:48:54 +01:00
Sacha Greif
36b0b3b18b
colorize category tags
2014-12-16 15:19:29 +09:00
Sacha Greif
5005afd98c
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
2014-12-16 15:14:02 +09:00
Sacha Greif
1615eb726b
limit commenter avatars to first 4 people
2014-12-16 14:25:38 +09:00
Sacha Greif
4b4997a784
even more styling
2014-12-16 14:18:32 +09:00
Sacha Greif
420e33ce3c
Merge pull request #636 from erasaur/master
...
Add editorconfig for consistency
2014-12-16 13:53:10 +09:00
Sacha Greif
b932506f56
more style tweaks
2014-12-16 13:52:23 +09:00
Mark Lee
dbf4ff5ab9
Add editorconfig for consistency
2014-12-15 20:44:22 -08:00
Sacha Greif
6723a532da
alternate layout for post items
2014-12-16 13:34:01 +09:00
Sacha Greif
a94d739849
Merge pull request #634 from erasaur/master
...
Minor tweaks
2014-12-16 12:52:54 +09:00
Mark Lee
c5284ce625
Minor tweaks
2014-12-15 18:02:24 -08:00
Sacha Greif
36ece25c7e
posts css clean-up
2014-12-16 09:13:30 +09:00
Sacha Greif
6633eed8e3
more css tweaks
2014-12-16 09:04:35 +09:00
Sacha Greif
41ecd48e7c
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
2014-12-16 09:01:20 +09:00
Sacha Greif
8c31086f36
Merge pull request #629 from Viktorminator/master
...
Russian translation
2014-12-16 09:01:13 +09:00
Sacha Greif
989ce1cd11
font size tweak
2014-12-16 08:45:25 +09:00
Viktorminator
81e485eca2
Some lexicon en, ru fixes
2014-12-15 17:58:03 +02:00
Viktorminator
8e8382d50a
Russian translation
2014-12-15 14:16:17 +02:00
Viktorminator
a883cd2dac
Russian translation
2014-12-15 14:14:35 +02:00
Viktorminator
bb8a0a3b74
Russian translation
2014-12-15 14:12:09 +02:00
Viktorminator
4331407e75
Added Russian translation
2014-12-15 13:56:57 +02:00
Sacha Greif
13a90f35e4
version bump
2014-12-15 16:57:49 +09:00
Sacha Greif
c2421a8e9d
small css tweaks
2014-12-15 16:00:35 +09:00
Charlie DeTar
53bb789c15
Merge branch 'master' of https://github.com/TelescopeJS/Telescope into telescope-master-seo2
2014-12-14 18:12:40 -07:00
Sacha Greif
2f273011b1
adding title and description to profile pages
2014-12-15 09:52:37 +09:00
Sacha Greif
f8cb992069
Adding descriptions in post list pages and showing them in menus.
2014-12-15 09:46:51 +09:00
Delgermurun
f40be395a3
Fixes scheduling cron jobs twice
2014-12-14 19:46:32 +08:00
Delgermurun
c5e813909a
Auto post via RSS urls. Fixes #453
2014-12-14 19:40:10 +08:00
Sacha Greif
49e3694214
remove post author ID from commenters to avoid showing author's avatar again
2014-12-14 15:19:53 +09:00
Sacha Greif
f5eb356ac1
adding commenters avatars
2014-12-14 15:15:34 +09:00
Sacha Greif
811c63c7dd
css fix
2014-12-14 13:23:07 +09:00
Sacha Greif
59c9ca6d24
history
2014-12-14 13:17:34 +09:00
Sacha Greif
8cd62dc607
making mobile comments suck a little less
2014-12-14 13:15:37 +09:00
Sacha Greif
48ca46bc32
float thumbnail right on mobile
2014-12-14 12:43:52 +09:00
Sacha Greif
fb91613cfe
refactor all the things!
...
- changed the layout CSS for post modules
- changed order of modules
- changed markup of modules
2014-12-14 12:38:48 +09:00
Sacha Greif
fb0cd210b3
refactoring post module markup and CSS
2014-12-13 17:43:52 +09:00
Sacha Greif
512cc7707d
typo fix
2014-12-13 16:29:31 +09:00
Sacha Greif
1eb72079b4
adding userCreatedCallbacks callback hook and refactoring user creation
2014-12-13 14:02:45 +09:00
Sacha Greif
1b3bc168e1
override Meteor.absoluteUrl() with URL provided in settings
2014-12-13 12:01:41 +09:00
Sacha Greif
d69fd70883
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
2014-12-13 11:58:51 +09:00
Sacha Greif
2a316ea798
fix sign-out route
2014-12-13 11:58:47 +09:00
Charlie DeTar
45ddd0fbe1
Remove now-obsolete title from page controller
...
Title is set via ``PostPageController.getTitle`` in https://github.com/TelescopeJS/Telescope/blob/master/lib/router/filters.js#L170
2014-12-12 11:16:47 -07:00
Charlie DeTar
e25034c4db
Update SEO package for master, remove page titles
2014-12-12 11:03:23 -07:00
Sacha Greif
78cf9b8439
fix #617
2014-12-12 08:26:10 +09:00
Sacha Greif
baf7aec813
test if Embedly key exists, and if not show message
2014-12-11 15:36:49 +09:00