| acbc17ab | 02-Nov-2020 |
Michael Loßin <bugs@michael-lossin.de> |
Fix formatting on German intro page |
| 58cb2b19 | 01-Nov-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Only update page metadata on new revision
Implements a basic comparison of page revisions before update. We used to write to the database on every rendering just because PARSER_METADATA_RENDER is th
Only update page metadata on new revision
Implements a basic comparison of page revisions before update. We used to write to the database on every rendering just because PARSER_METADATA_RENDER is the only event that supplies all the required metadata. An additional database query is better than the redundant save.
Fixes #528
show more ...
|
| 9e5ba324 | 14-Oct-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Keep serial data intact when revisioning page data with the same schema and id |
| 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. |
| fc2c426b | 22-Aug-2020 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| e4b1e99d | 13-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| e0f75a3f | 29-Jul-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Bureaucracy integration: use earlier event to handle lookup fields
Fixes #483 |
| 53464245 | 25-Jul-2020 |
Axel Schwarzer <SchwarzerA@gmail.com> |
translation update |
| f3f8245d | 21-Jul-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| fc9d616f | 20-Jul-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add test for validating an empty multivalue field
The validator mutates the data, this tests the result. |
| f6cf0d85 | 20-Jul-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Simpler check for an empty string |
| 7b5b21b7 | 20-Jul-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Test deleting all values when a multi field is updated inline
This test has a very limited scope: only the save method, and it will catch very few errors in the inline editor. For that, \action_plug
Test deleting all values when a multi field is updated inline
This test has a very limited scope: only the save method, and it will catch very few errors in the inline editor. For that, \action_plugin_struct_inline must be refactored into more manageable public methods.
show more ...
|
| 777be84f | 20-Jul-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix tests: updating global data |
| 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 ...
|
| 660e2903 | 30-Jun-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix code style violation |
| 17308e28 | 30-Jun-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace both page and global lookups
fixes #483 |
| d3cc7cb3 | 30-Jun-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Adjust bureaucracy tests to properly handle lookup replacements |
| 062ac7e9 | 08-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c2ad3895 | 08-Jun-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Simplify branching code |
| e6a2e26b | 08-Jun-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Option to display page data at the bottom
Resolves issue #371 |
| 295983e8 | 01-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ed77599c | 30-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix deleting lookup entries
Fixes #506 |
| bfede905 | 20-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Version upped |
| ef747633 | 20-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix order in which lookup columns are migrated |
| c9f3947f | 19-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |