Commit graph

2848 commits

Author SHA1 Message Date
Sacha Greif
5197c715f2 remove wrong "se" language code (it's actually "sv") 2015-08-14 10:40:27 +09:00
Sacha Greif
72e9a8a1d2 refactor language import code in package.js files 2015-08-14 10:34:21 +09:00
Sacha Greif
83e5af6b23 fix i18n son parsing issue 2015-08-14 10:32:12 +09:00
Sacha Greif
476bf143f6 Merge branch 'devel' into i18n 2015-08-14 10:12:43 +09:00
Sacha Greif
87d38847d4 update avatar package 2015-08-14 10:12:12 +09:00
Sacha Greif
4925ed3ab0 Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-08-14 01:09:46 +00:00
Sacha Greif
65efb6180c match anything (fix #1103) 2015-08-13 15:46:33 +09:00
Sacha Greif
279b20c70f try to fix check error 2015-08-13 15:25:10 +09:00
Sacha Greif
c000e3f2dd add comments and notifications indexes 2015-08-13 11:32:41 +09:00
Sacha Greif
8738f2ca8d put category removal logic in its own method 2015-08-13 10:19:00 +09:00
Sacha Greif
3e70060e4c when showing a parent category, also show posts from all its children categories 2015-08-13 09:59:54 +09:00
Sacha Greif
04df5f7bd3 limit video lightboxes to youtube and vimeo 2015-08-13 09:35:37 +09:00
Sacha Greif
153e7d9c37 when deleting a category, $unset all its children's parentId 2015-08-12 18:36:11 +09:00
Sacha Greif
edfd8f4666 hide comment body label 2015-08-12 17:56:42 +09:00
Sacha Greif
e535a603ad test for existence of user.telescope 2015-08-12 16:42:22 +09:00
Sacha Greif
98266558d5 history and version update (0.23) 2015-08-12 16:38:35 +09:00
Sacha Greif
e7f9154ef9 Merge pull request #1015 from johnthepink/fix-bootstrap-url
Fix Removing URL on Edit
2015-08-12 16:33:03 +09:00
Sacha Greif
1bfcca7b4e Merge branch 'sungwoncho-improve-newsletter' into devel 2015-08-12 16:30:40 +09:00
Sacha Greif
3fa8eb4d1b work on newsletter comments styling 2015-08-12 16:30:27 +09:00
Sacha Greif
95e66d1762 Merge branch 'improve-newsletter' of https://github.com/sungwoncho/Telescope into sungwoncho-improve-newsletter 2015-08-12 15:24:59 +09:00
Sacha Greif
7a54b3861b refactor and improve code for share package 2015-08-12 15:22:05 +09:00
Sacha Greif
0650082c7b Merge pull request #1091 from valgalin/valgalin-patch-1
Show Share button on desktop version
2015-08-12 11:45:57 +09:00
Sacha Greif
7c241761ae Merge pull request #1100 from lewisnyman/category-rss
Added a RSS route that returns posts filtered by category
2015-08-12 11:28:43 +09:00
Sacha Greif
2c1d3b3fb9 do not subscribe to post users on user profile page (temporary fix for subscription bug) 2015-08-12 10:52:02 +09:00
Sacha Greif
83c6f97ee5 only show "play" button for media with the "video" type 2015-08-12 10:51:26 +09:00
lewisnyman
fb2e5183e6 Added a RSS route that returns posts filtered by category 2015-08-07 20:00:37 +02:00
Sacha Greif
c0040932a5 menu component label tweaks 2015-08-07 11:24:54 +09:00
Sacha Greif
e8d2ada7ee add hierarchical category menu to admin categories page and autoform forms 2015-08-07 11:17:03 +09:00
Sacha Greif
fc7f77a2e9 style subcategories in mobile nav 2015-08-05 19:24:35 +09:00
Sacha Greif
7088b71760 working on hierarchical categories 2015-08-05 18:49:11 +09:00
Sacha Greif
586125243b use template reactive variables for day count to fix autoscroll bug 2015-08-05 14:05:53 +09:00
Sacha Greif
d78b6b6fd0 Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'. 2015-08-04 13:57:15 +00:00
Sacha Greif
70b5cac97d update Meteor; switch back to aldeed:autoform 2015-08-04 18:24:18 +09:00
Sacha Greif
089706dea6 history update; various tweaks 2015-08-03 20:03:06 +09:00
Sacha Greif
72bcdfd620 fix postClass callback 2015-08-03 20:02:54 +09:00
Sacha Greif
d57ded5933 fix typo 2015-08-03 17:40:29 +09:00
Sacha Greif
93379dd7e8 working on making color CSS more flexible 2015-08-03 15:45:22 +09:00
Sacha Greif
d5eaa61eb3 add category description to category menu, if it exists 2015-08-03 15:43:14 +09:00
Sacha Greif
9b9ed2792e Add new facebookPage setting 2015-08-03 15:43:02 +09:00
Sacha Greif
52923317f5 make sure post is loaded before setting SEO properties 2015-08-03 15:42:44 +09:00
Sacha Greif
709ff04d55 modify custom template prefix system to accept multiple simultaneous prefixes 2015-08-03 15:42:28 +09:00
Sacha Greif
cba599e1b4 getDate -> date (fix #1092) 2015-08-03 15:40:55 +09:00
Sacha Greif
a981f744f6 add new i18n strings 2015-08-03 15:40:05 +09:00
Sacha Greif
1bfc66f581 small css fix 2015-08-01 16:35:50 +09:00
Sacha Greif
d1423bb191 fix #1009 2015-08-01 16:19:15 +09:00
Val Galin
db9d6c5af8 Show Share button on desktop version
Via CSS, I've showed the share button and hide the discuss icon on the post's page. Basically, the share button replaces the real estate of the discuss icon because we are already on the post's page, and we still have the comment link/count in the post's meta.

For those looking for the share button on the posts list (homepage), don't worry because Sacha is going to make the post title redirect to the page of the post. You can see it here: 285aa810d1 . So your users are still going to see the share button. :)
2015-08-01 13:18:54 +08:00
Sacha Greif
a93b10f13a use collection helper instead of {{pathFor 'post_page'}} 2015-08-01 12:52:33 +09:00
Sacha Greif
285aa810d1 use collection helpers in templates instead of postLink and target template helpers 2015-08-01 12:49:44 +09:00
Sacha Greif
394b262040 stop using Session for search; do not trigger route redirect if search field is empty (fix #1063) 2015-08-01 12:27:10 +09:00
Sacha Greif
bcf05a124b give priority to field label over i18n string, if it exists (fix #1070) 2015-08-01 11:56:09 +09:00