Bug #70635 | feature request: include bug number in attached files view | ||
---|---|---|---|
Submitted: | 16 Oct 2013 12:10 | Modified: | 17 Dec 2013 14:31 |
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Websites: bugs.mysql.com | Severity: | S4 (Feature request) |
Version: | OS: | Any | |
Assigned to: | Vlad Safronov | CPU Architecture: | Any |
[16 Oct 2013 12:10]
Hartmut Holzgraefe
[16 Oct 2013 12:13]
MySQL Verification Team
this would be useful. in the old days we could directly query the internal bugdb but this is not possible anymore, and never available for public.
[25 Nov 2013 13:40]
Vlad Safronov
Hi Hartmut! The feature has been added (new links). Also added "MySQL-Bug-Id" http header for older links.
[26 Nov 2013 9:07]
Hartmut Holzgraefe
Nice ... why the extra MySQL-Bug-Id though? (which can be hard to retrieve depending on the client used) Why not if(!isset($_REQUEST["bug_id"])) { header("Location: http://...file.php...&bug_id=$bug_id"); exit; } instead of header("MySQL-Bug-Id: $bug_id"); ? Only minimal extra effort but a much better user experience, isn't it?
[26 Nov 2013 15:55]
Vlad Safronov
Addicted to "wget -S <url>" for downloading :) Ok, redirect implemented as more user friendly.