summaryrefslogtreecommitdiffstats
path: root/extensions/TrackingFlags
AgeCommit message (Collapse)AuthorFilesLines
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 Jones2-2/+24
2013-11-14Bug 931171: add bulk_flag_clear.pl scriptByron Jones3-22/+181
2013-10-16Bug 926109: Error when searching for many columns at once (MariaDB can only ↵Byron Jones2-0/+15
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-13Bug 926142 - Can't call method "is_active" on unblessed reference when ↵Dave Lawrence1-0/+6
loading certain bugs that have flags set but are no longer visible
2013-10-11Bug 880829 - Migrate current custom field based tracking flags to the new ↵Dave Lawrence8-230/+408
Tracking Flags extension tables r=glob
2013-09-18Bug 917203: tracking flags with flag_type of "status" is unclearByron Jones1-5/+0
2013-09-16Bug 916702: tracking flags 'copy' doesn't copy, it editsByron Jones2-2/+3
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 Lawrence2-1/+20
2013-09-11Bug 909843: trackingflags do not support "Can be set on bug creation"Byron Jones4-2/+23
2013-09-10Bug 904988 - create an ember extension with bespoke methodsDave Lawrence1-1/+1
r=glob
2013-09-06Bug 913208 - Allow deleting of tracking flags that do not have bug values ↵Dave Lawrence4-15/+14
set but have activity entries in bugs_activity r=glob
2013-09-03Bug 912232 - Show tracking flag bug counts in tracking flag list as well as ↵Dave Lawrence4-11/+29
on the edit page
2013-09-02remove accidental commitsByron Jones4-18/+2
https://bugzilla.mozilla.org/show_bug.cgi?id=909843
2013-09-02Bug 909843: trackingflags do not support "Can be set on bug creation"Byron Jones6-279/+338
2013-09-02Bug 911545: Fetching a non-public bug via XML fails due to TrackingFlags ↵Byron Jones1-1/+1
extension
2013-08-20Bug 906597: loading a bug with an inactive-but-set tracking flag throws: ↵Byron Jones1-1/+6
Can't call method 'sortkey' on an undefined value
2013-08-13Bug 899091 - SENTRY ERROR: Can't locate object method "cf_partner_koi_tcl" ↵Dave Lawrence6-63/+118
via package "Bugzilla::Bug" at /loader/0x7f88f01cfd60/Bugzilla/Extension/Push/Serialise.pm line 217 r=glob
2013-08-12Bug 902212 - tidy up active_custom usage in TrackingFlagsDave Lawrence1-1/+2
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 Lawrence28-0/+2775
tracking flags away from custom fields
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 Lawrence2-0/+215
tracking flags away from custom fields (Schema Only) r=glob