Commit graph

1514 commits

Author SHA1 Message Date
Sacha Greif
cd1496897d updating packages 2014-10-05 17:23:05 +09:00
Sacha Greif
73d1098646 Make it possible to hide fields from quickform; cleanup 2014-10-05 10:12:10 +09:00
Sacha Greif
f5c4908d12 Upgrading to 0.9.3.1 2014-10-04 12:51:44 +09:00
Sacha Greif
29495788e8 Merge pull request #454 from bengott/avatar-tweaks
Update to use bengott:avatar package for user avatars
2014-10-04 10:14:49 +09:00
Sacha Greif
53442243b9 Merge pull request #462 from AdmitHub/telescope-master-search-querystring
Add querystring updates to search
2014-10-04 09:28:50 +09:00
Sacha Greif
99e82d41a5 Merge pull request #463 from AdmitHub/telescope-master-isadmin
Fully abstract isAdmin
2014-10-04 09:22:29 +09:00
Charlie DeTar
ed09d0ea7c Fully abstract isAdmin
We're using a fork with a different definition of "isAdmin" (using
``meteor-roles`` rather than the boolean user.isAdmin).  ``lib/user.js``
provides abstracted methods for reading admin state, which makes it very
easy to change our definition -- except that the abstractions weren't
used universally.

This commit finishes the job of using the abstractions, and adds a few
new parts to also allow abstracting setting and updating admin-ness:

 - setAdmin: sets admin status directly on a user object.
 - updateAdmin: executes a mongo update to set admin status.
 - adminMongoQuery: the query parameter for admin-ness, for composing
   user queries with other fields.
 - notAdminMongoQuery: the query parameter for not-admin-ness.
2014-10-03 16:21:06 -06:00
Charlie DeTar
582ee672ab Add querystring updates to search
Update and parse a "?q=" query string for search to improve cross-site
linkability.
2014-10-03 15:48:42 -06:00
Sacha Greif
3152474670 Merge pull request #458 from Helmi/master
German translation (de.js)
2014-10-03 22:23:48 +09:00
Helmi
6189fa40c8 German translation (de.js)
Some notes: there should be an option to use more than 2 characters for translation. For german you would at least need de_formal and de_informal. I did the informal translation as i found it more useful for myself and i think for most users.

Also i decided to translate "Posts" into "Links" as generally this are links and "Posts" doesn't have a german word that is general enough to not translate more into "Articles" which definitely are not the right phrase to use.

Also i found some not yet translated features but as i translated based on the actual master and not on a release i guess this is a known Problem.
2014-10-03 15:01:18 +02:00
Ben Gott
bab24860d6 Update to use bengott:avatar package for all user avatars 2014-09-30 12:34:42 -05:00
Sacha Greif
f994b0de5e Merge branch 'master' of github.com:TelescopeJS/Telescope 2014-09-30 15:53:44 +09:00
Sacha Greif
9c1e00ac95 Make no_rights and not_found templates customizable 2014-09-30 15:53:36 +09:00
Sacha Greif
72d88831a7 Merge pull request #450 from delgermurun/posts-rss-refactor
Posts rss refactor
2014-09-29 17:39:09 +09:00
Delgermurun
4fd7c444e5 use getPostsParameters on posts rss 2014-09-29 16:31:41 +08:00
Delgermurun
1aef145973 use STATUS_APPROVED constant on getPostsParameters 2014-09-29 16:24:47 +08:00
Sacha Greif
44da19ff9d Merge pull request #449 from delgermurun/hide-future-posts
Hide future posts
2014-09-29 17:20:32 +09:00
Delgermurun
b5edbdf08e exclude future scheluded posts 2014-09-29 15:45:40 +08:00
Delgermurun
0ff3fc7dba rename getParameters to getPostParameters 2014-09-29 15:42:35 +08:00
Sacha Greif
5d4805c137 Merge pull request #448 from splendido/at-integration
update to accounts-templates-unstyled 0.9.7
2014-09-29 15:49:17 +09:00
Sacha Greif
a898debf3f version bump 2014-09-29 15:44:34 +09:00
Sacha Greif
2f23db1241 Updating history 2014-09-29 15:43:34 +09:00
Sacha Greif
0a118cb5c3 Minor form tweaks 2014-09-29 15:40:09 +09:00
Luca Mussi
efeeacb46d better language change for accounts-t9n 2014-09-29 08:26:53 +02:00
Luca Mussi
98769bb429 update to accounts-templates-unstyled 0.9.7 2014-09-29 08:22:23 +02:00
Sacha Greif
f886142c4f Renaming "test" autoform to "settings" 2014-09-29 11:09:36 +09:00
Sacha Greif
7625687860 Merge branch 'better-settings'
Conflicts:
	packages/telescope-daily/lib/client/routes.js
