summaryrefslogtreecommitdiffstats
path: root/extensions/MozReview
AgeCommit message (Collapse)AuthorFilesLines
2015-07-13Bug 1123143 - Add links to MozReview diffs to MozReview table. r=globMark 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-16Bug 1163761: Allow MozReview to skip user consent screen for Authentication ↵Dylan William Hardison2-0/+23
Delegation
2015-06-05Bug 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-03Bug 1169131: add-mozreview-children.pl production run issuesMark Côté1-58/+138
2015-05-27Bug 1158010: provide a standard and simple way to render relative dates, in ↵Byron Jones1-38/+1
perl and javascript
2015-05-26- Updated to use https for proxy schemeDavid Lawrence1-1/+1
2015-05-25Bug 1158513 - MozReview attachment-migration script. r=globMark 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-05Bug 1158516 - Fetch MozReview summaries by bug. r=globMark 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-04Bug 1153100: add mozreview's table to bug-modalByron Jones9-37/+109
2015-03-09Bug 1140049 - Advertise MozReview on Create New Attachment page. r=globMark Côté4-11/+60
2015-03-05Bug 1102428 - Extension to display MozReview data. r=globMark 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.