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

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

Fix #117

47ba2f7714-Feb-2019 Braintelligence <Braintelligence@users.noreply.github.com>

Sort duedated todos above those without

e1fc243e13-Feb-2019 Braintelligence <Braintelligence@users.noreply.github.com>

Fixes #110 by default

Fixes #110 by default. You are free to change the PR so it becomes an option rather than the default. I'm not very good at PHP, so please do comment on if you can do it in a be

Fixes #110 by default

Fixes #110 by default. You are free to change the PR so it becomes an option rather than the default. I'm not very good at PHP, so please do comment on if you can do it in a better way.

show more ...

49068ece07-Jun-2018 runout-at <markus@runout.at>

fix realname in todolist

fixes #98

6321dc1c05-Jun-2018 runout-at <markus@runout.at>

fix in rendering username

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

ba3bbb2d05-Jun-2018 runout-at <markus@runout.at>

delete duplicate comments

464eaff627-Feb-2018 Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>

Added missing space before "checked" attribute

95c3008f18-Dec-2017 runout-at <markus@runout.at>

Adjust method signatures

0d312c3812-Nov-2017 Gnedov Pavel <pavel@gnedov.info>

Fixed code style

6a3917d809-Jul-2016 runout-at <markus@runout.at>

Update list.php

4818435f06-Jul-2016 runout-at <markus@runout.at>

bug, error if no todos defined

closes issue #80

3935204206-Jul-2016 runout-at <markus@runout.at>

bug, error if no todos defined

function filterpages
check if the $todopages array is empty

closes issue #80

653a88bc23-Feb-2016 Leonard <leonard.frank@siemens.com>

Added startat, dueat and completedat parameters for better filtering.

8038693e03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

Adjust method signatures to match parent

88bcff5a14-May-2015 Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp>

Change that items of TodoList are not clickable.

77c1bde314-May-2015 Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp>

Modify list.php to search with newline.

1b0b15cd07-May-2015 Robin Helgelin <robin@connectedtable.com>

- Add missing break.

d30f06dd07-May-2015 Robin Helgelin <robin@connectedtable.com>

- Added a short variant of the list.

da0f164615-Mar-2015 Piotr Orzechowski <piotr.orzechowski@posteo.de>

hide ~~NOTODO~~ from wiki pages

05dcb4b414-Mar-2015 runout-at <markus@runout.at>

exclude todos with ~~NOTODO~~

if ~~NOTODO~~ is used on a page, all todos on this page will be excluded on any todolist.
i just don't know how to hide the ~~NOTODO~~ text on the page. (please help)

ed5eba0f26-Nov-2014 einhirn <marg@rz.tu-clausthal.de>

Array dereferencing only works on PHP5.4+

e03fce3102-Nov-2014 runout-at <markus@runout.at>

optimisation, performance

filtering on namespaces was very slow.
now filter_ns() is calld before parsing the page content.

1234