From fd9ea6e1da5fba5df484fe540308d83090c769dc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Jul 2021 12:50:08 -0400 Subject: [PATCH] forum posts tagged bugreport get moved to the bug list and can be closed --- doc/bugs.mdwn | 2 +- doc/bugs/done.mdwn | 2 +- doc/forum.mdwn | 2 +- doc/forum/Can__39__t_get_some_files_from_bare_repo.mdwn | 2 ++ doc/forum/bugreport.mdwn | 5 +++++ 5 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 doc/forum/bugreport.mdwn diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 6ce5e77108..eed07b2922 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -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]]. -[[!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 !*/Discussion" actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes diff --git a/doc/bugs/done.mdwn b/doc/bugs/done.mdwn index 62b5fc9e93..a5bc5dd9f2 100644 --- a/doc/bugs/done.mdwn +++ b/doc/bugs/done.mdwn @@ -1,4 +1,4 @@ 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]] diff --git a/doc/forum.mdwn b/doc/forum.mdwn index c6759aed07..660c1963a3 100644 --- a/doc/forum.mdwn +++ b/doc/forum.mdwn @@ -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]]. (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:"]] diff --git a/doc/forum/Can__39__t_get_some_files_from_bare_repo.mdwn b/doc/forum/Can__39__t_get_some_files_from_bare_repo.mdwn index 830df16215..0d955e7c26 100644 --- a/doc/forum/Can__39__t_get_some_files_from_bare_repo.mdwn +++ b/doc/forum/Can__39__t_get_some_files_from_bare_repo.mdwn @@ -17,3 +17,5 @@ on the manjaro linux: 8.20210428-g27e5f3cd5 # 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? + +[[!tag bugreport]] [[done]] diff --git a/doc/forum/bugreport.mdwn b/doc/forum/bugreport.mdwn new file mode 100644 index 0000000000..6647be09c0 --- /dev/null +++ b/doc/forum/bugreport.mdwn @@ -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]]