| #
                d4f83172 |  | 31-Aug-2023 | Andreas Gohr <andi@splitbrain.org> | code style: line breaks 
 | 
| #
                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 
 | 
| #
                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 
 | 
| #
                c7a4b560 |  | 29-Nov-2022 | Guillaume Turri <guillaume.turri@gmail.com> | Fix warning from toolbar.php when $INFO is null
 This commit fixes an issue observed in this context:
 1. Run Dokuwiki with PHP 8.1
 2. Install the "sync" plugin
 3. Run the "sync" plugin, and when prom
 Fix warning from toolbar.php when $INFO is null
 This commit fixes an issue observed in this context:
 1. Run Dokuwiki with PHP 8.1
 2. Install the "sync" plugin
 3. Run the "sync" plugin, and when prompted whether you want to keep the
 remote of the local file, click to show the diff
 
 That's it: on the window which opens to display the diff, there is a warning
 saying that $INFO is null.
 
 (Perhaps an even better fix would be to ensure that $INFO is set in this case
 but at least this commit fixes this issue and shouldn't have any detrimental
 side effects)
 show more ...  
 | 
| #
                0519ac41 |  | 07-Oct-2022 | Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com> | Minify sytnax 
 | 
| #
                e86df411 |  | 07-Oct-2022 | Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com> | Update inc/toolbar.php
 Minify syntax
 
 Co-authored-by: Gerrit Uitslag <klapinklapin@gmail.com>
 
 | 
| #
                e945440a |  | 04-Oct-2022 | Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com> | Fix toolbar in popup.php
 The popup throws two warnings becasue $INFO is NULL within the popup itself.
 
 This fixes this warning but not sure if it is intended to be null.
 Fixes:
 Warning: Trying t
 Fix toolbar in popup.php
 The popup throws two warnings becasue $INFO is NULL within the popup itself.
 
 This fixes this warning but not sure if it is intended to be null.
 Fixes:
 Warning: Trying to access array offset on value of type null in D:\xampp\htdocs\dokuwiki\inc\toolbar.php on line 271
 Warning: Trying to access array offset on value of type null in D:\xampp\htdocs\dokuwiki\inc\toolbar.php on line 272
 show more ...  
 | 
| #
                462a3bae |  | 14-Apr-2020 | Phy <git@phy25.com> | fix slash regression in toolbar signature #3045 
 | 
| #
                98169a0f |  | 12-Apr-2020 | Andreas Gohr <andi@splitbrain.org> | properly encode signature code
 This addresses the XSS vulnerability mentioned in #3044
 
 | 
| #
                e1d9dcc8 |  | 15-Jun-2018 | Andreas Gohr <andi@splitbrain.org> | First go at moving the plugin classes into their own namespace 
 | 
| #
                d443762b |  | 27-Jul-2018 | Andreas Gohr <andi@splitbrain.org> | deprecated JSON class
 JSON is natively supported since years. This makes
 2145bd4c56435f829a19aad843172f8ddffbc69b obsolete again.
 
 | 
| #
                64159a61 |  | 27-Apr-2018 | Andreas Gohr <andi@splitbrain.org> | line lengths shortened
 This makes sure all files use line lenghts shorter than 120 characters.
 
 This is a quick fix. It might not always be the nicest change.
 
 | 
| #
                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
 
 | 
| #
                585bf44e |  | 06-Mar-2014 | Christopher Smith <chris@jalakai.co.uk> | amend $_SERVER to $INPUT->server 
 | 
| #
                2bc9e793 |  | 05-Feb-2014 | Andreas Gohr <andi@splitbrain.org> | renamed code button to monospace FS#2934 and many others
 Let's stop confusing people with what this button does
 
 | 
| #
                7883d066 |  | 16-Mar-2012 | Andreas Gohr <andi@splitbrain.org> | use dformat in toolbar build of the signature string 
 | 
| #
                fbe7c76f |  | 30-Jul-2011 | Anika Henke <anika@selfthinker.org> | added solidus to character picker and moved multiplication sign to other mathmatical symbols 
 | 
| #
                e3776c06 |  | 29-Nov-2010 | Michael Hamann <michael@content-space.de> | Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
 As of VIM 7.3 it is no longer possible to specify the encoding in the
 modeline. This gives an error message whenever such a file is o
 Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
 As of VIM 7.3 it is no longer possible to specify the encoding in the
 modeline. This gives an error message whenever such a file is opened,
 thus this commit removes the enc setting from the modeline.
 show more ...  
 | 
| #
                de3eb1d7 |  | 28-Sep-2010 | Adrian Lang <lang@cosmocode.de> | Small fixes / cleanup 
 | 
| #
                d7879495 |  | 12-Mar-2010 | Andreas Gohr <andi@splitbrain.org> | Merge branch 'requireall'
 Conflicts:
 inc/fulltext.php
 
 | 
| #
                c4ba149a |  | 08-Mar-2010 | Adrian Lang <lang@cosmocode.de> | Allow filtering of block buttons in initToolbar 
 |