summaryrefslogtreecommitdiffstats
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
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
2017-10-11Bug 1407617 - When making a phab revision public, the edit policy also needs ↵dklawren1-0/+4
to be set to 'users' (#261)
2017-10-10Bug 1399593 - Add sync group comments during new revision creation as well ↵David Walsh3-53/+93
as push connector
2017-09-28Bug 1403584: Clear r+ in bug when reviewer is removed from the revision by ↵dklawren1-4/+11
the author via Change Reviewers (#251)
2017-09-14Bug 1399508 - Pass along transaction id to BMO API calls for linking back to ↵dklawren1-0/+2
the exact change in the revision history (#237)
2017-09-12Bug 1396957 - Synchronize CC list on security bugs over to revisions as ↵dklawren2-9/+40
subscribers (#230) * Bug 1396957 - Synchronize CC list on security bugs over to revisions as subscribers * - Updated to only make subscriber changes if no groups have changed. - This cuts down on the amount of custom policy changes in the revision activity. * Bug 1396957 - Synchronize CC list on security bugs over to revisions as subscribers * - Updated to only make subscriber changes if no groups have changed. - This cuts down on the amount of custom policy changes in the revision activity. * Bug 1396042 - Implement logging for the BMO push connector * Bug 1397747 - Move _get_all_group_names to Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code
2017-09-11Bug 1397927 - Add comment to bug when a revision is accepted/denied with the ↵dklawren1-7/+31
users real names (#233) Bug 1397927 - Add comment to bug when a revision is accepted/denied with the users real names * - Bug fixes * Wording changes.
2017-09-07Bug 1397747 - Move _get_all_group_names to ↵Dylan William Hardison4-18/+6
Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code
2017-09-07Bug 1396042 - Implement logging for the BMO push connectorDavid Walsh1-2/+18
2017-08-31Fix 1395685 - Update errant self reference in PhabBugzDavid Walsh1-1/+1
2017-08-31Bug 1395346 - Allow setting obsolete to false for phabricator attachments ↵dklawren1-2/+8
when a user reclaims a revision (#227)
2017-08-31Bug 1395143 - Remove onclick/onchange handlers in favor of event listenerDylan William Hardison1-15/+18
2017-08-30Revert "Bug 1395346 - Allow setting obsolete to false for phabricator ↵David Lawrence1-8/+2
attachments when a user reclaims a revision" This reverts commit c48fede1691feb1056cd21422716f297af9e7bc3.
2017-08-30Bug 1395346 - Allow setting obsolete to false for phabricator attachments ↵David Lawrence1-2/+8
when a user reclaims a revision
2017-08-30Bug 1393023: Approving a revision creates an r+ flag on the revision ↵dklawren3-39/+183
attachment in the associated bug (#219) Approving a revision creates an r+ flag on the revision attachment in the associated bug * - Working version - Splits accepted_users on ':' instead of accepting a list (phab issue)
2017-08-23Bug 1390316 - Unused variable in PhabBugz script $phab_api_keyMary Umoh1-5/+1
2017-08-23Bug 1386784 - High resolution pic for unfurls (#216)Cynthia Pereira3-1/+1
2017-08-22cleanup some stuff in new-bug (#215)Dylan William Hardison2-59/+2