| 58eb9854 | 24-Jul-2023 |
runout-at <markus@runout.at> |
fix 'Unknown key' for PHP8.2 |
| 4f36f537 | 14-Jul-2023 |
Christian Marg <marg@rz.tu-clausthal.de> |
Update README.md
Fix markdown... |
| 55359bf0 | 14-Jul-2023 |
Christian Marg <marg@rz.tu-clausthal.de> |
add release procedure to README.md |
| bca12b31 | 14-Jul-2023 |
Christian Marg <marg@rz.tu-clausthal.de> |
Bump release date |
| 312a5b06 | 11-Jul-2023 |
Robert Weinmeister <develop@weinmeister.org> |
Shows empty todo items in todo list as <no title> |
| 7e2ba960 | 11-Jul-2023 |
Robert Weinmeister <develop@weinmeister.org> |
Allows empty todo items |
| c5dc5b57 | 07-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 |
| e0b55cb6 | 17-May-2023 |
Christian Marg <marg@rz.tu-clausthal.de> |
Bump Date |
| f2dea6ee | 13-Apr-2023 |
Robert Weinmeister <develop@weinmeister.org> |
Initialise $result for all paths |
| f4ba1e75 | 06-Apr-2023 |
robert <develop@weinmeister.org> |
Fixes undefined variable $return in todo.php on line 284 |
| ad908e5c | 06-Apr-2023 |
robert <develop@weinmeister.org> |
Fixes undefined variable $condition2 in list.php on line 419 |
| a5bff6f1 | 01-Mar-2023 |
einhirn <marg@rz.tu-clausthal.de> |
bump plugin.info.txt |
| 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. |
| 34b50c5b | 30-Nov-2022 |
Laurent Forthomme <lforthomme@protonmail.com> |
Update todo.php |
| 71f7153a | 30-Nov-2022 |
Laurent Forthomme <lforthomme@protonmail.com> |
Update todo.php
Ensure `$option` is not empty before unpacking |
| 7e36f4ff | 10-Aug-2022 |
runout-at <markus@runout.at> |
bump version date |
| 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. |
| 396fa996 | 06-Aug-2022 |
runout-at <markus@runout.at> |
Bump version date, plugin.info.txt |
| 6bf69edb | 28-Sep-2020 |
chaotic-bruno <46114370+chaotic-bruno@users.noreply.github.com> |
fix shortlist because of unnecessary return
#128 |
| 59d3c295 | 17-Jun-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
Bump Release Date |
| cbf034ab | 17-Jun-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
Don't try to render empty Todotable. Fixes #121 |
| 60db5b5d | 06-Feb-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
added display of user and date of task completion. |
| 3f5a70e2 | 06-Feb-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
show all assigned users instead of first one only |
| 3c97ec27 | 06-Feb-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
removed ancient change log from code |
| b6546943 | 06-Feb-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
corrected regex greedyness, fixed #84 |