| #
5e29103a |
| 11-Dec-2023 |
annda <annda@users.noreply.github.com> |
Automatic code style fixes
|
| #
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
| #
acc82d60 |
| 20-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
use GROUP_CONCAT_DISTINCT
|
| #
438a804c |
| 25-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Make all tests run with the new SQLiteDB class
|
| #
79b29326 |
| 24-May-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access
|
| #
6a819106 |
| 05-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
more test and deprecation fixes
|
| #
da62ec9c |
| 08-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Allow displaying publish status in aggregations of page data
|
| #
17a3a578 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Manual code style adjustments
|
| #
0549dcc5 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes
|
| #
a09ff24a |
| 26-Aug-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove deselected data in multi fields (serial and global)
Because we were replacing data on update, old values were not deleted. Now we explicitly clear them before saving new data.
|
| #
f6cf0d85 |
| 20-Jul-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Simpler check for an empty string
|
| #
d680cb37 |
| 20-Jul-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Allow deleting all values from a multi field in inline editor
Fixes #439
Puts a mechanism in place to delete any previous values when saving an empty multi field. This does NOT apply to page data,
Allow deleting all values from a multi field in inline editor
Fixes #439
Puts a mechanism in place to delete any previous values when saving an empty multi field. This does NOT apply to page data, which is versioned and should not be deleted on update.
show more ...
|
| #
308cc83f |
| 14-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
refactoring names
To avoid confusion with the Lookup type, the three different ways of accessing a schema have now the following names:
* page data - for revisioned struct data attached to a page *
refactoring names
To avoid confusion with the Lookup type, the three different ways of accessing a schema have now the following names:
* page data - for revisioned struct data attached to a page * serial data - for an unrevisioned list of struct data attached to a page * global data - for an unrevisioned list of struct data not attached to any page (formaly known as lookup schema)
The editor mechanism used for serial and global data is now called AggregationEditor
Some reference to lookup schemas is still in the bureaucracy support part.
show more ...
|
| #
21c1cdd8 |
| 11-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Merge branch 'serial-newfactory' into serial
|
| #
4cd5cc28 |
| 07-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Introduce new factory methods for data access and deprecate old ones
|
| #
984b4e7b |
| 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More sensitive check for which version of schema should be loaded
|
| #
28d21c10 |
| 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Try not to duplicate data saving methods
|
| #
45698777 |
| 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More sensitive check for which version of schema should be loaded
|
| #
4e4edb41 |
| 05-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
WIP Try not to duplicate data saving methods
|
| #
d6d97f60 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes
|
| #
a14cf85d |
| 02-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use current time explicitly when fetching data for the latest revision of a page
|
| #
aeb8444c |
| 01-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Consolidate table access classes
|
| #
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
|
| #
c73fba38 |
| 26-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Extract data type detection into public methods
|