#
90fb952c |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: operator spacing
|
#
26dfc232 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Rector to rename print to echo calls
|
#
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
|
#
a215faf2 |
| 04-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
re-declare deprecated functions for backward compatibility
`dbg_deprecated()` is called in `html_diff_head()`, `html_diff_navigation()`, `html_diff_navigationlink()`, and following functions:
* `h
re-declare deprecated functions for backward compatibility
`dbg_deprecated()` is called in `html_diff_head()`, `html_diff_navigation()`, `html_diff_navigationlink()`, and following functions:
* `html_denied()` is not used any plugins, but added fallback just in case. * `html_locked()` is used by one third-party plugin (AjaxEdit), fallback should be added. * `html_insert_softbreaks()` is used by one third-party plugin (TOS, terms of service), fallback should be added.
show more ...
|
#
f0049a83 |
| 15-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Remove Ui\{Denide, Locked} class
They are not UI components. We should show error message in Action\{Denide, Locked}::tplContent() methods.
|
#
2ee51055 |
| 09-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Locked class replaces html_locked()
|
#
25dd2a2f |
| 07-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Editor class replaces html_edit()
|
#
1b0e85da |
| 17-Aug-2018 |
Michael Braun <michael-dev@fami-braun.de> |
Fix Locked-Page not showing page content
While refactoring into inc/Action/Locked, the fall-through call to html_edit was missed. See 952acff90985f4576de0558a58a167372392e21c
This removed the edit
Fix Locked-Page not showing page content
While refactoring into inc/Action/Locked, the fall-through call to html_edit was missed. See 952acff90985f4576de0558a58a167372392e21c
This removed the edit box from the locked page, which is needed for users to get the page source or by etherpad lite plugin.
This change re-adds the call to html_edit for the locked action.
Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
show more ...
|
#
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
|