| 581a0649 | 11-May-2014 |
runout-at <markus@runout.at> |
Update todo.php |
| 5f8ffdd3 | 11-May-2014 |
runout-at <markus@runout.at> |
add options for list view
* show the todo user information as username (default), realname or hide it
username:user|real|none
* show (default) or hide the checkbox
checkbox:yes|no |
| 96468fef | 11-May-2014 |
runout-at <markus@runout.at> |
add options for list view
* show the todo user information as username (default), realname or hide it
username:user|real|none
* show (default) or hide the checkbox
checkbox:yes|no |
| 64d3f721 | 17-Mar-2014 |
leibler <github@sprossenwanne.at> |
better using @@MAIL@@ instead of @@USER-MAIL@@ - see https://www.dokuwiki.org/namespace_templates#replacement_patterns |
| e0ec7364 | 17-Mar-2014 |
leibler <github@sprossenwanne.at> |
support email address as user assignment and add email as search criteria for @@USER@@ |
| aa11d6a4 | 17-Mar-2014 |
leibler <github@sprossenwanne.at> |
add descriptive summary for check or uncheck todo |
| 93a8e091 | 17-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
handle @@USER@@ as placeholder assignee for current user |
| a212ca22 | 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
minor issues |
| 18200b4d | 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
cleanup PHPDocs, give some methods protected visibility |
| 5f6834e8 | 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Add listing syntax. (moves plugin components..)
listing syntax: ~~TODOLIST~~ ~~TODOLIST completed:yes~~ ~~TODOLIST completed:no assigned:no~~ ~~TODOLIST assigned:yes~~ ~~TODOLIST assigned:@User,@wor
Add listing syntax. (moves plugin components..)
listing syntax: ~~TODOLIST~~ ~~TODOLIST completed:yes~~ ~~TODOLIST completed:no assigned:no~~ ~~TODOLIST assigned:yes~~ ~~TODOLIST assigned:@User,@work~~ ~~TODOLIST assigned:User,work~~
==searchpattern== The searchpattern listing is broken by moving syntax.php to syntax/todo.php. It can be fixed by let searchpattern allow _ of the 'todo_todo' and removing the plugin_is_disabled checks. These last checks require as input the plugin name 'todo' instead of plugin component name 'todo_todo'
show more ...
|
| 52ab628c | 23-Jan-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve php strictness of signatures |
| 84a6c6df | 11-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Save message translatable |
| 8e6f7723 | 11-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Update messages, make them translatable |
| c5e3cb6d | 11-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
rename path everywhere |
| bb2fd315 | 11-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
rename path to pageid |
| 562b2a1d | 11-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Refactor javasript, use ToDoPlugin namespace |
| 6cd03e3a | 11-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Refactor javascript, modify todoitem only when it is saved correctly |
| e5e18fc3 | 11-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update plugin update date |
| 6f018192 | 11-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
action.php replaces ajax.php: ajax.php removed
|
| 55bbd424 | 10-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
make strnpos() private, and remove unused todostr2regexp() |
| 7af9b7cc | 10-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Remove hidden field with todo title Sofar i have seen this has no added value anymore since in searchpattern indexes are also applied. |
| 903ad1f8 | 10-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Reformat code of syntax.php to DokuWiki code style |
| ec228f19 | 10-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reorder and reformat two methods |
| e65e2848 | 10-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Refactor the searchpattern part of syntax.php Some significant changes: * Now in list of searchpattern index numbers are used (the date stored at todotag protects against conflicting edits) * The s
Refactor the searchpattern part of syntax.php Some significant changes: * Now in list of searchpattern index numbers are used (the date stored at todotag protects against conflicting edits) * The searchpattern list request itself no caching
show more ...
|
| 172792ec | 09-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Refactoring syntax.php simplifying javascript |