summaryrefslogtreecommitdiffstats
path: root/extensions/ComponentWatching/Extension.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08Bug 1427884 - Add upgrade tests from 4.2 to Harmony on mysqlDylan William Hardison1-1/+3
2018-03-18Bug 1446236 - Allow customizing the name of the "nobody" user ↵Vladimir Panteleev1-1/+1
(nobody@mozilla.org)
2017-06-07Bug 1368764 - Component watching relationship constant not exported in ↵Dylan William Hardison1-1/+1
template constants
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison1-6/+0
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison1-0/+6
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/+4
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-4/+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/+4
local symlink to data/ directory
2016-06-02Bug 1269549 - Component watching prefix matches too muchDylan Hardison1-1/+3
2015-08-06Bug 1191565 - [Security] Able to delete any Bugzilla user's component watchingDavid Lawrence1-3/+4
2015-06-02Bug 1168392: Automatic watch user creation not working when editing ↵David Lawrence1-1/+3
component without prior watch user account
2015-04-08Bug 1090493: Allow ComponentWatching extension to work on either bmo/4.2 or ↵David Lawrence1-1/+13
upstream 5.0+
2015-01-05Bug 696726: automatically create "watch users" for componentsByron Jones1-2/+58
2014-10-23Bug 1082113: The ComponentWatching extension should create a default watch ↵David Lawrence1-2/+17
user with a new database installation
2014-06-10Bug 720832: Add the ability to watch component starting with a stringByron Jones1-42/+74
2014-06-10Bug 1022500: cloning a firefox tracking flags throws "The component named ↵Byron Jones1-0/+61
'Template::Document=HASH(0x7f7ffacdb4c8)' does not exist. "
2014-06-09Bug 720832: Add the ability to watch component starting with a stringByron Jones1-3/+29
(schema only)
2013-12-18Bug 950743: Navigating to Component Watching responds with a 500 on ↵Byron Jones1-12/+21
retrieving userprefs.cgi
2013-02-11restore commented out ComponentWatch functionsByron Jones1-6/+5
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ↵Dave Lawrence1-6/+6
users are not always required to login
2012-08-07Bug 778971: show components watched via watch-users on the "component ↵Byron Jones1-11/+45
watching" preferences tab
2012-07-03Bug 684701: make "watch user" mandatoryByron Jones1-1/+3
2012-04-09Bug 738329: allow preseleting products and components in component-watch prefsByron Jones1-2/+5
2012-03-28Bug 684701: add "watch user" to component watchingDave Lawrence1-24/+139
2011-10-05More 4.2 porting fixesDavid Lawrence1-6/+8
2011-08-11Initial checkin of bmo/4.0 extensions. Still todo: port changes to core ↵David Lawrence1-0/+343
Bugzilla code