summaryrefslogtreecommitdiffstats
path: root/extensions/MozReview/Extension.pm
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison1-10/+0
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison1-0/+10
We can skip a lot of method calls if extensions must declare what templates they act on.
2016-03-10Bug 1254227 - MozReview auth delegation allows sending out phishing mails ↵Dylan Hardison1-1/+3
via Bugzilla
2016-02-27Bug 1223421 - Hide/Obfuscate MozReview API KeysDylan Hardison1-0/+12
2016-01-23Bug 1226028 - API for batching MozReview requestsDylan Hardison1-8/+18
2015-11-13Bug 1209625 - MozReview API Keys should use a more specific error messageDylan Hardison1-1/+1
2015-10-02Bug 1210654: "MozReview Requests" is not shown in the page after submitting ↵David Lawrence1-2/+2
a change
2015-08-11Bug 1184332 - Add Restricted API calls for MozReviewDylan William Hardison1-18/+37
2015-06-16Bug 1163761: Allow MozReview to skip user consent screen for Authentication ↵Dylan William Hardison1-0/+22
Delegation
2015-05-05Bug 1158516 - Fetch MozReview summaries by bug. r=globMark Côté1-4/+4
Instead of issuing separate calls for every MozReview request associated with a given bug, call the new MozReview summaries-by-bug API exactly once.
2015-05-04Bug 1153100: add mozreview's table to bug-modalByron Jones1-1/+2
2015-03-09Bug 1140049 - Advertise MozReview on Create New Attachment page. r=globMark Côté1-11/+19
2015-03-05Bug 1102428 - Extension to display MozReview data. r=globMark Côté1-0/+58
Add an extension called "MozReview" (and an addition hook to bug/edit.html.tmpl) that displays a table of MozReview request summaries on show_bug if there are any MozReview attachments in the current bug.