Commit graph

4139 commits

Author SHA1 Message Date
eric-burel
2ebabd2d5c fix onChange API change (does not need the name anymore) 2019-03-15 16:20:24 +01:00
eric-burel
c7965e3b0f updated warnUnsavedChanges 2019-03-15 15:55:39 +01:00
eric-burel
339215e6f3 formElement must be a class component to accept a ref 2019-03-15 15:55:26 +01:00
eric-burel
ca34d828b9 provide a default FormElement 2019-03-15 15:14:09 +01:00
eric-burel
dfc4b45159 respect usual structure 2019-03-15 14:21:17 +01:00
eric-burel
9db0f47106 lintfix 2019-03-15 13:30:01 +01:00
eric-burel
b7b872591a create vulcan:ui-material, update to Apollo2 RR4 2019-03-15 13:00:41 +01:00
eric-burel
a743022545 material-ui 2019-03-15 09:34:30 +01:00
SachaG
448f9c16b8 Simplify error handling 2019-03-12 21:57:11 +09:00
SachaG
26899c7ff6 Do not call mergeSchema unless necessary 2019-03-12 21:54:50 +09:00
SachaG
ab9bc3b73a Fix delete error 2019-03-12 21:54:27 +09:00
SachaG
0ed46572ad Add schema to properties passed to callbacks 2019-03-12 09:54:52 +09:00
Sacha Greif
a3523e40e8
Merge pull request #2243 from vale981/fix_select_label
Fix labeling in select component.
2019-03-11 14:27:58 +09:00
Sacha Greif
608096ac8f
Merge pull request #2238 from vale981/intl_debug_and_default
Add debug messages for missing strings and default locale on per-message level.
2019-03-11 14:22:09 +09:00
ceba15647c Fix labeling in select component. 2019-03-10 21:20:03 +01:00
1ed5c1c214 Add debug messages for missing strings. 2019-03-10 13:11:29 +01:00
1d4b517e19 add locale to signup 2019-03-09 16:00:25 +01:00
Sacha Greif
7b955e725c
Merge pull request #2236 from vale981/fix_intl_context_for_email
fix values property for handlebars helper, use context as default
2019-03-09 09:25:13 +09:00
Sacha Greif
e8bb212530
Merge pull request #2235 from vale981/wrapperless_emails
Add wrapperless Emails.
2019-03-09 09:24:38 +09:00
Sacha Greif
da37823824
Merge pull request #2234 from vale981/add_default_locale
Add default locale to getString.
2019-03-09 09:23:21 +09:00
4ac1da48c3 fix values property for handlebars helper, use context as default 2019-03-07 17:33:26 +01:00
0274733080 Add wrapperless Emails. 2019-03-07 16:35:32 +01:00
7cb257e969 add default locale to getString. 2019-03-07 13:28:10 +01:00
1103f16787 Fix email verifiaction for new React Router 2019-03-07 12:40:04 +01:00
SachaG
b6da989deb Move Utils.performCheck to server; convert actions to lowercase 2019-03-05 10:22:33 +09:00
642dc0f788
Fix const assignment.
Sorry, 
my bad!
2019-03-03 16:30:25 +01:00
SachaG
36254c5abb Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2019-03-03 07:44:08 +09:00
SachaG
9e1b5cd76e Do not discard data for hidden/removed fields 2019-03-02 18:31:22 +09:00
SachaG
65f277b194 Use error handling from apollo-server; throwError should only be defined on server 2019-03-02 18:31:07 +09:00
SachaG
73eeabcca2 Add label prop to edit/new buttons 2019-03-02 17:48:14 +09:00
SachaG
16d7f5ba5b Add check for hocs.length 2019-03-02 17:42:10 +09:00
SachaG
67834716da Make core components more compatible with Storybook 2019-03-02 16:28:11 +09:00
SachaG
c423a8de3d Remove intl from App context (it was overwritten by intl from provider anyway); add locale to intl provider 2019-03-02 16:27:41 +09:00
2290f4cca0
Add classname for required fields. 2019-02-27 12:03:14 +01:00
SachaG
4261470fad Component fixes 2019-02-25 11:12:10 +09:00
SachaG
24ee31f0f8 Add bootstrap stylesheet for Storybook 2019-02-24 22:33:52 +09:00
SachaG
cab8ce1379 Add mock props for core & ui components 2019-02-24 21:55:08 +09:00
SachaG
130ed5579f Make Upload component work with string fields as well 2019-02-22 16:35:54 +09:00
SachaG
9866c58761 Wrap 404 component in layout 2019-02-21 17:03:34 +09:00
SachaG
7bd900d5c5 Fix intl field double creation bug 2019-02-21 12:32:41 +09:00
SachaG
e6a5c515a5 Comment out sortConnectHandlersMiddleware (breaks /graphql endpoint in some circumstances) 2019-02-21 12:32:19 +09:00
SachaG
905d9b5f0c Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2019-02-19 21:38:23 +09:00
SachaG
e4661d4fd0 Only pass path and label to FormItem 2019-02-19 21:38:18 +09:00
SachaG
6f93b49aba control -> input 2019-02-18 10:34:01 +09:00
SachaG
8fa164914e Remove unnecessary form.reset() 2019-02-18 10:33:00 +09:00
Sacha Greif
cce2abae4e
Merge pull request #2209 from yairtal/bugfix/spelling-error
fix a spelling error
2019-02-17 22:13:58 +09:00
SachaG
abf7322c16 Use context for flash message handling 2019-02-17 22:11:10 +09:00
yt
0c42be2548 fix a spelling error 2019-02-17 15:04:05 +02:00
SachaG
dd30fe2dd5 Merge branch 'master' into devel 2019-02-16 18:26:18 +09:00
SachaG
22ba037171 Merge branch 'devel-apollo1' into devel 2019-02-16 18:25:48 +09:00