Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
8d4c06ec
Commit
8d4c06ec
authored
Nov 25, 2019
by
Carsten Rose
Browse files
New version 19.11.2
parent
4b6bd660
Pipeline
#2763
passed with stages
in 3 minutes and 13 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
8d4c06ec
...
...
@@ -36,7 +36,52 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.11.0
Version 19.11.2
---------------
Date: 25.11.2019
Notes
^^^^^
*
Fantastic new formModeGlobal=skipRequiredCheck: fill's '{{allRequiredGiven:V}}' before save to 1 (all given) else 0.
Offers user to save form, even if not all required data are given and offers application logic to check easily if all
required fields has been fillled.
*
formModeGlobal=requiredOff is now deprecated but will still work.
Features
^^^^^^^^
*
#9526 / Mark required fields more visible
*
#9617 / Improve 'formModeGlobal=requiredOff'.
*
New mode name 'skipRequiredCheck'.
*
'requiredOff' is replaced by 'skipRequiredCheck' and now deprecated.
*
Add documentation for 'skipRequiredCheck:S' & 'allRequiredGiven:V'
*
Feature
`Form.formModeGlobal`
implemented - STORE_SIP overwrites form definition.
*
New STORE_VAR variable 'allRequiredGiven'. Becomes '1' if all required fields are given, else 0.
*
Add param 'L' & 'type' automatically to form save.
*
Manual.rst: Procedure to find an irreproducible error.
*
Change definition of QFQ system tables for 'modified' and 'created'. Use DATETIME instead of TIMESTAMP.
Bug Fixes
^^^^^^^^^
*
#7639 / subrecord drag n drop:
*
`orderInterval`
has not been respected.
*
Update Manual.rst
*
Fake STORE_SIP so it can be used during processing sql1.
*
The record, currently loaded into form, is available via STORE_RECORD.
*
Check for id/_id and ord/_ord
*
Throw meaningful exception if missing 'id' or 'ord'
*
Fixes bug that no mime_type_content is called if there is on file.
*
Fix broken regex101 url.
Version 19.11.1
---------------
Date: 11.11.2019
...
...
Documentation-develop/NewVersion.md
View file @
8d4c06ec
...
...
@@ -54,12 +54,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 19.11.
1
New version 19.11.
2
6)
**New Tag**
:
git tag v19.11.
1
git push -u origin v19.11.
1
git tag v19.11.
2
git push -u origin v19.11.
2
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
...
...
Documentation/Release.rst
View file @
8d4c06ec
...
...
@@ -36,7 +36,52 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.11.0
Version 19.11.2
---------------
Date: 25.11.2019
Notes
^^^^^
* Fantastic new formModeGlobal=skipRequiredCheck: fill's '{{allRequiredGiven:V}}' before save to 1 (all given) else 0.
Offers user to save form, even if not all required data are given and offers application logic to check easily if all
required fields has been fillled.
* formModeGlobal=requiredOff is now deprecated but will still work.
Features
^^^^^^^^
* #9526 / Mark required fields more visible
* #9617 / Improve 'formModeGlobal=requiredOff'.
* New mode name 'skipRequiredCheck'.
* 'requiredOff' is replaced by 'skipRequiredCheck' and now deprecated.
* Add documentation for 'skipRequiredCheck:S' & 'allRequiredGiven:V'
* Feature `Form.formModeGlobal` implemented - STORE_SIP overwrites form definition.
* New STORE_VAR variable 'allRequiredGiven'. Becomes '1' if all required fields are given, else 0.
* Add param 'L' & 'type' automatically to form save.
* Manual.rst: Procedure to find an irreproducible error.
* Change definition of QFQ system tables for 'modified' and 'created'. Use DATETIME instead of TIMESTAMP.
Bug Fixes
^^^^^^^^^
* #7639 / subrecord drag n drop:
* `orderInterval` has not been respected.
* Update Manual.rst
* Fake STORE_SIP so it can be used during processing sql1.
* The record, currently loaded into form, is available via STORE_RECORD.
* Check for id/_id and ord/_ord
* Throw meaningful exception if missing 'id' or 'ord'
* Fixes bug that no mime_type_content is called if there is on file.
* Fix broken regex101 url.
Version 19.11.1
---------------
Date: 11.11.2019
...
...
Documentation/Settings.cfg
View file @
8d4c06ec
...
...
@@ -22,7 +22,7 @@
project = QFQ - Quick Form Query
version = 19.11
release = 19.11.
1
release = 19.11.
2
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/RELEASE.txt
View file @
8d4c06ec
...
...
@@ -36,7 +36,52 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.11.0
Version 19.11.2
---------------
Date: 25.11.2019
Notes
^^^^^
* Fantastic new formModeGlobal=skipRequiredCheck: fill's '{{allRequiredGiven:V}}' before save to 1 (all given) else 0.
Offers user to save form, even if not all required data are given and offers application logic to check easily if all
required fields has been fillled.
* formModeGlobal=requiredOff is now deprecated but will still work.
Features
^^^^^^^^
* #9526 / Mark required fields more visible
* #9617 / Improve 'formModeGlobal=requiredOff'.
* New mode name 'skipRequiredCheck'.
* 'requiredOff' is replaced by 'skipRequiredCheck' and now deprecated.
* Add documentation for 'skipRequiredCheck:S' & 'allRequiredGiven:V'
* Feature `Form.formModeGlobal` implemented - STORE_SIP overwrites form definition.
* New STORE_VAR variable 'allRequiredGiven'. Becomes '1' if all required fields are given, else 0.
* Add param 'L' & 'type' automatically to form save.
* Manual.rst: Procedure to find an irreproducible error.
* Change definition of QFQ system tables for 'modified' and 'created'. Use DATETIME instead of TIMESTAMP.
Bug Fixes
^^^^^^^^^
* #7639 / subrecord drag n drop:
* `orderInterval` has not been respected.
* Update Manual.rst
* Fake STORE_SIP so it can be used during processing sql1.
* The record, currently loaded into form, is available via STORE_RECORD.
* Check for id/_id and ord/_ord
* Throw meaningful exception if missing 'id' or 'ord'
* Fixes bug that no mime_type_content is called if there is on file.
* Fix broken regex101 url.
Version 19.11.1
---------------
Date: 11.11.2019
...
...
extension/ext_emconf.php
View file @
8d4c06ec
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.11.
1
'
,
'version'
=>
'19.11.
2
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-9.2.99'
,
...
...
version
View file @
8d4c06ec
19.11.
1
19.11.
2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment