| efe74305 | 31-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix multi columns
Use the correct column for joining tables depending on data type. This is an initial "it works" implementation and should be revised and done more carefully. |
| 69f7ec8f | 30-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Using page revisions in inline editor guarantees that correct data access is initialized |
| a4a47d84 | 26-Mar-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c73fba38 | 26-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Extract data type detection into public methods |
| 9764dab9 | 25-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix SQL for multi fields |
| 00bff81c | 25-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Include timestamp to fetch data for pages with the new type agnostic schema |
| 2e74a5c2 | 25-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More reliable way to fetch row id of inserted lookup |
| 6fd73b4b | 25-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Inline editors are mostly adapted to new data access |
| 86a40c1e | 25-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Save empty page ids as strings, not NULL
pid is part of primary key and so must not be NULL. Otherwise the unique constraint does not work, SQLite effectively treats every NULL as unique. |
| 10575566 | 23-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Some fixme cleanups |
| b9d35ff2 | 18-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rudimentary handling of serial data
Serial data is bound to a page but does not affect versioning |
| 0ceefd5c | 11-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Start unifying schema types
Schemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.
The crucial change is i
Start unifying schema types
Schemas per se are type agnostic, isLookup property is removed. Data is stored and accessed differently based on how it is entered and retrieved.
The crucial change is introduction of the composite key of pid and rid. Previous page data utilizes rid = 0 to differentiate itself. Other types, notably lookup, have autoincrementing rid.
Database migration is not implemented yet.
show more ...
|
| 47eb8cce | 17-Mar-2020 |
Szymon Olewniczak <solewniczak@rid.pl> |
adds PLUGIN_STRUCT_AGGREGATIONTABLE_RENDERRESULTROW event to the AggergationTable |
| cd1161d5 | 21-Feb-2020 |
Nat <natdoub@hotmail.com> |
translation update |
| 700f943d | 05-Feb-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| bdb265c5 | 04-Feb-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add dw2pdf test with special chars in schema
Test runs on a schema with multiple special characters (like _ % ?) that could potentially break regexfor template placeholders. |
| a210fa7b | 20-Jan-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 0fcba849 | 16-Jan-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Test replacement of dw2pdf placeholders |
| 3851b2fb | 16-Jan-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Enable using page struct data in dw2pdf templates |
| f5df16dd | 25-Dec-2019 |
Michael Große <mic.grosse@googlemail.com> |
Add github workflow for phpcs |
| d982cb29 | 22-Dec-2019 |
Michael Große <mic.grosse@googlemail.com> |
Merge pull request #472 from micgro42/fixDeprecation
fix PHP7.4 deprecation warning |
| 2ee68b99 | 11-Nov-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 2e0e9347 | 09-Nov-2019 |
Szymon Olewniczak <solewniczak@rid.pl> |
The pull request: #464 causes a fatal error when the "$this->column" is false which may happen when the column is not defined. This commit fixes that. |
| 5275870b | 05-Sep-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Make field ids more unique
On some systems the timestamp-based field ids were not unique. In addition to being invalid HTML, this broke e.g. date pickers. Might explain and solve #375 |
| fc978b68 | 07-Oct-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |