aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bug 780028: Oracle crashes if a column listed in ORDER BY appears twice in ↵Frédéric Buclin2012-08-031-4/+13
| | | | | | SELECT r=glob a=LpSolit
* Bug 733094: Do not populate $clause if there is no dataFrédéric Buclin2012-07-311-10/+14
| | | | r=dkl a=LpSolit
* Bug 753688: Classification doesn't work as z-axis on reportsFrédéric Buclin2012-07-241-4/+14
| | | | r=glob a=LpSolit
* Bug 760075: Fix error thrown when an allwords search starts with or ends ↵Simon Green2012-06-081-3/+3
| | | | | | with a space r=glob, a=LpSolit
* Bug 749074: Throw an error message instead of syntax error on invalid search ↵Byron Jones2012-04-301-1/+3
| | | | | | type operators r=LpSolit,a=LpSolit
* Bug 745320: Shared queries do not work when tags are part of the queryFrédéric Buclin2012-04-171-3/+3
| | | | r=dkl a=LpSolit
* Fix bustageFrédéric Buclin2012-04-141-0/+1
|
* Bug 616192: Display personal tags in buglistsFrédéric Buclin2012-04-141-62/+81
| | | | r=timello a=LpSolit
* Bug 737436: Relative dates do not work correctly with the deadline fieldFrédéric Buclin2012-04-121-5/+11
| | | | r=dkl a=LpSolit
* Bug 743991: Need a new hook to update Bugzilla::Search::COLUMN_JOINSrojanu2012-04-101-1/+16
| | | | r/a=LpSolit
* Bug 58179: End date not included in the Search By Change History sectionFrédéric Buclin2012-04-041-0/+5
| | | | r=dkl a=LpSolit
* Search for start-of-time-interval in date fields is (partially?) broken.Marc Schumann2012-03-311-1/+1
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=715270
* Bug 730984: A single whitespace in the Status Whiteboard field generates an ↵Frédéric Buclin2012-03-281-1/+5
| | | | | | invalid SQL query r=dkl a=LpSolit
* Bug 731163: Search.pm can use undefined alias in ORDER BY clauseFrédéric Buclin2012-03-101-1/+1
| | | | r=dkl a=LpSolit
* Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean ↵Frédéric Buclin2012-02-211-1/+3
| | | | | | charts when searching for the flag requestee or the flag setter r=dkl a=LpSolit
* Bug 574577: commenter_pronoun, cc_pronoun, and contact_pronoun should all be ↵Frédéric Buclin2012-01-241-76/+23
| | | | | | merged r/a=mkanat
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-31/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Forgot to fix all occurences of $cache->{search_columns}->{$user->id}, see ↵Frédéric Buclin2011-12-051-2/+2
| | | | bug 550299
* Bug 550299: User fields are left blank in buglists and whines when local ↵Frédéric Buclin2011-12-051-25/+30
| | | | | | user accounts are used (i.e. they have no @company.com suffix) r/a=mkanat
* Bug 297382: Move sort order validation from buglist.cgi to Bugzilla::SearchTeemu Mannermaa2011-11-301-7/+44
| | | | r/a=mkanat
* Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin2011-11-261-0/+5
| | | | r/a=mkanat
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-291-2/+2
| | | | r=LpSolit, a=LpSolit
* Bug 674497: (CVE-2011-2979) [SECURITY] Custom searches let you determine if ↵Frédéric Buclin2011-08-041-2/+2
| | | | | | a group exists or not r=glob a=LpSolit
* Bug 671964: Move old field names conversion from do_search_functionTiago Mello2011-07-181-7/+6
| | | | | to _handle_chart(). r/a=mkanat