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
1ecf274f
Commit
1ecf274f
authored
Nov 10, 2019
by
Carsten Rose
Browse files
Aenderungen sieht nciht gut aus
parent
c6386c03
Changes
8
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/AbstractBuildForm.php
View file @
1ecf274f
...
...
@@ -3999,11 +3999,14 @@ abstract class AbstractBuildForm {
* @throws \CodeException
* @throws \DbException
* @throws \DownloadException
* @throws \UserFormException
* @throws \UserReportException
* @throws \PhpOffice\PhpSpreadsheet\Exception
* @throws \PhpOffice\PhpSpreadsheet\Reader\Exception
* @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
* @throws \Twig\Error\LoaderError
* @throws \Twig\Error\RuntimeError
* @throws \Twig\Error\SyntaxError
* @throws \UserFormException
* @throws \UserReportException
*/
public
function
buildFieldset
(
array
$formElement
,
$htmlFormElementName
,
$value
,
array
&
$json
,
$mode
=
FORM_LOAD
)
{
$attribute
=
''
;
...
...
@@ -4075,11 +4078,14 @@ abstract class AbstractBuildForm {
* @throws \CodeException
* @throws \DbException
* @throws \DownloadException
* @throws \UserFormException
* @throws \UserReportException
* @throws \PhpOffice\PhpSpreadsheet\Exception
* @throws \PhpOffice\PhpSpreadsheet\Reader\Exception
* @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
* @throws \Twig\Error\LoaderError
* @throws \Twig\Error\RuntimeError
* @throws \Twig\Error\SyntaxError
* @throws \UserFormException
* @throws \UserReportException
*/
public
function
buildTemplateGroup
(
array
$formElement
,
$htmlFormElementName
,
$value
,
array
&
$json
,
$mode
=
FORM_LOAD
)
{
$attribute
=
''
;
...
...
@@ -4198,11 +4204,14 @@ EOT;
* @throws \CodeException
* @throws \DbException
* @throws \DownloadException
* @throws \UserFormException
* @throws \UserReportException
* @throws \PhpOffice\PhpSpreadsheet\Exception
* @throws \PhpOffice\PhpSpreadsheet\Reader\Exception
* @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
* @throws \Twig\Error\LoaderError
* @throws \Twig\Error\RuntimeError
* @throws \Twig\Error\SyntaxError
* @throws \UserFormException
* @throws \UserReportException
*/
private
function
templateGroupCollectFilledElements
(
$max
,
$htmlDelete
,
array
&
$json
)
{
...
...
extension/Classes/Core/BuildFormBootstrap.php
View file @
1ecf274f
...
...
@@ -691,11 +691,14 @@ EOF;
* @throws \CodeException
* @throws \DbException
* @throws \DownloadException
* @throws \UserFormException
* @throws \UserReportException
* @throws \PhpOffice\PhpSpreadsheet\Exception
* @throws \PhpOffice\PhpSpreadsheet\Reader\Exception
* @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
* @throws \Twig\Error\LoaderError
* @throws \Twig\Error\RuntimeError
* @throws \Twig\Error\SyntaxError
* @throws \UserFormException
* @throws \UserReportException
*/
public
function
buildPill
(
array
$formElement
,
$htmlFormElementName
,
$value
,
array
&
$json
)
{
$html
=
''
;
...
...
extension/Classes/Core/BuildFormPlain.php
View file @
1ecf274f
...
...
@@ -64,11 +64,14 @@ class BuildFormPlain extends AbstractBuildForm {
* @throws \CodeException
* @throws \DbException
* @throws \DownloadException
* @throws \UserFormException
* @throws \UserReportException
* @throws \PhpOffice\PhpSpreadsheet\Exception
* @throws \PhpOffice\PhpSpreadsheet\Reader\Exception
* @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
* @throws \Twig\Error\LoaderError
* @throws \Twig\Error\RuntimeError
* @throws \Twig\Error\SyntaxError
* @throws \UserFormException
* @throws \UserReportException
*/
public
function
doSubrecords
()
{
$json
=
array
();
...
...
extension/Classes/Core/BuildFormTable.php
View file @
1ecf274f
...
...
@@ -69,11 +69,14 @@ class BuildFormTable extends AbstractBuildForm {
* @throws \CodeException
* @throws \DbException
* @throws \DownloadException
* @throws \UserFormException
* @throws \UserReportException
* @throws \PhpOffice\PhpSpreadsheet\Exception
* @throws \PhpOffice\PhpSpreadsheet\Reader\Exception
* @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
* @throws \Twig\Error\LoaderError
* @throws \Twig\Error\RuntimeError
* @throws \Twig\Error\SyntaxError
* @throws \UserFormException
* @throws \UserReportException
*/
public
function
doSubrecords
()
{
//TODO: $json is not returned - which is wrong. In this case, dynamic update won't work for subrecords
...
...
extension/Classes/Core/QuickFormQuery.php
View file @
1ecf274f
...
...
@@ -1155,7 +1155,7 @@ class QuickFormQuery {
}
}
else
{
if
(
!
empty
(
$rows
))
{
throw
new
\
UserFormException
(
"Invalid statement for '"
.
FE_FILL_STORE_VAR
.
"': "
.
$formSpec
[
FE_FILL_STORE_VAR
],
ERROR_INVALID_OR_MISSING_PARAMETER
);
throw
new
\
UserFormException
(
"Invalid statement for '"
.
FE_FILL_STORE_VAR
.
"': "
.
$
this
->
formSpec
[
FE_FILL_STORE_VAR
],
ERROR_INVALID_OR_MISSING_PARAMETER
);
}
}
}
...
...
extension/Classes/Core/Report/Download.php
View file @
1ecf274f
...
...
@@ -382,11 +382,14 @@ class Download {
* @throws \CodeException
* @throws \DbException
* @throws \DownloadException
* @throws \UserFormException
* @throws \UserReportException
* @throws \PhpOffice\PhpSpreadsheet\Exception
* @throws \PhpOffice\PhpSpreadsheet\Reader\Exception
* @throws \PhpOffice\PhpSpreadsheet\Writer\Exception
* @throws \Twig\Error\LoaderError
* @throws \Twig\Error\RuntimeError
* @throws \Twig\Error\SyntaxError
* @throws \UserFormException
* @throws \UserReportException
*/
private
function
getEvaluatedBodyText
(
$uid
,
$urlParam
)
{
...
...
extension/Classes/Core/Report/Report.php
View file @
1ecf274f
...
...
@@ -437,6 +437,9 @@ class Report {
* @throws \Twig\Error\LoaderError
* @throws \Twig\Error\RuntimeError
* @throws \Twig\Error\SyntaxError
* @throws \Twig_Error_Loader
* @throws \Twig_Error_Runtime
* @throws \Twig_Error_Syntax
* @throws \UserFormException
* @throws \UserReportException
*/
...
...
extension/Classes/Core/Typo3/Misc.php
View file @
1ecf274f
...
...
@@ -8,10 +8,13 @@
namespace
IMATHUZH\Qfq\Core\Typo3
;
/**
* Class Misc
* @package IMATHUZH\Qfq\Core\Typo3
*/
class
Misc
{
public
static
function
feLogOff
()
{
public
static
function
feLogOff
()
{
$GLOBALS
[
'TSFE'
]
->
fe_user
->
logoff
();
}
}
\ No newline at end of file
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