Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-14 | Bug 1088022 - Bump min version to CGI 4.09 | Frédéric Buclin | 1 | -1/+1 | |
r=dkl | |||||
2016-02-29 | Bug 1136137: Require Perl 5.14 | Frédéric Buclin | 1 | -2/+2 | |
r=dkl | |||||
2014-08-14 | Bug 1012506 - Allow a bug to have multiple aliases | Simon Green | 1 | -1/+1 | |
r=dkl, a=sgreen | |||||
2014-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 1 | -0/+1 | |
r=dkl a=sgreen | |||||
2014-04-16 | Bug 997281: New QuickSearch operators can short-circuit each other depending ↵ | Frédéric Buclin | 1 | -1/+5 | |
on which ones are tested first r/a=justdave | |||||
2014-02-27 | Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns | Charlie Somerville | 1 | -1/+1 | |
r=gerv a=justdave | |||||
2014-01-28 | Revert accidential change in the fix for Bug 76498 | Byron Jones | 1 | -3/+3 | |
2014-01-27 | Fix bustage in Perl 5.10 and 5.12 | Frédéric Buclin | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=76498 | |||||
2014-01-27 | Bug 76498: QuickSearch: support comparison operators other than substring | Byron Jones | 1 | -5/+19 | |
r=LpSolit a=justdave | |||||
2013-10-01 | Bug 919852 - Add ability to perform quicksearch using Bug.search | Dave Lawrence | 1 | -3/+4 | |
r/a=glob | |||||
2013-09-23 | Bug 918647: "Use of uninitialized value" warnings when using quicksearch | Byron Jones | 1 | -1/+5 | |
r=simon, a=glob | |||||
2013-09-18 | fix typo in comment | Byron Jones | 1 | -1/+1 | |
2013-09-18 | Bug 877545: quicksearch shouldn't treat apostrophes as quote characters | Byron Jones | 1 | -6/+27 | |
r=simon, a=glob | |||||
2013-06-11 | Bug 856158: A question mark inside quoted strings triggers flag detection ↵ | Frédéric Buclin | 1 | -13/+33 | |
when using QuickSearch r=glob a=LpSolit | |||||
2013-05-10 | Bug 828344: "contains all of the words" no longer looks for all words within ↵ | Byron Jones | 1 | -2/+9 | |
the same comment or flag r=LpSolit, a=LpSolit | |||||
2013-04-17 | Bug 828344: Make "contains all of the words" look for all words within the ↵ | Byron Jones | 1 | -3/+1 | |
same comment or flag r=LpSolit, a=LpSolit | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -1/+1 | |
r/a=LpSolit | |||||
2012-11-30 | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 1 | -0/+18 | |
r/a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -1/+1 | |
r=wicked a=LpSolit | |||||
2012-08-09 | Bug 756550: Do not link a bug alias with its bug ID for bugs you cannot see | Frédéric Buclin | 1 | -3/+4 | |
r=glob a=LpSolit | |||||
2012-04-11 | Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated ↵ | Frédéric Buclin | 1 | -42/+30 | |
by the default status selection r=dkl a=LpSolit | |||||
2012-03-30 | Fix bustage: Perl 5.8.x doesn't understand \g1 in regexp (must use \1 instead) | Frédéric Buclin | 1 | -1/+1 | |
2012-03-29 | Bug 554819: Quicksearch should be using Text::ParseWords instead of custom ↵ | Frédéric Buclin | 1 | -79/+94 | |
code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -18/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-07-25 | Bug 589128: Adds a preference allowing users to choose between text or html | Byron Jones | 1 | -1/+1 | |
for bugmail. r=LpSolit, a=LpSolit | |||||
2011-02-18 | Bug 580490 - Quicksearch should optionally not search comments | David Lawrence | 1 | -3/+5 | |
r/a=mkanat | |||||
2011-01-27 | Allow extensions to alter quicksearch terms and search format. r=mkanat. | Gervase Markham | 1 | -0/+2 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=621878 | |||||
2010-11-13 | Bug 611623: The alias is not filtered in QuickSearch when passed to show_bug.cgi | Frédéric Buclin | 1 | -0/+1 | |
r=glob a=LpSolit | |||||
2010-09-21 | Bug 585028: Advanced Shortcut for Priority (P1-5 as search word) broken | Frédéric Buclin | 1 | -12/+29 | |
r/a=mkanat | |||||
2010-08-24 | Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields | Tiago Mello | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-08-02 | Bug 553884: Quicksearch incorrectly treats "-" in quotes as negation | Frédéric Buclin | 1 | -0/+3 | |
r/a=mkanat | |||||
2010-07-23 | Bug 578240 - Re-add "owner" as a quicksearch alias for searching for ↵ | Reed Loden | 1 | -0/+1 | |
"assigned_to" [r=mkanat a=mkanat] | |||||
2010-07-23 | Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quoted | Max Kanat-Alexander | 1 | -2/+9 | |
to the fulltext engine, so that it knows it's a phrase. r=LpSolit, a=mkanat | |||||
2010-07-23 | Bug 556579: Back out the patch from bug 554819, because it caused special | Max Kanat-Alexander | 1 | -4/+32 | |
characters in quoted strings to be interpreted instead of passed along. r=LpSolit, a=LpSolit | |||||
2010-07-06 | Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED, | Max Kanat-Alexander | 1 | -2/+2 | |
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat | |||||
2010-03-29 | Bug 554986: Add a "notmatches" search type, which allows the minus sign | Max Kanat-Alexander | 1 | -11/+2 | |
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit | |||||
2010-03-29 | Bug 554819: Make Quicksearch use Text::ParseWords instead of its custom | Max Kanat-Alexander | 1 | -32/+4 | |
splitString method. r=LpSolit, a=LpSolit | |||||
2010-03-28 | Bug 550148: Using Quicksearch with a comma-separated list of bug ids was | Max Kanat-Alexander | 1 | -1/+1 | |
throwing an error, and this patch fixes it r=LpSolit, a=LpSolit | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -18/+0 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-10 | Bug 527641 - "QuickSearch should include aliases in default search chart" ↵ | Reed Loden | 1 | -0/+1 | |
[r=mkanat a=mkanat] | |||||
2010-02-01 | Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵ | Frédéric Buclin | 1 | -1/+1 | |
bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-12-17 | Bug 518459: Remove certain QuickSearch features that are no longer needed ↵ | mkanat%bugzilla.org | 1 | -44/+2 | |
(after the re-work) and may be confusing Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-08 | Bug 518024: Make quicksearch accept any field name or any unique starting ↵ | mkanat%bugzilla.org | 1 | -67/+144 | |
substring of a fieldname Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-09-22 | Bug 490551: Refactor Bugzilla::Search::QuickSearch::quicksearch into a ↵ | mkanat%bugzilla.org | 1 | -252/+290 | |
series of subroutines Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | |||||
2009-07-20 | Bug 314364: Make QuickSearch use "matches" for comment searches instead of ↵ | mkanat%bugzilla.org | 1 | -10/+3 | |
"substring" Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | |||||
2009-05-20 | Bug 302511: Remove QuickSearch's dependency on default priority values | mkanat%bugzilla.org | 1 | -3/+19 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat | |||||
2009-04-29 | Bug 490562: QuickSearch "+" operator adds $qsword over and over for @subWords | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-03-04 | Bug 474779: Quicksearch cannot find mixed/upper case keywords - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Kent Rogers <kar@cray.com> r/a=LpSolit | |||||
2008-10-11 | Bug 458189: Quicksearches starting with +DUP return no results - Patch by ↵ | lpsolit%gmail.com | 1 | -3/+5 | |
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap r=wicked a=LpSolit | |||||
2008-01-05 | Bug 405476: flag:review? not understood by QuickSearch - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit |