| #
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
|
| #
04b83c99 |
| 25-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
isset metadata set
|
| #
328362ad |
| 24-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use last created date of the latest comment in getThread for sorting
If as last action a comment was removed, the .comment file is recenter then the latest comment. Ignores modified comments.
Fixes
use last created date of the latest comment in getThread for sorting
If as last action a comment was removed, the .comment file is recenter then the latest comment. Ignores modified comments.
Fixes #226
show more ...
|
| #
ab18f68d |
| 21-Sep-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
by @Vincent31Fr: fix #330 refactor the allpage search
Closes #331
|
| #
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
|
| #
56b2f420 |
| 24-Sep-2020 |
lpaulsen93 <lars_paulsen@web.de> |
Removed useless/deprecated code and fixed indentation
|
| #
8e1a33e1 |
| 19-Jan-2016 |
Michael Hamann <michael@content-space.de> |
Merge pull request #197 from dokufreaks/comment_visibility
Do not show hidden comments in feed, fixes #193
|
| #
93bbea85 |
| 17-Jan-2016 |
Michael Hamann <michael@content-space.de> |
Fix thread search, fixes #167
|
| #
4dd9b9e2 |
| 17-Jan-2016 |
Michael Hamann <michael@content-space.de> |
Do not show hidden comments in feed, fixes #193
|
| #
4cded5e1 |
| 15-Nov-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting and notes
|
| #
7d4c577f |
| 30-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
utf8 encode namespace of interested in {{thread}}
Fixes #114 with given suggestion.
|
| #
e7ac9ada |
| 30-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs and bit clean up
|
| #
e6b2f142 |
| 12-Apr-2013 |
lupo49 <dokuwiki@lupo49.de> |
Added option to define separate moderator groups (Fixes #82)
|
| #
5644a1af |
| 18-Dec-2012 |
lupo49 <dokuwiki@lupo49.de> |
Added flag "skipempty" in thread-syntax to skip empty discussions in output
|
| #
ae836b78 |
| 13-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Use date and id as index for thread results so no entries are lost #66
Previously only the date was used as index, if multiple comment files were modified in the same second these entries were not d
Use date and id as index for thread results so no entries are lost #66
Previously only the date was used as index, if multiple comment files were modified in the same second these entries were not displayed.
show more ...
|
| #
5d76f934 |
| 13-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix type of $opts parameter of search()
This fixes a PHP warning that was caused by the threads syntax.
|
| #
b8efbcc2 |
| 13-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Remove old getInfo functions (replaced by plugin.info.txt)
|
| #
d8092064 |
| 06-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Fix anchors produced by the helper. Closes #37
This fix provided by user einhirn on github fixes the links displayed in the RSS feed that is produced by the feed plugin.
|
| #
138eaa04 |
| 11-Jan-2009 |
Gina Haeussge <osd@foosel.net> |
Fixed typo in output for zero comments
darcs-hash:20090111113202-2b4f5-0c68e2ff1298015f372ef82713ec3fb17f16b8ae.gz
|
| #
55e1d144 |
| 14-Sep-2008 |
Michael Hamann <michael@content-space.de> |
Fixed some bugs in getComments()
getComments() was ignoring the num-parameter, returned comments that were deleted and didn't return the same comments when it was called multiple times. These bugs s
Fixed some bugs in getComments()
getComments() was ignoring the num-parameter, returned comments that were deleted and didn't return the same comments when it was called multiple times. These bugs should be fixed now.
darcs-hash:20080914164641-fdd0b-8a8ade400f25744dfb3b4958095273a783045656.gz
show more ...
|
| #
077a3d86 |
| 30-Aug-2008 |
Gina Haeussge <osd@foosel.net> |
Fix for FS#9
In order to accomodate for different pluralization rules for "0 comments", an additional language definition nocomments was introduced that simply refers to the field to use
Fix for FS#9
In order to accomodate for different pluralization rules for "0 comments", an additional language definition nocomments was introduced that simply refers to the field to use for the correct pluralization of 0, 'comment' or 'comments'.
darcs-hash:20080830195723-2b4f5-640aeb2bc2aa91245254c048d781cedf8b815b3a.gz
show more ...
|
| #
3648fb3e |
| 07-Jul-2008 |
Michael Klier <chi@chimeric.de> |
updated VERSION information
darcs-hash:20080707181514-23886-8b8c11f7b8fe98bb50f274fd809113d895ae2f2d.gz
|