History log of /plugin/todo/ (Results 176 – 200 of 213)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
581a064911-May-2014 runout-at <markus@runout.at>

Update todo.php

5f8ffdd311-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

96468fef11-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

64d3f72117-Mar-2014 leibler <github@sprossenwanne.at>

better using @@MAIL@@ instead of @@USER-MAIL@@ - see https://www.dokuwiki.org/namespace_templates#replacement_patterns

e0ec736417-Mar-2014 leibler <github@sprossenwanne.at>

support email address as user assignment and add email as search criteria for @@USER@@

aa11d6a417-Mar-2014 leibler <github@sprossenwanne.at>

add descriptive summary for check or uncheck todo

93a8e09117-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

handle @@USER@@ as placeholder assignee for current user

a212ca2216-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

minor issues

18200b4d16-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

cleanup PHPDocs, give some methods protected visibility

5f6834e816-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 ...

52ab628c23-Jan-2014 Gerrit Uitslag <klapinklapin@gmail.com>

improve php strictness of signatures

84a6c6df11-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Save message translatable

8e6f772311-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Update messages, make them translatable

c5e3cb6d11-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

rename path everywhere

bb2fd31511-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

rename path to pageid

562b2a1d11-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Refactor javasript, use ToDoPlugin namespace

6cd03e3a11-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Refactor javascript, modify todoitem only when it is saved correctly

e5e18fc311-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

update plugin update date

6f01819211-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

action.php replaces ajax.php: ajax.php removed


55bbd42410-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

make strnpos() private, and remove unused todostr2regexp()

7af9b7cc10-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.

903ad1f810-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Reformat code of syntax.php to DokuWiki code style

ec228f1910-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

reorder and reformat two methods

e65e284810-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 ...

172792ec09-Oct-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Refactoring syntax.php simplifying javascript

123456789