- Aug 28, 2022
-
-
Carsten Rose authored
Refs #9281 - Allow STRICT_TRANS_TABLES - Default '0' is now set for all INT columns. DB-Update will change column definition. TEXT columns still don't have a default: Before MariaDB 10.2.1, BLOB and TEXT columns could not be assigned a DEFAULT value. This restriction was lifted in MariaDB 10.2.1. - we still have several DBs with 10.0 and 10.1.
-
- Jun 19, 2022
-
-
Carsten Rose authored
-
- Jun 03, 2022
-
-
Carsten Rose authored
-
- May 25, 2022
-
-
enured authored
Implemented new php unit tests for encryption feature. Customized old unit tests to get them ready and work for the new feature (testConfigIniDefaultValues, TestFormEditor.sql). And corrected some typo.
-
- May 18, 2022
-
-
enured authored
QFQ encrypt/decrypt WIP: created new class for encryption and decryption of strings. Implemented multiple functions to handle these data. Prepared formEditor.sql and formElement.json for new feature
-
- Mar 20, 2022
-
-
Carsten Rose authored
-
- Dec 01, 2021
-
-
enured authored
-
- Jul 19, 2021
-
-
Carsten Rose authored
-
- Jun 07, 2021
-
-
Carsten Rose authored
-
Carsten Rose authored
Refs #12636. Add stored procedure. Add OnString::escapeSingleTickInHtml() incl. unit test. Next step: use escapeSingleTickInHtml().
-
- May 01, 2021
-
-
Carsten Rose authored
-
- Apr 11, 2021
-
-
Carsten Rose authored
-
- Apr 07, 2021
-
-
Marc Egger authored
-
- Jan 29, 2021
-
-
Carsten Rose authored
-
- Jan 19, 2021
-
-
Carsten Rose authored
Moved column Form.filstats before 'modified'. In all tables the columns 'modified' and 'created' are the last.
-
- Oct 07, 2020
-
-
Marc Egger authored
-
- Sep 08, 2020
-
-
Carsten Rose authored
Refs #11118 - Special variable name {{randomUniq:V}} removed again. Uniqueness is now guaranteed in {{random:V}} itnernal. Therefore it's not necessary to provide an dedicated variable.
-
- Sep 05, 2020
-
-
Carsten Rose authored
-
- Jul 15, 2020
-
-
Marc Egger authored
-
- Jul 12, 2020
-
-
Carsten Rose authored
-
- Jun 14, 2020
-
-
Carsten Rose authored
-
- May 19, 2020
-
-
Carsten Rose authored
-
- May 07, 2020
-
-
Carsten Rose authored
-
- Apr 07, 2020
-
-
Carsten Rose authored
-
- Feb 29, 2020
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
- Feb 20, 2020
-
-
Carsten Rose authored
-
- Dec 20, 2019
-
-
Carsten Rose authored
-
- Dec 08, 2019
-
-
Carsten Rose authored
Fixes #9733: add JS code to name browser tabs individually. New GET variable 'tabUniqId' on record acquire is now saved in dirty record. On page reload, when the 'release' comes after 'acquire' (async behaviour), the locking is skipped (if same user session) - on reload there is no variable 'tabUniqId'. On real lock acquire, the tab ID is compared and will be denied if not matching. The 'tabUniqId' might not work in IE - doesn't matter: it's a seldom special situation.
-
- Nov 30, 2019
-
-
Carsten Rose authored
-
- Nov 18, 2019
-
-
Carsten Rose authored
Change definition of QFQ system tables for 'modified' and 'created'. Use DATETIME instead of TIMESTAMP
-
- Nov 12, 2019
-
-
Carsten Rose authored
-
- Nov 07, 2019
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Nov 05, 2019
-
-
Carsten Rose authored
QIFEMPTY: detected empty for all - fixed. Not clear why the unit test not failed already. Unit tests checked again that they really work: they do!
-
Carsten Rose authored
-
- Nov 04, 2019
-
-
Carsten Rose authored
-
- Nov 03, 2019
-
-
Carsten Rose authored
-
- Nov 02, 2019
-
-
Carsten Rose authored
New stored procedure: QDATE_FORMAT(timestamp). Return text in dd.mm.yyyy hh:mm format or '-' is timestamp is empty.
-