aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1184431: Bug searching is slow on PostgreSQLMatt Tyson2015-09-231-14/+10
* Bug 1151290: It is possible to tell if someone made a private comment on a bu...Simon Green2015-04-131-2/+8
* Bug 1145438: DB Crash under postgres when using alias column in buglist.cgiMatt Tyson2015-03-231-1/+1
* Bug 1145438: DB Crash under postgres when using alias column in buglist.cgiMatt Tyson2015-03-201-0/+1
* Bug 1112181: Relative dates in the future involving months are incorrectly co...Frédéric Buclin2015-02-171-2/+3
* Bug 1065444: Several columns are not legal when displaying queriesFrédéric Buclin2014-09-231-7/+12
* Bug 281791 - Add ability to change flags in "change several bugs at once"Simon Green2014-09-021-0/+1
* Bug 1012506 - Allow a bug to have multiple aliasesSimon Green2014-08-141-1/+15
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 936275 - In buglists, flags are sorted alphabetically instead of using th...Simon Green2014-07-151-1/+2
* Bug 1027617: Can't locate object method "_reverseoperator" when searchingByron Jones2014-07-101-1/+1
* Bug 653597 - Reports with "Real Name" fields use foo_real_name in the url par...Simon Green2014-06-171-6/+26
* Bug 992091: Rename bug 'tag' to 'tags'.Matt Tyson2014-05-071-0/+1
* Bug 999331: searching attachment data is very slow due to an unboundedByron Jones2014-05-051-0/+7
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-221-1/+47
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-1/+1
* Remove "Unicode non-character 0xfdd0 is illegal for interchange" warnings thr...Frédéric Buclin2014-02-261-6/+10
* Bug 405011: Text is cut off when containing Unicode supplementary characters ...Frédéric Buclin2014-02-251-3/+21
* Bug 960748 - Queries involving comment tags crashDave Lawrence2014-01-171-1/+9
* 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 num...Frédéric Buclin2014-01-031-0/+7
* Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ...Simon Green2013-12-181-5/+15
* Bug 863745: Enable multi-select fields in reportsPami Ketolainen2013-10-291-7/+3
* Bug 798927: An error should be thrown when passing an illegal pronounImran Chaudhry2013-09-281-1/+2
* Bug 785565: Search by change history between two dates doesn't give expected ...Frédéric Buclin2013-09-161-35/+14
* Bug 909720 - Remove unused code in Bugzilla::SearchSimon Green2013-09-041-5/+0
* Bug 901589: The 'isempty' operator does not work for custom multiselect fieldsPami Ketolainen2013-09-031-0/+9
* Bug 345194: Add "is empty" and "is not empty" search operators to the boolean...Byron Jones2013-07-241-1/+161
* Bug 533878: Allow relative date searches involving date/time custom fieldsByron Jones2013-07-241-18/+36
* Bug 880315: Fix malformed sql generated by the fix for bug 879055Byron Jones2013-06-071-4/+4
* Bug 879055: Add parenthesis to prevent anywordssubstr search from returning i...Simon Green2013-06-051-7/+7
* Bug 828344: "contains all of the words" no longer looks for all words within ...Byron Jones2013-05-101-49/+41
* Bug 828344: Make "contains all of the words" look for all words within the sa...Byron Jones2013-04-181-31/+117
* Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsHugo Seabrook2013-01-301-0/+13
* Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin2013-01-161-5/+175
* Bug 824262: Querying for strings in comments is now ultra slowFrédéric Buclin2013-01-031-7/+18
* 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
* 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/+34
* Bug 718289: The deadline field should be visible by non-members of the timetr...Frédéric Buclin2012-11-261-2/+1
* Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones2012-11-221-26/+45
* Bug 804505: Oracle crashes when typing "word1 word2" in QuickSearch with "ORA...Frédéric Buclin2012-11-031-2/+2
* Bug 448815: Support pronouns for the "changed by" field in boolean chartsFrédéric Buclin2012-10-101-3/+12
* Bug 788098: Queries involving group substitution crash when usevisibilitygrou...Frédéric Buclin2012-10-041-5/+11
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+3
* Bug 783879: Sub-optimal SQL query when displaying tags in buglistsFrédéric Buclin2012-08-191-1/+1
* Bug 780683: Tags are duplicated in buglists if a search criteria involves a u...Frédéric Buclin2012-08-071-1/+1
* Bug 779709: Don't allow searching on changes to private attachments or commentsSImon Green2012-08-071-3/+36
* Bug 780028: Oracle crashes if a column listed in ORDER BY appears twice in SE...Frédéric Buclin2012-08-031-4/+13