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
afeb4894
Commit
afeb4894
authored
May 04, 2019
by
Carsten Rose
Browse files
Manual.rst: comment more clearly 'export area'
parent
76aeb9d2
Pipeline
#1829
passed with stage
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
afeb4894
...
...
@@ -6714,12 +6714,16 @@ Replace the static content elements from 2. and 3. by QFQ Content elements as ne
Export area
^^^^^^^^^^^
To offer protected pages, e.g. referenced in download links, the regular FE_GROUPs can'
t
be
used
,
cause
the
download
does
not
have
the
current
user
privileges
(
it
's a separate process, started as the webserver user).
This description might be interesting if a page can'
t
be
protected
by
SIP
.
To
offer
protected
pages
,
e
.g
.
directly
referenced
files
(
remember
:
this
is
not
recommended
)
in
download
links
,
the
regular
FE_GROUPs
can
't be used, cause the download does not have the current user privileges (it'
s
a
separate
process
,
started
as
the
webserver
user
).
Create
a
separated
export
tree
in
Typo3
Backend
,
which
is
IP
access
restricted
.
Only
localhost
or
the
FE_GROUP
'admin'
is
allowed
to
access
:
::
tmp
.restrictedIPRange
=
127
.
0
.
0
.
1
,::
1
[
IP
=
{
$tmp.restrictedIPRange
}
][
usergroup
=
admin
]
page
.
10
<
styles
.content.get
[
else
]
...
...
@@ -6732,11 +6736,11 @@ is allowed to access: ::
Excel
export
^^^^^^^^^^^^
Hint
:
For
up
/
downloading
of
excel
files
(
no
modification
),
check
the
generic
Form
`
input-upload
`
_
element
and
the
report
'download'
(
`
column_pdf
`
_
)
function
.
This
chapter
explains
how
to
create
Excel
files
on
the
fly
.
Hint
:
For
up
/
downloading
of
excel
files
(
without
modification
),
check
the
generic
Form
`
input-upload
`
_
element
and
the
report
'download'
(
`
column_pdf
`
_
)
function
.
The
Excel
file
is
build
in
the
moment
when
the
user
request
it
by
clicking
on
a
download
link
.
...
...
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