-
Notifications
You must be signed in to change notification settings - Fork 5
[FEATURE] add getter getInstances() in FormObjectFactory #87
base: wip/steps
Are you sure you want to change the base?
Commits on Aug 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1c9819f - Browse repository at this point
Copy the full SHA 1c9819fView commit details
Commits on Aug 11, 2017
-
[BUGFIX] Instantiate fields validators with object manager in Ajax
Following the commit 2f23f80, a field validator should be instantiated with the object manager, to allow more Extbase feature. The instantiation type was not modified in the Ajax controller, though.
Configuration menu - View commit details
-
Copy full SHA for 2c4763f - Browse repository at this point
Copy the full SHA 2c4763fView commit details -
[TASK] Initialize validator messages before validation
This allows more flexibility for the messages initialization; for instance you can dynamically build the messages list in the method `initializeObject()` of your validator, then they will be processed just before the validation actually runs.
Configuration menu - View commit details
-
Copy full SHA for 0be97eb - Browse repository at this point
Copy the full SHA 0be97ebView commit details
Commits on Sep 29, 2017
-
[BUGFIX] Fix variables not passed to field layout view in TYPO3 8.6
Fluid variables were not passed correctly to the layout standalone view of a field. This commit fixes this issue, as well as a refactor for the older versions behaviour to make the code more readable.
Configuration menu - View commit details
-
Copy full SHA for f221822 - Browse repository at this point
Copy the full SHA f221822View commit details
Commits on Oct 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a97b7a3 - Browse repository at this point
Copy the full SHA a97b7a3View commit details -
[BUGFIX] Use more accurate identifier for assets hash
A collision could occur on the name of the asset files for two forms with the same definition but with different names.
Configuration menu - View commit details
-
Copy full SHA for 193ba2f - Browse repository at this point
Copy the full SHA 193ba2fView commit details
Commits on Oct 24, 2017
-
[BUGFIX] Handle multiple occurrences of messages markers in JavaScript
The message template of a field can be filled with the same marker several times: every occurrence should be replaced. Example: ``` messageTemplate = <span class="#TYPE#" data-#TYPE#="bar">#FIELD#</span> ```
Configuration menu - View commit details
-
Copy full SHA for 0c91fd7 - Browse repository at this point
Copy the full SHA 0c91fd7View commit details -
[BUGFIX] Prevent getting unformatted input (#70)
On an ajax call, FormZ will get all the input in the form tag and will create the query. But if there is an input unformatted (without `[]`) FormZ will send a bad data.
Configuration menu - View commit details
-
Copy full SHA for a3ee50a - Browse repository at this point
Copy the full SHA a3ee50aView commit details
Commits on Oct 25, 2017
-
[BUGFIX] Use a different view form the field layout rendering
It allows for instance nesting several fields located in multiple partial files.
Configuration menu - View commit details
-
Copy full SHA for e5b4370 - Browse repository at this point
Copy the full SHA e5b4370View commit details -
[BUGFIX] Add current template variables to slot
Allows the inner part of a slot to have access to the current view variables.
Configuration menu - View commit details
-
Copy full SHA for 3834e32 - Browse repository at this point
Copy the full SHA 3834e32View commit details -
[BUGFIX] Add current layout/partial root paths to field template
Fixes an issue in TYPO3 v8 where rendering a partial or using a layout was impossible due to the inheritance of layout/partial root paths not properly set.
Configuration menu - View commit details
-
Copy full SHA for a0a4d2c - Browse repository at this point
Copy the full SHA a0a4d2cView commit details -
[BUGFIX] Handle nested fields views behaviour with Fluid standalone
Couple of fixes that will fix certain issues when working with nested fields in TYPO3 v8.
Configuration menu - View commit details
-
Copy full SHA for 3b5ac06 - Browse repository at this point
Copy the full SHA 3b5ac06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf3f5f - Browse repository at this point
Copy the full SHA 3cf3f5fView commit details
Commits on Nov 9, 2017
-
[TASK] Use
self
statement in method parameterAfter StyleCI inspection failed.
Configuration menu - View commit details
-
Copy full SHA for 4626b02 - Browse repository at this point
Copy the full SHA 4626b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79eddae - Browse repository at this point
Copy the full SHA 79eddaeView commit details
Commits on Nov 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ea395e8 - Browse repository at this point
Copy the full SHA ea395e8View commit details
Commits on Jan 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7474daf - Browse repository at this point
Copy the full SHA 7474dafView commit details
Commits on Jan 16, 2018
-
[TASK] Improve pattern for
word
validation rulesAllow some more characters, mostly for German language. Fixes #76
Configuration menu - View commit details
-
Copy full SHA for e316fe7 - Browse repository at this point
Copy the full SHA e316fe7View commit details -
[FEATURE] Add
fz-loading
toform
tag when field is validating (#78)When any field starts its validation, the data attribute `fz-loading` is added to the `<form>` tag. When the validation is done (successful or not) the data attribute is removed.
Configuration menu - View commit details
-
Copy full SHA for 92597e5 - Browse repository at this point
Copy the full SHA 92597e5View commit details
Commits on Jan 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 55ec7e2 - Browse repository at this point
Copy the full SHA 55ec7e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a349528 - Browse repository at this point
Copy the full SHA a349528View commit details
Commits on Jan 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c99d9f9 - Browse repository at this point
Copy the full SHA c99d9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ab84d - Browse repository at this point
Copy the full SHA a6ab84dView commit details -
[TASK] Trim value on input fields (#83)
Removing beginning/ending whitespaces on input fields.
Configuration menu - View commit details
-
Copy full SHA for b44b0ec - Browse repository at this point
Copy the full SHA b44b0ecView commit details
Commits on Feb 12, 2018
-
[FEATURE] Introduce new condition
FieldIsFilled
(#84)Can be used to check whether a field does contain any value (it is not empty).
Configuration menu - View commit details
-
Copy full SHA for e4a9bdb - Browse repository at this point
Copy the full SHA e4a9bdbView commit details
Commits on Mar 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b28e824 - Browse repository at this point
Copy the full SHA b28e824View commit details
Commits on Mar 16, 2018
-
[FEATURE] add getter getInstances() in FormObjectFactory
Philippe Court authoredMar 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 64c3e8b - Browse repository at this point
Copy the full SHA 64c3e8bView commit details