5b447106 | 26-Aug-2025 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Translate 'Uncheck all ToDos'
'Uncheck all ToDos' button isn't translated for another languages. |
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. |
4b7f33f3 | 10-May-2024 |
Christian Marg <marg@rz.tu-clausthal.de> |
remove further searchpattern references and (probably) defunct code. |
180cffab | 05-Jun-2021 |
greeneng <andrewsim86@mail.ru> |
added option to set priority for to-do item: ! - low priority !! - medium priority !!! - high priority
more than 3 exclamation marks are parsed as high priority it simply adds class name to <span
added option to set priority for to-do item: ! - low priority !! - medium priority !!! - high priority
more than 3 exclamation marks are parsed as high priority it simply adds class name to <span class="todotext">...
show more ...
|
fab83bd7 | 15-Feb-2024 |
robert <develop@weinmeister.org> |
Updated function documentation |
b35bdc5c | 12-Feb-2024 |
robert <develop@weinmeister.org> |
Improves handling of uncheck all button |
4afeeeed | 12-Sep-2023 |
RobertWeinmeister <develop@weinmeister.org> |
Adds button to reset all ToDos on the page |
1de84fda | 05-Sep-2023 |
Robert Weinmeister <develop@weinmeister.org> |
Wraps every todo in a span of class 'todo' |
603b0325 | 31-Jul-2023 |
runout-at <markus@runout.at> |
default for $data['username'] |
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> |
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 |
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 |
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 |
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 |
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. |