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 |
db9337b0 | 06-Feb-2020 |
Christian Marg <marg@rz.tu-clausthal.de> |
Fix #117 |
47ba2f77 | 14-Feb-2019 |
Braintelligence <Braintelligence@users.noreply.github.com> |
Sort duedated todos above those without |
e1fc243e | 13-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 ...
|
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 |
ba3bbb2d | 05-Jun-2018 |
runout-at <markus@runout.at> |
delete duplicate comments |
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 |
0d312c38 | 12-Nov-2017 |
Gnedov Pavel <pavel@gnedov.info> |
Fixed code style |
6a3917d8 | 09-Jul-2016 |
runout-at <markus@runout.at> |
Update list.php |
4818435f | 06-Jul-2016 |
runout-at <markus@runout.at> |
bug, error if no todos defined
closes issue #80 |
39352042 | 06-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 |
653a88bc | 23-Feb-2016 |
Leonard <leonard.frank@siemens.com> |
Added startat, dueat and completedat parameters for better filtering. |
8038693e | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
Adjust method signatures to match parent |
88bcff5a | 14-May-2015 |
Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp> |
Change that items of TodoList are not clickable. |
77c1bde3 | 14-May-2015 |
Mizunashi Mana <mizunashi_mana@mma.club.uec.ac.jp> |
Modify list.php to search with newline. |
1b0b15cd | 07-May-2015 |
Robin Helgelin <robin@connectedtable.com> |
- Add missing break. |
d30f06dd | 07-May-2015 |
Robin Helgelin <robin@connectedtable.com> |
- Added a short variant of the list. |
da0f1646 | 15-Mar-2015 |
Piotr Orzechowski <piotr.orzechowski@posteo.de> |
hide ~~NOTODO~~ from wiki pages |
05dcb4b4 | 14-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) |
ed5eba0f | 26-Nov-2014 |
einhirn <marg@rz.tu-clausthal.de> |
Array dereferencing only works on PHP5.4+ |
e03fce31 | 02-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. |