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
d5adbc10
Commit
d5adbc10
authored
Nov 12, 2007
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin
parent
50cdda2d
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
34 additions
and
5 deletions
+34
-5
chart.cgi
chart.cgi
+1
-0
createaccount.cgi
createaccount.cgi
+2
-0
using.xml
docs/xml/using.xml
+1
-1
enter_bug.cgi
enter_bug.cgi
+3
-0
report.cgi
report.cgi
+3
-0
confirm-delete.html.tmpl
template/en/default/attachment/confirm-delete.html.tmpl
+4
-1
create.html.tmpl
template/en/default/attachment/create.html.tmpl
+1
-0
created.html.tmpl
template/en/default/attachment/created.html.tmpl
+1
-0
diff-header.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
+1
-1
edit.html.tmpl
template/en/default/attachment/edit.html.tmpl
+1
-0
updated.html.tmpl
template/en/default/attachment/updated.html.tmpl
+1
-0
dependency-tree.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
+1
-0
show-multiple.html.tmpl
template/en/default/bug/show-multiple.html.tmpl
+1
-0
show.html.tmpl
template/en/default/bug/show.html.tmpl
+1
-0
summarize-time.html.tmpl
template/en/default/bug/summarize-time.html.tmpl
+1
-0
list.html.tmpl
template/en/default/list/list.html.tmpl
+1
-0
menu.html.tmpl
template/en/default/reports/menu.html.tmpl
+1
-0
old-charts.html.tmpl
template/en/default/reports/old-charts.html.tmpl
+5
-2
search-advanced.html.tmpl
template/en/default/search/search-advanced.html.tmpl
+1
-0
search-create-series.html.tmpl
template/en/default/search/search-create-series.html.tmpl
+1
-0
search-report-graph.html.tmpl
template/en/default/search/search-report-graph.html.tmpl
+1
-0
search-report-table.html.tmpl
template/en/default/search/search-report-table.html.tmpl
+1
-0
No files found.
chart.cgi
View file @
d5adbc10
...
...
@@ -71,6 +71,7 @@ if (grep(/^cmd-/, $cgi->param())) {
my
$action
=
$cgi
->
param
(
'action'
);
my
$series_id
=
$cgi
->
param
(
'series_id'
);
$vars
->
{
'doc_section'
}
=
'reporting.html#charts'
;
# Because some actions are chosen by buttons, we can't encode them as the value
# of the action param, because that value is localization-dependent. So, we
...
...
createaccount.cgi
View file @
d5adbc10
...
...
@@ -45,6 +45,8 @@ my $cgi = Bugzilla->cgi;
my
$template
=
Bugzilla
->
template
;
my
$vars
=
{};
$vars
->
{
'doc_section'
}
=
'myaccount.html'
;
print
$cgi
->
header
();
# If we're using LDAP for login, then we can't create a new account here.
...
...
docs/xml/using.xml
View file @
d5adbc10
...
...
@@ -1426,7 +1426,7 @@
</section>
<section>
<section
id=
"charts-new-series"
>
<title>
Creating New Data Sets
</title>
<para>
...
...
enter_bug.cgi
View file @
d5adbc10
...
...
@@ -61,6 +61,9 @@ my $dbh = Bugzilla->dbh;
my
$template
=
Bugzilla
->
template
;
my
$vars
=
{};
# All pages point to the same part of the documentation.
$vars
->
{
'doc_section'
}
=
'bugreports.html'
;
my
$product_name
=
trim
(
$cgi
->
param
(
'product'
)
||
''
);
# Will contain the product object the bug is created in.
my
$product
;
...
...
report.cgi
View file @
d5adbc10
...
...
@@ -316,6 +316,9 @@ if ($cgi->param('debug')) {
print
Data::Dumper::
Dumper
(
@image_data
)
.
"\n\n</pre>"
;
}
# All formats point to the same section of the documentation.
$vars
->
{
'doc_section'
}
=
'reporting.html#reports'
;
$template
->
process
(
"$format->{'template'}"
,
$vars
)
||
ThrowTemplateError
(
$template
->
error
());
...
...
template/en/default/attachment/confirm-delete.html.tmpl
View file @
d5adbc10
...
...
@@ -25,7 +25,10 @@
[%+ "$terms.Bug " _ a.bug_id FILTER bug_link(a.bug_id) FILTER none %]
[% END %]
[% PROCESS global/header.html.tmpl title = title %]
[% PROCESS global/header.html.tmpl
title = title
doc_section = "attachments.html"
%]
<table border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF">
...
...
template/en/default/attachment/create.html.tmpl
View file @
d5adbc10
...
...
@@ -36,6 +36,7 @@
onload="setContentTypeDisabledState(document.entryform);"
style_urls = [ 'skins/standard/create_attachment.css' ]
javascript_urls = [ "js/attachment.js" ]
doc_section = "attachments.html"
%]
<form name="entryform" method="post" action="attachment.cgi" enctype="multipart/form-data">
...
...
template/en/default/attachment/created.html.tmpl
View file @
d5adbc10
...
...
@@ -28,6 +28,7 @@
[% PROCESS global/header.html.tmpl
title = "Attachment $attachment.id added to $terms.Bug $attachment.bug_id"
doc_section = "bug_page.html"
%]
<dl>
...
...
template/en/default/attachment/diff-header.html.tmpl
View file @
d5adbc10
...
...
@@ -224,7 +224,7 @@ tbody.file pre:empty {
[% subheader = BLOCK %]
[% bugsummary FILTER html %]
[% END %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
doc_section = "attachments.html#patchviewer"
%]
[% ELSE %]
<html>
<head>
...
...
template/en/default/attachment/edit.html.tmpl
View file @
d5adbc10
...
...
@@ -35,6 +35,7 @@
title = title
header = header
subheader = subheader
doc_section = "attachments.html"
style = "
table.attachment_info th { text-align: right; vertical-align: top; }
table.attachment_info td { text-align: left; vertical-align: top; }
...
...
template/en/default/attachment/updated.html.tmpl
View file @
d5adbc10
...
...
@@ -27,6 +27,7 @@
[% PROCESS global/header.html.tmpl
title = "Changes Submitted to Attachment $attachment.id of $terms.Bug $attachment.bug_id"
doc_section = "bug_page.html"
%]
<dl>
...
...
template/en/default/bug/dependency-tree.html.tmpl
View file @
d5adbc10
...
...
@@ -31,6 +31,7 @@
javascript_urls = ["js/expanding-tree.js"]
style_urls = ["skins/standard/dependency-tree.css"]
subheader = filtered_desc
doc_section = "hintsandtips.html#dependencytree"
%]
[% PROCESS depthControlToolbar %]
...
...
template/en/default/bug/show-multiple.html.tmpl
View file @
d5adbc10
...
...
@@ -29,6 +29,7 @@
h1 = ""
style_urls = ["skins/standard/show_multiple.css",
"skins/standard/buglist.css"]
doc_section = "bug_page.html"
%]
[% PROCESS bug/time.html.tmpl %]
[% IF bugs.first %]
...
...
template/en/default/bug/show.html.tmpl
View file @
d5adbc10
...
...
@@ -40,6 +40,7 @@
"bz_bug_$bug.bug_id"
]
javascript_urls = [ "js/util.js", "js/keyword-chooser.js" ]
doc_section = "bug_page.html"
%]
[% END %]
...
...
template/en/default/bug/summarize-time.html.tmpl
View file @
d5adbc10
...
...
@@ -33,6 +33,7 @@
title = title
header = header
style_urls = ["skins/standard/summarize-time.css"]
doc_section = "timetracking.html"
%]
[% INCLUDE query_form %]
...
...
template/en/default/list/list.html.tmpl
View file @
d5adbc10
...
...
@@ -49,6 +49,7 @@
style = style
atomlink = "buglist.cgi?$urlquerypart&title=$title&ctype=atom"
javascript_urls = [ "js/util.js", "js/keyword-chooser.js" ]
doc_section = "query.html#list"
%]
<div class="bz_query_head" align="center">
...
...
template/en/default/reports/menu.html.tmpl
View file @
d5adbc10
...
...
@@ -27,6 +27,7 @@
[% PROCESS global/header.html.tmpl
title = "Reporting and Charting Kitchen"
doc_section = "reporting.html"
%]
<p>
...
...
template/en/default/reports/old-charts.html.tmpl
View file @
d5adbc10
...
...
@@ -21,8 +21,11 @@
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS global/header.html.tmpl title = "$terms.Bug Charts"
h1 = "Welcome to the $terms.Bugzilla Charting Kitchen" %]
[% PROCESS global/header.html.tmpl
title = "$terms.Bug Charts"
h1 = "Welcome to the $terms.Bugzilla Charting Kitchen"
doc_section = "reporting.html#charts"
%]
<div align="center">
[% IF url_image %]
...
...
template/en/default/search/search-advanced.html.tmpl
View file @
d5adbc10
...
...
@@ -40,6 +40,7 @@ var queryform = "queryform"
javascript = js_data
javascript_urls = [ "js/productform.js" "js/util.js" "js/help.js" ]
style_urls = [ "skins/standard/help.css" ]
doc_section = "query.html"
style = "dl.bug_changes dt {
margin-top: 15px;
}"
...
...
template/en/default/search/search-create-series.html.tmpl
View file @
d5adbc10
...
...
@@ -35,6 +35,7 @@
onload = "doOnSelectProduct(0);"
javascript = js_data
javascript_urls = [ "js/productform.js" ]
doc_section = "reporting.html#charts-new-series"
%]
<form method="get" action="chart.cgi" name="chartform">
...
...
template/en/default/search/search-report-graph.html.tmpl
View file @
d5adbc10
...
...
@@ -34,6 +34,7 @@ var queryform = "reportform"
onload = "doOnSelectProduct(0); chartTypeChanged()"
javascript = js_data
javascript_urls = [ "js/productform.js" ]
doc_section = "reporting.html#reports"
%]
[% PROCESS "search/search-report-select.html.tmpl" %]
...
...
template/en/default/search/search-report-table.html.tmpl
View file @
d5adbc10
...
...
@@ -34,6 +34,7 @@ var queryform = "reportform"
onload = "doOnSelectProduct(0)"
javascript = js_data
javascript_urls = [ "js/productform.js" ]
doc_section = "reporting.html#reports"
%]
[% PROCESS "search/search-report-select.html.tmpl" %]
...
...
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