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
9aec4963
Commit
9aec4963
authored
Jun 30, 2005
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 298826: Fixes some spelling errors - Patch by Frank Wein <bugzilla@mcsmurf.de> r=timeless a=myk
parent
de1f3fe9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
defparams.pl
defparams.pl
+5
-5
sanitycheck.cgi
sanitycheck.cgi
+1
-1
No files found.
defparams.pl
View file @
9aec4963
...
...
@@ -607,7 +607,7 @@ sub find_languages {
<dl>
<dt>DB</dt>
<dd>
Bugzilla\'s builtin authentication. This is the most common
Bugzilla\'s built
-
in authentication. This is the most common
choice.
</dd>
<dt>LDAP</dt>
...
...
@@ -736,7 +736,7 @@ To use the wonders of Bugzilla, you can use the following:
name
=>
'newchangedmail'
,
desc
=>
'The email that gets sent to people when a bug changes. Within '
.
'this text, %to% gets replaced with the e-mail address of the '
.
'person rec
ie
ving the mail. %bugid% gets replaced by the bug '
.
'person rec
ei
ving the mail. %bugid% gets replaced by the bug '
.
'number. %diffs% gets replaced with what\'s changed. '
.
'%neworchanged% is "New:" if this mail is reporting a new bug or '
.
'empty if changes were made to an existing one. %summary% gets '
.
...
...
@@ -966,7 +966,7 @@ You will get this message once a day until you\'ve dealt with these bugs!
package</a> will generate the graphs remotely.</li>
<li>A blank value will disable dependency graphing.</li>
</ul>
The default value is a public
al
ly-accessible webdot server. If you change
The default value is a publicly-accessible webdot server. If you change
this value, make certain that the webdot server can read files from your
webdot directory. On Apache you do this by editing the .htaccess file,
for other systems the needed measures may vary. You can run checksetup.pl
...
...
@@ -989,7 +989,7 @@ You will get this message once a day until you\'ve dealt with these bugs!
{
name
=>
'emailregexpdesc'
,
desc
=>
'This describes in
e
nglish words what kinds of legal addresses '
.
desc
=>
'This describes in
E
nglish words what kinds of legal addresses '
.
'are allowed by the <tt>emailregexp</tt> param.'
,
type
=>
'l'
,
default
=>
'A legal address must contain exactly one \'@\', and at least '
.
...
...
@@ -1028,7 +1028,7 @@ You will get this message once a day until you\'ve dealt with these bugs!
'why the vote(s) were removed. %votesremoved%, %votesold% and '
.
'%votesnew% is the number of votes removed, before and after '
.
'respectively. %votesremovedtext%, %votesoldtext% and '
.
'%votesnewtext% are these as sentences, e
g
"You had 2 votes on '
.
'%votesnewtext% are these as sentences, e
.g.
"You had 2 votes on '
.
'this bug." %count% is also supported for backwards '
.
'compatibility. %<i>anythingelse</i>% gets replaced by the '
.
'definition of that parameter (as defined on this page).'
,
...
...
sanitycheck.cgi
View file @
9aec4963
...
...
@@ -777,7 +777,7 @@ BugCheck("bugs WHERE bug_status = 'UNCONFIRMED' AND everconfirmed = 1",
"Bugs that are UNCONFIRMED but have everconfirmed set"
);
# The below list of resolutions is hardcoded because we don't know if future
# resolutions will be confirmed, unconfirmed or maybeconfirmed. I suspect
# they will be maybeconfirmed, e
g
ASLEEP and REMIND. This hardcoding should
# they will be maybeconfirmed, e
.g.
ASLEEP and REMIND. This hardcoding should
# disappear when we have customised statuses.
BugCheck
(
"bugs WHERE bug_status IN ('NEW', 'ASSIGNED', 'REOPENED') AND everconfirmed = 0"
,
"Bugs with confirmed status but don't have everconfirmed set"
);
...
...
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