summaryrefslogtreecommitdiffstats
path: root/extensions/TrackingFlags
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08disable BMO, TrackingFlags, and PhabBugzDylan William Hardison1-0/+0
2018-03-18Bug 1446236 - Allow customizing the name of the "nobody" user ↵Vladimir Panteleev2-2/+2
(nobody@mozilla.org)
2018-03-07Revert Bug 1273381Dylan William Hardison4-31/+3
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5.
2018-03-05Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵Upasana4-3/+31
for object accessors
2018-02-28Bug 1441475 - Added rel tags to links with target=_blankSimon Bennetts1-1/+1
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison5-6/+6
2018-01-02no bug - spelling error in user-error-errors.html.tmplSingh Sandhu1-1/+1
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu4-5/+5
2017-05-19Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug ↵David Lawrence3-2/+5
1361151
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.
2017-02-06Bug 1237790 - The experimental user interface doesn't provide link to help ↵David Lawrence2-12/+6
of bug fields
2016-12-21Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ↵Dylan William Hardison3-6/+3
setup with the vendor bundles
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison11-9/+18
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison11-18/+9
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 Hardison11-9/+18
local symlink to data/ directory
2016-07-04Bug 1282606 - Fix TrackingFlags memory leakDylan Hardison3-2/+30
2016-06-30Bug 1280281 - Need to call Bugzilla->memcache->clear_config() when adding a ↵David Lawrence1-0/+3
new flag (only happens on update currently)
2016-06-30Bug 1283310 - Optimizations for Bugzilla::active_custom_fields()Dylan Hardison1-0/+1
2016-05-09Bug 1271172 - When copying a flag that has a period in the version, the ↵David Lawrence1-2/+12
description is not incremented properly
2016-03-08Bug 1252445 - Tracking flags configuration is vulnerable to CSRF and causes ↵David Lawrence5-8/+22
persistent XSS
2015-07-07fix permissionsByron Jones1-0/+0
2015-06-16Bug 825946: tracking flags should be cleared when a bug is moved to a ↵Dylan William Hardison2-0/+97
product/component where they are not valid
2015-06-04Bug 1170179: Do not automatically set 'firefox-affected' release-tracking ↵Byron Jones1-4/+35
flags for comm-central products.
2015-04-22Bug 1157113: Argument "" isn't numeric in numeric eq (==) at ↵Byron Jones1-1/+1
Bugzilla/Extension/TrackingFlags/Flag.pm line 406
2015-03-31Bug 1149038: renaming a tracking flag isn't clearing a memcached cache, ↵David Lawrence1-0/+3
resulting in Can't locate object method "cf_status_thunderbird_esr39" via package "Bugzilla::Bug" errors
2015-03-30Bug 972040: For bugs filed against Trunk, automatically set 'affected' and ↵Byron Jones2-55/+74
'fixed' release-tracking flags
2015-03-25Bug 1146360: remove the winqual bug entry formByron Jones1-3/+1
2015-03-24Bug 1096798: prototype modal show_bug viewByron Jones1-4/+6
2014-12-15Bug 1105155: Indicate that an existing comment has been modified for ↵Byron Jones1-0/+2
tracking flags with prefill text
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-08-12Bug 1041964: Autofocus on the comment textarea when selecting a value which ↵Byron Jones1-4/+28
has an auto-comment configured
2014-07-22Bug 713307: Please add FlagTypeComments for tracking/approval flagsByron Jones10-91/+203
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 Jones2-10/+1
bugmail filtering prefs page
2014-07-08Bug 990980: create an extension for server-side filtering of bugmailByron Jones2-2/+13
2014-06-10Bug 1022500: cloning a firefox tracking flags throws "The component named ↵Byron Jones4-2/+90
'Template::Document=HASH(0x7f7ffacdb4c8)' does not exist. "
2014-04-08Bug 991477: changing a tracking flag's value doesn't result in the value ↵Byron Jones2-2/+27
being updated on bugs
2014-02-19fix permissions on bulk_flag_clear.plByron Jones1-0/+0
2013-11-26Remove unused tracking-flags user-errorByron Jones1-4/+0
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