History log of /plugin/todo/syntax/list.php (Results 26 – 50 of 60)
Revision Date Author Comments
# 1b0b15cd 07-May-2015 Robin Helgelin <robin@connectedtable.com>

- Add missing break.


# d30f06dd 07-May-2015 Robin Helgelin <robin@connectedtable.com>

- Added a short variant of the list.


# 05dcb4b4 14-Mar-2015 runout-at <markus@runout.at>

exclude todos with ~~NOTODO~~

if ~~NOTODO~~ is used on a page, all todos on this page will be excluded on any todolist.
i just don't know how to hide the ~~NOTODO~~ text on the page. (please help)


# ed5eba0f 26-Nov-2014 einhirn <marg@rz.tu-clausthal.de>

Array dereferencing only works on PHP5.4+


# e03fce31 02-Nov-2014 runout-at <markus@runout.at>

optimisation, performance

filtering on namespaces was very slow.
now filter_ns() is calld before parsing the page content.


# 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


# 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


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


# 0d4a1053 11-Jun-2014 runout-at <markus@runout.at>

bugfix


# 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


# 9c3e92be 15-May-2014 runout-at <markus@runout.at>

multiple users in <todo>

only the first user will be shown


# c5c7919d 14-May-2014 runout-at <markus@runout.at>

minor code cleaning


# 5a968c91 14-May-2014 runout-at <markus@runout.at>

start-due date

color output if todo has started or is due.
still missing is functionality to filter by start and due date.
cleaned up some code. so we have less parameters in function calls. using

start-due date

color output if todo has started or is due.
still missing is functionality to filter by start and due date.
cleaned up some code. so we have less parameters in function calls. using arrays

show more ...


123