Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-02 | Bug 1417980 - Fix non-HTTPS links and outdated links where possible | Kohei Yoshino | 1 | -1/+1 | |
2017-05-19 | Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug ↵ | David Lawrence | 1 | -1/+2 | |
1361151 | |||||
2017-04-11 | Revert "Bug 1352913 - Extensions must register for template_before_process()" | Dylan William Hardison | 1 | -10/+0 | |
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a. | |||||
2017-04-10 | Bug 1352913 - Extensions must register for template_before_process() | Dylan William Hardison | 1 | -0/+10 | |
We can skip a lot of method calls if extensions must declare what templates they act on. | |||||
2017-03-24 | Bug 1349899 - Clean up invalid mozreview urls on attachment page | Dylan William Hardison | 1 | -1/+1 | |
2016-12-21 | Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ↵ | Dylan William Hardison | 1 | -2/+1 | |
setup with the vendor bundles | |||||
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 4 | -1/+4 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 4 | -4/+1 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 4 | -1/+4 | |
local symlink to data/ directory | |||||
2016-08-03 | Bug 1286027 - Display MozReview diff stats r=glob | Mark Côté | 3 | -13/+28 | |
Now that MozReview's ReviewRequestSummary API has diff stats (lines added and removed), we can display that in BMO's MozReview table. I also removed the commit ID and made the summary link to the diff, since the former doesn't seem to be particularly useful. | |||||
2016-04-28 | Bug 1256051 - Allow MozReview.attachments() to post mozreview-* tags without ↵ | Dylan Hardison | 1 | -7/+14 | |
requiring editbugs | |||||
2016-03-23 | Bug 1251236 - Please show the diff on the attachment details page when a ↵ | Byron Jones | 1 | -0/+16 | |
patch has been reviewed in MozReview | |||||
2016-03-14 | Bug 1255272 - Adding a flag via the MozReview batch-attachment API doesn't ↵ | Dylan Hardison | 1 | -0/+3 | |
CC the user | |||||
2016-03-10 | Bug 1254227 - MozReview auth delegation allows sending out phishing mails ↵ | Dylan Hardison | 1 | -1/+3 | |
via Bugzilla | |||||
2016-03-09 | Bug 1253483 - MozReview.attachments() doesn't create flags on new attachments | Dylan Hardison | 1 | -1/+7 | |
2016-02-27 | Bug 1223421 - Hide/Obfuscate MozReview API Keys | Dylan Hardison | 1 | -0/+12 | |
2016-01-23 | Bug 1226028 - API for batching MozReview requests | Dylan Hardison | 3 | -8/+214 | |
2015-11-13 | Bug 1209625 - MozReview API Keys should use a more specific error message | Dylan Hardison | 2 | -1/+12 | |
2015-10-05 | Bug 1210690 - Display only commits and only relevant data | Mark Côté | 1 | -1/+1 | |
2015-10-05 | Bug 1210690 - Display only commits and only relevant data | Mark Côté | 3 | -29/+24 | |
2015-10-02 | Bug 1210654: "MozReview Requests" is not shown in the page after submitting ↵ | David Lawrence | 1 | -2/+2 | |
a change | |||||
2015-08-11 | Bug 1184332 - Add Restricted API calls for MozReview | Dylan William Hardison | 3 | -22/+103 | |
2015-07-13 | Bug 1123143 - Add links to MozReview diffs to MozReview table. r=glob | Mark Côté | 2 | -4/+18 | |
Each child review-request summary is prefaced with the abbreviated commit hash, which is also a link to the diff. This looks similar to the summary table in MozReview itself. | |||||
2015-06-16 | Bug 1163761: Allow MozReview to skip user consent screen for Authentication ↵ | Dylan William Hardison | 2 | -0/+23 | |
Delegation | |||||
2015-06-05 | Bug 1171576 - Preserve drive-by reviews in MozReview attachment-conversion ↵ | Mark Côté | 1 | -23/+49 | |
script r=glob If any flags were set on a parent attachment for reviewers not present in the review request, preserve them on all children. Also only call attachment update() once per attachment, not once per flag. | |||||
2015-06-03 | Bug 1169131: add-mozreview-children.pl production run issues | Mark Côté | 1 | -58/+138 | |
2015-05-27 | Bug 1158010: provide a standard and simple way to render relative dates, in ↵ | Byron Jones | 1 | -38/+1 | |
perl and javascript | |||||
2015-05-26 | - Updated to use https for proxy scheme | David Lawrence | 1 | -1/+1 | |
2015-05-25 | Bug 1158513 - MozReview attachment-migration script. r=glob | Mark Côté | 1 | -0/+151 | |
Migration script for MozReview. For every bug with a MozReview parent-review-request-URL attachment, create associated patches for children and obsolete the parent. | |||||
2015-05-05 | Bug 1158516 - Fetch MozReview summaries by bug. r=glob | Mark Côté | 3 | -52/+58 | |
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-04 | Bug 1153100: add mozreview's table to bug-modal | Byron Jones | 9 | -37/+109 | |
2015-03-09 | Bug 1140049 - Advertise MozReview on Create New Attachment page. r=glob | Mark Côté | 4 | -11/+60 | |
2015-03-05 | Bug 1102428 - Extension to display MozReview data. r=glob | Mark Côté | 7 | -0/+353 | |
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. |