summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
AgeCommit message (Collapse)AuthorFilesLines
2013-07-24Bug 345194: Add "is empty" and "is not empty" search operators to the ↵Byron Jones1-1/+161
boolean chart r=LpSolit, a=sgreen
2013-07-24Bug 533878: Allow relative date searches involving date/time custom fieldsByron Jones1-18/+36
r=LpSolit, a=sgreen
2013-06-07Bug 880315: Fix malformed sql generated by the fix for bug 879055Byron Jones1-4/+4
r=LpSolit, a=LpSolit
2013-06-05Bug 879055: Add parenthesis to prevent anywordssubstr search from returning ↵Simon Green1-7/+7
incorrect results. r=glob, a=LpSolit
2013-05-10Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones1-49/+41
the same comment or flag r=LpSolit, a=LpSolit
2013-04-17Bug 828344: Make "contains all of the words" look for all words within the ↵Byron Jones1-31/+117
same comment or flag r=LpSolit, a=LpSolit
2013-01-30Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsHugo Seabrook1-0/+13
r/a=LpSolit
2013-01-16Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin1-5/+175
r=dkl a=LpSolit
2013-01-03Bug 824262: Querying for strings in comments is now ultra slowFrédéric Buclin1-7/+18
r=glob a=LpSolit
2013-01-02Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham1-0/+9
2012-12-07Bug 818007: Searching by commenter is slowFrédéric Buclin1-1/+1
r=dkl a=LpSolit
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+34
r/a=LpSolit
2012-11-26Bug 718289: The deadline field should be visible by non-members of the ↵Frédéric Buclin1-2/+1
timetracking group r=dkl a=LpSolit
2012-11-22Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones1-26/+45
r=dkl,a=LpSolit
2012-11-03Bug 804505: Oracle crashes when typing "word1 word2" in QuickSearch with ↵Frédéric Buclin1-2/+2
"ORA-29907: found duplicate labels in primary invocations" r=dkl a=LpSolit
2012-10-10Bug 448815: Support pronouns for the "changed by" field in boolean chartsFrédéric Buclin1-3/+12
r=dkl a=LpSolit
2012-10-04Bug 788098: Queries involving group substitution crash when ↵Frédéric Buclin1-5/+11
usevisibilitygroups is enabled r=dkl a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+3
r=wicked a=LpSolit
2012-08-19Bug 783879: Sub-optimal SQL query when displaying tags in buglistsFrédéric Buclin1-1/+1
r=wicked a=LpSolit
2012-08-07Bug 780683: Tags are duplicated in buglists if a search criteria involves a ↵Frédéric Buclin1-1/+1
user field external to the 'bugs' table r=dkl a=LpSolit
2012-08-07Bug 779709: Don't allow searching on changes to private attachments or commentsSImon Green1-3/+36
r=glob, a=LpSolit
2012-08-03Bug 780028: Oracle crashes if a column listed in ORDER BY appears twice in ↵Frédéric Buclin1-4/+13
SELECT r=glob a=LpSolit
2012-07-31Bug 733094: Do not populate $clause if there is no dataFrédéric Buclin1-10/+14
r=dkl a=LpSolit
2012-07-24Bug 753688: Classification doesn't work as z-axis on reportsFrédéric Buclin1-4/+14
r=glob a=LpSolit
2012-06-08Bug 760075: Fix error thrown when an allwords search starts with or ends ↵Simon Green1-3/+3
with a space r=glob, a=LpSolit
2012-04-30Bug 749074: Throw an error message instead of syntax error on invalid search ↵Byron Jones1-1/+3
type operators r=LpSolit,a=LpSolit
2012-04-17Bug 745320: Shared queries do not work when tags are part of the queryFrédéric Buclin1-3/+3
r=dkl a=LpSolit
2012-04-14Fix bustageFrédéric Buclin1-0/+1
2012-04-14Bug 616192: Display personal tags in buglistsFrédéric Buclin1-62/+81
r=timello a=LpSolit
2012-04-12Bug 737436: Relative dates do not work correctly with the deadline fieldFrédéric Buclin1-5/+11
r=dkl a=LpSolit
2012-04-10Bug 743991: Need a new hook to update Bugzilla::Search::COLUMN_JOINSrojanu1-1/+16
r/a=LpSolit
2012-04-04Bug 58179: End date not included in the Search By Change History sectionFrédéric Buclin1-0/+5
r=dkl a=LpSolit
2012-03-31Search for start-of-time-interval in date fields is (partially?) broken.Marc Schumann1-1/+1
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=715270
2012-03-28Bug 730984: A single whitespace in the Status Whiteboard field generates an ↵Frédéric Buclin1-1/+5
invalid SQL query r=dkl a=LpSolit
2012-03-10Bug 731163: Search.pm can use undefined alias in ORDER BY clauseFrédéric Buclin1-1/+1
r=dkl a=LpSolit
2012-02-21Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean ↵Frédéric Buclin1-1/+3
charts when searching for the flag requestee or the flag setter r=dkl a=LpSolit
2012-01-24Bug 574577: commenter_pronoun, cc_pronoun, and contact_pronoun should all be ↵Frédéric Buclin1-76/+23
merged r/a=mkanat
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-31/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-12-05Forgot to fix all occurences of $cache->{search_columns}->{$user->id}, see ↵Frédéric Buclin1-2/+2
bug 550299
2011-12-05Bug 550299: User fields are left blank in buglists and whines when local ↵Frédéric Buclin1-25/+30
user accounts are used (i.e. they have no @company.com suffix) r/a=mkanat
2011-11-30Bug 297382: Move sort order validation from buglist.cgi to Bugzilla::SearchTeemu Mannermaa1-7/+44
r/a=mkanat
2011-11-26Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin1-0/+5
r/a=mkanat
2011-08-29Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty1-2/+2
r=LpSolit, a=LpSolit
2011-08-04Bug 674497: (CVE-2011-2979) [SECURITY] Custom searches let you determine if ↵Frédéric Buclin1-2/+2
a group exists or not r=glob a=LpSolit
2011-07-19Bug 671964: Move old field names conversion from do_search_functionTiago Mello1-7/+6
to _handle_chart(). r/a=mkanat
2011-06-14Bug 660866: Allow editing of old "boolean chart" searches using the newMax Kanat-Alexander1-7/+32
"custom search" UI controls on the advanced search form. r=mkanat, a=mkanat (module owner)
2011-06-11Fixes several bugs at once related to New Charts:Frédéric Buclin1-10/+3
Bug 610739: YUI-generated tabular reports do not work if only one axis is set Bug 617676: Wrong URLs in the "Total" row at the bottom of tabular reports when JS is enabled Bug 655848: Use of uninitialized value $tbl in string eq at /var/www/html/bugzilla/report.cgi line 162 r/a=LpSolit
2011-05-13Allow searches to specify whether the top-level criteria will be joinedMax Kanat-Alexander1-1/+1
together with AND or OR. (This is part of bug 647649 but fixes a test failure caused by bug 656994 so is being checked in now.)
2011-04-06Bug 313726: When searching by relative dates, don't make them go to theMichael J Tosh1-15/+33
"beginning" of the specified period unless the user explicitly requests that. r=mkanat, a=mkanat