| #
90fb952c |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: operator spacing
|
| #
8c7c53b0 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: class declaration braces
|
| #
6fd0861f |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Form
|
| #
9d01c1d9 |
| 01-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
PSR-12 coding style
|
| #
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
|
| #
7dfce451 |
| 15-Apr-2018 |
Anika Henke <anika@selfthinker.org> |
Fix buttons with invalid empty name attributes
The search buttons from the search form on the top of the page as well as the search page both produce invalid HTML due to the name attribute being emp
Fix buttons with invalid empty name attributes
The search buttons from the search form on the top of the page as well as the search page both produce invalid HTML due to the name attribute being empty. As the name is required for each of the PHP functions producing the buttons and is passed as an empty string, this makes sure that parameters with empty strings get skipped.
show more ...
|
| #
8f0df229 |
| 18-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
Form: added Button element #1312
|