| 11711461 | 13-Jun-2013 |
haobug <qingxianhao@gmail.com> |
add simplified chinese translation |
| e6b2f142 | 12-Apr-2013 |
lupo49 <dokuwiki@lupo49.de> |
Added option to define separate moderator groups (Fixes #82) |
| cc6f66c8 | 05-Apr-2013 |
lupo49 <dokuwiki@lupo49.de> |
action.php: Fix for subscription language strings (Closes #79) |
| d5530824 | 26-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Fix the @DATE@ placeholder in the thread template |
| 960dea42 | 26-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Add explicit type information to event-parameters |
| 60c2311f | 24-Feb-2013 |
Michael Hamann <michael@content-space.de> |
French translation update by @pierreyvesbaloche - thanks! closes #78 |
| 662f2077 | 22-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Replaced old DokuWiki JavaScript library use by jQuery
This makes the plugin compatible with the next DokuWiki release. The whole JavaScript code of the plugin should be refactored later. |
| e6667f5a | 15-Feb-2013 |
Michael Hamann <michael@content-space.de> |
Security release: Fix XSS vulnerability, thanks to Kazutaka Miyasaka
It was possible to pass arbitrary HTML code into the comment form via the URL on any page where a discussion form was displayed.
Security release: Fix XSS vulnerability, thanks to Kazutaka Miyasaka
It was possible to pass arbitrary HTML code into the comment form via the URL on any page where a discussion form was displayed. Thus you should update to this release as soon as possible.
show more ...
|
| 1ded5f08 | 15-Feb-2013 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
Fix XSS vulnerability in handling of pre-filled text |
| f573f8ee | 13-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
Update Dutch translation |
| 23793aba | 13-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
language string 'threads' is unused |
| ef71f389 | 13-Feb-2013 |
Klap-in <klapinklapin@gmail.com> |
Improve English title of discussion page add form |
| 9b04a2aa | 25-Dec-2012 |
Matthias Schulte <post@lupo49.de> |
Do not print Hide/Show discussion toggle button / Added #picker3 |
| 5644a1af | 18-Dec-2012 |
lupo49 <dokuwiki@lupo49.de> |
Added flag "skipempty" in thread-syntax to skip empty discussions in output |
| 71410964 | 25-Nov-2012 |
Matthias Schulte <post@lupo49.de> |
Update plugin.info.txt |
| 912b9053 | 25-Nov-2012 |
lupo49 <post@lupo49.de> |
Added "count" parameter to specify how many discussion threads should be displayed |
| 387bc4d2 | 13-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix type of $opts parameter for search() in admin.php
This fixes a PHP warning from search() (illegal string offset) |
| 66ac0bd6 | 13-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Don't save comment data when viewing an old revision #35
This is a quick fix for the problem that .comment files were written while viewing old revisions of the page. A better solution might be to m
Don't save comment data when viewing an old revision #35
This is a quick fix for the problem that .comment files were written while viewing old revisions of the page. A better solution might be to move the comment status to the metadata of the page.
show more ...
|
| 1eedfbce | 13-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Save .comment data only when modified #66 #59
This fixes the problem that .comment files were written whenever the page was parsed which made the order in the threads syntax and in the admin interfa
Save .comment data only when modified #66 #59
This fixes the problem that .comment files were written whenever the page was parsed which made the order in the threads syntax and in the admin interface meaningless. Old dates will still be meaningless but at least the pages with new comments should appear in the correct order now though pages will still move to the top when the comment status is changed. This could be properly fixed by storing the date of the last comment in the metadata and indexing the metadata, then it would be easy to get all dates.
show more ...
|
| 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. |
| 6fec71f8 | 13-Jul-2012 |
Michael Hamann <michael@content-space.de> |
New version 2012-07-13 |
| b8efbcc2 | 13-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Remove old getInfo functions (replaced by plugin.info.txt) |
| ac818938 | 13-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Add discussion plugin version to the indexer |
| abc9339b | 13-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix indexing of comments (hasn't worked since Rincewind) |