| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
| #
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
| #
d868eb89 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function declaration braces/spaces
|
| #
c1482d1c |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function argument spacing
|
| #
24870174 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to the rest of inc
|
| #
bf8f8509 |
| 01-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
guard against unset parameters
Many string function will throw a deprecation warning in PHP 8.1 when null is passed. This adds a few guards in some of our methods (not all, yet)
|
| #
cbb44eab |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
deprecated trigger_event() in favor of a static method on Event
|
| #
b4f2363a |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
remove DOKU_INC checks
There is no need for this check, since these files should not have any main code that is executed on direct call.
Fixes PSR1.Files.SideEffects.FoundWithSymbols
|
| #
6e4577dc |
| 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
undo unecessary action routing adjustments
|
| #
572dc222 |
| 27-Aug-2017 |
LarsDW223 <lars_paulsen@web.de> |
Test code for workflow 'show - sectionedit - save/cancel' (with modifications in test classes and 'send_redirect()' and 'act_dispatch()'.
|
| #
231f749d |
| 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
handle draftdeletion in draftdel action only
This was the last remaining function in inc/action.php that could be moved to the actions.
We now have quite the elegant cascade in the action handling.
|
| #
272271fc |
| 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
have all subscription handling in subscribe action
uses the explicit redirect abort on success
|
| #
58528803 |
| 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
introduce a redirect action
Action can now abort to 'redirect' to explicitly trigger a redirect back to showing the current page. Automatic triggering for post->show is now only done when a 'show' a
introduce a redirect action
Action can now abort to 'redirect' to explicitly trigger a redirect back to showing the current page. Automatic triggering for post->show is now only done when a 'show' action was not explicitly requested.
show more ...
|
| #
2571786c |
| 18-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
always redirect to correct section
Across workflow 'show - sectionedit - save/cancel' explicitly transmit header id to the server. So the server can always redirect to the correct section even if he
always redirect to correct section
Across workflow 'show - sectionedit - save/cancel' explicitly transmit header id to the server. So the server can always redirect to the correct section even if headings have the same name. Fixes #1364.
show more ...
|
| #
0f9e19d9 |
| 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
move draft saving to Preview action
This also removes duplicated code from ajax.php
|
| #
e795ba4d |
| 17-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed unused action methods
|
| #
e5802cb7 |
| 11-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
make use of the ActionRouter (temporary solution)
This is just a quick and dirty hack to try and see if the router actually behaves as it should. I renamed the old methods to XXX_* and implemented n
make use of the ActionRouter (temporary solution)
This is just a quick and dirty hack to try and see if the router actually behaves as it should. I renamed the old methods to XXX_* and implemented new ones calling the router. This has to be cleaned up later.
show more ...
|
| #
844aec66 |
| 29-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Deactivate XSS-Protection during preview
The motivation is to work around/fix issue #1182.
Using a CSP-Header did not work.
ToDo: - [ ] Implement a check for Chrome only.
|
| #
a61966c5 |
| 16-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Provide a function to return admin plugin for the page request.
This was previously carried out in three separate places. Refactor that code to use the new function.
Update tpl_pageTitle test to us
Provide a function to return admin plugin for the page request.
This was previously carried out in three separate places. Refactor that code to use the new function.
Update tpl_pageTitle test to use a manager level admin plugin.
show more ...
|
| #
8702de7f |
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into scrutinizerissues
Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
|
| #
b814e978 |
| 02-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
provide also $ID in other export modes to renderer
Simplifies modifying the cache via an action plugin
|
| #
1cc82e5c |
| 03-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutiner issues
|
| #
42ea7f44 |
| 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Many PHPDocs, some unused and dyn declared vars
many PHPDocs some unused variables some dynamically declared variables declared
|
| #
59bc3b48 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more scrutinizer issue improvements
|
| #
e0c26282 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutinizer documentations issues
|