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
320d2aa1
Commit
320d2aa1
authored
Nov 26, 2005
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
parent
808e4b12
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
17 deletions
+17
-17
User.pm
Bugzilla/User.pm
+1
-1
README.Mailif
contrib/README.Mailif
+1
-1
bug_email.pl
contrib/bug_email.pl
+5
-5
bugmail_help.html
contrib/bugmail_help.html
+8
-8
gnatsparse.py
contrib/gnatsparse/gnatsparse.py
+1
-1
process_bug.cgi
process_bug.cgi
+1
-1
No files found.
Bugzilla/User.pm
View file @
320d2aa1
...
@@ -1488,7 +1488,7 @@ the page footer, and C<0> otherwise.
...
@@ -1488,7 +1488,7 @@ the page footer, and C<0> otherwise.
=item C<identity>
=item C<identity>
Ret
ru
ns a string for the identity of the user. This will be of the form
Ret
ur
ns a string for the identity of the user. This will be of the form
C<name E<lt>emailE<gt>> if the user has specified a name, and C<email>
C<name E<lt>emailE<gt>> if the user has specified a name, and C<email>
otherwise.
otherwise.
...
...
contrib/README.Mailif
View file @
320d2aa1
...
@@ -54,7 +54,7 @@ Search the script after 'default' - you find some default-Settings for bug
...
@@ -54,7 +54,7 @@ Search the script after 'default' - you find some default-Settings for bug
reports, which are used, if the sender did not send a field for it. The defaults
reports, which are used, if the sender did not send a field for it. The defaults
should be checked and changed.
should be checked and changed.
Thats hopefully all, we will come up with any configuration file or something.
That
'
s hopefully all, we will come up with any configuration file or something.
If your mail works, your script will insert mails from now on.
If your mail works, your script will insert mails from now on.
...
...
contrib/bug_email.pl
View file @
320d2aa1
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
#
#
# You need to work with bug_email.pl the MIME::Parser installed.
# You need to work with bug_email.pl the MIME::Parser installed.
#
#
# $Id: bug_email.pl,v 1.
29 2005/08/26 23:11:32 bugreport%peshkin.net
Exp $
# $Id: bug_email.pl,v 1.
30 2005/11/25 19:47:38 timeless%mozdev.org
Exp $
###############################################################
###############################################################
# 02/12/2000 (SML)
# 02/12/2000 (SML)
...
@@ -193,7 +193,7 @@ sub horLine( )
...
@@ -193,7 +193,7 @@ sub horLine( )
# Check if $Name is in $GroupName
# Check if $Name is in $GroupName
# This is no more CreateBugs group, so I'm using this routine to just determine if the user is
# This is no more CreateBugs group, so I'm using this routine to just determine if the user is
# in the database. Eventually, here should be a sep
e
rate routine or renamed, or something (SML)
# in the database. Eventually, here should be a sep
a
rate routine or renamed, or something (SML)
sub
CheckPermissions
{
sub
CheckPermissions
{
my
(
$GroupName
,
$Name
)
=
@_
;
my
(
$GroupName
,
$Name
)
=
@_
;
...
@@ -451,7 +451,7 @@ sub FetchAllSQLData( )
...
@@ -451,7 +451,7 @@ sub FetchAllSQLData( )
# 0 - Its an error, but bugzilla can process the bug. The user should
# 0 - Its an error, but bugzilla can process the bug. The user should
# handle that as a warning.
# handle that as a warning.
#
#
# 1 - It
s a real bug. Bugzilla can
t store the bug. The mail has to be
# 1 - It
's a real bug. Bugzilla can'
t store the bug. The mail has to be
# resent.
# resent.
#
#
# 2 - Permission error: The user does not have the permission to send
# 2 - Permission error: The user does not have the permission to send
...
@@ -465,7 +465,7 @@ sub BugMailError($ $ )
...
@@ -465,7 +465,7 @@ sub BugMailError($ $ )
{
{
my
(
$errflag
,
$text
)
=
@_
;
my
(
$errflag
,
$text
)
=
@_
;
# On permission error, dont sent all other Errors back -> just quit !
# On permission error, don
'
t sent all other Errors back -> just quit !
if
(
$errflag
==
2
)
{
# Permission-Error
if
(
$errflag
==
2
)
{
# Permission-Error
Reply
(
$SenderShort
,
$Message_ID
,
"Bugzilla Error"
,
"Permission denied.\n\n"
.
Reply
(
$SenderShort
,
$Message_ID
,
"Bugzilla Error"
,
"Permission denied.\n\n"
.
"You do not have the permissions to create a new bug. Sorry.\n"
);
"You do not have the permissions to create a new bug. Sorry.\n"
);
...
@@ -677,7 +677,7 @@ sub extractControls( $ )
...
@@ -677,7 +677,7 @@ sub extractControls( $ )
}
}
}
}
# thats it.
# that
'
s it.
return
(
$backbody
);
return
(
$backbody
);
}
}
...
...
contrib/bugmail_help.html
View file @
320d2aa1
...
@@ -39,7 +39,7 @@ You receive a reply mail with the new bug-ID if your request was ok.
...
@@ -39,7 +39,7 @@ You receive a reply mail with the new bug-ID if your request was ok.
If not, you get a mail with
If not, you get a mail with
some help on the bugmail system and a specific analysis of your request.
some help on the bugmail system and a specific analysis of your request.
<P>
<P>
Please dont refuse to send one or two wrong mails, you will get all the information
Please don
'
t refuse to send one or two wrong mails, you will get all the information
you need in the replies, and
<I>
only
</I>
in the mail replies. The information on this
you need in the replies, and
<I>
only
</I>
in the mail replies. The information on this
page, concerning available products, versions and so on, is not dynamicly generated and
page, concerning available products, versions and so on, is not dynamicly generated and
may be old therefore.
may be old therefore.
...
@@ -91,23 +91,23 @@ hopefully valid value.
...
@@ -91,23 +91,23 @@ hopefully valid value.
<TR>
<TR>
<TD>
@rep_platform
</TD>
<TD>
@rep_platform
</TD>
<TD>
The desired platform
</TD>
<TD>
The desired platform
</TD>
<TD>
no.
<br>
If you dont give a value, this field is set to
<I>
All
</I>
.
</TD>
<TD>
no.
<br>
If you don
'
t give a value, this field is set to
<I>
All
</I>
.
</TD>
</TR>
</TR>
<TR>
<TR>
<TD>
@bug_severity
</TD>
<TD>
@bug_severity
</TD>
<TD>
The severity of the bug
</TD>
<TD>
The severity of the bug
</TD>
<TD>
no.
<br>
If you dont give a value, this field is set to
<TD>
no.
<br>
If you don
'
t give a value, this field is set to
<I>
normal
</I></TD>
<I>
normal
</I></TD>
</TR>
</TR>
<TR>
<TR>
<TD>
@priority
</TD>
<TD>
@priority
</TD>
<TD>
The priority of the bug
</TD>
<TD>
The priority of the bug
</TD>
<TD>
no.
<br>
If you dont give a value, this field is set to
<I>
P3
</I></TD>
<TD>
no.
<br>
If you don
'
t give a value, this field is set to
<I>
P3
</I></TD>
</TR>
</TR>
<TR>
<TR>
<TD>
@op_sys
</TD>
<TD>
@op_sys
</TD>
<TD>
The operating system
</TD>
<TD>
The operating system
</TD>
<TD>
no.
<br>
If you dont give a value, this field is set to
<I>
Linux
</I>
.
</TD>
<TD>
no.
<br>
If you don
'
t give a value, this field is set to
<I>
Linux
</I>
.
</TD>
</TR>
</TR>
<TR>
<TR>
<TD>
@assigned_to
</TD>
<TD>
@assigned_to
</TD>
...
@@ -150,7 +150,7 @@ Give string values for the most keys above. Some keywords require special value
...
@@ -150,7 +150,7 @@ Give string values for the most keys above. Some keywords require special value
<ol>
<ol>
<li>
E-Mail adresses: If you want to set the qa-contact, specify a email-adress for @qa_contact. The email must be known by bugzilla of course.
</li>
<li>
E-Mail adresses: If you want to set the qa-contact, specify a email-adress for @qa_contact. The email must be known by bugzilla of course.
</li>
<li>
Listvalues: Most of the values have to be one of a list of valid values. Try by sending
<li>
Listvalues: Most of the values have to be one of a list of valid values. Try by sending
a mail and read the reply. Skip fields if you don
t get help for them unless you don
t know
a mail and read the reply. Skip fields if you don
't get help for them unless you don'
t know
which values you may choose.
</li>
which values you may choose.
</li>
<li>
free Text: The descriptions may be free text.
</li>
<li>
free Text: The descriptions may be free text.
</li>
<li>
Special: The field groupset may be specified in different in three different kinds:
<li>
Special: The field groupset may be specified in different in three different kinds:
...
@@ -181,7 +181,7 @@ Some of the values must be choosen from a list:<br>
...
@@ -181,7 +181,7 @@ Some of the values must be choosen from a list:<br>
<p>
<p>
After you have specified the required keywords and maybe some other value, you may
After you have specified the required keywords and maybe some other value, you may
describe your bug. You dont need a keyword for starting your bug description. All
describe your bug. You don
'
t need a keyword for starting your bug description. All
text which follows the keyword block is handled as long description of the bug.
text which follows the keyword block is handled as long description of the bug.
<p>
<p>
...
@@ -198,7 +198,7 @@ the attachment in bugzilla.
...
@@ -198,7 +198,7 @@ the attachment in bugzilla.
<H1><A
NAME=
"examplemail"
>
Example Mail
</A></H1>
<H1><A
NAME=
"examplemail"
>
Example Mail
</A></H1>
See the example of the mail
<b>
body
</b>
(Dont forget to specify the short description
See the example of the mail
<b>
body
</b>
(Don
'
t forget to specify the short description
in the mail subject):
<hr><pre>
in the mail subject):
<hr><pre>
@product = Bugzilla
@product = Bugzilla
...
...
contrib/gnatsparse/gnatsparse.py
View file @
320d2aa1
...
@@ -270,7 +270,7 @@ def load_responsible(fname):
...
@@ -270,7 +270,7 @@ def load_responsible(fname):
rfp
.
close
()
rfp
.
close
()
def
split_csl
(
list
):
def
split_csl
(
list
):
""" Split a comma sep
e
rated list """
""" Split a comma sep
a
rated list """
newlist
=
re
.
split
(
r"""\s*,\s*"""
,
list
)
newlist
=
re
.
split
(
r"""\s*,\s*"""
,
list
)
return
newlist
return
newlist
...
...
process_bug.cgi
View file @
320d2aa1
...
@@ -341,7 +341,7 @@ if (((defined $cgi->param('id') && $cgi->param('product') ne $oldproduct)
...
@@ -341,7 +341,7 @@ if (((defined $cgi->param('id') && $cgi->param('product') ne $oldproduct)
my
%
defaults
;
my
%
defaults
;
# We set the defaults to these fields to the old value,
# We set the defaults to these fields to the old value,
# if its a valid option, otherwise we use the default where
# if its a valid option, otherwise we use the default where
# thats appropriate
# that
'
s appropriate
$vars
->
{
'versions'
}
=
$::versions
{
$prod
};
$vars
->
{
'versions'
}
=
$::versions
{
$prod
};
if
(
$vok
)
{
if
(
$vok
)
{
$defaults
{
'version'
}
=
$cgi
->
param
(
'version'
);
$defaults
{
'version'
}
=
$cgi
->
param
(
'version'
);
...
...
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