- 17 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 16 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 10 Dec, 2018 1 commit
-
-
Marc Egger authored
-
- 09 Dec, 2018 1 commit
-
-
Carsten Rose authored
Fixes #3992 (Feature): dbNameQfq & dbNameData already implemented. dbNameT3 renamed from T3_DB_NAME. No more configuration in config.qfq.php necessary. Manual updated. AbstractException.php: fixes access to uninitialized array elements. Download.php: get dbT3 now from STORE_SYSTEM Config.php: read 'dbNameT3' from TYPO3_CONF_VARS or from T3 config file. QuickFormQuery.php: refactor gathering 'dbNames' - now from config.qfq.php. Fixes bug in getForwardMode() for QFQ inline editing.
-
- 07 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 03 Dec, 2018 1 commit
-
-
Carsten Rose authored
F4906 Php Session Timeout: can be specified globally in configuration and per form. Affects only logged in FE User.
-
- 09 Sep, 2018 1 commit
-
-
Carsten Rose authored
-
- 30 Aug, 2018 1 commit
-
-
Carsten Rose authored
-
- 01 Jul, 2018 1 commit
-
-
Carsten Rose authored
Config.qfq: central defaults for DATA_MATH, DATA_ERROR
-
- 19 Jun, 2018 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 18 Jun, 2018 1 commit
-
-
Carsten Rose authored
F5458 Error Log Unique Identifier: Exception message might be an ordinary string or a JSON encoded array.
-
- 14 Jun, 2018 1 commit
-
-
Carsten Rose authored
-
- 13 Jun, 2018 5 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Bug #5924: change include_once() against include() - second call to include_once just returned 'true'.
-
Carsten Rose authored
Bug #5924 / config.qfq.ini/LocalConfiguration.php: der FormEditor nur mit 'dbIndexData = 1' in config.qfq.ini - several places in formEditor.sql still contained the 'dbIndex...' instead of 'index...'. fixed.
-
Carsten Rose authored
-
Carsten Rose authored
Bug #5890 config.qfq.ini: migrate LDAP credentials too. Extend T3 internal qfq config with 30 'custom'-vars. This replaces the old custom vars in config.qfq.ini
-
- 12 Jun, 2018 1 commit
-
-
Carsten Rose authored
Bug #5890 config.qfq.ini is public readable. Renamed file to config.qfq.php. Implement a basic migration assistant to copy DB credentials to new config.qfq.php. All other values have to be copied to extmanager/qfq-configuration manually.
-
- 16 May, 2018 1 commit
-
-
Carsten Rose authored
-
- 26 Apr, 2018 1 commit
-
-
Carsten Rose authored
-
- 22 Apr, 2018 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
HelperFormElement.php, SessionCookie.php, Html2Pdf.php, Store.php, Constants.php: migrate to camel case on configuration variables. Config.php: readConfig() reads now config.qfq.ini and T3 LocalConfiguration.php.
-
- 01 Mar, 2018 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 18 Feb, 2018 1 commit
-
-
Carsten Rose authored
Fix PHPUnit tests
-
- 17 Feb, 2018 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 16 Feb, 2018 1 commit
-
-
Carsten Rose authored
Reformat manual for config.qfq.ini. Copy config.qfq.example.ini to MANUAL.rst. Migrate config defaults from setIfNotSet() to array_merge().
-
- 11 Feb, 2018 1 commit
-
-
Carsten Rose authored
-
- 10 Feb, 2018 1 commit
-
-
Carsten Rose authored
-
- 20 Nov, 2017 1 commit
-
-
Carsten Rose authored
Manual.rst: description of new options for MAIL_LOG and Report/sendmail. sendEmail: added new perl script. Report.php: $mailarr renamed to $mailConfig. convertToken() updated. Sendmail.php: commented mb_send_mail(). New sendEmail(). Config.php: new options MAIL_LOG. Store.php: Update SUSTEM_SEND_E_MAIL
-
- 19 Nov, 2017 2 commits
-
-
Carsten Rose authored
phpUnitTests: fixed some defintions of string/int
-
Carsten Rose authored
OnArray.php: new function keyNameRemoveLeadingUnderscore(). Report: Introduce constant TOKEN_COLUMN_CTRL. Config.php: Implement function 'checkDeprecated(). Store.php: Update StoreSystemUpdate() to handle up to 3 FILL_STORE_SYSTEM_SQL_x. Implement an optional error message together with a full stop.
-
- 09 Nov, 2017 1 commit
-
-
Carsten Rose authored
Bug reading config.qfq.ini: PHP replaces 'yes' and 'no' by '1' and '0'. Revert this for SYSTEM_SHOW_DEBUG_INFO.
-
- 04 Nov, 2017 1 commit
-
-
Carsten Rose authored
DatabaseUpdateData.php: removed the DB update from last commit - not necessary. Config.php: New default 'm' Evaluate.php: Respect EscapeTypeDefault in form definition. QuickFormQuery.php: Replace 'EscapeTypeDefault' in form defintion very early.
-
- 08 Oct, 2017 1 commit
-
-
Carsten Rose authored
-
- 07 Oct, 2017 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Implemented setting 'db_?_xxx' in config.qfq.ini and QuickFormQuery.php and other files. Open: saving in DB_INDEX_QFQ.
-
- 25 Sep, 2017 1 commit
-
-
Carsten Rose authored
-