Closed
Bug 277377
Opened 21 years ago
Closed 19 years ago
Classifications should support sort keys
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: timeless, Assigned: bugzilla-mozilla)
References
Details
Attachments
(1 file, 2 obsolete files)
|
13.66 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
i believe this is a blocker to implementing classifications on bmo.
i'm told that the classifications code lists classifications in alphabetical
order, which just won't do for bmo :).
Comment 1•21 years ago
|
||
Reassigning bugs that I'm not actively working on to the default component owner
in order to try to make some sanity out of my personal buglist. This doesn't
mean the bug isn't being dealt with, just that I'm not the one doing it. If you
are dealing with this bug, please assign it to yourself.
Assignee: justdave → administration
QA Contact: mattyt-bugzilla → default-qa
| Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → Bugzilla 2.24
| Assignee | ||
Comment 3•19 years ago
|
||
Attachment #228489 -
Flags: review?(LpSolit)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
OS: Windows XP → All
Hardware: PC → All
| Assignee | ||
Comment 4•19 years ago
|
||
<mkanat> bkor: checksetup should print out a message about what it's doing.
<mkanat> bkor: Just one message.
<bkor> mkanat: ok
<bkor> are you reviewing the whole patch?
<mkanat> bkor: No, I'm not reviewing the whole patch.
Attachment #228489 -
Attachment is obsolete: true
Attachment #228493 -
Flags: review?(LpSolit)
Attachment #228489 -
Flags: review?(LpSolit)
Comment 5•19 years ago
|
||
Comment on attachment 228493 [details] [diff] [review]
Patch v1.1
>Index: Bugzilla/DB/Schema.pm
>+ sortkey => {TYPE => 'INT2', NOTNULL => 1, DEFAULT => 0},
Should be '0' (with quotes). Else works fine. r=LpSolit
Note: there is some bitrot in checksetup.pl. I will attach an unbitrotten patch.
Attachment #228493 -
Flags: review?(LpSolit) → review+
Comment 6•19 years ago
|
||
Attachment #228493 -
Attachment is obsolete: true
Attachment #229402 -
Flags: review+
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
Comment 7•19 years ago
|
||
Checking in checksetup.pl;
/cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl
new revision: 1.506; previous revision: 1.505
done
Checking in editclassifications.cgi;
/cvsroot/mozilla/webtools/bugzilla/editclassifications.cgi,v <-- editclassifications.cgi
new revision: 1.24; previous revision: 1.23
done
Checking in enter_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v <-- enter_bug.cgi
new revision: 1.142; previous revision: 1.141
done
Checking in Bugzilla/Classification.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Classification.pm,v <-- Classification.pm
new revision: 1.10; previous revision: 1.9
done
Checking in Bugzilla/User.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/User.pm,v <-- User.pm
new revision: 1.118; previous revision: 1.117
done
Checking in Bugzilla/DB/Schema.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm,v <-- Schema.pm
new revision: 1.54; previous revision: 1.53
done
Checking in template/en/default/admin/classifications/add.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/classifications/add.html.tmpl,v <-- add.html.tmpl
new revision: 1.3; previous revision: 1.2
done
Checking in template/en/default/admin/classifications/del.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/classifications/del.html.tmpl,v <-- del.html.tmpl
new revision: 1.4; previous revision: 1.3
done
Checking in template/en/default/admin/classifications/edit.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/classifications/edit.html.tmpl,v <-- edit.html.tmpl
new revision: 1.8; previous revision: 1.7
done
Checking in template/en/default/admin/classifications/reclassify.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/classifications/reclassify.html.tmpl,v <-- reclassify.html.tmpl
new revision: 1.5; previous revision: 1.4
done
Checking in template/en/default/admin/classifications/select.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/classifications/select.html.tmpl,v <-- select.html.tmpl
new revision: 1.6; previous revision: 1.5
done
Checking in template/en/default/admin/classifications/update.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/classifications/update.html.tmpl,v <-- update.html.tmpl
new revision: 1.2; previous revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 8•19 years ago
|
||
checksetup.pl was printing out twice that it added the column, because of an unnecessary print that I just removed (r=LpSolit, a=justave):
Checking in checksetup.pl;
/cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl
new revision: 1.507; previous revision: 1.506
done
You need to log in
before you can comment on or make changes to this bug.
Description
•