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
af621f5d
Commit
af621f5d
authored
May 04, 2018
by
Carsten Rose
Browse files
Bug #5905: Multi DB: confusion with 'indexQfq' / 'indexData' - with or without 'db'
parent
cc3aec0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
af621f5d
...
...
@@ -1553,59 +1553,8 @@ Store: *SYSTEM* - Y
* Sanitized: *no*
+-------------------------+--------------------------------------------------------------------------+
| Name | Explanation |
+=========================+==========================================================================+
| DB_USER | defined in configuration_ |
+-------------------------+--------------------------------------------------------------------------+
| DB_SERVER | defined in configuration_ |
+-------------------------+--------------------------------------------------------------------------+
| DB_NAME | defined in configuration_ |
+-------------------------+--------------------------------------------------------------------------+
| init | defined in configuration_ |
+-------------------------+--------------------------------------------------------------------------+
| sqlLog | defined in configuration_, see `SQL_LOG`_ |
+-------------------------+--------------------------------------------------------------------------+
| sqlLogMode | defined in configuration_, `SQL_LOG_MODE`_ |
+-------------------------+--------------------------------------------------------------------------+
| showDebugInfo | defined in configuration_ |
+-------------------------+--------------------------------------------------------------------------+
| cssClassQfqContainer | defined in configuration_ |
+-------------------------+--------------------------------------------------------------------------+
| EXT_PATH | computed during runtime |
+-------------------------+--------------------------------------------------------------------------+
| SITE_PATH | computed during runtime |
+-------------------------+--------------------------------------------------------------------------+
| dateFormat | defined in configuration_ |
+-------------------------+--------------------------------------------------------------------------+
| class | defined in configuration_ (CSS_CLASS_QFQ_FORM) or form definition |
+-------------------------+--------------------------------------------------------------------------+
| classPill | defined in configuration_ (CSS_CLASS_QFQ_FORM_PILL) or form definition |
+-------------------------+--------------------------------------------------------------------------+
| classBody | defined in configuration_ (CSS_CLASS_QFQ_FORM_BODY) or form definition |
+-------------------------+--------------------------------------------------------------------------+
| data-pattern-error | defined in configuration_ or form definition |
+-------------------------+--------------------------------------------------------------------------+
| data-require-error | defined in configuration_ or form definition |
+-------------------------+--------------------------------------------------------------------------+
| data-match-error | defined in configuration_ or form definition |
+-------------------------+--------------------------------------------------------------------------+
| data-error | defined in configuration_ or form definition |
+-------------------------+--------------------------------------------------------------------------+
| bsColumns | defined in configuration_ (FORM_BS_COLUMNS) or form definition |
+-------------------------+--------------------------------------------------------------------------+
| bsLabelColumns | defined in configuration_ (FORM_BS_LABEL_COLUMNS) or form definition |
+-------------------------+--------------------------------------------------------------------------+
| bsInputColumns | defined in configuration_ (FORM_BS_INPUT_COLUMNS) or form definition |
+-------------------------+--------------------------------------------------------------------------+
| bsNoteColumns | defined in configuration_ (FORM_BS_NOTE_COLUMNS) or form definition |
+-------------------------+--------------------------------------------------------------------------+
| sqlFinal | computed during runtime, used for error reporting |
+-------------------------+--------------------------------------------------------------------------+
| sqlParamArray | computed during runtime, used for error reporting |
+-------------------------+--------------------------------------------------------------------------+
| sqlCount | computed during runtime, used for error reporting |
+-------------------------+--------------------------------------------------------------------------+
See configuration_ for a list of all settings.
.. _LDAP:
...
...
extension/ext_conf_template.txt
View file @
af621f5d
...
...
@@ -71,10 +71,10 @@ init = set names utf8
update = auto
# cat=database/db; type=string; label=Database index for QFQ data:Default is '1'. Retrieve the current setting via {{_dbNameData:Y}}
dbI
ndexData = 1
i
ndexData = 1
# cat=database/db; type=string; label=Database index for QFQ system:Default is '1'. Retrieve the current setting via {{_dbNameQfq:Y}}
dbI
ndexQfq = 1
i
ndexQfq = 1
...
...
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