summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Status.pm
AgeCommit message (Collapse)AuthorFilesLines
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-3/+5
r=wicked a=LpSolit
2012-08-18Bug 610581: The Bug.fields method doesn't include available bug statuses ↵Frank Becker1-2/+2
when creating a new bug r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-18/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-08-21Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan1-7/+0
r/a=LpSolit
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-1/+1
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-1/+4
component r=dkl, a=mkanat
2009-12-12Bug 512606: Make statuses currently available for the user to change this ↵mkanat%bugzilla.org1-33/+0
bug to be controlled by Bugzilla::Bug, not the template Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
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