aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Status.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones2014-04-071-5/+15
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+24
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-3/+5
* Bug 610581: The Bug.fields method doesn't include available bug statuses when...Frank Becker2012-08-181-2/+2
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-18/+5
* Bug 679516: Call Bugzilla::Object->remove_from_db when deleting an objectEdmund Yan2011-08-211-7/+0
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-1/+1
* Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander2010-02-011-1/+4
* Bug 512606: Make statuses currently available for the user to change this bug...mkanat%bugzilla.org2009-12-121-33/+0
* Bug 508729: Cache Bugzilla::Status::BUG_STATE_OPENmkanat%bugzilla.org2009-08-061-2/+7
* Bug 308253: Ability to add select (enum) fields to a bug whose list of values...mkanat%bugzilla.org2008-11-071-7/+4
* Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have editva...mkanat%bugzilla.org2008-10-031-0/+12
* Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org2008-10-031-2/+10
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-4/+51
* Bug 384009: Global fields (priority, severity, OS, and platform) are required...lpsolit%gmail.com2008-02-121-50/+2
* Bug 402791: Move status and resolution updating from process_bug.cgi into Bug...mkanat%bugzilla.org2008-01-181-0/+98
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com2007-10-091-2/+15
* Bug 389835: Various issues when changing several bugs at once - Patch by FrÃ...lpsolit%gmail.com2007-07-281-1/+36
* Bug 385415: Bugs marked as duplicate or moved to another installation always ...lpsolit%gmail.com2007-07-131-1/+54
* Bug 344964: enter_bug.cgi should look at the custom status workflow to get th...lpsolit%gmail.com2007-06-141-4/+15
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug s...lpsolit%gmail.com2007-05-271-0/+116