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
63b76161
Commit
63b76161
authored
Dec 13, 2009
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 527387: Make Parameter section sortkeys numeric and leave space between the numbers
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent
72cb2bc7
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
17 additions
and
17 deletions
+17
-17
Admin.pm
Bugzilla/Config/Admin.pm
+1
-1
Attachment.pm
Bugzilla/Config/Attachment.pm
+1
-1
Auth.pm
Bugzilla/Config/Auth.pm
+1
-1
BugChange.pm
Bugzilla/Config/BugChange.pm
+1
-1
BugFields.pm
Bugzilla/Config/BugFields.pm
+1
-1
BugMove.pm
Bugzilla/Config/BugMove.pm
+1
-1
Core.pm
Bugzilla/Config/Core.pm
+1
-1
DependencyGraph.pm
Bugzilla/Config/DependencyGraph.pm
+1
-1
GroupSecurity.pm
Bugzilla/Config/GroupSecurity.pm
+1
-1
LDAP.pm
Bugzilla/Config/LDAP.pm
+1
-1
MTA.pm
Bugzilla/Config/MTA.pm
+1
-1
PatchViewer.pm
Bugzilla/Config/PatchViewer.pm
+1
-1
Query.pm
Bugzilla/Config/Query.pm
+1
-1
RADIUS.pm
Bugzilla/Config/RADIUS.pm
+1
-1
ShadowDB.pm
Bugzilla/Config/ShadowDB.pm
+1
-1
UserMatch.pm
Bugzilla/Config/UserMatch.pm
+1
-1
editparams.html.tmpl
template/en/default/admin/params/editparams.html.tmpl
+1
-1
No files found.
Bugzilla/Config/Admin.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::Admin::
sortkey
=
"01"
;
our
$sortkey
=
200
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/Attachment.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::Attachment::
sortkey
=
"025"
;
our
$sortkey
=
400
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/Auth.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::Auth::
sortkey
=
"02"
;
our
$sortkey
=
300
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/BugChange.pm
View file @
63b76161
...
...
@@ -36,7 +36,7 @@ use strict;
use
Bugzilla::Config::
Common
;
use
Bugzilla::
Status
;
$
Bugzilla::Config::BugChange::
sortkey
=
"03"
;
our
$sortkey
=
500
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/BugFields.pm
View file @
63b76161
...
...
@@ -36,7 +36,7 @@ use strict;
use
Bugzilla::Config::
Common
;
use
Bugzilla::
Field
;
$
Bugzilla::Config::BugFields::
sortkey
=
"04"
;
our
$sortkey
=
600
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/BugMove.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::BugMove::
sortkey
=
"05"
;
our
$sortkey
=
700
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/Core.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::Core::
sortkey
=
"00"
;
our
$sortkey
=
100
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/DependencyGraph.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::DependencyGraph::
sortkey
=
"06"
;
our
$sortkey
=
800
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/GroupSecurity.pm
View file @
63b76161
...
...
@@ -36,7 +36,7 @@ use strict;
use
Bugzilla::Config::
Common
;
use
Bugzilla::
Group
;
$
Bugzilla::Config::GroupSecurity::
sortkey
=
"07"
;
our
$sortkey
=
900
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/LDAP.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::LDAP::
sortkey
=
"09"
;
our
$sortkey
=
1000
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/MTA.pm
View file @
63b76161
...
...
@@ -36,7 +36,7 @@ use strict;
use
Bugzilla::Config::
Common
;
use
Email::
Send
;
$
Bugzilla::Config::MTA::
sortkey
=
"10"
;
our
$sortkey
=
1200
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/PatchViewer.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::PatchViewer::
sortkey
=
"11"
;
our
$sortkey
=
1300
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/Query.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::Query::
sortkey
=
"12"
;
our
$sortkey
=
1400
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/RADIUS.pm
100755 → 100644
View file @
63b76161
...
...
@@ -25,7 +25,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::RADIUS::
sortkey
=
"09"
;
our
$sortkey
=
1100
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/ShadowDB.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::ShadowDB::
sortkey
=
"13"
;
our
$sortkey
=
1500
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
Bugzilla/Config/UserMatch.pm
View file @
63b76161
...
...
@@ -35,7 +35,7 @@ use strict;
use
Bugzilla::Config::
Common
;
$
Bugzilla::Config::UserMatch::
sortkey
=
"14"
;
our
$sortkey
=
1600
;
sub
get_param_list
{
my
$class
=
shift
;
...
...
template/en/default/admin/params/editparams.html.tmpl
View file @
63b76161
...
...
@@ -27,7 +27,7 @@
[% PROCESS global/variables.none.tmpl %]
[% curpanel = -1 %]
[% panels = panels.sort('sortkey') %]
[% panels = panels.
n
sort('sortkey') %]
[% FOREACH panel = panels %]
[% PROCESS "admin/params/${panel.name}.html.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