Skip to content
Snippets Groups Projects
Commit eb28bb6e authored by Carsten  Rose's avatar Carsten Rose
Browse files

New version 22.8.1

parent 966cbe31
No related branches found
Tags v22.8.1
No related merge requests found
Pipeline #7410 passed
......@@ -36,6 +36,30 @@ Features ^^^^^^^^
Bug Fixes ^^^^^^^^^
Version 22.8.1
--------------
Date: 28.08.2022
Features ^^^^^^^^
* # 9221 / If FE_TYPEAHEAD_LDAP or FE_TYPEAHEAD_SQL is set, skip forcing maxlength to table column definition. Instead
use custom supplied value.
* Minor update form 'FormElement'
* Refactor $buildElementFunctionName: remove indirect function calls from AbtractBuildForm.php to simplify debugging.
* Extend Support::getColumnSize with further MariaDB column type sizes
* Extension config description baseUrl: updated.
Bug Fixes ^^^^^^^^^
* # 14618 / string expected, null given.
* # 14611 / MultiDB: broken 'show table definition' in FormEditor. Add pill 'Table Definition' to form FormElement.
* # 14590 / emptyTypeAheadRequest'.
* # 9281 / QFQ system tables: Allow STRICT_TRANS_TABLES - Default '0' is now set for all INT columns. DB-Update will
change column definition. TEXT columns still don't have a default: Before MariaDB 10.2.1, BLOB and TEXT columns could
not be assigned a DEFAULT value. This restriction was lifted in MariaDB 10.2.1.
* Removed empty typeahead request at the beginning
Version 22.8.0
--------------
......
......@@ -18,7 +18,7 @@ Neue Versionsnummer
3) Die aktuellen Commits anschauen und wichtige Topics uebernehmen (git log > ~/qfq.log, alles bis zum letzten TAG anschauen):
* **All commits since last tag**:
git log $(git describe --tags --abbrev=0)..HEAD --oneline | cut -c9- > /tmp/out; pluma /tmp/out
git log $(git describe --tags --abbrev=0)..HEAD --oneline | cut -c9- > /tmp/out; gedit /tmp/out
* All commits since tag 'v20.11.0'
git log v20.11.0..HEAD --oneline
......@@ -45,7 +45,7 @@ Neue Versionsnummer
**Achtung**: die Release Minor darf KEINE fuehrenden Nullen enthalten!!! Ansonsten funktioniert die Verteilung vie
TER nicht.
**Auto**: ./setVersion.sh 22.8.0
**Auto**: ./setVersion.sh 22.8.1
Manuell:
* extension/Documentation/_make/conf.py: release, version-
......@@ -56,11 +56,11 @@ Neue Versionsnummer
* **Commit & Push** to master branch:
New version 22.8.0
New version 22.8.1
6) **New Tag**:
git tag v22.8.0
git tag v22.8.1
7) **Merge 'master' into 'develop'**
......
......@@ -52,6 +52,32 @@ Features
Bug Fixes
^^^^^^^^^
Version 22.8.1
--------------
Date: 28.08.2022
Features
^^^^^^^^
* #9221 / If FE_TYPEAHEAD_LDAP or FE_TYPEAHEAD_SQL is set, skip forcing maxlength to table column definition. Instead
use custom supplied value.
* Minor update form 'FormElement'
* Refactor $buildElementFunctionName: remove indirect function calls from AbtractBuildForm.php to simplify debugging.
* Extend Support::getColumnSize with further MariaDB column type sizes
* Extension config description baseUrl: updated.
Bug Fixes
^^^^^^^^^
* #14618 / string expected, null given.
* #14611 / MultiDB: broken 'show table definition' in FormEditor. Add pill 'Table Definition' to form FormElement.
* #14590 / emptyTypeAheadRequest'.
* #9281 / QFQ system tables: Allow STRICT_TRANS_TABLES - Default '0' is now set for all INT columns. DB-Update will
change column definition. TEXT columns still don't have a default: Before MariaDB 10.2.1, BLOB and TEXT columns could
not be assigned a DEFAULT value. This restriction was lifted in MariaDB 10.2.1.
* Removed empty typeahead request at the beginning
Version 22.8.0
--------------
......
......@@ -22,7 +22,7 @@
project = QFQ - Quick Form Query
version = 22.8
release = 22.8.0
release = 22.8.1
t3author = Carsten Rose
copyright = since 2017 by the author
......
......@@ -64,7 +64,7 @@ author = 'Carsten Rose, Benjamin Baer'
# The short X.Y version.
version = '22.8'
# The full version, including alpha/beta/rc tags.
release = '22.8.0'
release = '22.8.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -52,6 +52,32 @@ Features
Bug Fixes
^^^^^^^^^
Version 22.8.1
--------------
Date: 28.08.2022
Features
^^^^^^^^
* #9221 / If FE_TYPEAHEAD_LDAP or FE_TYPEAHEAD_SQL is set, skip forcing maxlength to table column definition. Instead
use custom supplied value.
* Minor update form 'FormElement'
* Refactor $buildElementFunctionName: remove indirect function calls from AbtractBuildForm.php to simplify debugging.
* Extend Support::getColumnSize with further MariaDB column type sizes
* Extension config description baseUrl: updated.
Bug Fixes
^^^^^^^^^
* #14618 / string expected, null given.
* #14611 / MultiDB: broken 'show table definition' in FormEditor. Add pill 'Table Definition' to form FormElement.
* #14590 / emptyTypeAheadRequest'.
* #9281 / QFQ system tables: Allow STRICT_TRANS_TABLES - Default '0' is now set for all INT columns. DB-Update will
change column definition. TEXT columns still don't have a default: Before MariaDB 10.2.1, BLOB and TEXT columns could
not be assigned a DEFAULT value. This restriction was lifted in MariaDB 10.2.1.
* Removed empty typeahead request at the beginning
Version 22.8.0
--------------
......
......@@ -12,7 +12,7 @@ $EM_CONF['qfq'] = array(
'dependencies' => 'fluid,extbase',
'clearcacheonload' => true,
'state' => 'stable',
'version' => '22.8.0',
'version' => '22.8.1',
'constraints' => [
'depends' => [
'typo3' => '7.0.0-10.9.99',
......
22.8.0
22.8.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment