summaryrefslogtreecommitdiffstats
path: root/extensions/BzAPI/Extension.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy1-170/+169
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison1-2/+2
2018-10-09Bug 623384 - Use Module::Runtime instead of eval { require } or eval "use"Dylan William Hardison1-2/+2
2018-03-10initial psgi supportDylan William Hardison1-0/+9
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison1-4/+0
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison1-0/+4
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/+3
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-3/+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/+3
local symlink to data/ directory
2015-03-10Bug 1139939: fix uninit value warningByron Jones1-1/+4
2015-03-05Bug 1139939: "BadResponse: 'Location' header missing from 201 Created ↵David Lawrence1-0/+6
response" when commenting with bztools
2014-11-11Bug 1089805: BzAPI compatibility layer returns HTTP 200 when a bug update failedDavid Lawrence1-0/+7
2014-08-26Bug 1057774: bzAPI landing page gives a 404David Lawrence1-2/+6
2014-06-18Bug 1027195 - The new BzAPI extension has broken the ability to call ↵David Lawrence1-0/+1
/rest/login to get a login token for the REST API
2014-06-16Bug 880669 - Extend current BzAPI BMO extension to contain compatibility ↵David Lawrence1-50/+241
changes on top of native rest r=glob
2011-08-11Initial checkin of bmo/4.0 extensions. Still todo: port changes to core ↵David Lawrence1-0/+71
Bugzilla code