History log of /plugin/todo/syntax/list.php (Results 1 – 25 of 60)
Revision Date Author Comments
# 7476786e 10-Jul-2025 Christian Marg <marg@rz.tu-clausthal.de>

Breaking Change: inverted meaning of "*" and "!" in due/start-at/before/after. Makes more sense that way and was not documented before.


# 2e50ddd9 31-Jul-2023 runout-at <markus@runout.at>

is_object -> isset


# fe074074 24-Jul-2023 runout-at <markus@runout.at>

fix 'Unknown key' for PHP8.2


# 58eb9854 24-Jul-2023 runout-at <markus@runout.at>

fix 'Unknown key' for PHP8.2


# 312a5b06 11-Jul-2023 Robert Weinmeister <develop@weinmeister.org>

Shows empty todo items in todo list as <no title>


# ad908e5c 06-Apr-2023 robert <develop@weinmeister.org>

Fixes undefined variable $condition2 in list.php on line 419


# 01008d98 21-Feb-2023 EmTeedee <git.emteedee@das-komitee.de>

return empty array if there are no todo pages

Calling function expects an array.
Returning an empty array instead of null saves a null check and also makes sense when reasoning about the function.


# f936f0e7 08-Aug-2022 runout-at <markus@runout.at>

Fix for empty $todopages when array is expected.

Fixes #139. related to #121.
Fixes same problem in other functions too.


# 6bf69edb 28-Sep-2020 chaotic-bruno <46114370+chaotic-bruno@users.noreply.github.com>

fix shortlist because of unnecessary return

#128


# 03fb911f 25-Jun-2020 Christian Marg <marg@rz.tu-clausthal.de>

Merge pull request #111 from Braintelligence/patch-1

Sort todos by due date by default - fixes #110


# cbf034ab 17-Jun-2020 Christian Marg <marg@rz.tu-clausthal.de>

Don't try to render empty Todotable. Fixes #121


# b6546943 06-Feb-2020 Christian Marg <marg@rz.tu-clausthal.de>

corrected regex greedyness, fixed #84


# db9337b0 06-Feb-2020 Christian Marg <marg@rz.tu-clausthal.de>

Fix #117


# 47ba2f77 14-Feb-2019 Braintelligence <Braintelligence@users.noreply.github.com>

Sort duedated todos above those without


# e1fc243e 13-Feb-2019 Braintelligence <Braintelligence@users.noreply.github.com>

Fixes #110 by default

Fixes #110 by default. You are free to change the PR so it becomes an option rather than the default. I'm not very good at PHP, so please do comment on if you can do it in a be

Fixes #110 by default

Fixes #110 by default. You are free to change the PR so it becomes an option rather than the default. I'm not very good at PHP, so please do comment on if you can do it in a better way.

show more ...


# ba3bbb2d 05-Jun-2018 runout-at <markus@runout.at>

delete duplicate comments


# 2a2b0fb2 05-Jun-2018 runout-at <markus@runout.at>

Merge branch 'master' into master


# 0d312c38 12-Nov-2017 Gnedov Pavel <pavel@gnedov.info>

Fixed code style


# 6a3917d8 09-Jul-2016 runout-at <markus@runout.at>

Update list.php


# 4818435f 06-Jul-2016 runout-at <markus@runout.at>

bug, error if no todos defined

closes issue #80


# 39352042 06-Jul-2016 runout-at <markus@runout.at>

bug, error if no todos defined

function filterpages
check if the $todopages array is empty

closes issue #80


# 4503b1bf 23-Feb-2016 runout-at <markus@runout.at>

Merge pull request #61 from mizunashi-mana/mizunashi-mana-patch-1

Modify list.php to search with newline.


# 653a88bc 23-Feb-2016 Leonard <leonard.frank@siemens.com>

Added startat, dueat and completedat parameters for better filtering.


# 8038693e 03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

Adjust method signatures to match parent


# 77c1bde3 14-May-2015 Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp>

Modify list.php to search with newline.


123