forum posts tagged bugreport get moved to the bug list and can be closed
This commit is contained in:
parent
c952c485c8
commit
fd9ea6e1da
5 changed files with 10 additions and 3 deletions
|
@ -2,7 +2,7 @@ This is git-annex's bug list.
|
||||||
|
|
||||||
To mark a bug as closed add \[\[done\]\] to the end of the original bug description. Closed bugs are moved to [[done]].
|
To mark a bug as closed add \[\[done\]\] to the end of the original bug description. Closed bugs are moved to [[done]].
|
||||||
|
|
||||||
[[!inline pages="./bugs/* and !./bugs/*/* and !./bugs/done and !link(done)
|
[[!inline pages="(./bugs/* or tagged(forum/bugreport)) and !./bugs/*/* and !./bugs/done and !link(done)
|
||||||
and !./bugs/moreinfo and !./bugs/confirmed and !./bugs/forwarded and !./bugs/duplicate
|
and !./bugs/moreinfo and !./bugs/confirmed and !./bugs/forwarded and !./bugs/duplicate
|
||||||
and !*/Discussion"
|
and !*/Discussion"
|
||||||
actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes
|
actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
recently fixed [[bugs]]
|
recently fixed [[bugs]]
|
||||||
|
|
||||||
[[!inline pages="./* and link(./done) and !*/Discussion" sort=mtime show=0
|
[[!inline pages="(./* or or tagged(forum/bugreport)) and link(./done) and !*/Discussion" sort=mtime show=0
|
||||||
archive=yes feedlimit=10]]
|
archive=yes feedlimit=10]]
|
||||||
|
|
|
@ -5,5 +5,5 @@ But, please don't post bug reports here. Put them in [[bugs]].
|
||||||
And please don't make wishlist requests here. Put them in [[todo]].
|
And please don't make wishlist requests here. Put them in [[todo]].
|
||||||
(If you post bugs/todo here, it'll just get moved.)
|
(If you post bugs/todo here, it'll just get moved.)
|
||||||
|
|
||||||
[[!inline pages="forum/* and !*/Discussion" archive=yes feedlimit=10
|
[[!inline pages="forum/* and !tagged(forum/bugreport) and !*/Discussion" archive=yes feedlimit=10
|
||||||
rootpage=forum postformtext="Add a new thread titled:"]]
|
rootpage=forum postformtext="Add a new thread titled:"]]
|
||||||
|
|
|
@ -17,3 +17,5 @@ on the manjaro linux: 8.20210428-g27e5f3cd5
|
||||||
|
|
||||||
# Question
|
# Question
|
||||||
I understood that it's something about old and new hash format but how to get files in a such situation? Or how to unify hash format?
|
I understood that it's something about old and new hash format but how to get files in a such situation? Or how to unify hash format?
|
||||||
|
|
||||||
|
[[!tag bugreport]] [[done]]
|
||||||
|
|
5
doc/forum/bugreport.mdwn
Normal file
5
doc/forum/bugreport.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
This forum is not for bug reports, but people ignore that and post them
|
||||||
|
here anyway. Such posts get tagged with this bugreport page, which makes
|
||||||
|
them be listed in [[bugs]] rather than in the forum.
|
||||||
|
|
||||||
|
[[!tag bugreport]]
|
Loading…
Add table
Add a link
Reference in a new issue