Commit graph

5821 commits

Author SHA1 Message Date
Bernardo Dias
37200ec9ae Add document attributes to error catch of editMutation and removeMutation 2018-05-02 13:17:12 -03:00
Bernardo Dias
f099e6557d Include document prop in mutationErrorCallback method 2018-05-02 13:17:12 -03:00
SachaG
dd0ff54f9a Disable FormComponent shouldComponentUpdate callback for now 2018-05-02 18:14:15 +09:00
Sacha Greif
4537ea8017
Merge pull request #1972 from bernardodiasc/patch-1
Update FormSubmit.jsx
2018-05-02 11:27:00 +09:00
SachaG
942b9c955a Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-05-02 11:06:07 +09:00
SachaG
5e0a6fd28c Do not use Proxy after all, because it makes even if (Components.Foo) statements trigger error 2018-05-02 11:00:58 +09:00
Bernardo Dias
aeef482e81
Update FormSubmit.jsx
`void` operator expects one argument, otherwise it throws `Uncaught SyntaxError: Unexpected token )`
2018-05-01 16:02:31 -03:00
Sacha Greif
e102e87f77
Merge pull request #1971 from espressolocator/ui-bootstrap-modal
ui-bootstrap: Add a separate Modal component and refactor ModalTrigger to use it.
2018-05-01 10:21:50 +09:00
Ruslan Kabalin
e78f307576 ui-bootstrap: Fix attributes spreading at TooltipTrigger. 2018-05-01 01:53:06 +01:00
Ruslan Kabalin
fc7a03e4e8 ui-bootstrap: Refactor ModalTrigger to use Modal component. 2018-05-01 01:53:06 +01:00
Ruslan Kabalin
290b3c7ed3 ui-bootstrap: Add Modal component. 2018-05-01 01:53:06 +01:00
SachaG
0bc0000cb9 Use Proxy to generate better errors when components are not defined 2018-05-01 09:31:31 +09:00
SachaG
94fc8fffe9 Only rerender FormComponent when necessary 2018-04-30 09:36:42 +09:00
SachaG
44452cbbc0 detect language/locale 2018-04-29 12:16:33 +09:00
SachaG
94cb478d72 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-04-29 11:15:30 +09:00
SachaG
a086e6e584 Update flash messages 2018-04-28 18:51:20 +09:00
SachaG
800784f3f9 Clean up newsletter package a bit 2018-04-28 12:22:41 +09:00
Sacha Greif
d94a568dd8
Merge pull request #1964 from Apollinaire/fieldErrors
Fix field errors display
2018-04-28 11:15:00 +09:00
Sacha Greif
237ddd7a96
Merge pull request #1965 from justinr1234/more-error-logging
More graphql error logging
2018-04-28 11:13:49 +09:00
Sacha Greif
148e07c8f3
Merge pull request #1966 from meteorplus/patch-13
change from telescope-newsletter to vulcan-newsletter
2018-04-28 11:13:14 +09:00
SachaG
18bec2b2c0 Small fixes 2018-04-28 10:54:24 +09:00
SachaG
7b1c66cb43 Factor out error handling code; clean up form props; pass currentUser down to FormComponent 2018-04-28 10:54:03 +09:00
MeteorPlus
0c2dae5ed2
change from telescope-newsletter to vulcan-newsletter 2018-04-28 00:14:03 +01:00
Justin Reynolds
f759169d6d More graphql error logging 2018-04-27 12:39:48 -07:00
Apollinaire
1f67c9c29e Fix field errors display
Added `error.properties` to follow fae7b5a032 .
Kept `error.data` for backwards compatibility, not sure that it's needed. If it is, it might be good to add it to FormErrors too
2018-04-27 18:40:48 +02:00
Sacha Greif
c4efabdd07
Merge pull request #1960 from justinr1234/fix-form-props
Fix Form props
2018-04-24 10:31:04 +09:00
SachaG
4fb3047f1f remove console.log 2018-04-24 10:21:20 +09:00
SachaG
f9ed4b0dd5 Button -> Components.Button 2018-04-24 10:20:51 +09:00
SachaG
e89a4a828a Adding tooltip and dropdown components 2018-04-24 10:20:38 +09:00
Justin Reynolds
30e340d8af Fix Form props 2018-04-23 13:00:08 -05:00
SachaG
2e0f9184cc Fixing mistakes 2018-04-23 09:51:33 +09:00
SachaG
b4f960301b Isolate bootstrap dependencies in new vulcan-ui-bootstrap package 2018-04-23 09:47:04 +09:00
Sebastian Grebe
90c3e8d2cd
Add MongoDB aggregation to Collections
It would be great to allow mongodb aggregation. I am personally using geoNear for example.
2018-04-21 11:40:56 +02:00
SachaG
63bc4e562a v1.9.1 2018-04-21 18:30:15 +09:00
SachaG
23e261141b control -> input 2018-04-21 18:24:54 +09:00
SachaG
299d83df98 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-04-21 17:58:29 +09:00
SachaG
1af50c1247 Improve i18n and make locale switchable via setLocale on context 2018-04-21 17:58:25 +09:00
SachaG
fae7b5a032 Improve error handling 2018-04-21 17:57:53 +09:00
Sacha Greif
231b120d85
Merge pull request #1959 from Apollinaire/fixNested
Fix nested forms after props renaming
2018-04-21 17:54:13 +09:00
Apollinaire
cde919b3ea do not pass FormNested's own inputProperties to FormNestedItem 2018-04-20 17:34:55 +02:00
Apollinaire
6e9da3fbb7 formInput -> input 2018-04-20 16:25:11 +02:00
SachaG
98b9be82f7 v1.9.0 2018-04-17 08:19:54 +09:00
SachaG
d255d39d0f Better backwards compatibility for Upload component 2018-04-17 08:18:18 +09:00
SachaG
7a0647dd18 Merge branch 'devel' of https://github.com/VulcanJS/Vulcan into devel 2018-04-14 18:11:08 +09:00
SachaG
45d508ca89 control -> input; forn -> inputProperties 2018-04-14 18:09:35 +09:00
SachaG
bef525eea8 Improve upload error handling; add clearFieldErrors; 2018-04-14 17:21:10 +09:00
Sacha Greif
2694fd0c1e
Merge pull request #1954 from Apollinaire/FRfixunknownpassword
add error_incorrect_password to FR package
2018-04-12 09:31:40 +09:00
Apollinaire
086658434e add error_incorrect_password to FR package
Don't know why that string was missing
2018-04-11 18:26:09 +02:00
Sacha Greif
86153370fb
Merge pull request #1950 from Apollinaire/FRTypoFix
fix: connection -> connexion
2018-04-10 19:10:09 +09:00
Apollinaire
42648a1de0 fix: connection -> connexion 2018-04-10 11:38:00 +02:00