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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
cffbaf4b
Commit
cffbaf4b
authored
Oct 12, 1999
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sort votes in decreasing order, not increasing.
parent
f0726cc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
buglist.cgi
buglist.cgi
+3
-2
No files found.
buglist.cgi
View file @
cffbaf4b
...
@@ -173,7 +173,7 @@ DefCol("version", "substring(bugs.version, 1, 5)", "Vers", "bugs.version");
...
@@ -173,7 +173,7 @@ DefCol("version", "substring(bugs.version, 1, 5)", "Vers", "bugs.version");
DefCol
(
"os"
,
"substring(bugs.op_sys, 1, 4)"
,
"OS"
,
"bugs.op_sys"
);
DefCol
(
"os"
,
"substring(bugs.op_sys, 1, 4)"
,
"OS"
,
"bugs.op_sys"
);
DefCol
(
"target_milestone"
,
"bugs.target_milestone"
,
"TargetM"
,
DefCol
(
"target_milestone"
,
"bugs.target_milestone"
,
"TargetM"
,
"bugs.target_milestone"
);
"bugs.target_milestone"
);
DefCol
(
"votes"
,
"bugs.votes"
,
"Votes"
,
"bugs.votes"
);
DefCol
(
"votes"
,
"bugs.votes"
,
"Votes"
,
"bugs.votes
desc
"
);
my
@collist
;
my
@collist
;
if
(
defined
$::COOKIE
{
'COLUMNLIST'
})
{
if
(
defined
$::COOKIE
{
'COLUMNLIST'
})
{
...
@@ -530,7 +530,7 @@ foreach my $c (@collist) {
...
@@ -530,7 +530,7 @@ foreach my $c (@collist) {
$tablestart
.=
"<TH valign=left>"
;
$tablestart
.=
"<TH valign=left>"
;
}
}
if
(
defined
$::sortkey
{
$c
})
{
if
(
defined
$::sortkey
{
$c
})
{
$tablestart
.=
"<A HREF=\"buglist.cgi?$fields&order=
$::sortkey{$c}
$oldorder\">$::title{$c}</A>"
;
$tablestart
.=
"<A HREF=\"buglist.cgi?$fields&order=
"
.
url_quote
(
$::sortkey
{
$c
})
.
"
$oldorder\">$::title{$c}</A>"
;
}
else
{
}
else
{
$tablestart
.=
$::title
{
$c
};
$tablestart
.=
$::title
{
$c
};
}
}
...
@@ -636,6 +636,7 @@ print "
...
@@ -636,6 +636,7 @@ print "
if
(
defined
$::FORM
{
'debug'
})
{
if
(
defined
$::FORM
{
'debug'
})
{
print
"<PRE>$query</PRE>\n"
;
print
"<PRE>$query</PRE>\n"
;
print
"::FORM{'order'} is <pre>$::FORM{'order'}</pre>\n"
;
}
}
if
(
$toolong
)
{
if
(
$toolong
)
{
...
...
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