RSS

(root)/bugzilla/4.2 : 7271 : Bugzilla/Search/Quicksearch.pm

To get this branch, use:
bzr branch /bugzilla/4.2

« back to all changes in this revision

Viewing changes to Bugzilla/Search/Quicksearch.pm

Max Kanat-Alexander
2010-07-05 17:42:57
Revision ID: mkanat@bugzilla.org-20100706004257-9wg4e8f3s52lbqhi
Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
IN_PROGRESS, RESOLVED, VERIFIED.
r=LpSolit, a=mkanat

Show diffs side-by-side

added added

removed removed

273
273
    elsif ($words->[0] eq 'OPEN') {
274
274
        shift @$words;
275
275
    }
276
 
    elsif ($words->[0] =~ /^[A-Z]+(,[A-Z]+)*$/) {
277
 
        # e.g. NEW,ASSI,REOP,FIX
 
276
    elsif ($words->[0] =~ /^[A-Z_]+(,[_A-Z]+)*$/) {
 
277
        # e.g. CON,IN_PR,FIX
278
278
        undef %states;
279
279
        if (matchPrefixes(\%states,
280
280
                          \%resolutions,

Loggerhead 1.18.1 is a web-based interface for Bazaar branches