History log of /plugin/struct/ (Results 401 – 425 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
efe7430531-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.

69f7ec8f30-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Using page revisions in inline editor guarantees that correct data access is initialized

a4a47d8426-Mar-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

c73fba3826-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Extract data type detection into public methods

9764dab925-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix SQL for multi fields

00bff81c25-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Include timestamp to fetch data for pages with the new type agnostic schema

2e74a5c225-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

More reliable way to fetch row id of inserted lookup

6fd73b4b25-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Inline editors are mostly adapted to new data access

86a40c1e25-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.

1057556623-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Some fixme cleanups

b9d35ff218-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Rudimentary handling of serial data

Serial data is bound to a page but does not affect versioning

0ceefd5c11-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 ...

47eb8cce17-Mar-2020 Szymon Olewniczak <solewniczak@rid.pl>

adds PLUGIN_STRUCT_AGGREGATIONTABLE_RENDERRESULTROW event to the AggergationTable

cd1161d521-Feb-2020 Nat <natdoub@hotmail.com>

translation update

700f943d05-Feb-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

bdb265c504-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.

a210fa7b20-Jan-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

0fcba84916-Jan-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Test replacement of dw2pdf placeholders

3851b2fb16-Jan-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Enable using page struct data in dw2pdf templates

f5df16dd25-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Add github workflow for phpcs

d982cb2922-Dec-2019 Michael Große <mic.grosse@googlemail.com>

Merge pull request #472 from micgro42/fixDeprecation

fix PHP7.4 deprecation warning

2ee68b9911-Nov-2019 Andreas Gohr <andi@splitbrain.org>

Version upped

2e0e934709-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.

5275870b05-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

fc978b6807-Oct-2019 Andreas Gohr <andi@splitbrain.org>

Version upped

1...<<11121314151617181920>>...54