* [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: /
@ 2018-12-01 12:08 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-12-01 12:08 UTC (permalink / raw
To: gentoo-commits
commit: 5b3ece55946468a5571fd4c7309480aac267a6a9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 1 12:07:57 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 1 12:08:19 2018 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=5b3ece55
attachment: Force utf-8 if no charset is explicitly specified
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
attachment.cgi | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/attachment.cgi b/attachment.cgi
index 2f04e9594..3f0ff22ba 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -355,13 +355,7 @@ sub view {
if ($contenttype !~ /\bcharset=/i) {
# In order to prevent Apache from adding a charset, we have to send a
# charset that's a single space.
- $cgi->charset(' ');
- if (Bugzilla->feature('detect_charset') && $contenttype =~ /^text\//) {
- my $encoding = detect_encoding($attachment->data);
- if ($encoding) {
- $cgi->charset(find_encoding($encoding)->mime_name);
- }
- }
+ $cgi->charset('UTF-8');
}
print $cgi->header(-type=>"$contenttype; name=\"$filename\"",
-content_disposition=> "$disposition; filename=\"$filename\"",
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: /
@ 2019-07-23 5:58 Robin H. Johnson
0 siblings, 0 replies; 5+ messages in thread
From: Robin H. Johnson @ 2019-07-23 5:58 UTC (permalink / raw
To: gentoo-commits
commit: 484507e8393d34002783d014306c50194739da8d
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:52:07 2019 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:52:07 2019 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=484507e8
Merge tag 'gentoo-5.0.4.8' into bugstest
Release gentoo-5.0.4.8; tweaks robots
.../default/hook/bug/create/create-after_cc_field.html.tmpl | 1 +
.../en/default/hook/bug/edit-after_cc_field.html.tmpl | 1 +
robots-ssl.txt | 13 ++++++-------
3 files changed, 8 insertions(+), 7 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: /
@ 2019-09-13 7:43 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-09-13 7:43 UTC (permalink / raw
To: gentoo-commits
commit: cf314d16a4f86bc6cdf3b8652766fe93b6f858e4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 07:42:35 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 07:42:35 2019 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=cf314d16
Do not add cloned bug to 'depends on'
Bug: https://bugs.gentoo.org/521230
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
enter_bug.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/enter_bug.cgi b/enter_bug.cgi
index e03a88528..0a74af830 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -208,7 +208,7 @@ if ($cloned_bug_id) {
$vars->{'short_desc'} = $cloned_bug->short_desc;
$vars->{'bug_file_loc'} = $cloned_bug->bug_file_loc;
$vars->{'keywords'} = $cloned_bug->keywords;
- $vars->{'dependson'} = join (", ", $cloned_bug_id, @{$cloned_bug->dependson});
+ $vars->{'dependson'} = join (", ", @{$cloned_bug->dependson});
$vars->{'blocked'} = join (", ", @{$cloned_bug->blocked});
$vars->{'deadline'} = $cloned_bug->deadline;
$vars->{'estimated_time'} = $cloned_bug->estimated_time;
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: /
@ 2019-10-15 19:27 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-10-15 19:27 UTC (permalink / raw
To: gentoo-commits
commit: 7ef4ca163290dda8741202cfa2d91565c6e788f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 19:26:41 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 19:26:41 2019 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=7ef4ca16
Merge branch 'master' into bugstest
.../en/default/hook/bug/create/create-after_cc_field.html.tmpl | 3 ---
.../Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl | 3 ---
2 files changed, 6 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: /
@ 2020-01-29 14:47 Robin H. Johnson
0 siblings, 0 replies; 5+ messages in thread
From: Robin H. Johnson @ 2020-01-29 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 8a223623572cb66ba5d1bcd6621dad64095f5483
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 14:39:10 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 14:39:43 2020 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=8a223623
Merge remote-tracking branch 'origin/master' into bugstest
Master gained some changes that didn't stage in bugstest first.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
.../en/default/hook/bug/create/create-after_cc_field.html.tmpl | 4 ++--
.../Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl | 2 +-
template/en/default/attachment/createformcontents.html.tmpl | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-01-29 14:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15 19:27 [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: / Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-01-29 14:47 Robin H. Johnson
2019-09-13 7:43 Michał Górny
2019-07-23 5:58 Robin H. Johnson
2018-12-01 12:08 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox