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
218456ce
Commit
218456ce
authored
Jan 08, 2007
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 365256 Period is on the wrong side of a bunch of other parentheses
r=lpsolit a=justdave
parent
078186fc
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
chart.cgi
chart.cgi
+1
-1
collectstats.pl
collectstats.pl
+1
-1
administration.xml
docs/xml/administration.xml
+1
-1
prefs.html.tmpl
template/en/default/account/prefs/prefs.html.tmpl
+1
-1
search-advanced.html.tmpl
template/en/default/search/search-advanced.html.tmpl
+1
-1
userprefs.cgi
userprefs.cgi
+1
-1
No files found.
chart.cgi
View file @
218456ce
...
...
@@ -75,7 +75,7 @@ my $series_id = $cgi->param('series_id');
# Because some actions are chosen by buttons, we can't encode them as the value
# of the action param, because that value is localisation-dependent. So, we
# encode it in the name, as "action-<action>". Some params even contain the
# series_id they apply to (e.g. subscribe, unsubscribe
.)
# series_id they apply to (e.g. subscribe, unsubscribe
).
my
@actions
=
grep
(
/^action-/
,
$cgi
->
param
());
if
(
$actions
[
0
]
&&
$actions
[
0
]
=~
/^action-([^\d]+)(\d*)$/
)
{
$action
=
$1
;
...
...
collectstats.pl
View file @
218456ce
...
...
@@ -45,7 +45,7 @@ use Bugzilla::Product;
use
Bugzilla::
Field
;
# Turn off output buffering (probably needed when displaying output feedback
# in the regenerate mode
.)
# in the regenerate mode
).
$|
=
1
;
# Tidy up after graphing module
...
...
docs/xml/administration.xml
View file @
218456ce
...
...
@@ -742,7 +742,7 @@
<listitem>
<para>
Fill out the "Component" field, a short "Description",
the "Default Assignee" and "Default QA Contact" (if enabled
.)
the "Default Assignee" and "Default QA Contact" (if enabled
).
The Component and Description fields may contain HTML;
the "Default Assignee" field must be a login name
already existing in the database.
...
...
template/en/default/account/prefs/prefs.html.tmpl
View file @
218456ce
...
...
@@ -23,7 +23,7 @@
[%# INTERFACE:
# tabs: List of hashes. May not be empty. Each hash has three members:
# name: string. Name of the tab (used internally.)
# description: string. Description of the tab (used in tab title
.)
# description: string. Description of the tab (used in tab title
).
# saveable: boolean. True if tab has a form which can be submitted.
# True if user is not receiving self-generated mail.
# Note: For each tab name, a template "prefs/${tab.name}.tmpl" must exist,
...
...
template/en/default/search/search-advanced.html.tmpl
View file @
218456ce
...
...
@@ -54,7 +54,7 @@ var queryform = "queryform"
[% IF NOT cgi.param("help") %]
[% IF cgi.user_agent("Mozilla/5") %]
<script type="text/javascript"> <!--
document.write("<p><a href='query.cgi?help=1&format=advanced'>Give me some help<\/a> (reloads page
.)
<\/p>");
document.write("<p><a href='query.cgi?help=1&format=advanced'>Give me some help<\/a> (reloads page
).
<\/p>");
// -->
</script>
[% END %]
...
...
userprefs.cgi
View file @
218456ce
...
...
@@ -39,7 +39,7 @@ local our $vars = {};
###############################################################################
# Each panel has two functions - panel Foo has a DoFoo, to get the data
# necessary for displaying the panel, and a SaveFoo, to save the panel's
# contents from the form data (if appropriate
.)
# contents from the form data (if appropriate
).
# SaveFoo may be called before DoFoo.
###############################################################################
sub
DoAccount
{
...
...
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