SachaG
|
bfbd5869d9
|
Get rid of preload schema option; use new UsersCurrent fragment instead; trigger users.profileCompleted.async hook when profile is completed during user update, too
|
2017-02-28 11:49:40 +01:00 |
|
xavcz
|
e07c844710
|
provide better error messages for Embedly & Mailchimp
|
2017-02-11 12:27:32 +01:00 |
|
SachaG
|
8bc6aacf85
|
Small tweaks: i18n’ize error message, pass terms to posts list
|
2017-02-06 10:43:55 +09:00 |
|
xavcz
|
e533dd47e7
|
fix some lint issues, remove some dead code, remove double imports from the same package & import from core instead of lib except for packages depending explicitly on lib (users, emails, ..)
|
2017-02-02 16:18:33 +01:00 |
|
xavcz
|
eb2644ad8a
|
Form: display nicer, multiple & internationalizable (encode -> decode) errors, ensure that state updates are queued; in general prefer Error to Meteor.Error, clean some dead code
|
2017-02-02 15:15:51 +01:00 |
|
SachaG
|
e44f51d6ca
|
Make select form components without value default to “select option” instead of first option
|
2017-01-31 17:55:26 +09:00 |
|
SachaG
|
db17e917f8
|
Remove “__” prefix to avoid conflicts with GraphQL introspection types and simplify code
|
2017-01-18 10:18:33 +09:00 |
|
xavcz
|
fe6e527b37
|
intl key on category, closeCallback passed via props: no need of ContextPasser
|
2017-01-05 15:13:31 +01:00 |
|
xavcz
|
2a997ed2b1
|
small tweak on categories edit form (intl, remove mutation)
|
2017-01-04 17:36:43 +01:00 |
|
Sacha Greif
|
b8662441e0
|
Telescope.strings.add -> addString
|
2016-12-12 15:10:53 +09:00 |
|
xavcz
|
2638023f4e
|
harmonize apollo branch to be on v0.27.5
|
2016-12-08 23:48:16 +01:00 |
|
Sacha Greif
|
991748e154
|
make user edit form work
|
2016-12-08 11:03:20 +09:00 |
|
Sacha Greif
|
212cdf48c2
|
Telescope.components.CanDo -> ShowIf
|
2016-12-01 16:09:54 +09:00 |
|
Ben Gott
|
e714aab27b
|
replace hardcoded flash message with i18n
|
2016-11-24 08:27:12 -06:00 |
|
Ben Gott
|
20aefa707f
|
missed a rename in i18 strings
|
2016-11-18 04:00:35 -06:00 |
|
xavcz
|
600ab15c4d
|
Apollo branch up to date with v0.27.4
|
2016-11-15 12:51:43 +01:00 |
|
xavcz
|
dd32c36f28
|
more work on removeSuccessCallback (wired with withRemove) ; add options noRemoveMutation (ex for UsersEdit)
|
2016-11-13 14:12:15 +01:00 |
|
xavcz
|
db5605bd2e
|
use a more generic prefix (__) for users settings and adapt Users.methods.setSetting
|
2016-11-10 14:22:47 +01:00 |
|
xavcz
|
460efe52f6
|
move namespace to prefix on user schema: user.telescope.xxx by user.nova_xxx
|
2016-11-08 18:22:17 +01:00 |
|
Curtis G
|
38aecb78a0
|
Add i18n messages for no more posts, no results, and load more days
|
2016-11-03 23:00:30 -04:00 |
|
xavcz
|
b69b341a7d
|
fix #247
|
2016-09-28 13:46:59 +02:00 |
|
xavcz
|
9f85dbefba
|
nova:subscribe - display clear message to the user after performing an action
|
2016-08-19 13:18:51 +02:00 |
|
xavcz
|
fef3e3281c
|
add intl support for avatar + fix typo in avatar's doc
|
2016-08-17 18:08:37 +02:00 |
|
xavcz
|
c6381ee383
|
use reify nested imports to avoid dependencies on nova:posts & nova:categories, export default subscribeMethodsGenerator
|
2016-08-14 17:59:20 +02:00 |
|
xavcz
|
3d5c3d0330
|
refactor methods so user can subscribe to another user, create UsersSubscribe
|
2016-08-11 18:01:27 +02:00 |
|
Sacha Greif
|
3ec90a04b5
|
remove Telescope global
|
2016-08-08 11:18:21 +09:00 |
|
Sacha Greif
|
6f530923b2
|
Merge pull request #1412 from schabluk/devel
Extendable Subscribe component & locale
|
2016-08-07 19:08:20 +09:00 |
|
xavcz
|
2f58e4ef80
|
draft a CanDo reusable component and test it on PostsItem, PostsNewForm & UsersEdit
|
2016-08-04 10:50:03 +02:00 |
|
schabluk
|
9e85c90556
|
locale for subscribe-to-posts
|
2016-07-28 21:20:03 +02:00 |
|
Sacha Greif
|
9a9f47b84b
|
add groups example to custom package
|
2016-07-21 12:11:17 +09:00 |
|
xavizalote
|
deebf7dfb8
|
small fixes on users: context, i18n, typo
|
2016-07-18 17:59:47 +02:00 |
|
xavizalote
|
448a6464d7
|
avoid intl error on date not defined in PostsItem base component (happen on pending view)
|
2016-07-07 11:19:01 +02:00 |
|
xavizalote
|
e3479d216f
|
generic datetime picker component for nova:forms working on new & edit post
|
2016-07-06 15:53:14 +02:00 |
|
xavizalote
|
6dabd21193
|
[posts] consistency: post edit success message with post title
|
2016-06-15 11:53:29 +02:00 |
|
xavizalote
|
91f03499bd
|
fix intl & context errors on settings modal
|
2016-06-14 23:11:28 +02:00 |
|
Sacha Greif
|
d812eacddf
|
i18n error messages
|
2016-06-10 10:43:23 +09:00 |
|
Sacha Greif
|
2c6e3d0d30
|
more i18n work
|
2016-06-10 10:25:38 +09:00 |
|
Sacha Greif
|
15f8808b67
|
fix en locale
|
2016-06-09 20:45:58 +09:00 |
|
Sacha Greif
|
f899713408
|
more work on i18n
|
2016-06-09 20:26:33 +09:00 |
|
Sacha Greif
|
c1572344ba
|
working on i18n
|
2016-06-09 17:42:20 +09:00 |
|