aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 733094: Do not populate $clause if there is no dataFrédéric Buclin2012-07-311-10/+14
* Bug 753688: Classification doesn't work as z-axis on reportsFrédéric Buclin2012-07-241-4/+14
* Bug 760075: Fix error thrown when an allwords search starts with or ends with...Simon Green2012-06-081-3/+3
* Bug 749074: Throw an error message instead of syntax error on invalid search ...Byron Jones2012-04-301-1/+3
* Bug 745320: Shared queries do not work when tags are part of the queryFrédéric Buclin2012-04-171-3/+3
* Fix bustageFrédéric Buclin2012-04-141-0/+1
* Bug 616192: Display personal tags in buglistsFrédéric Buclin2012-04-141-62/+81
* Bug 737436: Relative dates do not work correctly with the deadline fieldFrédéric Buclin2012-04-121-5/+11
* Bug 743991: Need a new hook to update Bugzilla::Search::COLUMN_JOINSrojanu2012-04-101-1/+16
* Bug 58179: End date not included in the Search By Change History sectionFrédéric Buclin2012-04-041-0/+5
* Search for start-of-time-interval in date fields is (partially?) broken.Marc Schumann2012-03-311-1/+1
* Bug 730984: A single whitespace in the Status Whiteboard field generates an i...Frédéric Buclin2012-03-281-1/+5
* Bug 731163: Search.pm can use undefined alias in ORDER BY clauseFrédéric Buclin2012-03-101-1/+1
* Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean chart...Frédéric Buclin2012-02-211-1/+3
* Bug 574577: commenter_pronoun, cc_pronoun, and contact_pronoun should all be ...Frédéric Buclin2012-01-241-76/+23
* 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
* Forgot to fix all occurences of $cache->{search_columns}->{$user->id}, see bu...Frédéric Buclin2011-12-051-2/+2
* Bug 550299: User fields are left blank in buglists and whines when local user...Frédéric Buclin2011-12-051-25/+30
* Bug 297382: Move sort order validation from buglist.cgi to Bugzilla::SearchTeemu Mannermaa2011-11-301-7/+44
* Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin2011-11-261-0/+5
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-291-2/+2
* Bug 674497: (CVE-2011-2979) [SECURITY] Custom searches let you determine if a...Frédéric Buclin2011-08-041-2/+2
* Bug 671964: Move old field names conversion from do_search_functionTiago Mello2011-07-181-7/+6
* Bug 660866: Allow editing of old "boolean chart" searches using the newMax Kanat-Alexander2011-06-131-7/+32
* Fixes several bugs at once related to New Charts:Frédéric Buclin2011-06-111-10/+3
* Allow searches to specify whether the top-level criteria will be joinedMax Kanat-Alexander2011-05-131-1/+1
* Bug 313726: When searching by relative dates, don't make them go to theMichael J Tosh2011-04-051-15/+33
* Bug 647466: Allow Search.pm to take the new URL syntax for custom searchMax Kanat-Alexander2011-04-021-4/+56
* Bug 640045: Convert Search.pm to use the new AND/OR system internally.Max Kanat-Alexander2011-04-021-147/+93
* Remove _join_flag_tables from Search.pm, which was dead code.Max Kanat-Alexander2011-03-031-25/+0