Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0e4b8f78
Commit
0e4b8f78
authored
Apr 02, 2008
by
bbaetz%acm.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 425599 â show_activity missing space for attachment flag changes
r/a=lpsolit
parent
527abd57
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Bug.pm
Bugzilla/Bug.pm
+1
-1
table.html.tmpl
template/en/default/bug/activity/table.html.tmpl
+1
-1
No files found.
Bugzilla/Bug.pm
View file @
0e4b8f78
...
@@ -2892,7 +2892,7 @@ sub GetBugActivity {
...
@@ -2892,7 +2892,7 @@ sub GetBugActivity {
if
(
$activity_visible
)
{
if
(
$activity_visible
)
{
# This gets replaced with a hyperlink in the template.
# This gets replaced with a hyperlink in the template.
$field
=~
s/^Attachment//
if
$attachid
;
$field
=~
s/^Attachment
\s*
//
if
$attachid
;
# Check for the results of an old Bugzilla data corruption bug
# Check for the results of an old Bugzilla data corruption bug
$incomplete_data
=
1
if
(
$added
=~
/^\?/
||
$removed
=~
/^\?/
);
$incomplete_data
=
1
if
(
$added
=~
/^\?/
||
$removed
=~
/^\?/
);
...
...
template/en/default/bug/activity/table.html.tmpl
View file @
0e4b8f78
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<a href="attachment.cgi?id=[% change.attachid %]">
<a href="attachment.cgi?id=[% change.attachid %]">
Attachment #[% change.attachid %]</a>
Attachment #[% change.attachid %]</a>
[% END %]
[% END %]
[% change.field %]
[%
+
change.field %]
</td>
</td>
<td>
<td>
[% IF change.removed.defined %]
[% IF change.removed.defined %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment