summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
AgeCommit message (Expand)AuthorFilesLines
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+3
2012-08-19Bug 783879: Sub-optimal SQL query when displaying tags in buglistsFrédéric Buclin1-1/+1
2012-08-07Bug 780683: Tags are duplicated in buglists if a search criteria involves a u...Frédéric Buclin1-1/+1
2012-08-07Bug 779709: Don't allow searching on changes to private attachments or commentsSImon Green1-3/+36
2012-08-03Bug 780028: Oracle crashes if a column listed in ORDER BY appears twice in SE...Frédéric Buclin1-4/+13
2012-07-31Bug 733094: Do not populate $clause if there is no dataFrédéric Buclin1-10/+14
2012-07-24Bug 753688: Classification doesn't work as z-axis on reportsFrédéric Buclin1-4/+14
2012-06-08Bug 760075: Fix error thrown when an allwords search starts with or ends with...Simon Green1-3/+3
2012-04-30Bug 749074: Throw an error message instead of syntax error on invalid search ...Byron Jones1-1/+3
2012-04-17Bug 745320: Shared queries do not work when tags are part of the queryFrédéric Buclin1-3/+3
2012-04-14Fix bustageFrédéric Buclin1-0/+1
2012-04-14Bug 616192: Display personal tags in buglistsFrédéric Buclin1-62/+81
2012-04-12Bug 737436: Relative dates do not work correctly with the deadline fieldFrédéric Buclin1-5/+11
2012-04-10Bug 743991: Need a new hook to update Bugzilla::Search::COLUMN_JOINSrojanu1-1/+16
2012-04-04Bug 58179: End date not included in the Search By Change History sectionFrédéric Buclin1-0/+5
2012-03-31Search for start-of-time-interval in date fields is (partially?) broken.Marc Schumann1-1/+1
2012-03-28Bug 730984: A single whitespace in the Status Whiteboard field generates an i...Frédéric Buclin1-1/+5
2012-03-10Bug 731163: Search.pm can use undefined alias in ORDER BY clauseFrédéric Buclin1-1/+1
2012-02-21Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean chart...Frédéric Buclin1-1/+3
2012-01-24Bug 574577: commenter_pronoun, cc_pronoun, and contact_pronoun should all be ...Frédéric Buclin1-76/+23
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
2011-12-05Forgot to fix all occurences of $cache->{search_columns}->{$user->id}, see bu...Frédéric Buclin1-2/+2
2011-12-05Bug 550299: User fields are left blank in buglists and whines when local user...Frédéric Buclin1-25/+30
2011-11-30Bug 297382: Move sort order validation from buglist.cgi to Bugzilla::SearchTeemu Mannermaa1-7/+44
2011-11-26Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin1-0/+5
2011-08-29Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty1-2/+2
2011-08-04Bug 674497: (CVE-2011-2979) [SECURITY] Custom searches let you determine if a...Frédéric Buclin1-2/+2
2011-07-19Bug 671964: Move old field names conversion from do_search_functionTiago Mello1-7/+6
2011-06-14Bug 660866: Allow editing of old "boolean chart" searches using the newMax Kanat-Alexander1-7/+32
2011-06-11Fixes several bugs at once related to New Charts:Frédéric Buclin1-10/+3
2011-05-13Allow searches to specify whether the top-level criteria will be joinedMax Kanat-Alexander1-1/+1
2011-04-06Bug 313726: When searching by relative dates, don't make them go to theMichael J Tosh1-15/+33
2011-04-02Bug 647466: Allow Search.pm to take the new URL syntax for custom searchMax Kanat-Alexander1-4/+56
2011-04-02Bug 640045: Convert Search.pm to use the new AND/OR system internally.Max Kanat-Alexander1-147/+93
2011-03-04Remove _join_flag_tables from Search.pm, which was dead code.Max Kanat-Alexander1-25/+0
2011-03-03Bug 240398: Make flagtypes.name work properly with all the boolean chartMax Kanat-Alexander1-56/+10
2011-03-03Bug 638555: Make the fields in the bugs table that can be NULL work with allMax Kanat-Alexander1-22/+50
2011-03-03Bug 638518: Make all boolean chart operators work with attach_data.thedataMax Kanat-Alexander1-26/+7
2011-03-03Bug 638509 - Make all boolean charts work with all attachment fields exceptMax Kanat-Alexander1-25/+10
2011-03-03Bug 366306: Allow "attachments.thedata" as a boolean chart field name forMax Kanat-Alexander1-0/+1
2011-03-03Bug 638489 - Make all boolean charts work with longdescs.isprivateMax Kanat-Alexander1-30/+12
2011-03-02Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander1-1/+1
2011-03-02Bug 617641: Using any of the _realname columns in Search.pm all by themselvesMax Kanat-Alexander1-0/+2
2011-03-01Bug 45862: Make searching comments behave sensibly for all boolean charts,Max Kanat-Alexander1-23/+20
2011-03-01Bug 637662: Make all the boolean charts work as expected for the "blocks"Max Kanat-Alexander1-50/+13
2011-03-01Bug 637426: Fix every boolean chart operator type for the bug_group searchMax Kanat-Alexander1-27/+6
2011-03-01Bug 616341: Make "tag" a valid search field in Search.pm, for the newMax Kanat-Alexander1-29/+24
2011-03-01Bug 634144: Make possible_duplicates work on PostgreSQLSam Morris1-1/+1
2011-03-01Bug 490322: Fix every single keywords, multi_select, and see_also field/operatorMax Kanat-Alexander1-86/+46
2011-02-20Bug 632717: Limit the total number of results that a search can ever return.Max Kanat-Alexander1-0/+6