History log of /plugin/todo/syntax/ (Results 51 – 75 of 99)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9d1600ac02-Nov-2014 runout-at <markus@runout.at>

logic and bugfix ns: argument

logic didn't work in some cases for namespace filter.

dab1554502-Nov-2014 runout-at <markus@runout.at>

enhance code ns: filter

optimize and bugfix

6db5932f02-Nov-2014 runout-at <markus@runout.at>

TODOLIST argument ns:. ns.:

TODOLIST argument ns:. and ns:.: is now available
function filterpages updated
ns:. matches current namespace and all subsequent namespaces
ns:.: matches only subseque

TODOLIST argument ns:. ns.:

TODOLIST argument ns:. and ns:.: is now available
function filterpages updated
ns:. matches current namespace and all subsequent namespaces
ns:.: matches only subsequent namespaces

show more ...

3bd520d931-Oct-2014 runout-at <markus@runout.at>

filter on completed user

eg.
TODOLIST completeduser:username

3c0225fb30-Oct-2014 runout-at <markus@runout.at>

bugfix

6d15955d30-Oct-2014 runout-at <markus@runout.at>

filter on completed-date, completed-user

check of completed-user is not yet implemented in syntax/list.php

f8513d6b30-Oct-2014 runout-at <markus@runout.at>

filter on completed-date

2591667830-Oct-2014 runout-at <markus@runout.at>

bugfix

logic of start/due-filters corrected

64495bd030-Oct-2014 runout-at <markus@runout.at>

filter start/due-before/after enhancement

additional flag for date filters of TODOLIST
attributes affected: startbefore, startafter, duebefore, dueafter
eg:
startafter:! list all tasks where star

filter start/due-before/after enhancement

additional flag for date filters of TODOLIST
attributes affected: startbefore, startafter, duebefore, dueafter
eg:
startafter:! list all tasks where startdate in todo is set
startafter:2014-10-30* list all tasks starting after given date or where no startdate in todo is set

show more ...

a9e1335f29-Oct-2014 runout-at <markus@runout.at>

start-/due-ignore flag

ignore todos without a start/due date if the filter ends with a '!'
~~TODOLIST startbefore:+100!~~ will also give alle todos which have no start date set

e00d8bc610-Oct-2014 runout-at <markus@runout.at>

bugfix issue #36

TODOLIST does not filter with duebefore or dueafter options (#36)
fixed wrong dates in condition

0441172c12-Sep-2014 einhirn <marg@rz.tu-clausthal.de>

worked around php5.2 incompatibility with array_map callback - second occurence

e1d9ed7112-Sep-2014 einhirn <marg@rz.tu-clausthal.de>

worked around php5.2 incompatibility with array_map callback

f1a46b7201-Jul-2014 Max Westen <max@dlmax.org>

Added the option to filter on namespaces when requesting a TODOLIST

7cf7b3f514-Jun-2014 runout-at <markus@runout.at>

add options

* usernames for <todo>
* start/due-date filter for ~~todolist~~

1a73e15514-Jun-2014 runout-at <markus@runout.at>

filter by start/due-date

add option to ~~TODOLIST~~
startbefore:<date>
startafter:<date>
duebefore:<date>
dueafter:<date>

<date> can be:
Y-m-d like 2014-06-12
or a value like +10 or

filter by start/due-date

add option to ~~TODOLIST~~
startbefore:<date>
startafter:<date>
duebefore:<date>
dueafter:<date>

<date> can be:
Y-m-d like 2014-06-12
or a value like +10 or -10 or 0
invalid values will be substituted with todays date

show more ...

f238e23a11-Jun-2014 runout-at <markus@runout.at>

bugfix

0d4a105311-Jun-2014 runout-at <markus@runout.at>

bugfix

3de1579c11-Jun-2014 runout-at <markus@runout.at>

bugfix

value of $data['showdate'] was not set correctly

819065ed11-Jun-2014 runout-at <markus@runout.at>

bugfix

value of $data['showdate'] was not set correctly

780010cd11-Jun-2014 runout-at <markus@runout.at>

add option showdate:yes|no

6c3557a611-Jun-2014 runout-at <markus@runout.at>

add option showdate

add option showdate:yes|no
to show/hide start/due-date

<todo showdate:yes>...</todo>

dd4e381604-Jun-2014 runout-at <markus@runout.at>

bugfix, issue #22

c523286804-Jun-2014 runout-at <markus@runout.at>

bugfix, issue 21

0120c27716-May-2014 runout-at <markus@runout.at>

no link in list when <todo> is on same page

1234