47f5e50d4f
The moved bugs that link to [[done]] were not matching because it wanted that to link to bugs/done, but it was a broken link after rename. Adding a stub datalad/done page to avoid the broken link, and adjusting the pagespec so those are listed.
30 lines
1,018 B
Markdown
30 lines
1,018 B
Markdown
TODOs for DataLad
|
|
=================
|
|
|
|
[[!inline pages="todo/* and !todo/done and !link(todo/done) and
|
|
(author(mih) or author(ben) or author(kyle) or tagged(projects/datalad))" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]]
|
|
|
|
|
|
<details>
|
|
<summary>Done</summary>
|
|
|
|
[[!inline pages="todo/* and !todo/done and link(todo/done) and
|
|
(author(mih) or author(ben) or author(kyle) or tagged(projects/datalad))" feeds=no actions=yes archive=yes show=0 template=buglist]]
|
|
|
|
</details>
|
|
|
|
My bugs
|
|
=======
|
|
|
|
[[!inline pages="bugs/* and !bugs/done and !link(bugs/done) and
|
|
(author(mih) or author(ben) or author(kyle) or tagged(projects/datalad))" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist template=buglist]]
|
|
|
|
|
|
|
|
<details>
|
|
<summary>Fixed</summary>
|
|
|
|
[[!inline pages="((bugs/* and !bugs/done and link(bugs/done)) or projects/datalad/bugs-done/*) and
|
|
(author(mih) or author(ben) or author(kyle) or tagged(projects/datalad))" feeds=no actions=yes archive=yes show=0 template=buglist]]
|
|
|
|
</details>
|