summaryrefslogtreecommitdiffstats
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2018-02-13Bug 1343248 - Migrate secbugstats scripts to bmo productionDylan William Hardison1-0/+54
2018-02-07Bug 1430259 - Update policy code in BMO PhabBugz extension to update custom ↵dklawren3-91/+295
policy if a private bugs groups have changed.
2018-02-05no bug - change version.json build setting to match dockerflow ↵Bob Micheletto1-1/+1
specifications (#389)
2018-01-24Bug 1429888 - See All link in Requests dropdown should show results grouped ↵Kohei Yoshino2-2/+2
by flags as before
2018-01-23Bug 1428270 - Unwrappable content in summary can cause top buttons to bleed ↵Kohei Yoshino1-1/+1
out of main content box
2018-01-18Bug 1430495 - Make loading of Requests dropdown fasterKohei Yoshino1-1/+9
2018-01-18Bug 1431135: add bug status css class to markupPascal Chevrel1-1/+1
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-11Bug 1429600 - Update Revision.pm type checking to treat bug id as a simple ↵dklawren1-2/+5
string or undefined
2018-01-10Bug 1429290 - allow bug modal to be narrower than 900pxDylan William Hardison1-0/+24
2018-01-10no bug - Fix a markup error (#361)Kohei Yoshino1-1/+1
This error can be observed in show_bug.cgi's source.
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-09Bug 1429110: Update Revision.pm type checking to treat bug id as a simple stringdklawren1-7/+5
2018-01-08Bug 1428641 - Implement Requests quick look dropdown on global headerKohei Yoshino4-22/+162
2018-01-08Bug 1427800 - Wrong anchor scrolling with old UIKohei Yoshino2-30/+29
2018-01-05Bug 1428156 - BMO will mark a revision as public if it sees a new one ↵dklawren1-2/+12
created without a bug id associated with it
2018-01-04Bug 1423998 - Add 'Pocket' to Business Unit drop down for Legal bugsDylan William Hardison1-0/+1
2018-01-03 Bug 1426518 - Revisions can optionally not have a bug id so we need to make ↵dklawren5-26/+43
it optional in the type constraints of Revision.pm
2018-01-03Bug 1427646 - Remove Webmaker product from product selector on Browse page ↵Kohei Yoshino3-8/+0
and guided bug entry form
2018-01-03Bug 1427743 - legacy phabbugz API code errors when trying to set an inactive ↵dklawren1-2/+2
review flag
2018-01-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino4-48/+38
2018-01-03Bug 1427656 - Remove ZeroClipboard helperKohei Yoshino4-79/+2
2018-01-02no bug - spelling error in user-error-errors.html.tmplSingh Sandhu1-1/+1
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu48-81/+79
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison3-5/+5
2017-12-20Bug 1426424 - feed daemon complains when trying to set an inactive review flagDavid Lawrence1-2/+2
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino5-19/+43
2017-12-19Bug 1422329 - The phabricator conduit API method feed.query_id return data ↵David Lawrence3-21/+13
format has changed so the phabbugz_feed.pl daemon needs to be updated
2017-12-19Bug 1409957 - Create polling daemon to query Phabricator for recent ↵David Lawrence12-61/+1350
transcations and update bug data according to revision changes
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison18-45/+40
2017-12-15Bug 1424940 - Removing datetimepicker residueSebastin Santy1-24/+1
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino9-162/+20
2017-12-13Bug 1424940 - Support HTML5 datepickerSebastin Santy2-4/+2
2017-12-13Bug 1424787 - Due Date on bug modal is 1 day aheadKohei Yoshino1-1/+1
2017-12-05Bug 1423206 - Remove aha removal codeDylan William Hardison1-9/+0
2017-12-05Revert "Bug 1409957 - Create polling daemon to query Phabricator for recent ↵Dylan William Hardison12-1350/+61
transcations and update bug data according to revision changes" This reverts commit 7da8e374e0c96e10077690935e829b0c04fc82f4.
2017-12-05Revert "Bug 1422329 - The phabricator conduit API method feed.query_id ↵Dylan William Hardison3-13/+21
return data format has changed so the phabbugz_feed.pl daemon needs to be updated" This reverts commit 357528ba856fd85aee5967e5d7d8f4426bc8d5b6.
2017-12-02Bug 1417980 - Fix non-HTTPS links and outdated links where possibleKohei Yoshino23-52/+40
2017-12-02Bug 1381296 - Buttons on modal UI are not displayed in Fira Sans font, too ↵Kohei Yoshino2-6/+6
small compared to other ones
2017-12-01Bug 1422329 - The phabricator conduit API method feed.query_id return data ↵David Lawrence3-21/+13
format has changed so the phabbugz_feed.pl daemon needs to be updated
2017-12-01Bug 1420300 - Move bug tagging tool from global footer to bug footerKohei Yoshino1-0/+4
2017-11-30Bug 1363889 - Update BMO to use new Mozilla brandingKohei Yoshino2-18/+16
2017-11-29Bug 1409957 - Create polling daemon to query Phabricator for recent ↵dklawren12-61/+1350
transcations and update bug data according to revision changes
2017-11-28Bug 1379607 - Reimplement Google Analytics on bugzilla.mozilla.orgKohei Yoshino8-0/+213
2017-11-22Bug 1418205 - Update easy product selector on Browse and Enter Bug pagesKohei Yoshino3-8/+0
2017-11-22Bug 1419541 - Fix improper quoting on socorro lens URLDylan William Hardison1-1/+1
2017-11-20Bug 1418204 - Update Firefox logoKohei Yoshino1-0/+0
2017-10-31Bug 1264093 - Create new bug entry form for client security bugsDylan William Hardison2-0/+201
2017-10-31Bug 1332016 - Integrate the Socorro Lens into Bug ModalAnthony Hughes1-19/+18