summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Status.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-08-06Bug 508729: Cache Bugzilla::Status::BUG_STATE_OPENmkanat%bugzilla.org1-2/+7
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-11-07Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org1-7/+4
values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-03Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have ↵mkanat%bugzilla.org1-0/+12
editvalues.cgi use it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-03Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org1-2/+10
editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-10-03Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org1-4/+51
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-02-12Bug 384009: Global fields (priority, severity, OS, and platform) are ↵lpsolit%gmail.com1-50/+2
required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-18Bug 402791: Move status and resolution updating from process_bug.cgi into ↵mkanat%bugzilla.org1-0/+98
Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com1-2/+15
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-07-28Bug 389835: Various issues when changing several bugs at once - Patch by ↵lpsolit%gmail.com1-1/+36
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-07-13Bug 385415: Bugs marked as duplicate or moved to another installation always ↵lpsolit%gmail.com1-1/+54
go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-06-14Bug 344964: enter_bug.cgi should look at the custom status workflow to get ↵lpsolit%gmail.com1-4/+15
the valid initial bug statuses - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
2007-05-27Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com1-0/+116
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit