| #
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
|
| #
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
|
| #
8c7c53b0 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: class declaration braces
|
| #
c1482d1c |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function argument spacing
|
| #
9d01c1d9 |
| 01-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
PSR-12 coding style
|
| #
f600e75a |
| 14-Jul-2019 |
Andreas Gohr <andi@splitbrain.org> |
ignore PSR2 in the old form class
This class needs to be replaced with dokuwiki\Form in the future.
|
| #
aba86f38 |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
visibility fixes
First start at declaring visibilites for methods and properties. Still missing: the parser/renderer stuff and the plugins
|
| #
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
|
| #
1534dc5b |
| 25-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
make Doku_Form members public again. fixes #1982
Various plugins access the form members directly currently.
|
| #
9c9753d6 |
| 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
replace some var keywords
This should fix some tests on PHP 7.1. The work is far from done, we still have a lot of variables without proper accessibility defined.
|
| #
f50a239b |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
| #
ae614416 |
| 12-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
changed all input type=submit buttons to button type=submit button for better stylability
|
| #
26e22ab8 |
| 15-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Changes for PHP 7 Compatibility - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And a
Changes for PHP 7 Compatibility - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints
show more ...
|
| #
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
|
| #
4f0bc4b2 |
| 19-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
some doc update
|
| #
3275c5d6 |
| 14-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into diff_navigation
* master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the eve
Merge branch 'master' into diff_navigation
* master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ...
Conflicts: inc/html.php
show more ...
|
| #
5f0071eb |
| 18-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs form
|
| #
eeb8f429 |
| 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add disable options to form_makeListboxField. Disable out of range revisions
|
| #
16ad3fae |
| 14-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed some doc strings
|
| #
0d39ad11 |
| 07-Dec-2013 |
Anika Henke <anika@selfthinker.org> |
fixed editing of RTL and LTR scripts mix (including a lot of wiki syntax) being a mess
Bi-directionality is generally a huge pain in the arm, browser vendors only added a few improvements quite rece
fixed editing of RTL and LTR scripts mix (including a lot of wiki syntax) being a mess
Bi-directionality is generally a huge pain in the arm, browser vendors only added a few improvements quite recently. This fix only works in Mozilla and Webkit currently. Affected syntax was links and media and all opening and closing syntax (e.g. code and del and various plugin syntax).
show more ...
|
| #
f0859d4b |
| 29-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Input wrapper for html forms
|
| #
9f09385f |
| 17-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
do not strip empty form parameters FS#2222
|
| #
9063ec14 |
| 12-Jan-2011 |
Adrian Lang <lang@cosmocode.de> |
Remove trailing whitespace in buildAttributes output
|