- 29 Aug, 2019 1 commit
-
-
- 28 Aug, 2019 1 commit
-
-
Carsten Rose authored
-
- 17 Aug, 2019 1 commit
-
-
- 17 Jul, 2019 2 commits
-
-
* Add Twig Extension to parse QFQ Links * Pass assoc-array of query result as context * allow to pass template as string
-
-
- 22 Jun, 2019 1 commit
-
-
Carsten Rose authored
-
- 20 Jun, 2019 1 commit
-
-
- 12 Jun, 2019 4 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Fix undefined index. Refactor functions.sql to function.sql. Inplement constants for Version numbers.
-
Carsten Rose authored
-
- 07 Jun, 2019 1 commit
-
-
- 03 Jun, 2019 1 commit
-
-
- 22 May, 2019 1 commit
-
-
- 20 Jan, 2019 1 commit
-
-
Carsten Rose authored
-
- 17 Dec, 2018 1 commit
-
-
Carsten Rose authored
-
- 01 Sep, 2018 1 commit
-
-
Carsten Rose authored
-
- 06 Aug, 2018 1 commit
-
-
Elias Villiger authored
-
- 25 May, 2018 1 commit
-
-
Carsten Rose authored
-
- 16 May, 2018 1 commit
-
-
Carsten Rose authored
-
- 01 May, 2018 1 commit
-
-
Carsten Rose authored
Database.php, DatabaseUpdate.php: implement 'specificMessage' in prepareExecute().
-
- 10 Mar, 2018 1 commit
-
-
Carsten Rose authored
-
- 28 Aug, 2017 1 commit
-
-
Carsten Rose authored
-
- 07 Jun, 2017 1 commit
-
-
Carsten Rose authored
Introduce new config var 'DB_UPDATE' in config.qfq.ini. Update the handling, if there exist table 'form' and 'Form'. Manual.rst: document the new config option DB_UPDATE. Database.php: Typo fixed. DatabaseUpdate.php: Iterate over all found 'Form' tables, take the newest version number. Respect config option DB_UPDATE. Fixed a problem: if in the PHP DB updates a newer DB Version is configured than the PHP source itself is, such updates are now not played anymore. Config.php, QuickFormQuery.php, config.example.ini: handle config setting DB_UPDATE.
-
- 10 May, 2017 1 commit
-
-
Carsten Rose authored
-
- 09 May, 2017 3 commits
-
-
Carsten Rose authored
Fixed: unnecessary exception if there is no Form / FormElement table Database.php: New function playSqlFile(). DatabaseUpdate.php: missing table Form won't throw an exception anymore. Manual.rst: note that formEditor.sql will be played automatically.
-
Carsten Rose authored
Also respect version numbers which are not configured in DatabaseUpdateData.php and between two configured version numbers.
-
Carsten Rose authored
For updates of QFQ prior to 0.17.0, do: ALTER TABLE `Form` COMMENT = 'Version=<your old QFQ version>' DatabaseUpdate.php, DatabaseUpdateData.php: new class. QuickFormQuery.php: Add DB UpdateCheck Database.php: moved to new subdirectory `database`. Add 'ALTER' as a new SQL command. FormAction.php, TypeAhead.php, Report.php, Sendmail.php, FillStoreForm.php, Store.php, AbstractBuild.php, Delete.php, Evaluate.php: Update path to Database.php.
-