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
a719ec1b
Commit
a719ec1b
authored
Apr 26, 2018
by
Carsten Rose
Browse files
Change contact notice in T3 manual from RO to BB.
parent
f06956cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Index.rst
View file @
a719ec1b
...
...
@@ -36,10 +36,10 @@ QFQ Extension
2017
:Author:
Carsten Rose,
Rafael Ostertag
Carsten Rose,
Benjamin Baer
:Email:
carsten.rose@math.uzh.ch,
rafael.ostertag
@math.uzh.ch
carsten.rose@math.uzh.ch,
benjamin.baer
@math.uzh.ch
:License:
This document is published under the Open Publication License
...
...
extension/ext_emconf.php
View file @
a719ec1b
...
...
@@ -3,13 +3,22 @@
* @author Carsten Rose <carsten.rose@math.uzh.ch>
*/
$EM_CONF
[
$_EXTKEY
]
=
array
(
'title'
=>
'Q
FQ Extension
'
,
'description'
=>
'
Quick Form Query Extension
'
,
'category'
=>
'
Frontend
'
,
'title'
=>
'Q
uick Form Query
'
,
'description'
=>
'
Create HTML output by using (native/extended) SQL (as page content records in T3 backend) and design HTML forms (in T3 frontend) with the QFQ FormEditor. Supports multiple databases and record locking.
'
,
'category'
=>
'
fe
'
,
'author'
=>
'Carsten Rose, Benjamin Baer'
,
'author_email'
=>
'carsten.rose@math.uzh.ch'
,
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.04.0'
'version'
=>
'18.04.0'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
],
'conflicts'
=>
[],
'suggests'
=>
[],
],
);
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