History log of /dokuwiki/inc/Action/Draft.php (Results 1 – 12 of 12)
Revision Date Author Comments
# 6233ca39 14-Nov-2023 Andreas Gohr <andi@splitbrain.org>

Merge pull request #4024 from eduardomozart/master-1

Fixes PHP 8 warning when editing drafts on PHP 8


# 73022918 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: PSR12.Classes.ClassInstantiation.MissingParentheses


# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 6723156f 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Action


# 95465e17 10-Aug-2023 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Fixes PHP 8 warning when editing drafts on PHP 8

The following error is thrown on PHP 8.3 while attempt to edit a Draft:

Warning: Undefined array key "draft" in /home/robertinho/public_html/wiki/

Fixes PHP 8 warning when editing drafts on PHP 8

The following error is thrown on PHP 8.3 while attempt to edit a Draft:

Warning: Undefined array key "draft" in /home/robertinho/public_html/wiki/inc/Action/Draft.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/robertinho/public_html/wiki/inc/Action/Draft.php:34) in /home/robertinho/public_html/wiki/inc/actions.php on line 38

show more ...


# f1dcc217 16-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

call Ui\Diff from Ui\(Conflict, Draft)


# c20664d2 08-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Ui\Draft class replaces html_draft()


# b2c9cd19 12-Apr-2018 Andreas Gohr <gohr@cosmocode.de>

renamed ActionRouter::checkPermissions to checkPreconditions

As discussed in #1933


# d773525b 01-Apr-2017 Andreas Gohr <andi@splitbrain.org>

draft action now checks that a draft exists


# ec701221 31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

explicitly declare method visibility


# ab583a1b 11-Feb-2017 Andreas Gohr <andi@splitbrain.org>

more doc block fixes


# f21dad39 11-Feb-2017 Andreas Gohr <andi@splitbrain.org>

all actions should have a class now

Lots of FIXMEs and the routing isn't integrated, yet