9d1600ac | 02-Nov-2014 |
runout-at <markus@runout.at> |
logic and bugfix ns: argument
logic didn't work in some cases for namespace filter. |
dab15545 | 02-Nov-2014 |
runout-at <markus@runout.at> |
enhance code ns: filter
optimize and bugfix |
6db5932f | 02-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 ...
|
3bd520d9 | 31-Oct-2014 |
runout-at <markus@runout.at> |
filter on completed user
eg.
TODOLIST completeduser:username |
3c0225fb | 30-Oct-2014 |
runout-at <markus@runout.at> |
bugfix |
6d15955d | 30-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 |
f8513d6b | 30-Oct-2014 |
runout-at <markus@runout.at> |
filter on completed-date |
25916678 | 30-Oct-2014 |
runout-at <markus@runout.at> |
bugfix
logic of start/due-filters corrected |
64495bd0 | 30-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 ...
|
a9e1335f | 29-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 |
e00d8bc6 | 10-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 |
0441172c | 12-Sep-2014 |
einhirn <marg@rz.tu-clausthal.de> |
worked around php5.2 incompatibility with array_map callback - second occurence |
e1d9ed71 | 12-Sep-2014 |
einhirn <marg@rz.tu-clausthal.de> |
worked around php5.2 incompatibility with array_map callback |
f1a46b72 | 01-Jul-2014 |
Max Westen <max@dlmax.org> |
Added the option to filter on namespaces when requesting a TODOLIST |
7cf7b3f5 | 14-Jun-2014 |
runout-at <markus@runout.at> |
add options
* usernames for <todo>
* start/due-date filter for ~~todolist~~ |
1a73e155 | 14-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 ...
|
f238e23a | 11-Jun-2014 |
runout-at <markus@runout.at> |
bugfix |
0d4a1053 | 11-Jun-2014 |
runout-at <markus@runout.at> |
bugfix |
3de1579c | 11-Jun-2014 |
runout-at <markus@runout.at> |
bugfix
value of $data['showdate'] was not set correctly |
819065ed | 11-Jun-2014 |
runout-at <markus@runout.at> |
bugfix
value of $data['showdate'] was not set correctly |
780010cd | 11-Jun-2014 |
runout-at <markus@runout.at> |
add option showdate:yes|no |
6c3557a6 | 11-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> |
dd4e3816 | 04-Jun-2014 |
runout-at <markus@runout.at> |
bugfix, issue #22 |
c5232868 | 04-Jun-2014 |
runout-at <markus@runout.at> |
bugfix, issue 21 |
0120c277 | 16-May-2014 |
runout-at <markus@runout.at> |
no link in list when <todo> is on same page |