summaryrefslogtreecommitdiffstats
path: root/extensions/Review
AgeCommit message (Collapse)AuthorFilesLines
2018-04-01Merge branch 'master' into unstableDylan William Hardison1-0/+2
2018-03-23Bug 1447410 - Make it so you can always request review from .bugs or .tld ↵Dylan William Hardison1-0/+2
accounts
2018-03-18Bug 1446236 - Allow customizing the name of the "nobody" user ↵Vladimir Panteleev2-2/+2
(nobody@mozilla.org)
2018-03-07Revert Bug 1273381Dylan William Hardison1-10/+0
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5.
2018-03-05Bug 1429344 - Review requests in requests dropdown should link to MozReview ↵Kohei Yoshino1-8/+35
or GitHub instead of Bugzilla details page
2018-03-05Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵Upasana1-0/+10
for object accessors
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison6-6/+6
2018-01-24Bug 1429888 - See All link in Requests dropdown should show results grouped ↵Kohei Yoshino2-2/+2
by flags as before
2018-01-18Bug 1430495 - Make loading of Requests dropdown fasterKohei Yoshino1-1/+9
2018-01-17no bug - Lowercase the email address before generating the MD5 for GravatarMatt N1-1/+1
This is step 2 of https://en.gravatar.com/site/implement/hash/
2018-01-09Bug 1429194 - Clicking requests icon gives "Loading... " but never actually ↵Kohei Yoshino1-2/+2
completes
2018-01-09Bug 1429076 - Can we have a lock icon for requests in security-sensitive ↵Kohei Yoshino1-8/+10
bugs in Requests Quick Look Dropdown?
2018-01-08Bug 1428641 - Implement Requests quick look dropdown on global headerKohei Yoshino4-22/+162
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu2-2/+2
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino2-8/+12
2017-07-07Bug 1377621 - YUI is broken on review history pageDylan William Hardison2-15/+17
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-1/+1
2017-06-09Bug 1067812 - Add date selectors to the review history APIDylan William Hardison1-2/+20
2017-05-19Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug ↵David Lawrence1-0/+2
1361151
2016-12-21Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ↵Dylan William Hardison2-4/+2
setup with the vendor bundles
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison7-3/+13
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison7-13/+3
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 Hardison7-3/+13
local symlink to data/ directory
2015-10-21Bug 1209599 - group general preferences by categoryDavid Lawrence1-1/+6
2015-10-02Bug 1209971: Suggested reviewers should exclude the current user from the ↵David Lawrence1-0/+4
list displayed
2015-09-01Bug 1200610: jsonrpc API requests do not work when "Require API-Key ↵David Lawrence1-4/+13
authentication for API requests" is enabled due to missing API tokens
2015-07-15Bug 1183975 - limit the number of accounts a new user can add to any ↵Byron Jones1-0/+1
multi-user field
2015-07-15Bug 1183975 - limit the number of accounts a new user can add to any ↵Byron Jones2-1/+9
multi-user field
2015-06-02Bug 1169479: 500 error when attaching patch with r? but no reviewerDylan William Hardison1-9/+8
2015-05-27Bug 1164780: updating an attachment with pre-existing review requests ↵Byron Jones1-4/+4
shouldn't enforce the "last logged in to bugzilla" limit
2015-05-26Bug 1146782: backport bug 1159589 to bmo (migrate autocomplete from yui to ↵Byron Jones1-1/+0
jquery)
2015-05-22Bug 1166623: move MAX_REVIEWER_LAST_SEEN_DAYS_AGO from a constant to a parameterByron Jones2-8/+31
2015-05-20Bug 1166616: disabling of reviewer last-seen doesn't work for users that ↵Byron Jones1-1/+1
don't have a last_seen_date
2015-05-11Bug 751862 - Make it so people inactive in last 60 days can't be asked for ↵Gervase Markham3-8/+47
review and aren't suggested. r=glob
2015-04-28Bug 1159166: When I ask for review from someone who is not accepting ↵Byron Jones2-2/+2
reviews, my red request count in the top left becomes their request count
2015-04-02Bug 1150057: partial user matching is no longer working on review flagsByron Jones1-1/+1
2015-03-30Bug 1125987: asking for review in a restricted bug doesn't work as expected ↵Byron Jones1-1/+17
("You must provide a reviewer for review requests" instead of "That user cannot access that bug" error)
2015-03-11fix pod warningsByron Jones1-7/+3
2015-03-10Bug 1141518: error when setting "block needinfo" or "block review requests"Byron Jones1-6/+3
2015-03-10Bug 1139749: backport bug 1128853 to bmo (Bugzilla shouldn't try to write ↵Byron Jones1-0/+1
API tokens into the shadow DB)
2015-03-10Bug 1003701: add the ability for users to prevent review/feedback/needinfo ↵Byron Jones5-11/+106
requests
2015-03-09Bug 1140234: extend review/flag_activity to allow filtering by status and bug_idByron Jones1-1/+11
2015-02-04Bug 1129183: 500 internal server error with duplicate mentor fieldByron Jones1-0/+4
2015-02-04Bug 1129283: "suggested reviewers" missing, due to missing YAHOO.widget.MenuByron Jones5-86/+79
2015-01-27Bug 1124437: Backport upstream bug 1090275 to bmo/4.2 to whitelist ↵Byron Jones1-1/+6
webservice api methods
2014-12-16Bug 1111862: HTML code injection in review history pageDylan William Hardison1-2/+2
2014-10-28Bug 1076746: Mentor field is missing in the email when a bug gets createdDavid Lawrence1-2/+8
2014-09-30Bug 1067810 - Review history page displays the wrong durationDylan William Hardison1-0/+2
2014-09-24Bug 1071926: Can't unmentor a bugDavid Lawrence1-0/+2
2014-09-22Bug 1067808 - Review history page displays cancelled reviews as overdueDylan William Hardison2-44/+105