| #
b189aa83 |
| 27-Jun-2023 |
atisne <aurelien.tisne@csgroup.eu> |
PHP8: Avoid warnings
Warning: Trying to access array offset on value of type bool in lib/plugins/discussion/helper.php
|
| #
8657566c |
| 18-Nov-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix an undefined key warning
|
| #
5494dd20 |
| 26-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
isset subscribers, bit reformatting
|
| #
b6725686 |
| 26-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improved rtl view. Fixes #127
|
| #
1bb14180 |
| 26-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add cancel button for reply and edit (Fixes #166), refactor html of subscription
|
| #
47f99603 |
| 26-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Mark comment to be answered and the form darker. Fixes #166
|
| #
1ce4168f |
| 25-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Store always status from metadata if != config. Fixes #203
status update event has two function: 1. store metadata status if different from the current config status 2. update the existing status wi
Store always status from metadata if != config. Fixes #203
status update event has two function: 1. store metadata status if different from the current config status 2. update the existing status with the configsetting(or if existing from the metadata, which overrides the configsetting)
show more ...
|
| #
0980d234 |
| 25-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add confirm to comment delete button, fixes #225
|
| #
00d916a2 |
| 21-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fixes #254 and #279, do not store and show ip address (if showing usernames)
The comments stored before has still still user names set with 'text<ipadress>'.
|
| #
03ab0c03 |
| 21-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
apply hidden style to all children (if moderator)
|
| #
76fdd2cd |
| 21-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
change also title in ToC if set by user, some isset checking/defining vars
|
| #
83f28d9b |
| 18-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
renaming from helper function
|
| #
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 ...
|
| #
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
|
| #
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
|
| #
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
|
| #
c74d1bc7 |
| 16-Sep-2018 |
LarsGit223 <LarsGit223@users.noreply.github.com> |
Merge pull request #269 from bkidwell/issue-249
Fix #249 "Warning appears after upgrading to php 7.2"
|
| #
c8643f41 |
| 16-Sep-2018 |
LarsGit223 <lars_paulsen@web.de> |
Removed faulty calls to '$event->preventDefault();'
This fixes compatibility issues with 'Greebo'. Fixes #271.
|
| #
92584354 |
| 05-Aug-2018 |
Brendan Kidwell <snarf@glump.net> |
Fix #249 "Warning appears after upgrading to php 7.2"
|
| #
9c0e06f3 |
| 16-Jun-2017 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Updated comment with edition time
|
| #
efccf6b0 |
| 02-Jul-2016 |
Jeffrey Bergamini <jeffreybergamini@gmail.com> |
Changed function call from render to render_text
|