From 8db452b3d757978ff7166dc229bdb4ebfbd1bdc7 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 13 Nov 2007 05:15:06 +0000 Subject: Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bug Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/bug/comments.html.tmpl | 12 ++++++------ template/en/default/filterexceptions.pl | 3 +-- template/en/default/global/user-error.html.tmpl | 4 ++++ 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'template/en') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 895ab5306..7a0020d47 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -191,14 +191,14 @@ [% IF mode == "edit" && isinsider %] - - - + - + [% END %] [% IF user.in_group(Param('timetrackinggroup')) && diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 1ae80430a..80957e6c7 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -275,8 +275,7 @@ ], 'bug/comments.html.tmpl' => [ - 'comment.isprivate', - 'comment.time', + 'comment.id', 'bug.bug_id', ], diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 16bc0f7af..b0c087530 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -246,6 +246,10 @@ [% title = "Chart Too Large" %] Sorry, but 2000 x 2000 is the maximum size for a chart. + [% ELSIF error == "comment_invalid_isprivate" %] + You tried to modify the privacy of comment id [% id FILTER html %], + but that is not a valid comment on this [% terms.bug %]. + [% ELSIF error == "comment_required" %] [% title = "Comment Required" %] You have to specify a comment -- cgit v1.2.3-24-g4f1b