From 664ace967269020f400ba3dddd4a412a1ebe47de Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Mon, 14 Aug 2017 13:35:19 +0200 Subject: [PATCH] Update version number. Small fix in manual.rst. --- doc/NewVersion.md | 4 ++-- extension/Documentation/Manual.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/NewVersion.md b/doc/NewVersion.md index 527e4dec2..f1b211c38 100644 --- a/doc/NewVersion.md +++ b/doc/NewVersion.md @@ -35,8 +35,8 @@ Neue Versionsnummer 6) Neuen Tag vergeben: - git tag v0.19.0 - git push -u origin v0.19.0 + git tag v0.19.1 + git push -u origin v0.19.1 7) Per PhpStorm Sync aller Files auf VM qfq. diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst index 458f27e33..05548f0f3 100644 --- a/extension/Documentation/Manual.rst +++ b/extension/Documentation/Manual.rst @@ -241,7 +241,7 @@ config.qfq.ini +-----------------------------+-------------------------------------------------+----------------------------------------------------------------------------+ | REDIRECT_ALL_MAIL_TO | REDIRECT_ALL_MAIL_TO=john@doe.com | If set, redirect all QFQ generated mails (Form, Report) to the specified. | +-----------------------------+-------------------------------------------------+----------------------------------------------------------------------------+ -| CSS_LINK_CLASS_INTERNA L | CSS_LINK_CLASS_INTERNAL=internal | CSS class name of links which points to internal tagets | +| CSS_LINK_CLASS_INTERNAL | CSS_LINK_CLASS_INTERNAL=internal | CSS class name of links which points to internal tagets | +-----------------------------+-------------------------------------------------+----------------------------------------------------------------------------+ | CSS_LINK_CLASS_EXTERNAL | CSS_LINK_CLASS_EXTERNAL=external | CSS class name of links which points to internal tagets | +-----------------------------+-------------------------------------------------+----------------------------------------------------------------------------+ @@ -342,7 +342,7 @@ config.qfq.ini | DOCUMENTATION_QFQ | DOCUMENTATION_QFQ=http://docs.typo3.org... | Link to the online documentation of QFQ. Every QFQ installation also | | | | contains a local copy: typo3conf/ext/qfq/Documentation/html/Manual.html | +-----------------------------+-------------------------------------------------+----------------------------------------------------------------------------+ -| VAR_ADD_BY_SQL | VAR_ADD_BY_SQL = {{!SELECT s.id AS ... | Specific values read from the database to fill the system store during QFQ | +| VAR_ADD_BY_SQL | VAR_ADD_BY_SQL = {{!SELECT s.id AS ... | Specific values read from the database to fill the system store during QFQ | | | | load. See `VariablesAddBySql`_ for a usecase. | +-----------------------------+-------------------------------------------------+----------------------------------------------------------------------------+ -- GitLab