use author()

This commit is contained in:
Joey Hess 2015-11-10 16:57:48 -04:00
parent 3ec6884a77
commit 99a8455aea
Failed to extract signature

View file

@ -1,23 +1,23 @@
My todos
========
[[!inline pages="todo/* and !todo/done and !link(todo/done) and
link(users/yoh)" sort=mtime feeds=no actions=yes archive=yes show=0]]
[[!inline pages="todo/* and !todo/done and !author(todo/done) and
author(users/yoh)" sort=mtime feeds=no actions=yes archive=yes show=0]]
Done
----
[[!inline pages="todo/* and !todo/done and link(todo/done) and
link(users/you)" feeds=no actions=yes archive=yes show=0]]
[[!inline pages="todo/* and !todo/done and author(todo/done) and
author(users/you)" feeds=no actions=yes archive=yes show=0]]
My bugs
=======
[[!inline pages="bugs/* and !bugs/done and !link(bugs/done) and
link(users/you)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]]
[[!inline pages="bugs/* and !bugs/done and !author(bugs/done) and
author(users/you)" sort=mtime feeds=no actions=yes archive=yes show=0 template=buglist]]
Fixed
-----
[[!inline pages="bugs/* and !bugs/done and link(bugs/done) and
link(users/yoh)" feeds=no actions=yes archive=yes show=0 template=buglist]]
[[!inline pages="bugs/* and !bugs/done and author(bugs/done) and
author(users/yoh)" feeds=no actions=yes archive=yes show=0 template=buglist]]