aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 240398: Make flagtypes.name work properly with all the boolean chartMax Kanat-Alexander2011-03-031-56/+10
* Bug 638555: Make the fields in the bugs table that can be NULL work with allMax Kanat-Alexander2011-03-031-22/+50
* Bug 638518: Make all boolean chart operators work with attach_data.thedataMax Kanat-Alexander2011-03-031-26/+7
* Bug 638509 - Make all boolean charts work with all attachment fields exceptMax Kanat-Alexander2011-03-031-25/+10
* Bug 366306: Allow "attachments.thedata" as a boolean chart field name forMax Kanat-Alexander2011-03-031-0/+1
* Bug 638489 - Make all boolean charts work with longdescs.isprivateMax Kanat-Alexander2011-03-031-30/+12
* Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander2011-03-021-1/+1
* Bug 617641: Using any of the _realname columns in Search.pm all by themselvesMax Kanat-Alexander2011-03-021-0/+2
* Bug 45862: Make searching comments behave sensibly for all boolean charts,Max Kanat-Alexander2011-03-011-23/+20
* Bug 637662: Make all the boolean charts work as expected for the "blocks"Max Kanat-Alexander2011-03-011-50/+13
* Bug 637426: Fix every boolean chart operator type for the bug_group searchMax Kanat-Alexander2011-03-011-27/+6
* Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander2011-03-011-29/+24