History log of /plugin/todo/syntax/todo.php (Results 1 – 25 of 50)
Revision Date Author Comments
# 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.


# 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


# ba45c165 01-Feb-2024 Christian Marg <marg@rz.tu-clausthal.de>

Merge pull request #156 from leibler/php8.2

PHP8.2 fixes: Unknown key


# 5b1e53d7 12-Jan-2024 Christian Marg <marg@rz.tu-clausthal.de>

Merge pull request #160 from RobertWeinmeister/wrap-with-span

Wraps every todo in a span of class 'todo'


# 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']


# 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


# 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


# 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


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

Merge pull request #62 from mizunashi-mana/mybetterListItem

Change that items of TodoList are not clickable.


# 49068ece 07-Jun-2018 runout-at <markus@runout.at>

fix realname in todolist

fixes #98


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

fix in rendering username

but the userlink() function from core does still not return the realname


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

Merge pull request #101 from leibler/method-sigs-php7

Adjust method signatures
fixes #91


# 464eaff6 27-Feb-2018 Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>

Added missing space before "checked" attribute


# 95c3008f 18-Dec-2017 runout-at <markus@runout.at>

Adjust method signatures


12