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
2b337127
Commit
2b337127
authored
Jun 09, 2005
by
jocuri%softhome.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, a=justdave.
parent
461633ba
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
Config.pm
Bugzilla/Config.pm
+2
-2
quicksearch.js
quicksearch.js
+2
-2
quips.html.tmpl
template/en/default/list/quips.html.tmpl
+2
-1
No files found.
Bugzilla/Config.pm
View file @
2b337127
...
@@ -299,8 +299,8 @@ sub WriteParams {
...
@@ -299,8 +299,8 @@ sub WriteParams {
ChmodDataFile
(
"$datadir/params"
,
0666
);
ChmodDataFile
(
"$datadir/params"
,
0666
);
}
}
# Some files in the data directory must be world readable if
f we don't have
# Some files in the data directory must be world readable if
and only if
# a webserver group. Call this function to do this.
#
we don't have
a webserver group. Call this function to do this.
# This will become a private function once all the datafile handling stuff
# This will become a private function once all the datafile handling stuff
# moves into this package
# moves into this package
...
...
quicksearch.js
View file @
2b337127
...
@@ -334,8 +334,8 @@ function make_query_URL(url, input, searchLong) {
...
@@ -334,8 +334,8 @@ function make_query_URL(url, input, searchLong) {
// This function matches the given prefixes against the given statuses and
// This function matches the given prefixes against the given statuses and
// resolutions. Matched statuses are added to bug_status, matched
// resolutions. Matched statuses are added to bug_status, matched
// resolutions are added to resolution. Returns true if
f some matches
// resolutions are added to resolution. Returns true if
and only if
// were found for at least one of the given prefixes.
//
some matches
were found for at least one of the given prefixes.
function
matchPrefixes
(
prefixes
,
statuses
,
resolutions
)
{
function
matchPrefixes
(
prefixes
,
statuses
,
resolutions
)
{
var
failedPrefixes
=
new
Array
();
var
failedPrefixes
=
new
Array
();
var
foundMatch
=
false
;
var
foundMatch
=
false
;
...
...
template/en/default/list/quips.html.tmpl
View file @
2b337127
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
# added_quip: string. Defined if the CGI added a quip data before
# added_quip: string. Defined if the CGI added a quip data before
# displaying anything; if defined, its value is that quip.
# displaying anything; if defined, its value is that quip.
# show_quips: boolean. True if we are showing the entire quip list.
# show_quips: boolean. True if we are showing the entire quip list.
# quips: list of strings. Defined iff show_quips is true. List of all quips.
# quips: list of strings. Defined if and only if show_quips is true.
# List of all quips.
#%]
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/variables.none.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