History log of /plugin/struct/action/bureaucracy.php (Results 1 – 25 of 30)
Revision Date Author Comments
# ba7f5789 06-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

No direct search execution


# 30ad7b71 16-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

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

Addresses one of the issues in #700


# 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


# 25708572 04-Apr-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Fix bureaucracy test (#601)

- Fix bureaucracy tests
- Bureaucracy: Don't attempt to double decode lookup field


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# 02e7eff2 23-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Merge branch 'master' into bureaucracy


# e0f75a3f 29-Jul-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Bureaucracy integration: use earlier event to handle lookup fields

Fixes #483


# 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


# 4cd5cc28 07-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Introduce new factory methods for data access and deprecate old ones


# 748e747f 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Manual coding style fixes

Method and variable visibility, camel case method names. Some exclusions due to inheritance


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# c285142a 13-Aug-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Register an additional hook for bureaucracy plugin


# 2a09b9b1 08-May-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Revert "fixes #337"

This reverts commit eaab469c00cfe321e34b8028f8f0004daa52b91e.

Commit introduced warnings.

The attempt is no longer needed after the renderer filter has been updated in
bdefb930

Revert "fixes #337"

This reverts commit eaab469c00cfe321e34b8028f8f0004daa52b91e.

Commit introduced warnings.

The attempt is no longer needed after the renderer filter has been updated in
bdefb930abae6d653aa258a13b39db107380fb3e

show more ...


# e46eaffd 30-Apr-2019 Szymon Olewniczak <solewniczak@rid.pl>

Becouse there are plugins that extends the Lookup type, we should check
if the column is Lookup or one of its descendants.


# 987ccc7f 10-Jan-2018 Szymon Olewniczak <solewniczak@rid.pl>

use multi input in bureaucracy forms

this commit fixes a bug that causes an error when submitting bureaucracy form with struct multi input.

additionally it fixes one minor bug that causes struct lo

use multi input in bureaucracy forms

this commit fixes a bug that causes an error when submitting bureaucracy form with struct multi input.

additionally it fixes one minor bug that causes struct lookup fields loosing their selected values when a bureaucracy form was send with an error.

works only with: https://github.com/splitbrain/dokuwiki-plugin-bureaucracy/pull/226

show more ...


# a110fe21 28-Sep-2017 Michael Große <mic.grosse@googlemail.com>

Merge pull request #338 from solewniczak/Struct-header-not-showing-up-on-pages-created-by-Bureaucracy-template-#337

Fixes #337


# 345c3838 22-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

Replace lookup placeholders by value not by the row id

While creating a new page using bureaucracy template action together with struct provided data, we should replace the lookup-field's placeholde

Replace lookup placeholders by value not by the row id

While creating a new page using bureaucracy template action together with struct provided data, we should replace the lookup-field's placeholders by the value selected by the user. It's much more sensible.

Fixes #323

show more ...


# eaab469c 22-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

fixes #337


# 0e120bad 14-Nov-2016 Michael Grosse <grosse@cosmocode.de>

fix: trigger metadata rendering to set page title

This is related to SPR-695


# 5c5d9fe5 14-Nov-2016 Michael Grosse <grosse@cosmocode.de>

fix: Create assignment on bureaucracy page create

The code is copied from action/entry.php line 150ff

This fixes #202 and is related to SPR-695


# 025cb9da 02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

made Assignments singleton. fixes #163


# 93ca6f4f 23-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

more Validator refactoring


# 94c9aa4c 08-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

renamed SchemaData and SchemaLookupData

This is to reflect that they no longer inherit from Schema


12