History log of /plugin/struct/ (Results 26 – 50 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
abd4e19c16-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Fix #708

18c9474a14-Feb-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

3276b4ed14-Feb-2024 Andreas Gohr <gohr@cosmocode.de>

remove auto-comment.yml

we no longer use this addon


1c9d444913-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Remove obsolete code

04c3c31f12-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Slight refactoring of search result

ea625c4607-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Additional environment cleanup in test

Recently some tests kept failing on GitHub with a disk I/O errors on DB write.
This was happening in a specific test class with a loop doing quite a few DB wri

Additional environment cleanup in test

Recently some tests kept failing on GitHub with a disk I/O errors on DB write.
This was happening in a specific test class with a loop doing quite a few DB write
operations in setUp(), causing the subsequent test to fail.
Removing the offending test just made the next one fail.

Adding additional setUpBeforeClass() in each setup gets rid of the problem.

show more ...

ba7f578906-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

No direct search execution

444e165728-Jan-2024 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

fa365d7c18-Jan-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

67f70d5418-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Revert "Lazy search execution"

This reverts commit 95a8e37d986b141b2caee5b396741b93cd31c0e6.

95a8e37d18-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Lazy search execution

Move search out of aggregation constructors. It should only be executed
before actual rendering, not e.g. on metadata run

de7aa9ac18-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Tests: update for current code and expose invisible tests to group based
testing

52637a9c18-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

DB migration: add indexes for latest and published

cdd1649418-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

New SQLite function to decode struct JSON

6335bc4a17-Jan-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

473a32c317-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Code style

30ad7b7116-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

bureucracy: handle multi fields of type page with setting 'usetitles'

Addresses one of the issues in #700

6ad52e6a12-Dec-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

b8d3247d12-Dec-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Code style fixes

4f8ee70d12-Dec-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Handle empty JSON

6433172011-Dec-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

5e29103a11-Dec-2023 annda <annda@users.noreply.github.com>

�� Automatic code style fixes

7f4e957111-Dec-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Update more tests for 521b204

521b204a11-Dec-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Remove != '' filter from queries

This effectively reverts dc7d8d08 (changes were moved to different files,
so it is more transparent to do this in a new commit).

Fixes issues with negative filters

Remove != '' filter from queries

This effectively reverts dc7d8d08 (changes were moved to different files,
so it is more transparent to do this in a new commit).

Fixes issues with negative filters #358 #380 #656

TODO: Correct filtering on prefixed/postfixed fields, like the original commit was supposed to do, but without side effects that break normal non-prefixed fields.

show more ...

9c1b8e3130-Nov-2023 Chris MacMackin <cmacmackin@gmail.com>

Fix #689

Solution is based off of one in da8d86a

12345678910>>...54