Commit graph

5903 commits

Author SHA1 Message Date
Eric Burel
562400dc77 fixed field path and default setup 2018-10-24 16:52:34 +02:00
Eric Burel
5d71a2c59a pass down form components to NestedArray/NestedObject 2018-10-24 14:56:55 +02:00
Eric Burel
295a6482b1 started to write a test for array items 2018-10-23 17:32:05 +02:00
Eric Burel
d13d0a05b4 cleanup tests 2018-10-23 17:00:00 +02:00
Eric Burel
49ad11b861 update to 1.18 2018-10-23 16:59:59 +02:00
Eric Burel
04fb76ae16 allow override of Array and Object nested inputs
Input props was ignored for arrays and nested objectsw
2018-10-23 14:33:20 +02:00
Eric Burel
ae6b45f847 clean createField and allow to create field for the array subfield 2018-10-23 14:31:17 +02:00
Eric Burel
767f075e1e do not discard subfield definition in arrays 2018-10-23 14:29:46 +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
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
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
Sacha Greif
d81385e7b7
Merge pull request #2093 from Apollinaire/devel
Restore Edge support
2018-10-03 07:53:19 +09:00
Apollinaire
735f49aa2b Remove default on arrow function core:App.jsx:getLocale 2018-10-02 17:49:26 +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
Sacha Greif
381309887d
Merge pull request #2092 from dimofte/fix/form-schema
SmartForm: use prop `schema`, if given
2018-10-01 17:19:20 +09:00
Bogdan Dimofte
3ea00f6ded SmartForm: use prop schema, if given 2018-10-01 11:03:10 +03:00
Sacha Greif
2ce8297c3b
Merge pull request #2091 from Apollinaire/debugIntl
Add /i18n debug page
2018-10-01 09:23:50 +09:00
Apollinaire
042dee1e12 Add debug dashboard 2018-09-30 23:16:13 +02:00
Sacha Greif
c22fd7a067
Merge pull request #2075 from Apollinaire/devel
Users' slug is updated on displayname change
2018-09-30 13:37:57 +09:00
SachaG
7847798e09 Better error when template doesn't exist 2018-09-29 17:12:58 +09:00
Sacha Greif
336a5442e7
Merge pull request #2082 from ErikDakoda/SubmitButtonLabels
SubmitButtonLabels
2018-09-29 08:43:49 +09:00
Apollinaire
af5693077e Add /i18n debug page 2018-09-28 18:33:53 +02:00
Sacha Greif
30ed4cc648
Merge pull request #2086 from Apollinaire/SchemaMerging
Don't merge schema in Vulcan, only do it with SimpleSchema
2018-09-28 21:52:21 +09:00