| 76fdd2cd | 21-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
change also title in ToC if set by user, some isset checking/defining vars |
| 915b1987 | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
js: use let |
| ee793fe3 | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
js: reformatting |
| 83f28d9b | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
renaming from helper function |
| 1cfa7c3c | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
replace deprecated event, strictness |
| 4aaefe28 | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
helper: use $INPUT, phpdocs |
| ecbf11fb | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
helper: reformatting |
| 06ed893a | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update signature td() to recent pagelist version |
| f3535bed | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
helper: visibility |
| 20d55e56 | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
simplify signature |
| f7bcfbed | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs, refactor |
| f8c74f2e | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
not use $INFO in isDiscussionEnabled()
isDiscusssionEnabled is used in update_comment_status(), which is triggered by the use of the meta renderer. In pageinfo() the $INFO array is collected, which
not use $INFO in isDiscussionEnabled()
isDiscusssionEnabled is used in update_comment_status(), which is triggered by the use of the meta renderer. In pageinfo() the $INFO array is collected, which requires the meta renderer. So we cannot use yet $INFO here.
show more ...
|
| 9699b3e2 | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
admin: reformatting |
| ab996e0e | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
convert: reformatting |
| da3a8801 | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove autoloaded files, php8 warnings |
| dfc5d08b | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
syntax: reformatting |
| 64829c37 | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
syntax: visibility, php8 warnings, refactoring, reformatting |
| 283a3029 | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting, unused params, forgotten debug statements |
| c3413364 | 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
visibility,reformatting,use $INPUT,renaming, refactoring,phpdocs
replace deprecated utf8 functions |
| 785e1e78 | 02-Jul-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Update plugin.info.txt |
| 3e19949c | 31-Dec-2021 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
Check if `$data['comments']` is an array before trying to get the keys
`$data['comments']` could be `null`...
close https://github.com/dokufreaks/plugin-discussion/issues/320 |
| c348236f | 14-Oct-2020 |
Andreas Gohr <andi@splitbrain.org> |
upped version |
| 7e018cb6 | 24-Sep-2020 |
lpaulsen93 <lars_paulsen@web.de> |
Fixed comment style |
| 56b2f420 | 24-Sep-2020 |
lpaulsen93 <lars_paulsen@web.de> |
Removed useless/deprecated code and fixed indentation |
| c2e2c575 | 19-Sep-2020 |
lpaulsen93 <lars_paulsen@web.de> |
Use '$renderer->nocache()' |