Skip to content
GitLab
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
303fc9f4
Commit
303fc9f4
authored
Sep 17, 2017
by
Carsten Rose
Browse files
New Version 0.23.0
parent
dc9de538
Changes
5
Show whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
303fc9f4
...
...
@@ -42,8 +42,8 @@ Neue Versionsnummer
6) New Tag:
git tag v0.2
2
.0
git push -u origin v0.2
2
.0
git tag v0.2
3
.0
git push -u origin v0.2
3
.0
7) PhpStorm: Sync all files to VM qfq.
...
...
extension/Documentation/Manual.rst
View file @
303fc9f4
...
...
@@ -1798,7 +1798,7 @@ If a forwardMode 'url...' is specified and there is no `forwardPage`, QFQ falls
On a form, the user might click 'save' or 'save,close' or 'close' (with modified data this leads to 'save,close').
The CLIENT `submit_reason` shows the user action:
* `{{submit_reason:CE:alnumx}}`
='
save
'
or
'
save,close
'
* `{{submit_reason:CE:alnumx}}`
= `
save
`
or
`
save,close
`
Example forwardPage
^^^^^^^^^^^^^^^^^^^
...
...
extension/Documentation/Settings.cfg
View file @
303fc9f4
...
...
@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version = 0.2
2
release = 0.2
2
.0
version = 0.2
3
release = 0.2
3
.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
303fc9f4
...
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version
=
'0.2
2
'
version
=
'0.2
3
'
# The full version, including alpha/beta/rc tags.
release
=
'0.2
2
.0'
release
=
'0.2
3
.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/ext_emconf.php
View file @
303fc9f4
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.2
2
.0'
,
'version'
=>
'0.2
3
.0'
,
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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