summaryrefslogtreecommitdiffstats
path: root/extensions/BugmailFilter
AgeCommit message (Collapse)AuthorFilesLines
2018-03-07Revert Bug 1273381Dylan William Hardison1-6/+0
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5.
2018-03-05Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵Upasana1-0/+6
for object accessors
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison1-1/+1
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu1-2/+2
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison1-3/+3
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison1-3/+3
2017-06-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison1-3/+3
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison5-0/+10
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison5-10/+0
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 Hardison5-0/+10
local symlink to data/ directory
2015-08-18Bug 1195593 - Able to delete any Bugzilla user's Bugmail FilterByron Jones1-4/+5
2015-08-12Bug 1036872 - Bugmail filtering allows through bugmail that should be ↵Byron Jones1-1/+33
blocked when combined with the standard email prefs
2014-11-04Bug 1091149: Use of uninitialized value in string ne warnings from ↵David Lawrence1-2/+4
BugmailFilter extensiom
2014-10-27Bug 1075281: bugmail filtering not working the way I expect it toByron Jones2-1/+22
2014-09-24Bug 1054141: add the ability to filter on the user that made the changeByron Jones3-2/+99
2014-09-18Bug 1054141: add the ability to filter on the user that made the changeByron Jones1-0/+20
(schema only)
2014-09-11Bug 1052851: add the ability to search by "assignee last login date"Byron Jones1-0/+1
2014-09-09Bug 1064878: Use of uninitialized value in pattern match (m//) at ↵Byron Jones1-1/+1
/loader/0x7ffa9dedc498/Bugzilla/Extension/BugmailFilter/Filter.pm line 172
2014-09-09Bug 1054138: add the ability to filter on "fields containing the string"Byron Jones2-3/+3
2014-09-03Bug 1054138: add the ability to filter on "fields containing the string"Byron Jones5-46/+119
2014-08-18Bug 1054832: past revisions of comments are not removed by the database ↵Byron Jones1-0/+6
sanisisation script
2014-07-21Bug 1041538: A few more "Bugmail filtering" fields need to be excluded from ↵Byron Jones2-1/+7
the prefs UI
2014-07-16Bug 1039198: Field name is still "Bug #" for the Bug Created fieldByron Jones2-3/+4
2014-07-15Bug 1036303: add a list of tracking/project/etc tracking flags to the ↵Byron Jones3-75/+159
bugmail filtering prefs page
2014-07-14Bug 1036301: change the description of the "bug id" field on bugmail ↵Byron Jones2-20/+23
filtering preferences tab to "new bug"
2014-07-08Bug 1035825: seeing "Can't use an undefined value as an ARRAY reference" ↵Byron Jones1-1/+3
when updating a bug with an empty CC list
2014-07-08Bug 990980: create an extension for server-side filtering of bugmailByron Jones9-0/+1024
2014-07-08Bug 990980: create an extension for server-side filtering of bugmailByron Jones2-0/+97
(schema only)