Check if there is any https://bugs.archlinux.org links left in the HTML
I recall seeing it under "Duplicate tasks of this task" with attachment downloading disabled.
Ex: https://gitlab.archlinux.org/archlinux/archlinux-bugs-snapshotter/-/commit/d5d4e48790fa212309f44df65b84158629a0c8cb (I think it was href="19476.html"
before because 19476.html
was downloaded at the same time as 21098).
The same applies for rewrite user/19436.html (77%)
.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
Link issues together to show that they're related or that one is blocking others.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Kristian Klausen changed the description
Compare with previous version changed the description
- Kristian Klausen mentioned in commit 2f50ae7c
mentioned in commit 2f50ae7c
- Kristian Klausen changed the description
Compare with previous version changed the description
- Author Developer
The
getfile
issue (content-disposition: attachment; filename="."
) can be fixed by failing back to a random attachment name.$ grep 'getfile' * | grep href 10301.html: href="https://bugs.archlinux.org/task/10301?getfile=2076" 12564.html: href="https://bugs.archlinux.org/task/12564?getfile=3472" 12689.html: href="https://bugs.archlinux.org/task/12689?getfile=2926" 12960.html: href="https://bugs.archlinux.org/task/12960?getfile=3493" 13027.html: href="https://bugs.archlinux.org/task/13027?getfile=3032" 13027.html: href="https://bugs.archlinux.org/task/13027?getfile=3035" 13201.html: href="https://bugs.archlinux.org/task/13201?getfile=3446" 13586.html: href="https://bugs.archlinux.org/task/13586?getfile=3349" 13586.html: href="https://bugs.archlinux.org/task/13586?getfile=3367" 13624.html: href="https://bugs.archlinux.org/task/13624?getfile=3479" 13892.html: href="https://bugs.archlinux.org/task/13892?getfile=3310" 13926.html: href="https://bugs.archlinux.org/task/13926?getfile=3307" 13926.html: href="https://bugs.archlinux.org/task/13926?getfile=3311" 13926.html: href="https://bugs.archlinux.org/task/13926?getfile=3312" 14048.html: href="https://bugs.archlinux.org/task/14048?getfile=3329" 14113.html: href="https://bugs.archlinux.org/task/14113?getfile=3473" 14142.html: href="https://bugs.archlinux.org/task/14142?getfile=3342" 14169.html: href="https://bugs.archlinux.org/task/14169?getfile=3344" 14264.html: href="https://bugs.archlinux.org/task/14264?getfile=3371" 14431.html: href="https://bugs.archlinux.org/task/14431?getfile=3423" 14536.html: href="https://bugs.archlinux.org/task/14536?getfile=3443" 14622.html: href="https://bugs.archlinux.org/task/14622?getfile=3450" 14622.html: href="https://bugs.archlinux.org/task/14622?getfile=3454" 14626.html: href="https://bugs.archlinux.org/task/14626?getfile=3461" 14701.html: href="https://bugs.archlinux.org/task/14701?getfile=3482" 14701.html: href="https://bugs.archlinux.org/task/14701?getfile=3483" 14846.html: href="https://bugs.archlinux.org/task/14846?getfile=3549" 15123.html: href="http://www.sqlite.org/cvstrac/getfile?f=sqlite/tool/lemon.c&v=1.69" 6698.html: href="https://bugs.archlinux.org/task/6698?getfile=2694" $ grep -r 'href="https://bugs.arch' | grep -v ie.css | grep task | head -n 20 10301.html: href="https://bugs.archlinux.org/task/10301?getfile=2076" 6698.html: href="https://bugs.archlinux.org/task/6698?getfile=2694" 12689.html: href="https://bugs.archlinux.org/task/12689?getfile=2926" 12564.html: href="https://bugs.archlinux.org/task/12564?getfile=3472" 13201.html: href="https://bugs.archlinux.org/task/13201?getfile=3446" 13586.html: href="https://bugs.archlinux.org/task/13586?getfile=3349" 13586.html: href="https://bugs.archlinux.org/task/13586?getfile=3367" 13624.html: href="https://bugs.archlinux.org/task/13624?getfile=3479" 12960.html: href="https://bugs.archlinux.org/task/12960?getfile=3493" 13027.html: href="https://bugs.archlinux.org/task/13027?getfile=3032" 13027.html: href="https://bugs.archlinux.org/task/13027?getfile=3035" 56638.html: href="https://bugs.archlinux.org/task/54637?string=linux-hardened&project=5&type%5B0%5D=&sev%5B0%5D=&pri%5B0%5D=&due%5B0%5D=&reported%5B0%5D=&cat%5B0%5D=&status%5B0%5D=&percent%5B0%5D=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto" 57036.html: href="https://bugs.archlinux.org/task/57052?project=1&string=glib2" 57105.html: href="https://bugs.archlinux.org/task/54471?project=1" 57737.html: href="https://bugs.archlinux.org/task/45981?project=2" 57739.html: href="https://bugs.archlinux.org/task/59920?project=5&string=cppcheck" 57806.html: href="https://bugs.archlinux.org/task/56811?project=5" 57806.html: href="https://bugs.archlinux.org/task/54699?project=5" 57806.html: href="https://bugs.archlinux.org/task/54698?project=5" 58925.html: href="https://bugs.archlinux.org/task/59046?opened=27776&type%5B0%5D=&sev%5B0%5D=&due%5B0%5D=&cat%5B0%5D=&status%5B0%5D=open&percent%5B0%5D=&reported%5B0%5D"
Please register or sign in to reply