History log of /plugin/struct/ (Results 276 – 300 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
34ea6e1016-Feb-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Eliminate warnings in PHP 8

d1482d4031-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Handle 'usetitles' config of page fields in bureaucracy forms

If 'usetitles' is true, the struct field expects a JSON encoded value with both id and title, otherwise an exception is thrown.

This is

Handle 'usetitles' config of page fields in bureaucracy forms

If 'usetitles' is true, the struct field expects a JSON encoded value with both id and title, otherwise an exception is thrown.

This is a followup to #128 and it fixes #553

show more ...

b77afd5131-Jan-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

25e910de31-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Never load serial data in page editor

fixes #535

Previously the page data editor pulled anything from the database associated with the current page id and having rev <= current timestamp. This incl

Never load serial data in page editor

fixes #535

Previously the page data editor pulled anything from the database associated with the current page id and having rev <= current timestamp. This included serial data with rev = 0, which are now excluded.

show more ...

96b3193631-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Tests update: always save a revision timestamp in page data

This makes tests more sensitive when we need to distinguish between page and serial data.

d4a204b126-Jan-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

3f10845c26-Jan-2021 Andreas Gohr <andi@splitbrain.org>

allow serial entries to be included

It may make sense to define the serial entry mechanism in a central
place and simply include it using the include plugin. This patch makes
this possible, by alway

allow serial entries to be included

It may make sense to define the serial entry mechanism in a central
place and simply include it using the include plugin. This patch makes
this possible, by always associating serial data with the "main" page
instead of the page the syntax is in.

show more ...

23b41ce318-Jan-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

709d7a5816-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Add config option to disable deleting serial data in aggregations

bd4b81ca13-Jan-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

bbd79bcc10-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Migration cleanup

Finally removes a temp table left over by migration 16

c97c26e403-Jan-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

853841b303-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Fix code style

c09e0dca03-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Fix check of latest page metadata

c8ecffd701-Jan-2021 Michael Große <mic.grosse@googlemail.com>

Fix struct editor missing on DokuWiki master

In the big refactoring of html.php in Dokuwiki, the events like
HTML_EDITFORM_OUTPUT were removed and replaced with FORM_EDIT_OUTPUT.
See splitbrain/doku

Fix struct editor missing on DokuWiki master

In the big refactoring of html.php in Dokuwiki, the events like
HTML_EDITFORM_OUTPUT were removed and replaced with FORM_EDIT_OUTPUT.
See splitbrain/dokuwiki#3198

This PR adds support for the new event and maintains the support for the
legacy one. It is expected to work both on the currently released
version of DokuWiki and the current tip of the development branch.

show more ...

a43d3a9015-Dec-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

8134928315-Dec-2020 larsmei <lars.meindl@googlemail.com>

added spaces around the IN operator

ac1c56e608-Dec-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

eb85832d08-Dec-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Fix migration statement affecting some fields

Multivalue lookup fields referencing page schemas got corrupted by error
in SQL statement

1560174508-Dec-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Use "global" option in CSV export instead of defunct "lookup"

96aca87e19-Nov-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

61e808e619-Nov-2020 jf908 <jf908@users.noreply.github.com>

Fix missing closing form tag

ef65e32f17-Nov-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

9dc9943d17-Nov-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Always display page ids in %pageid% columns

Fixes #504

2247e5cb04-Nov-2020 Andreas Gohr <andi@splitbrain.org>

Version upped

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