aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 542239 - Accept pronouns everywhere in query.cgiAlbert Ting2016-04-201-1/+2
| | | | r=dkl,a=dkl
* Bug 1184431: Bug searching is slow on PostgreSQLMatt Tyson2015-09-231-14/+10
| | | | r=LpSolit a=dkl
* Bug 1151290: It is possible to tell if someone made a private comment on a ↵Simon Green2015-04-131-2/+8
| | | | | | bug even if you are not an 'insider' r=dkl,a=glob
* Bug 1145438: DB Crash under postgres when using alias column in buglist.cgiMatt Tyson2015-03-231-1/+1
| | | | (fix ordering)
* Bug 1145438: DB Crash under postgres when using alias column in buglist.cgiMatt Tyson2015-03-201-0/+1
| | | | r=glob,a=glob
* Bug 1112181: Relative dates in the future involving months are incorrectly ↵Frédéric Buclin2015-02-171-2/+3
| | | | | | converted r=dylan a=glob
* Bug 1065444: Several columns are not legal when displaying queriesFrédéric Buclin2014-09-231-7/+12
| | | | r=dkl a=sgreen
* Bug 281791 - Add ability to change flags in "change several bugs at once"Simon Green2014-09-021-0/+1
| | | | r=glob, a=sgreen
* Bug 1012506 - Allow a bug to have multiple aliasesSimon Green2014-08-141-1/+15
| | | | r=dkl, a=sgreen
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
| | | | r=dkl a=sgreen
* Bug 936275 - In buglists, flags are sorted alphabetically instead of using ↵Simon Green2014-07-151-1/+2
| | | | | | their sortkey r=dylan, a=glob
* Bug 1027617: Can't locate object method "_reverseoperator" when searchingByron Jones2014-07-101-1/+1
| | | | r=dylan,a=glob
* Bug 653597 - Reports with "Real Name" fields use foo_real_name in the url ↵Simon Green2014-06-171-6/+26
| | | | | | parameters for linked queries r=gerv, a=justdave
* Bug 992091: Rename bug 'tag' to 'tags'.Matt Tyson2014-05-071-0/+1
| | | | r=glob, a=justdave
* Bug 999331: searching attachment data is very slow due to an unboundedByron Jones2014-05-051-0/+7
| | | | | select r=LpSolit, a=glob
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-221-1/+47
| | | | r=glob a=justdave
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-1/+1
| | | | r=gerv a=justdave
* Remove "Unicode non-character 0xfdd0 is illegal for interchange" warnings ↵Frédéric Buclin2014-02-261-6/+10
| | | | | | thrown by Perl 5.10.1 and 5.12, see bug 405011 r=gerv
* Bug 405011: Text is cut off when containing Unicode supplementary characters ↵Frédéric Buclin2014-02-251-3/+21
| | | | | | (outside BMP) with MySQL as backend r=gerv a=justdave
* Bug 960748 - Queries involving comment tags crashDave Lawrence2014-01-171-1/+9
| | | | r/a=glob
* Fix on checkin for bug 543432Frédéric Buclin2014-01-031-1/+1
|
* Bug 543432: [PostgreSQL] Crash when typing a string in combination with a ↵Frédéric Buclin2014-01-031-0/+7
| | | | | | numeric field r=dkl a=sgreen
* Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ↵Simon Green2013-12-181-5/+15
| | | | | "all of the groups") r=gerv, a=sgreen
* Bug 863745: Enable multi-select fields in reportsPami Ketolainen2013-10-291-7/+3
| | | | r=LpSolit a=glob
* Bug 798927: An error should be thrown when passing an illegal pronounImran Chaudhry2013-09-281-1/+2
| | | | r=LpSolit a=justdave
* Bug 785565: Search by change history between two dates doesn't give expected ↵Frédéric Buclin2013-09-161-35/+14
| | | | | | result r/a=glob
* Bug 909720 - Remove unused code in Bugzilla::SearchSimon Green2013-09-041-5/+0
| | | r=glob, a=glob
* Bug 901589: The 'isempty' operator does not work for custom multiselect fieldsPami Ketolainen2013-09-031-0/+9
| | | | r/a=glob
* Bug 345194: Add "is empty" and "is not empty" search operators to the ↵Byron Jones2013-07-241-1/+161
| | | | | | boolean chart r=LpSolit, a=sgreen
* Bug 533878: Allow relative date searches involving date/time custom fieldsByron Jones2013-07-241-18/+36
| | | | r=LpSolit, a=sgreen
* Bug 880315: Fix malformed sql generated by the fix for bug 879055Byron Jones2013-06-071-4/+4
| | | | r=LpSolit, a=LpSolit
* Bug 879055: Add parenthesis to prevent anywordssubstr search from returning ↵Simon Green2013-06-051-7/+7
| | | | | | incorrect results. r=glob, a=LpSolit
* Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones2013-05-101-49/+41
| | | | | | the same comment or flag r=LpSolit, a=LpSolit
* Bug 828344: Make "contains all of the words" look for all words within the ↵Byron Jones2013-04-181-31/+117
| | | | | | same comment or flag r=LpSolit, a=LpSolit
* Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsHugo Seabrook2013-01-301-0/+13
| | | | r/a=LpSolit
* Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin2013-01-161-5/+175
| | | | r=dkl a=LpSolit
* Bug 824262: Querying for strings in comments is now ultra slowFrédéric Buclin2013-01-031-7/+18
| | | | r=glob a=LpSolit
* Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham2013-01-021-0/+9
|
* Bug 818007: Searching by commenter is slowFrédéric Buclin2012-12-071-1/+1
| | | | r=dkl a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+34
| | | | r/a=LpSolit
* Bug 718289: The deadline field should be visible by non-members of the ↵Frédéric Buclin2012-11-261-2/+1
| | | | | | timetracking group r=dkl a=LpSolit
* Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones2012-11-221-26/+45
| | | | r=dkl,a=LpSolit
* Bug 804505: Oracle crashes when typing "word1 word2" in QuickSearch with ↵Frédéric Buclin2012-11-031-2/+2
| | | | | | "ORA-29907: found duplicate labels in primary invocations" r=dkl a=LpSolit
* Bug 448815: Support pronouns for the "changed by" field in boolean chartsFrédéric Buclin2012-10-101-3/+12
| | | | r=dkl a=LpSolit
* Bug 788098: Queries involving group substitution crash when ↵Frédéric Buclin2012-10-041-5/+11
| | | | | | usevisibilitygroups is enabled r=dkl a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+3
| | | | r=wicked a=LpSolit
* Bug 783879: Sub-optimal SQL query when displaying tags in buglistsFrédéric Buclin2012-08-191-1/+1
| | | | r=wicked a=LpSolit
* Bug 780683: Tags are duplicated in buglists if a search criteria involves a ↵Frédéric Buclin2012-08-071-1/+1
| | | | | | user field external to the 'bugs' table r=dkl a=LpSolit
* Bug 779709: Don't allow searching on changes to private attachments or commentsSImon Green2012-08-071-3/+36
| | | | r=glob, a=LpSolit