- 15 Feb, 2019 1 commit
-
-
Carsten Rose authored
B7634. Fixes #7634. Session Timeout zu kurz. The bug was probably not a bug, but a too short timeout together with an misleading exception (logout and in - but reload the page also leads to valid page). The fix is 'take the system default (php.ini) and set that one'.
-
- 27 Jan, 2019 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Refs #7743. Detection of 'pattern error' on per QFQ default, custom instance wide, per form or per FormElement - per FormElement overwrites other. System specific generated overwrites QFQ static default, instance wide default. Move default pattern to constants.
-
- 16 Jan, 2019 1 commit
-
-
Carsten Rose authored
Fixes #7620. Label align left/center/right. Defined by config/form/formelement. FormEditor slightly redesigned.
-
- 23 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 22 Dec, 2018 4 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Refactor: Manual.rst update config variables (reorder), add 'qfqLog'. Support.php: formSubmitLog hardcoded to fileadmin/protected/log. DOCUMENTATION_QFQ > SYSTEM_DOCUMENTATION_QFQ. Remove config var 'logDir'.
-
Carsten Rose authored
-
Carsten Rose authored
-
- 21 Dec, 2018 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 20 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 18 Dec, 2018 1 commit
-
-
Marc Egger authored
-
- 17 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 28 Oct, 2018 1 commit
-
-
Carsten Rose authored
-
- 01 Jul, 2018 1 commit
-
-
Carsten Rose authored
Config.qfq: central defaults for DATA_MATH, DATA_ERROR
-
- 16 May, 2018 1 commit
-
-
Carsten Rose authored
-
- 22 Apr, 2018 1 commit
-
-
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
Link.php: SIP Links get automatically parameter '__dbIndexData' Report.php: can select DB via 'dbIndex' directive (global) AbstractBuildForm.php: dbIndexData now based on setting in Form (before on config.qfq.ini) formEditor.sql: FormEditor update on Form 'form' and 'formElements'
-
- 17 Feb, 2018 2 commits
-
-
Carsten Rose authored
Implemeted two new STORE_SYSTEM variables: '_dbNameData' and '_dbNameQfq' - those will be automatically filled qfq during instantiation QuickFormQuery(). They can be used in Report to easily access the needed DB.
-
Carsten Rose authored
-
- 11 Feb, 2018 1 commit
-
-
Carsten Rose authored
-
- 10 Feb, 2018 1 commit
-
-
Carsten Rose authored
-
- 28 Jan, 2018 1 commit
-
-
Carsten Rose authored
-
- 11 Dec, 2017 1 commit
-
-
Carsten Rose authored
Store.php, AbstractBuildForm.php, QuickFormQuery.php, Save.php: change signature of appendToStore() to be eqal to setStore(). Unittests for appendToStore.php
-
- 03 Dec, 2017 1 commit
-
-
Carsten Rose authored
BuildFormBootstrap.php: make buildPillNavigation dynamicUpdate aware. QuickFormQuery.php: Fix problem with missing HTML_ID in FE.
-
- 20 Nov, 2017 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 19 Nov, 2017 1 commit
-
-
Carsten Rose authored
phpUnitTests: fixed some defintions of string/int
-
- 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.
-
- 02 Nov, 2017 1 commit
-
-
Carsten Rose authored
-
- 07 Oct, 2017 1 commit
-
-
Carsten Rose authored
-
- 11 Sep, 2017 1 commit
-
-
Carsten Rose authored
-
- 28 Aug, 2017 1 commit
-
-
Carsten Rose authored
-
- 03 Aug, 2017 1 commit
-
-
Carsten Rose authored
-
- 10 Jul, 2017 2 commits
-
-
Carsten Rose authored
Manual.rst: add documentation for record locking DatabaseUpdateData.php: Add new column 'dirtyMode' Dirty.php, Config.php, formEditor.sql: remove dirtyMode=readonly. Rename 'timeout' to 'exclusive' and 'overwrite' to 'advisory'.
-
Carsten Rose authored
First version for save - not working now. Manual.rst: document config var SYSTEM_DIRTY_RECORD_TIMEOUT_SECONDS. QuickFormQuery.php, Dirty.php: extend to support QFQ/save(). Client.php: fixed broken PHP Unit test Config.php: set default for dirtyRecordTimeout. BuildFormBootstrap.php: No dirtyUrl if dirtyMode=none. formEditor.sql: extend definition to Form.dirtyMode, new table 'Dirty' Fixed several unit tests for new tables.
-
- 21 Jun, 2017 1 commit
-
-
Carsten Rose authored
-