History log of /plugin/struct/action/edit.php (Results 1 – 20 of 20)
Revision Date Author Comments
# 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


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

PHP code sniffer autofixes


# 853841b3 03-Jan-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Fix code style


# c8ecffd7 01-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 ...


# 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


# 387ee210 06-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Pass current time instead of 0 to fetch data of latest page revision


# 69f7ec8f 30-Mar-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Using page revisions in inline editor guarantees that correct data access is initialized


# 4844cefc 04-Jan-2018 Randolf Rotta <rrotta@informatik.tu-cottbus.de>

nicer code formatting


# 095f02a2 04-Jan-2018 Randolf Rotta <rrotta@informatik.tu-cottbus.de>

fix cleanText-reated issue form the failing unit test. the structdata can be an array instead of a string.


# 831195c4 02-Jan-2018 Randolf Rotta <rrotta@informatik.tu-cottbus.de>

clean up post parameter values before use


# ee983135 02-Jun-2017 Michael Große <grosse@cosmocode.de>

Fix multiple inputs in one label: it's invalid ��

Multiple inputs within a single label in invalid HTML. This bug can not
only occur in multi-fields but also in plugin-provided single fields
which m

Fix multiple inputs in one label: it's invalid ��

Multiple inputs within a single label in invalid HTML. This bug can not
only occur in multi-fields but also in plugin-provided single fields
which may contain multiple input-fields which are then only combined by
javascript.

Thus, we provide an id which every type can assign to the edit-field
best suited. For multi-types this is usually the new-input-template.

Fixes #292

show more ...


# f632e8a0 01-Mar-2017 Michael Große <grosse@cosmocode.de>

Show translated label in entry-forms as well


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

made Assignments singleton. fixes #163


# 6ebbbb8e 10-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

check permissions


# 4bb1f072 20-Sep-2016 Michael Grosse <grosse@cosmocode.de>

Correctly handle postdata as raw data, which it is

This should fix #140 and hence close SPR-609


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

more Validator refactoring


# 87dc1344 23-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

first start at refactoring the validation mechanism

A Validator is now returned by the AccessTable. It has it's own save
method. The entry.php was split up in entry, edit and revert to separate
the

first start at refactoring the validation mechanism

A Validator is now returned by the AccessTable. It has it's own save
method. The entry.php was split up in entry, edit and revert to separate
the different concerns. Validation is only done in entry and the thanks
to the new Validator mechanism, the once loaded access table is reused
in saving.

This will break all kind of stuff. Fixing that is for the upcoming
commits

show more ...