History log of /plugin/todo/syntax/ (Results 1 – 25 of 99)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5b44710626-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.

7476786e10-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.

4b7f33f310-May-2024 Christian Marg <marg@rz.tu-clausthal.de>

remove further searchpattern references and (probably) defunct code.

180cffab05-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 ...

fab83bd715-Feb-2024 robert <develop@weinmeister.org>

Updated function documentation

b35bdc5c12-Feb-2024 robert <develop@weinmeister.org>

Improves handling of uncheck all button

4afeeeed12-Sep-2023 RobertWeinmeister <develop@weinmeister.org>

Adds button to reset all ToDos on the page

1de84fda05-Sep-2023 Robert Weinmeister <develop@weinmeister.org>

Wraps every todo in a span of class 'todo'

603b032531-Jul-2023 runout-at <markus@runout.at>

default for $data['username']

2e50ddd931-Jul-2023 runout-at <markus@runout.at>

is_object -> isset

fe07407424-Jul-2023 runout-at <markus@runout.at>

fix 'Unknown key' for PHP8.2

58eb985424-Jul-2023 runout-at <markus@runout.at>

fix 'Unknown key' for PHP8.2

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

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

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

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.

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

fix shortlist because of unnecessary return

#128

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.

1234