summaryrefslogtreecommitdiffstats
path: root/extensions/TrackingFlags/Extension.pm
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison1-11/+0
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison1-0/+11
We can skip a lot of method calls if extensions must declare what templates they act on.
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-0/+2
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-2/+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 Hardison1-0/+2
local symlink to data/ directory
2016-07-04Bug 1282606 - Fix TrackingFlags memory leakDylan Hardison1-0/+15
2016-06-30Bug 1283310 - Optimizations for Bugzilla::active_custom_fields()Dylan Hardison1-0/+1
2015-06-16Bug 825946: tracking flags should be cleared when a bug is moved to a ↵Dylan William Hardison1-0/+17
product/component where they are not valid
2015-03-30Bug 972040: For bugs filed against Trunk, automatically set 'affected' and ↵Byron Jones1-3/+37
'fixed' release-tracking flags
2015-03-25Bug 1146360: remove the winqual bug entry formByron Jones1-3/+1
2014-09-11Bug 1064678: searching for tracking flag "is empty" is generating incorrect sqlByron Jones1-1/+6
2014-09-03Bug 1054138: add the ability to filter on "fields containing the string"Byron Jones1-0/+5
2014-07-22Bug 713307: Please add FlagTypeComments for tracking/approval flagsByron Jones1-3/+41
2014-07-18Bug 713307: Please add FlagTypeComments for tracking/approval flagsByron Jones1-0/+12
(schema only)
2014-07-15Bug 1036303: add a list of tracking/project/etc tracking flags to the ↵Byron Jones1-4/+1
bugmail filtering prefs page
2014-07-08Bug 990980: create an extension for server-side filtering of bugmailByron Jones1-0/+11
2014-06-10Bug 1022500: cloning a firefox tracking flags throws "The component named ↵Byron Jones1-0/+61
'Template::Document=HASH(0x7f7ffacdb4c8)' does not exist. "
2013-11-18Bug 936241 - Bug.create doesn't allow tracking flags to be set, but ↵Dave Lawrence1-4/+22
Bug.update does r=glob
2013-11-15Bug 938763 - Ember.show no longer works since the bug_check_can_change_field ↵Dave Lawrence1-4/+1
hook added to TrackingFlags ext r=glob
2013-11-14Bug 938568: Unprivileged users unable to comment on bugsByron Jones1-1/+23
2013-11-14Bug 931171: add bulk_flag_clear.pl scriptByron Jones1-21/+41
2013-10-16Bug 926109: Error when searching for many columns at once (MariaDB can only ↵Byron Jones1-0/+4
use 61 tables in a join)
2013-10-16Bug 927026: searching for an unset tracking flag is failing againByron Jones1-18/+0
2013-10-15Bug 926842: unable to change status and tracking flag values once they are setByron Jones1-4/+2
2013-10-15Bug 926764: Use of uninitialized value in string eq at ↵Byron Jones1-1/+2
extensions/TrackingFlags/Extension.pm line 412
2013-10-15Bug 926557: searching for tracking flags is broken for negated terms where ↵Byron Jones1-1/+1
values are unset, breaking the leo+ b2g triage query
2013-10-15Bug 926118 - tracking flags are being cleared when making a change to a bug ↵Dave Lawrence1-8/+27
using the webservice api after tracking flag migration r=glob
2013-10-14Bug 926272: searching for an unset tracking flag fails since BMO upgradeByron Jones1-0/+17
2013-10-13Bug 926118 - tracking flags are being cleared when making a change to a bug ↵Dave Lawrence1-1/+2
using the webservice api after tracking flag migration
2013-10-11Bug 880829 - Migrate current custom field based tracking flags to the new ↵Dave Lawrence1-2/+34
Tracking Flags extension tables r=glob
2013-09-13Revert Bug 915830 - Tracking flags don't contain values for ↵Dave Lawrence1-19/+0
extensions/TrackingFlags/Extension.pm
2013-09-13Bug 915830 - Tracking flags don't contain valuesDave Lawrence1-0/+19
2013-09-11Bug 909843: trackingflags do not support "Can be set on bug creation"Byron Jones1-0/+6
2013-09-02remove accidental commitsByron Jones1-1/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=909843
2013-09-02Bug 909843: trackingflags do not support "Can be set on bug creation"Byron Jones1-0/+17
2013-09-02Bug 911545: Fetching a non-public bug via XML fails due to TrackingFlags ↵Byron Jones1-1/+1
extension
2013-08-13Bug 899091 - SENTRY ERROR: Can't locate object method "cf_partner_koi_tcl" ↵Dave Lawrence1-1/+11
via package "Bugzilla::Bug" at /loader/0x7f88f01cfd60/Bugzilla/Extension/Push/Serialise.pm line 217 r=glob
2013-07-29Bug 899076 - SENTRY ERROR: Can't call method "product" on an undefined value ↵Dave Lawrence1-6/+8
at /data/www/bugzilla.mozilla.org/extensions/TrackingFlags/Extension.pm line 71.
2013-07-25Bug 897879: Tracking flags are not sortedByron Jones1-1/+1
2013-07-25Bug 750742: Create new BMO extension called TrackingFlags to move current ↵David Lawrence1-0/+324
tracking flags away from custom fields
2013-07-24Bug 750742 - Create new BMO extension called TrackingFlags to move current ↵Dave Lawrence1-0/+191
tracking flags away from custom fields (Schema Only) r=glob