use author()
This commit is contained in:
parent
3ec6884a77
commit
99a8455aea
1 changed files with 8 additions and 8 deletions
|
@ -1,23 +1,23 @@
|
||||||
My todos
|
My todos
|
||||||
========
|
========
|
||||||
|
|
||||||
[[!inline pages="todo/* and !todo/done and !link(todo/done) and
|
[[!inline pages="todo/* and !todo/done and !author(todo/done) and
|
||||||
link(users/yoh)" sort=mtime feeds=no actions=yes archive=yes show=0]]
|
author(users/yoh)" sort=mtime feeds=no actions=yes archive=yes show=0]]
|
||||||
|
|
||||||
Done
|
Done
|
||||||
----
|
----
|
||||||
|
|
||||||
[[!inline pages="todo/* and !todo/done and link(todo/done) and
|
[[!inline pages="todo/* and !todo/done and author(todo/done) and
|
||||||
link(users/you)" feeds=no actions=yes archive=yes show=0]]
|
author(users/you)" feeds=no actions=yes archive=yes show=0]]
|
||||||
|
|
||||||
My bugs
|
My bugs
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[[!inline pages="bugs/* and !bugs/done and !link(bugs/done) and
|
[[!inline pages="bugs/* and !bugs/done and !author(bugs/done) and
|
||||||
link(users/you)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]]
|
author(users/you)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]]
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
-----
|
-----
|
||||||
|
|
||||||
[[!inline pages="bugs/* and !bugs/done and link(bugs/done) and
|
[[!inline pages="bugs/* and !bugs/done and author(bugs/done) and
|
||||||
link(users/yoh)" feeds=no actions=yes archive=yes show=0 template=buglist]]
|
author(users/yoh)" feeds=no actions=yes archive=yes show=0 template=buglist]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue