Commit graph

11 commits

Author SHA1 Message Date
Apollinaire
72c9d7fc7f Add FR translations for error messages 2018-12-25 18:47:08 +01:00
Apollinaire Lecocq
cd828cb098
Update fr_FR.js 2018-10-13 11:52:12 +02:00
Apollinaire
b6cea13db2 Don't merge schema in Vulcan, only do it with SimpleSchema 2018-09-26 17:31:52 +02:00
SachaG
5fc0e30f40 Fix ESLint 2018-09-12 11:59:00 +09:00
James Babcock
a9422307e1 Add support for email address verification. 2018-08-27 15:47:16 -04:00
ochicf
4f76207378 use label instead of name 2018-06-28 09:30:41 +02:00
Apollinaire
a31a980744 update FR translation for SmartForm changes 2018-05-14 10:50:40 +02:00
Erik Schannen
c3f33cb7e0 Changes to SmartForm behaviour
- Moved UI portions of FormComponent to FormComponentInner.jsx in vulcan-ui-bootstrap

 - Added user alert when the user navigates to another route while there are unsaved changed in the form (disabled by default)

 - Added setting forms.warnUnsavedChanges and SmartForm property warnUnsavedChanges to enable user alert

 - Added optional Revert button in FormSubmits to allow the user to discard any changes to the form; this is activated by passing a "revertCallback" property to SmartForm (which can be empty: () => {})

 - Added two functions that form components can access in the child context: refetchForm() to refetch the document from the database (in case it was updated by a background process), isChanged() to determine if there are any unsaved changes

 - For any phrases I have added to en_US.js I also added it to es_ES.js and fr_FR.js with the comment // TODO: translate

 - Updated Form.clearForm and Form.mutationSuccessCallback so that the user can continue working on the document after submitting it

 - The form now scrolls the flash message into view when a submit results in errors

 - Fixed bugs in FormComponent.shouldComponentUpdate() and Form.getDocument()

 - Fixed bug in FormComponent.handleChange() - number fields could not be cleared, only set to 0

 - Fixed a bug in FormComponent.getValue() - it returned the initial value of a checkbox even after it was set to false, and a number even after it was set to 0
2018-05-08 20:09:42 -04: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
Apollinaire
42648a1de0 fix: connection -> connexion 2018-04-10 11:38:00 +02:00
Apollinaire
e50608bb63 Add FR Language
I volonteer to maintain it
2018-03-30 12:35:31 +02:00