| 3c22a234 | 03-Jul-2026 |
Andreas Gohr <andi@splitbrain.org> |
fix undefined array key warning when sorting by a hidden column
Reading $tables[$col] in the hidden-column sort branch raised an E_WARNING under PHP 8 whenever the key was absent, which is exactly t
fix undefined array key warning when sorting by a hidden column
Reading $tables[$col] in the hidden-column sort branch raised an E_WARNING under PHP 8 whenever the key was absent, which is exactly this branch's case. Guard the access with isset() to match the sibling check in the column-select loop.
fixes #238
show more ...
|
| 820f7b69 | 30-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Manual code style fixes |
| b7b9d8d9 | 25-Jan-2024 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Semi-automatic code style fixes |
| c73abd3a | 18-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Another adjustment for the pre-escaped filter values |
| 9c149d75 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
use new SQLiteDB class
This had many changes in how data is quoted in the SQL strings. The SQL building code is an absolute mess and test coverage is super spotty. So it's not 100% clear that this c
use new SQLiteDB class
This had many changes in how data is quoted in the SQL strings. The SQL building code is an absolute mess and test coverage is super spotty. So it's not 100% clear that this commit is fully correct.
show more ...
|
| 1dc5f8af | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
use custom GROUP_CONCAT_DISTINCT method |
| acd450ce | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
replace obsolete utf8_ calls |
| 8a51ccb3 | 05-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
automattic reformatting |
| 081a0a70 | 19-Apr-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update tests |
| c60447a8 | 27-Jul-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Multivalue dropdowns |
| 6a7b7f61 | 26-Jul-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Restore Hogfather compatibility |
| 13bc1f88 | 25-Jul-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Simplify some form element creation |
| 0b00eb87 | 19-Jul-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace old form object |
| 53dfbfc1 | 05-Apr-2019 |
Moritz Raguschat <moritz@jumplink.me> |
fix PHP 7.2 warnings about Countable |
| b19e4d2f | 18-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix curly braces string position access |
| d8234939 | 18-Sep-2020 |
Gerrit Uitslag <klapinklapin@gmail.com> |
cleanup some requires and if defined DOKU_INC |
| 59b7c2b6 | 09-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: adjust to new startSectionEdit signature
The signature of startSectionEdit was changed in splitbrain/dokuwiki#2220 in a non backwards compatible way. This adjusts for that change in a way that
fix: adjust to new startSectionEdit signature
The signature of startSectionEdit was changed in splitbrain/dokuwiki#2220 in a non backwards compatible way. This adjusts for that change in a way that should still work for pre-Greebo versions.
show more ...
|
| b4be4ae8 | 09-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: remove old (~2010) compatiblity check
The startSectionEdit/finishSectionEdit methods exist since 2010. That check can now safely be removed. |
| 1971ed3e | 11-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed constructor name for PHP7 compatibility |
| 041b079b | 16-May-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
__construct() |
| cffd4269 | 10-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
label select field explicitly Fixes #126 |
| 043fc721 | 10-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix unittests |
| 214e6d37 | 10-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Add classes to datatable cells.
Fixes #88 Fixes #87 |
| 4cb53351 | 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
layout fiddling custom entry editor |
| 841aba46 | 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improve custom entry editor, use page width.
Should improve #142 |