Commit graph

2506 commits

Author SHA1 Message Date
Sacha Greif
be9d017304 avatars css fix 2015-04-08 09:20:58 +09:00
Sacha Greif
ffdbaed70d Merge branch 'settings-package' of https://github.com/delgermurun/Telescope into delgermurun-settings-package
Conflicts:
	.meteor/packages
	.meteor/versions
	client/components/postList/posts_list.js
	client/main.js
	lib/router/filters.js
	lib/router/posts.js
	lib/router/users.js
	packages/telescope-base/package.js
	packages/telescope-daily/lib/routes.js
	packages/telescope-module-share/package.js
	packages/telescope-seo/lib/routes.js
	packages/telescope-seo/lib/seo.js
	packages/telescope-seo/package.js
	packages/telescope-singleday/lib/routes.js
2015-04-08 09:20:50 +09:00
Sacha Greif
3563a41579 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-04-08 09:05:50 +09:00
Sacha Greif
ba3e6fee89 Merge pull request #880 from Alekzanther/devel
Swedish translation
2015-04-08 09:05:34 +09:00
Sacha Greif
0c8514a56b Fix #887 (thanks @kai101) 2015-04-08 09:05:15 +09:00
Sacha Greif
8f94eaa765 Fix #892 (feeds not getting imported) 2015-04-08 09:00:37 +09:00
Sacha Greif
7b92cfd653 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-04-08 08:56:45 +09:00
Sacha Greif
b2365ebfa0 Merge pull request #896 from ndarilek/devel
Additional accessibility fixes
2015-04-08 08:56:35 +09:00
Nolan Darilek
a571d40502 Set aria-live on post bodies so they're read automatically when viewed. 2015-04-07 09:59:23 -05:00
Nolan Darilek
20acbeda4e Set aria-hidden on avatars in comments and disable live regions. 2015-04-07 09:54:01 -05:00
Nolan Darilek
b325c8028c Disable live regions on, and hide from accessibility, post and comment avatars. 2015-04-07 09:48:06 -05:00
Nolan Darilek
8560a64121 aria-hidden needs a value. 2015-04-07 08:53:49 -05:00
Alekzanther
c15ea3ba93 Added Swedish translation for City 2015-04-07 15:27:14 +02:00
Alekzanther
38a74d68a0 Sync with upstream
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
2015-04-07 15:21:10 +02:00
Sacha Greif
c937b1a8b5 adding new helper functions 2015-04-06 18:34:48 +09:00
Sacha Greif
3a3fc48847 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-04-06 10:08:07 +09:00
Sacha Greif
a8dd402e27 update avatar package 2015-04-06 10:08:03 +09:00
Charlie DeTar
ce488a2a76 Set canonical URL without overriding other params
manuelschoebel:ms-seo defaults to clearing prior settings on any call to
``SEO.set``, unless a second falsy argument is given.

Fixes #878.
2015-04-04 09:03:50 -06:00
Sacha Greif
ca20b9e1f2 add city field to profile 2015-04-03 18:52:44 +09:00
Sacha Greif
c1d0d6f6f7 clean up 2015-04-03 18:52:23 +09:00
Sacha Greif
c02850b78c use link instead of @import for font 2015-04-03 18:50:39 +09:00
Sacha Greif
c056003eca fix header mobile menu button color 2015-04-03 09:54:32 +09:00
Sacha Greif
48bfb14b11 Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
Conflicts:
	.meteor/versions
2015-04-03 09:49:04 +09:00
Sacha Greif
57fa01c6bb various mobile css fixes; fix mobile nav 2015-04-03 09:48:30 +09:00
Sacha Greif
d84cf79c12 Merge pull request #883 from saimeunt/devel
Fix a bug where the post submit autoform hook wasn't called
2015-04-03 09:20:42 +09:00
Sacha Greif
0b12495718 Merge pull request #884 from Kikobeats/patch-1
deleted unnecessary dot
2015-04-03 09:20:16 +09:00
Kiko Beats
0f5b2b3a13 deleted unnecessary dot 2015-04-02 18:23:17 +02:00
saimeunt
37b11518ee Fix a bug where the post submit autoform hook wasn't called 2015-04-02 17:35:23 +02:00
Sacha Greif
0024ac2f43 updating to 1.1 2015-04-02 18:49:52 +09:00
Sacha Greif
c9a7a8adbe Merge pull request #882 from delgermurun/post-by-feed-encoding-fix
post-by-feed: Normalize encoding to utf-8
2015-04-02 18:18:10 +09:00
Delgermurun
94da16d045 post-by-feed: Normalize encoding to utf-8
closes #729
Uses buffer rather than already decoded string.
See: https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding
2015-04-02 13:26:39 +09:00
Sacha Greif
de827b55aa remove console.log (whoops) 2015-04-01 17:47:07 +09:00
Alekzanther
208c154628 Translated to Swedish. 2015-04-01 09:02:52 +02:00
Sacha Greif
dd6130637c version bump 2015-04-01 11:08:40 +09:00
Sacha Greif
35a3dc3d0a Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel 2015-04-01 11:01:48 +09:00
Sacha Greif
07125f900d Bring SEO features back into core and refactor SEO package into sitemap package 2015-04-01 11:00:31 +09:00
Sacha Greif
9290c51477 Merge pull request #875 from saimeunt/devel
Unify posts hooks
2015-04-01 09:44:33 +09:00
saimeunt
f62bc3e535 Unify posts hooks 2015-03-31 20:11:06 +02:00
Sacha Greif
7f8795d7fe update fourseven:scss (fix autoprefixer bug) 2015-03-31 18:47:28 +09:00
Sacha Greif
ad43b8fd9d fix #868 2015-03-31 14:06:58 +09:00
Sacha Greif
67e4ebec49 Fix #822 2015-03-31 11:00:35 +09:00
Sacha Greif
e43f18aafe Merge branch 'reneras-master' into devel 2015-03-31 10:57:06 +09:00
Sacha Greif
acf83a14a6 upgrading packages 2015-03-31 10:20:43 +09:00
Sacha Greif
bc0e2790b5 Merge pull request #867 from klamzo/patch-2
Update fr.i18n.json
2015-03-31 10:12:48 +09:00
Sacha Greif
861a2cda39 cleaning up admin area 2015-03-31 10:04:55 +09:00
Sacha Greif
e2efd1922b moving postList component 2015-03-31 10:04:41 +09:00
Lamine Kane
db77966020 Update fr.i18n.json 2015-03-30 14:11:12 -04:00
Sacha Greif
99173d5791 move css to menu component directory 2015-03-29 15:08:52 +09:00
Delgermurun
057580b793 Settings package 2015-03-28 18:38:20 +09:00
René Ras
6cf80c1ab3 added Dutch translation 2015-03-28 09:03:53 +01:00