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
668543ce
Commit
668543ce
authored
Sep 16, 2018
by
Carsten Rose
Browse files
New version 18.9.2
parent
9a17c6f6
Pipeline
#920
passed with stage
in 1 minute and 33 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
668543ce
...
...
@@ -36,6 +36,44 @@ Features
Bug Fixes
^^^^^^^^^
Version 18.9.2
--------------
Date: 16.09.2018
Notes
^^^^^
*
To use the new 'tablesorter' feature, please add 'tablesorter-bootstrap.css', 'jquery.tablesorter.combined.min.js',
'jquery.tablesorter.pager.min.js', 'widget-columnSelector.min.js' in your Typo3 template record.
See https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#setup-css-js
* *Existing* QFQ installations: update your CSS/JS includes! The new tablesorter jquery plugin might break (JS errors
seen on the console) your installation, if it isn't included!
* If you use the extension 'UZH Corporate Design Template':
* Update to the latest version 18.9.0.
* Add constants in the Typo3 template record 'ext: main': ::
cd.extra.css.file5 = typo3conf/ext/qfq/Resources/Public/Css/tablesorter-bootstrap.css
cd.extra.js.file10 = typo3conf/ext/qfq/Resources/Public/JavaScript/jquery.tablesorter.combined.min.js
cd.extra.js.file11 = typo3conf/ext/qfq/Resources/Public/JavaScript/jquery.tablesorter.pager.min.js
cd.extra.js.file12 = typo3conf/ext/qfq/Resources/Public/JavaScript/widget-columnSelector.min.js
*
STORE_USER: check the examples - great new feature to temporary save user settings.
Features
^^^^^^^^
*
#6721 / STORE_USER: variables per browser session
*
#6690 / Tablesorter for subrecords
Bug Fixes
^^^^^^^^^
Version 18.9.1
--------------
...
...
@@ -109,7 +147,7 @@ Date: 28.8.18
Features
^^^^^^^^
*
F
6563 / Accept 0 as required.
*
#
6563 / Accept 0 as required.
Bug Fixes
^^^^^^^^^
...
...
doc/NewVersion.md
View file @
668543ce
...
...
@@ -44,12 +44,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 18.9.
1
New version 18.9.
2
6)
**New Tag**
:
git tag v18.9.
1
git push -u origin v18.9.
1
git tag v18.9.
2
git push -u origin v18.9.
2
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Release.rst
View file @
668543ce
...
...
@@ -40,7 +40,7 @@ Bug Fixes
Version 18.9.2
--------------
Date:
<date>
Date:
16.09.2018
Notes
^^^^^
...
...
@@ -57,16 +57,20 @@ Notes
* Update to the latest version 18.9.0.
* Add constants in the Typo3 template record 'ext: main': ::
cd.extra.css.file5 = typo3conf/ext/qfq/Resources/Public/Css/tablesorter-bootstrap.css
cd.extra.css.file5 = typo3conf/ext/qfq/Resources/Public/Css/tablesorter-bootstrap.css
cd.extra.js.file10 = typo3conf/ext/qfq/Resources/Public/JavaScript/jquery.tablesorter.combined.min.js
cd.extra.js.file11 = typo3conf/ext/qfq/Resources/Public/JavaScript/jquery.tablesorter.pager.min.js
cd.extra.js.file12 = typo3conf/ext/qfq/Resources/Public/JavaScript/widget-columnSelector.min.js
cd.extra.js.file10 = typo3conf/ext/qfq/Resources/Public/JavaScript/jquery.tablesorter.combined.min.js
cd.extra.js.file11 = typo3conf/ext/qfq/Resources/Public/JavaScript/jquery.tablesorter.pager.min.js
cd.extra.js.file12 = typo3conf/ext/qfq/Resources/Public/JavaScript/widget-columnSelector.min.js
* STORE_USER: check the examples - great new feature to temporary save user settings.
Features
^^^^^^^^
* #6721 / STORE_USER: variables per browser session
* #6690 / Tablesorter for subrecords
Bug Fixes
^^^^^^^^^
...
...
extension/Documentation/Settings.cfg
View file @
668543ce
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 18.9
release = 18.9.
1
release = 18.9.
2
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
668543ce
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'18.9'
# The full version, including alpha/beta/rc tags.
release
=
'18.9.
1
'
release
=
'18.9.
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
668543ce
...
...
@@ -36,6 +36,44 @@ Features
Bug Fixes
^^^^^^^^^
Version 18.9.2
--------------
Date: 16.09.2018
Notes
^^^^^
* To use the new 'tablesorter' feature, please add 'tablesorter-bootstrap.css', 'jquery.tablesorter.combined.min.js',
'jquery.tablesorter.pager.min.js', 'widget-columnSelector.min.js' in your Typo3 template record.
See https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#setup-css-js
* *Existing* QFQ installations: update your CSS/JS includes! The new tablesorter jquery plugin might break (JS errors
seen on the console) your installation, if it isn't included!
* If you use the extension 'UZH Corporate Design Template':
* Update to the latest version 18.9.0.
* Add constants in the Typo3 template record 'ext: main': ::
cd.extra.css.file5 = typo3conf/ext/qfq/Resources/Public/Css/tablesorter-bootstrap.css
cd.extra.js.file10 = typo3conf/ext/qfq/Resources/Public/JavaScript/jquery.tablesorter.combined.min.js
cd.extra.js.file11 = typo3conf/ext/qfq/Resources/Public/JavaScript/jquery.tablesorter.pager.min.js
cd.extra.js.file12 = typo3conf/ext/qfq/Resources/Public/JavaScript/widget-columnSelector.min.js
* STORE_USER: check the examples - great new feature to temporary save user settings.
Features
^^^^^^^^
* #6721 / STORE_USER: variables per browser session
* #6690 / Tablesorter for subrecords
Bug Fixes
^^^^^^^^^
Version 18.9.1
--------------
...
...
@@ -109,7 +147,7 @@ Date: 28.8.18
Features
^^^^^^^^
*
F
6563 / Accept 0 as required.
*
#
6563 / Accept 0 as required.
Bug Fixes
^^^^^^^^^
...
...
extension/ext_emconf.php
View file @
668543ce
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.9.
1
'
,
'version'
=>
'18.9.
2
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
668543ce
18.9.
1
18.9.
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