summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08Bug 1446236 - Add & use simpler method to check if an extension is present (#35)Vladimir Panteleev1-4/+2
2018-03-18Bug 1446236 - Bugzilla/Search.pm: Use Bugzilla::Extension::TrackingFlags ↵Vladimir Panteleev1-12/+16
only when present
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-121/+121
2017-01-05Bug 1209242 - Can't locate object method "_reverseoperator" via package ↵David Lawrence1-1/+1
"Bugzilla::Search" at /data/www/bugzilla.mozilla.org/Bugzilla/Search.pm line 3134.
2016-09-27ug 1268317 - Add Triage Contact to Components as an Editable Field ↵David Lawrence1-0/+47
(everything else)
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-32/+9
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-9/+32
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-32/+9
local symlink to data/ directory
2016-04-07Bug 1260458 - search failing for users who are not members of the insider ↵David Lawrence1-1/+2
group (DBD::mysql::db selectcol_arrayref failed: You have an error in your SQL syntax)
2015-10-16Bug 1196626 - log all authenticated requestsDylan William Hardison1-0/+1
2015-07-17Bug 1180571 - remove the ability to search attachment dataByron Jones1-43/+23
2015-02-23Bug 1130721: Implement support for the attachment author for pronoun ↵Andre Klapper1-0/+1
substitution in Custom Search
2014-10-14Bug 1074586 - New Feature: Bugs of InterestDylan William Hardison1-3/+22
I just want to walk around in circles walk around in circles
2014-10-11Revert "Bug 1074586 - New Feature: Bugs of Interest"Dylan William Hardison1-22/+3
This reverts commit ccea670dcba24ff2ac0233437aa549b22edb390c.
2014-10-10Bug 1074586 - New Feature: Bugs of InterestDylan William Hardison1-3/+22
r=dkl
2014-09-11Bug 1052851: add the ability to search by "assignee last login date"Byron Jones1-0/+26
2014-06-17Bug 649691: Add a "mentor" and "mentored bug type" field to b.m.oDavid Lawrence [:dkl]1-1/+9
2014-06-03Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵Dylan William Hardison [:dylan]1-69/+120
visit searching
2014-05-05Bug 999331: searching attachment data is very slow due to an unbounded selectByron Jones1-0/+7
2014-02-17Bug 785565: Search by change history between two dates doesn't give expected ↵Frédéric Buclin1-35/+14
result
2014-01-17Bug 960883 - backport bug 960748 to bmo/4.2 to fix issue with queries ↵Dave Lawrence1-1/+9
involving comment tags crashing
2013-12-05Bug 943636: SQL error in quicksearch API when providing just a bug IDByron Jones1-16/+52
2013-10-28Bug 931192: Add support for product aliases to searchByron Jones1-1/+51
2013-10-18Bug 926109: fix 'too many joins' fixByron Jones1-17/+17
2013-10-17Bug 927741: whines are throwing sql errors on stage (Unknown column ↵Byron Jones1-10/+1
'map_product.classification_id')
2013-10-16Bug 926109: Error when searching for many columns at once (MariaDB can only ↵Byron Jones1-2/+67
use 61 tables in a join)
2013-10-16Bug 927026: searching for an unset tracking flag is failing againByron Jones1-4/+0
2013-10-14Bug 926272: searching for an unset tracking flag fails since BMO upgradeByron Jones1-1/+5
2013-09-25Bug 920060: Bug.search API doesn't return total resultsByron Jones1-1/+12
2013-07-24Bug 345194: Update search 'is empty/is not empty' to match upstreamByron Jones1-4/+130
2013-07-24Bug 533878: Allow relative date searches involving date/time custom fieldsByron Jones1-16/+34
2013-06-19Bug 884345: Searching on Due Date Is Empty does not work anymoreByron Jones1-0/+1
2013-06-07Bug 880315: Fix malformed sql generated by the fix for bug 879055Byron Jones1-4/+4
2013-06-04Bug 879055: anywordssubstr search returns incorrect resultsSimon Green1-7/+7
2013-05-21merge with bugzilla/4.2Byron Jones1-3/+3
2013-05-20Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones1-17/+109
the same comment or flag r=LpSolit, a=LpSolit
2013-05-14Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones1-9/+61
the same comment or flag
2013-05-03Bug 866248 - backport new date custom field type from bug 801664 to bmo/4.2Gervase Markham1-0/+9
r=glob
2013-04-29rollback Bug 828344Byron Jones1-72/+12
2013-04-23Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones1-12/+72
the same comment or flag
2013-04-17revert commit for bug 828344Byron Jones1-117/+15
2013-04-17Bug 828344: Make "contains all of the words" look for all words within the ↵Byron Jones1-15/+117
same comment or flag r=LpSolit, a=LpSolit
2013-03-13Bug 850429: Searching on Due Date Is Empty does not work anymoreByron Jones1-4/+13
2013-02-27Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performanceDave Lawrence1-3/+175
2013-02-26Reverted Bug 836067 due to buglist crashing and do not yet know the reasonDave Lawrence1-175/+3
2013-02-26Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performanceDave Lawrence1-3/+175
2013-02-26restore isempty/isnotempty operators to bmo/4.2Byron Jones1-0/+24
2013-02-15Bug 828344: Fix comment "contains all of the words" behavourByron Jones1-1/+38
2013-01-30Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsDave Lawrence1-0/+13
r/a=LpSolit
2012-12-12merged with bugzilla/4.2Dave Lawrence1-1/+1