History log of /plugin/todo/ (Results 26 – 50 of 213)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
58eb985424-Jul-2023 runout-at <markus@runout.at>

fix 'Unknown key' for PHP8.2

4f36f53714-Jul-2023 Christian Marg <marg@rz.tu-clausthal.de>

Update README.md

Fix markdown...

55359bf014-Jul-2023 Christian Marg <marg@rz.tu-clausthal.de>

add release procedure to README.md

bca12b3114-Jul-2023 Christian Marg <marg@rz.tu-clausthal.de>

Bump release date

312a5b0611-Jul-2023 Robert Weinmeister <develop@weinmeister.org>

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

7e2ba96011-Jul-2023 Robert Weinmeister <develop@weinmeister.org>

Allows empty todo items

c5dc5b5707-Jul-2023 robert <develop@weinmeister.org>

Refactores rendering code to properly use the render data

- Removes $todotitle as it is not used
- Skips rendering if $data is empty

e0b55cb617-May-2023 Christian Marg <marg@rz.tu-clausthal.de>

Bump Date

f2dea6ee13-Apr-2023 Robert Weinmeister <develop@weinmeister.org>

Initialise $result for all paths

f4ba1e7506-Apr-2023 robert <develop@weinmeister.org>

Fixes undefined variable $return in todo.php on line 284

ad908e5c06-Apr-2023 robert <develop@weinmeister.org>

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

a5bff6f101-Mar-2023 einhirn <marg@rz.tu-clausthal.de>

bump plugin.info.txt

01008d9821-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.

34b50c5b30-Nov-2022 Laurent Forthomme <lforthomme@protonmail.com>

Update todo.php

71f7153a30-Nov-2022 Laurent Forthomme <lforthomme@protonmail.com>

Update todo.php

Ensure `$option` is not empty before unpacking

7e36f4ff10-Aug-2022 runout-at <markus@runout.at>

bump version date

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

396fa99606-Aug-2022 runout-at <markus@runout.at>

Bump version date, plugin.info.txt

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

fix shortlist because of unnecessary return

#128

59d3c29517-Jun-2020 Christian Marg <marg@rz.tu-clausthal.de>

Bump Release Date

cbf034ab17-Jun-2020 Christian Marg <marg@rz.tu-clausthal.de>

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

60db5b5d06-Feb-2020 Christian Marg <marg@rz.tu-clausthal.de>

added display of user and date of task completion.

3f5a70e206-Feb-2020 Christian Marg <marg@rz.tu-clausthal.de>

show all assigned users instead of first one only

3c97ec2706-Feb-2020 Christian Marg <marg@rz.tu-clausthal.de>

removed ancient change log from code

b654694306-Feb-2020 Christian Marg <marg@rz.tu-clausthal.de>

corrected regex greedyness, fixed #84

123456789