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
045802ef
Commit
045802ef
authored
Jun 05, 2021
by
Carsten Rose
Browse files
Fix references with missing `. Update doc.
parent
86f2ae71
Pipeline
#5273
passed with stages
in 4 minutes and 28 seconds
Changes
22
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/ApplicationTest.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/CodingGuideline.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Concept.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Debug.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Form.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap
<http:
//
getbootstrap.com
/>
`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button
<downloadButton>
` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button
<downloadButton>
` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
@@ -1961,7 +1961,7 @@ and will be processed after saving the primary record and before any action Form
* *FormElement.value* = `<string>` - By default, the full path of any already uploaded file is shown. To show something
different, e.g. only the filename, define:
* ``{{filenameBase:V}}`` (see :ref:STORE_VARS)
* ``{{filenameBase:V}}`` (see :ref:
`
STORE_VARS
`
)
* ``{{SELECT SUBSTRING_INDEX( '{{pathFileName:R}}', '/', -1) }}``
See also :ref:`download Button<downloadButton>` to offer a download of an uploaded file.
...
...
@@ -2000,11 +2000,11 @@ FormElement.parameter
such an installation (filesystem and database) are moveable.
* If the original filename should be part of `fileDestination`, the variable *{{filename}}*
(see :ref:STORE_VARS) can be used. Example ::
(see :ref:
`
STORE_VARS
`
) can be used. Example ::
fileDestination={{SELECT 'fileadmin/user/pictures/', p.name, '-{{filename}}' FROM Person AS p WHERE p.id={{id:R0}} }}
* Several more variants of the filename and also mimetype and filesize are available. See :ref:STORE_VARS.
* Several more variants of the filename and also mimetype and filesize are available. See :ref:
`
STORE_VARS
`
.
* The original filename will be sanitized: only '<alnum>', '.' and '_' characters are allowed. German 'umlaut' will
be replaced by 'ae', 'ue', 'oe'. All non valid characters will be replaced by '_'.
...
...
@@ -2062,7 +2062,7 @@ FormElement.parameter
`fe.value`. The button is only shown if `fe.value` points to a readable file on the server.
* If `downloadButton` is empty, just shows the regular download glyph.
* To just show the filename: `downloadButton = t:{{filenameOnly:V}}` (see :ref:STORE_VARS)
* To just show the filename: `downloadButton = t:{{filenameOnly:V}}` (see :ref:
`
STORE_VARS
`
)
* Additional attributes might be given like `downloadButton = t:Download|o:check file|G:0`. Please check :ref:`download`.
* *fileUnzip* - If the file is a ZIP file (only then) it will be unzipped. If no directory is given via ``fileUnzip``, the
...
...
@@ -2166,7 +2166,7 @@ with 'my', e.g. 'myUpload1'.
* *FormElement.parameter*:
* *fileDestination* = `<pathFileName>` - define the path/filename
(see :ref:STORE_VARS). E.g.::
(see :ref:
`
STORE_VARS
`
). E.g.::
fileDestination=fileadmin/person/{{name:R0}}_{{id:R}}/uploads/picture_{{filename}}
...
...
Documentation/General.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/GeneralTips.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Installation.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/LDAP.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/License.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/OnlineRecuitingTool.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/REST.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Release.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Report.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap
<http:
//
getbootstrap.com
/>
`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button
<downloadButton>
` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button
<downloadButton>
` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/SearchDocs.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Security.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Sitemap.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Store.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/System.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Documentation/Tutorial.rst
View file @
045802ef
...
...
@@ -16,7 +16,7 @@
.. Bold **bold**
.. Code ``text``
.. External Links: `Bootstrap <http://getbootstrap.com/>`_
.. Internal Link: :ref:downloadButton (default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Internal Link: :ref:
`
downloadButton
`
(default url text) or :ref:`download Button<downloadButton>` (explicit url text)
.. Add Images: .. image:: ../Images/a4.jpg
..
..
...
...
Prev
1
2
Next
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