0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 10 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version upped More... over 3 years ago
Merge pull request #46 from dokufreaks/cleanup More... over 3 years ago
Removed useless/deprecated code More... over 3 years ago
Merge pull request #45 from dokufreaks/use-nocache More... over 3 years ago
Use '$renderer->nocache()' More... over 3 years ago
Merge pull request #44 from dokufreaks/fix-indexer More... over 3 years ago
Fix null pointer exception if called from indexer.php More... over 3 years ago
Upped version. More... almost 6 years ago
Removed useless call to '$event->preventDefault();' to become compatible to "Greebo" More... almost 6 years ago
Removed BOMs from 'pt-br' language files to prevent errors on running tests. More... almost 7 years ago
Corrected version. More... about 7 years ago
Upped version. More... about 7 years ago
Corrected new form dialog. Selected priority needs to be set as exclamation marks, e.g. '!!' for high. Fixes #35. More... about 7 years ago
Upped version. More... about 7 years ago
Removed last DOKU_TABs. More... about 7 years ago
Removed whitespace from change view form. On newer installations use class dokuwiki\Form\Form to generate the change view form. More... about 7 years ago
Removed unneeded linefeed and duplicate '</form>' tag. More... about 7 years ago
Added configurable (on/off) response messages for action 'change task'. More... about 7 years ago
Corrected condition in function '_statusMenu()'. More... about 7 years ago
Removed whitespace from change task form. On newer installations use class dokuwiki\Form\Form to generate the change task form. More... about 7 years ago
Removed whitespace from new task form. On newer installations use class dokuwiki\Form\Form to generate the new task form. More... about 7 years ago
Improved new task form: Added option to have a drop down list for the user field including the option to only show users from a certain user group. Closes #32. More... about 7 years ago
Removed not needed define and require_once lines. More... about 7 years ago
Moved function '_newTaskForm' from tasks.php to helper.php. Created syntax tag '{{task>form>namespace}}' to only show the new task form without a task list. Closes #31. More... about 7 years ago
Removed own call to ACL check in 'helper_plugin_task::getTasks()'. Corrected call to function 'search()' to fix wrong ACL check. Fixes #21. More... about 7 years ago
Added 'rejected', 'accepted', 'started' and 'verified' as possible filters. Closes #27. More... about 7 years ago
Added new example screenshots and image for extension manager. More... about 7 years ago
Plugin cleanup: deleted VERSION file, deleted obsolete getInfo() methods and upped version. More... almost 8 years ago
Merge pull request #28 from splitbrain-forks/php7-signature More... about 8 years ago
Adjust method signatures to match parent More... about 8 years ago