2014-09-29 11:08:07 +09:00
Sacha Greif
90bd327e22 call getTemplate inside anonymous function so that it's only evaluated on route run 2014-09-29 10:35:03 +09:00
Sacha Greif
f00ffd8498 Adding instructions to settings form 2014-09-29 10:15:21 +09:00
Sacha Greif
8262b97f50 wrap postsDaily helper in Meteor.startup() 2014-09-29 09:20:40 +09:00
Sacha Greif
aee7f4c629 put controller block in startup() 2014-09-29 09:06:40 +09:00
Sacha Greif
2a0c545757 Put controller block in Meteor.startup() 2014-09-29 09:05:21 +09:00
Sacha Greif
971822f7b4 fixing postsDaily template typo 2014-09-29 08:25:11 +09:00
Sacha Greif
51de4d79db splitting settings form into field sets 2014-09-28 16:31:12 +09:00
Sacha Greif
b6becdab3a Merge branch 'master' of github.com:TelescopeJS/Telescope 2014-09-28 08:46:45 +09:00
Sacha Greif
8b6e5215fd fix #441 2014-09-28 08:46:20 +09:00
Sacha Greif
102077ac76 Merge pull request #438 from bengott/avatar-tweaks
Avatar Tweaks
2014-09-28 08:27:50 +09:00
Ben Gott
a3c7de767b Add helpful comments to changes in getAvatarUrl function 2014-09-27 12:46:41 -05:00
Ben Gott
8357e45381 Modify getAvatarUrl function to use larger images for Twitter and Facebook 2014-09-27 12:30:40 -05:00
Ben Gott
8e709a8372 Rename common template/view 'gravatar' to 'avatar' 2014-09-27 12:05:15 -05:00
Sacha Greif
a02d5d4ea4 Merge pull request #433 from steffenstraetz/master
Fixed issue that user would always be redirected to "/" after sign up and enables validation.
2014-09-27 11:50:32 +09:00
Sacha Greif
6925a2cebb Merge pull request #436 from shaialon/gravatar-component
Turn Gravatars from random helpers into a component
2014-09-27 11:50:06 +09:00
shaialon
8eaab14ede Refactor code with reuse. 2014-09-26 23:20:00 +03:00
shaialon
6592f5761a Change to user / userId 2014-09-26 23:06:12 +03:00
shaialon
94e114cc6f Lint clean the code. 2014-09-26 22:50:37 +03:00
shaialon
f91e02b29a Reusable gravatar component 2014-09-26 22:48:09 +03:00
shaialon
cf0bfa6ad4 Merge remote-tracking branch 'upstream/master' 2014-09-26 19:54:23 +03:00
shaialon
59f8f0411e Add a default
Add a default and check for support of devicePixelRatio
2014-09-26 19:40:31 +03:00
Steffen Strätz
b602b5e6bd Added validation for username length and password length in sign up form 2014-09-26 17:21:16 +02:00
Steffen Strätz
f8581be695 Added validation for username length and password length in sign up form 2014-09-26 17:19:18 +02:00