Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1012506 - Allow a bug to have multiple aliases | Simon Green | 2014-08-14 | 1 | -1/+1 |
| | | | | r=dkl, a=sgreen | ||||
* | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 2014-08-13 | 6 | -0/+6 |
| | | | | r=dkl a=sgreen | ||||
* | Bug 993910: Bugzilla/Search/Saved.pm:294 isn't using the cache | Byron Jones | 2014-04-23 | 1 | -3/+2 |
| | | | | r=gerv, a=glob | ||||
* | Bug 997281: New QuickSearch operators can short-circuit each other depending ↵ | Frédéric Buclin | 2014-04-16 | 1 | -1/+5 |
| | | | | | | on which ones are tested first r/a=justdave | ||||
* | Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns | Charlie Somerville | 2014-02-27 | 1 | -1/+1 |
| | | | | r=gerv a=justdave | ||||
* | Bug 956233: enable USE_MEMCACHE on most objects | Byron Jones | 2014-01-31 | 2 | -0/+4 |
| | | | | r=dkl, a=glob | ||||
* | Revert accidential change in the fix for Bug 76498 | Byron Jones | 2014-01-28 | 1 | -3/+3 |
| | |||||
* | Fix bustage in Perl 5.10 and 5.12 | Frédéric Buclin | 2014-01-27 | 1 | -1/+1 |
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=76498 | ||||
* | Bug 76498: QuickSearch: support comparison operators other than substring | Byron Jones | 2014-01-27 | 1 | -5/+19 |
| | | | | r=LpSolit a=justdave | ||||
* | Bug 919852 - Add ability to perform quicksearch using Bug.search | Dave Lawrence | 2013-10-01 | 1 | -3/+4 |
| | | | | r/a=glob | ||||
* | Temporary fix for bug 916882: whitelist product and component when used with ↵ | Frédéric Buclin | 2013-09-24 | 1 | -1/+4 |
| | | | | | | the changed* operators r/a=glob | ||||
* | Bug 918647: "Use of uninitialized value" warnings when using quicksearch | Byron Jones | 2013-09-23 | 1 | -1/+5 |
| | | | | r=simon, a=glob | ||||
* | fix typo in comment | Byron Jones | 2013-09-18 | 1 | -1/+1 |
| | |||||
* | Bug 877545: quicksearch shouldn't treat apostrophes as quote characters | Byron Jones | 2013-09-18 | 1 | -6/+27 |
| | | | | r=simon, a=glob | ||||
* | Bug 856158: A question mark inside quoted strings triggers flag detection ↵ | Frédéric Buclin | 2013-06-11 | 1 | -13/+33 |
| | | | | | | when using QuickSearch r=glob a=LpSolit | ||||
* | Bug 828344: "contains all of the words" no longer looks for all words within ↵ | Byron Jones | 2013-05-10 | 2 | -3/+17 |
| | | | | | | the same comment or flag r=LpSolit, a=LpSolit | ||||
* | Bug 828344: Make "contains all of the words" look for all words within the ↵ | Byron Jones | 2013-04-18 | 2 | -20/+22 |
| | | | | | | same comment or flag r=LpSolit, a=LpSolit | ||||
* | Bug 787668 #2: Use |use parent| instead of |use base| | Frédéric Buclin | 2013-01-12 | 1 | -1/+1 |
| | |||||
* | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 2012-12-01 | 4 | -4/+4 |
| | | | | r/a=LpSolit | ||||
* | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 2012-11-30 | 6 | -0/+118 |
| | | | | r/a=LpSolit | ||||
* | Bug 780820: Allows for multiple custom search criteria to match one field | Byron Jones | 2012-11-22 | 2 | -1/+103 |
| | | | | r=dkl,a=LpSolit | ||||
* | Bug 749540: Avoid database deadlocks when deleting recent searches | Byron Jones | 2012-09-05 | 1 | -6/+7 |
| | | | | r=dkl, a=LpSolit | ||||
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 5 | -3/+12 |
| | | | | r=wicked a=LpSolit | ||||
* | Bug 698068: The "There is no saved search named ..." page has a "forget" link | Frédéric Buclin | 2012-08-20 | 1 | -1/+1 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 756550: Do not link a bug alias with its bug ID for bugs you cannot see | Frédéric Buclin | 2012-08-09 | 1 | -3/+4 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 663377: Quicksearch using "status:" field doesn't work--it is defeated ↵ | Frédéric Buclin | 2012-04-11 | 1 | -42/+30 |
| | | | | | | by the default status selection r=dkl a=LpSolit | ||||
* | Fix bustage: Perl 5.8.x doesn't understand \g1 in regexp (must use \1 instead) | Frédéric Buclin | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | Bug 554819: Quicksearch should be using Text::ParseWords instead of custom ↵ | Frédéric Buclin | 2012-03-29 | 1 | -79/+94 |
| | | | | | | | code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit | ||||
* | Bug 715902: Do not log personal common activities in audit_log | Frédéric Buclin | 2012-01-12 | 2 | -0/+8 |
| | | | | r=dkl a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 5 | -93/+25 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Bug 713144: The SQL query to remove older searches from the profile_search ↵ | Frédéric Buclin | 2011-12-28 | 1 | -6/+8 |
| | | | | | | table should be more robust r=dkl a=LpSolit | ||||
* | Bug 589128: Adds a preference allowing users to choose between text or html | Byron Jones | 2011-07-25 | 1 | -1/+1 |
| | | | | | for bugmail. r=LpSolit, a=LpSolit | ||||
* | Bug 660866: Allow editing of old "boolean chart" searches using the new | Max Kanat-Alexander | 2011-06-13 | 2 | -10/+31 |
| | | | | | "custom search" UI controls on the advanced search form. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 647466: Allow Search.pm to take the new URL syntax for custom search | Max Kanat-Alexander | 2011-04-02 | 2 | -6/+26 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 640045: Convert Search.pm to use the new AND/OR system internally. | Max Kanat-Alexander | 2011-04-02 | 2 | -0/+179 |
| | | | | | This includes creating new Search::Clause and Search::Condition objects. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 580490 - Quicksearch should optionally not search comments | David Lawrence | 2011-02-18 | 1 | -3/+5 |
| | | | | r/a=mkanat | ||||
* | Bug 616185: Move tags (aka lists of bugs) to their own DB tables | Frédéric Buclin | 2011-01-30 | 1 | -11/+1 |
| | | | | r/a=mkanat | ||||
* | Allow extensions to alter quicksearch terms and search format. r=mkanat. | Gervase Markham | 2011-01-27 | 1 | -0/+2 |
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=621878 | ||||
* | Bug 615574: Make every search done by buglist.cgi create a list_id, so that | Max Kanat-Alexander | 2010-12-27 | 1 | -0/+9 |
| | | | | | even Saved Searches get "last list" support. r=LpSolit, a=LpSolit | ||||
* | Bug 611623: The alias is not filtered in QuickSearch when passed to show_bug.cgi | Frédéric Buclin | 2010-11-13 | 1 | -0/+1 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 600598: "Can't call method "bug_list" on unblessed reference" error ↵ | Frédéric Buclin | 2010-10-14 | 1 | -0/+12 |
| | | | | | | thrown when editing a bug which is in the BUGLIST cookie but not in a recent saved search, with action="next_bug" r/a=mkanat | ||||
* | Bug 585028: Advanced Shortcut for Priority (P1-5 as search word) broken | Frédéric Buclin | 2010-09-21 | 1 | -12/+29 |
| | | | | r/a=mkanat | ||||
* | Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields | Tiago Mello | 2010-08-24 | 1 | -1/+1 |
| | | | | r/a=mkanat | ||||
* | Bug 553884: Quicksearch incorrectly treats "-" in quotes as negation | Frédéric Buclin | 2010-08-02 | 1 | -0/+3 |
| | | | | r/a=mkanat | ||||
* | Bug 578240 - Re-add "owner" as a quicksearch alias for searching for ↵ | Reed Loden | 2010-07-22 | 1 | -0/+1 |
| | | | | | | "assigned_to" [r=mkanat a=mkanat] | ||||
* | Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quoted | Max Kanat-Alexander | 2010-07-22 | 1 | -2/+9 |
| | | | | | to the fulltext engine, so that it knows it's a phrase. r=LpSolit, a=mkanat | ||||
* | Bug 556579: Back out the patch from bug 554819, because it caused special | Max Kanat-Alexander | 2010-07-22 | 1 | -4/+32 |
| | | | | | characters in quoted strings to be interpreted instead of passed along. r=LpSolit, a=LpSolit | ||||
* | Bug 578335: The "Show next bug in my list" user pref either doesn't display ↵ | Frédéric Buclin | 2010-07-16 | 1 | -1/+1 |
| | | | | | | the next bug or display one from the wrong buglist r/a=mkanat | ||||
* | Bug 577089: Make convert-workflow fix the query values for series | Max Kanat-Alexander | 2010-07-07 | 1 | -2/+5 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 577149: Make convert-workflow rename values in saved searches | Max Kanat-Alexander | 2010-07-07 | 1 | -0/+31 |
| | | | | r=LpSolit, a=LpSolit |