Eric Burel
14535c1e61
add warning when no field is searchable and query is set
2018-10-19 15:53:33 +02:00
SachaG
cdb702cddd
Pass query results to email's data() function as second argument ( fix #2048 )
2018-10-18 15:21:17 +09:00
SachaG
2ca34ba335
Various small fixes
2018-10-14 18:10:32 +09:00
SachaG
5f90af03ad
Pass context to callback properties
2018-10-14 18:10:19 +09:00
SachaG
cd41fe1d98
Avoid doing values replacement when message is not defined
2018-10-14 18:10:01 +09:00
Sacha Greif
4fb1953765
Merge pull request #2099 from dimofte/devel
...
vulcan-form-tags: refactor and fix
2018-10-14 17:04:57 +09:00
Sacha Greif
e434ac4c50
Merge pull request #2104 from Apollinaire/patch-1
...
Update fr_FR.js: add datatable.search entry
2018-10-14 08:17:30 +09:00
Apollinaire Lecocq
cd828cb098
Update fr_FR.js
2018-10-13 11:52:12 +02:00
SachaG
4ebe32eb1c
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
2018-10-13 14:17:57 +09:00
SachaG
8fc6268631
Keep track of locale method; set locale cookie for root path
2018-10-13 14:13:08 +09:00
Sacha Greif
b36209938d
Merge pull request #2103 from dimofte/feature/datatables-i18n-search
...
datatable: add i18n for the search field
2018-10-13 12:29:10 +09:00
SachaG
615302c238
Update boilerplate-generator and fourseven:scss
2018-10-13 12:02:36 +09:00
Bogdan Dimofte
881a6533f8
datatable: add i18n for the search field
2018-10-11 10:42:37 +03:00
SachaG
d5cad5288a
Document is not defined in create mutation
2018-10-10 17:40:16 +09:00
SachaG
0b78ac68f8
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
2018-10-10 17:35:03 +09:00
SachaG
335cda6cf0
Improve thrown errors
2018-10-10 17:35:01 +09:00
Sacha Greif
12784b487e
Merge pull request #2102 from Apollinaire/revertSlug
...
Revert changes made to getUnusedSlug in #2075
2018-10-10 17:34:33 +09:00
SachaG
1bc5ddc005
Merge branch 'lbke-fix-formComponents' into devel
2018-10-10 17:33:40 +09:00
Eric Burel
4e31ead9c9
fix default props
2018-10-09 15:09:52 +02:00
Apollinaire
de1c13b3d1
Revert changes made to getUnusedSlug in #2075
2018-10-09 15:09:30 +02:00
Eric Burel
3677181f02
fix FormComponents merge with registered components in FormComponent.jsx
2018-10-09 15:02:31 +02:00
Eric Burel
6ab9ca524d
fixed misleading comments
2018-10-08 19:44:26 +02:00
Eric Burel
e57f3ecb63
setup voyager
2018-10-08 17:44:50 +02:00
Eric Burel
41da635c74
do not mutate initial context
2018-10-08 17:07:55 +02:00
Eric Burel
3f20c64b4e
fixed context user management using meteor/apollo
2018-10-08 16:58:15 +02:00
Eric Burel
e75e199dc2
split context creation to avoid unecessary computations
2018-10-08 14:06:25 +02:00
Eric Burel
d78c6edab9
updated comments
2018-10-08 13:50:46 +02:00
Bogdan Dimofte
f1e39d08e2
vulcan-form-tags: refactor and fix:
...
- fix suggestions (ReactTags accepts {id, text})
- fix updating the parent form (using `props.inputProperties.onChange`)
- lighten state (only `tags` was needed) and streamline callbacks
2018-10-08 12:36:22 +03:00
Sacha Greif
66b1aa467f
Merge pull request #2080 from VulcanJS/custom-form-components
...
Custom form components
2018-10-08 07:22:03 +09:00
Eric Burel
607196e919
Merge pull request #2094 from lbke/apollo2-server
...
[WIP] Apollo2 server
2018-10-05 16:27:41 +02:00
Eric Burel
b9b1b96a6e
fix when engine api key is not defined
2018-10-05 16:03:54 +02:00
Sacha Greif
7f063c85d7
Merge pull request #2097 from Apollinaire/readme
...
Fix OpenCollective part of readme
2018-10-05 11:33:15 +09:00
Sacha Greif
725c9b6959
Merge pull request #2060 from OrigenStudio/fix/clear-current-values-on-edit
...
only clear current values for new document's form
2018-10-05 09:43:35 +09:00
ochicf
16ca286a05
clear everything, allow to initialize form with a new document
2018-10-04 20:08:14 +02:00
ochicf
30896adce4
Revert "update package-lock"
...
This reverts commit 8c8fac976f
.
2018-10-04 19:48:11 +02:00
Apollinaire
3d909b1520
Fix OpenCollective part of readme
...
- Fix broken link to the contributors
- Fix broken anchors to opencollective page
- Fix sponsors list display
2018-10-04 18:47:37 +02:00
Eric Burel
6384bbb12b
got rid of graphql-tools
...
'
2018-10-03 17:54:40 +02:00
Eric Burel
e474414350
fixed new syntax
2018-10-03 17:06:40 +02:00
Eric Burel
d3c384f0fe
setup playground but does not pass headers...
2018-10-03 15:18:06 +02:00
Eric Burel
ad022bce9b
setup engine
2018-10-03 14:19:50 +02:00
Sacha Greif
d81385e7b7
Merge pull request #2093 from Apollinaire/devel
...
Restore Edge support
2018-10-03 07:53:19 +09:00
Eric Burel
29bcf74ed3
fixed context creation, server is working back
2018-10-02 20:33:40 +02:00
Eric Burel
8d3120abc7
basic example with apollo-server, not yet working
2018-10-02 18:05:47 +02:00
Eric Burel
583bf4c546
splitting files of the server, cleanup
2018-10-02 18:05:10 +02:00
Apollinaire
735f49aa2b
Remove default on arrow function core:App.jsx:getLocale
2018-10-02 17:49:26 +02:00
Eric Burel
fc57ddf183
better naming
2018-10-02 15:38:36 +02:00
SachaG
893425dcdc
Do not try to specify locale on headers (let client/server figure it out from other headers)
2018-10-02 12:29:39 +09:00
SachaG
57225bee57
Pass locale to App.jsx during SSR process (as a cookie for now); keep original headers during SSR process; get locale from headers
2018-10-02 12:25:14 +09:00
SachaG
a4ec3fcf1f
Minor refactoring in App.jsx; apolloTracing setting -> apolloServer.tracing; improve i18n server-side locale setting logic to account for cookie and accepted language headers
2018-10-02 10:15:47 +09:00
SachaG
561a6e2c63
Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel
2018-10-02 09:28:53 +09:00