summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-29Bug 1464312 - Write script to undo the INACTIVE changes on bugsDylan William Hardison1-0/+203
2018-05-25Bug 1464226 - quicksearch can't search for "Resolution:---"Dylan William Hardison1-0/+8
2018-05-25no bug - removed debugging code introduced by bug 1462685dklawren1-3/+0
2018-05-24Bug 1462685 - Use Phabricators Draft functionality to allow sending of ↵dklawren3-2/+112
initial revision email after BMO has updated the policies
2018-05-23bump version to 20180523.1 (#584)Dylan William Hardison1-1/+1
2018-05-23no bug - fix-remove-non-public-data.pl should use use FindBinDylan William Hardison1-2/+12
2018-05-23Bug 1461400 - Log errors in webservices when undef values are passed to ↵Dylan William Hardison1-2/+10
$self->type()
2018-05-22Bug 1461819 - Plack::Handler::Apache2 accidentally unsets $ENV{MOD_PERL}Dylan William Hardison3-43/+3
2018-05-22Bug 1462686 - Current phabbugz in bmo master still refers to ↵dklawren1-3/+7
get_phab_bmo_ids() which is no longer part of the code
2018-05-22no bug - fix deps on non-linux (#580)Dylan William Hardison1-1/+1
2018-05-21Removes branching logic for bounce types and disables e-mail for any bounce.Bob Micheletto1-42/+25
2018-05-21no bug - update dependenciesDylan William Hardison3-2/+17
2018-05-11Bug 1458664 - Feed daemon when adding or updating a new project in ↵dklawren1-21/+44
Phabricator, it should fix permissions
2018-05-11no bug - make sure log4perl config is setDylan William Hardison1-1/+1
2018-05-11Bug 1440086 - Refactor PhabBugz extension code to use new User.pm module for ↵dklawren7-176/+107
better type checking
2018-05-11Bug 1460466 - Phab bot does not create r+ for acceptance when there are ↵dklawren1-5/+3
still blocking reviewers
2018-05-09Revert "Bug 1440086 - Refactor PhabBugz extension code to use new User.pm ↵Dylan William Hardison7-107/+176
module for better type checking" This reverts commit 739676cf4b122cdec12981c2bc3a79c3f54aa7e4.
2018-05-08Bug 1440086 - Refactor PhabBugz extension code to use new User.pm module for ↵dklawren7-176/+107
better type checking
2018-05-08Bug 1459336 - feed daemon skips setting r+ for accepted revision if the same ↵dklawren1-3/+7
user already has a flag set even if flag is status of ?
2018-05-08bump version to 20180508.1Dylan William Hardison1-1/+1
2018-05-08Bug 1413328 - Use tct (tocotrienol on npm) to encrypt bugmailDylan William Hardison6-37/+149
2018-05-04no bug - untaint default values in localconfigDylan William Hardison1-0/+1
2018-05-04no bug - fix typo in meta referer directiveDylan William Hardison1-1/+1
2018-05-04no bug - add tct to dev environmentDylan William Hardison1-0/+8
2018-05-01Bug 1453759 - Port OrangeFactor extension to treeherderIsrael Madueme5-43/+45
2018-05-01Bug 1452984 - double-check new accounts with BMO to catch and notify of ↵dklawren2-2/+89
username squatting
2018-04-26Bug 1454647 - Mirror all BMO groups as Phabricator projects and keep them in ↵dklawren9-30/+15
sync
2018-04-26bump version to 20180426.4 (#556)Dylan William Hardison1-1/+1
2018-04-26no bug - remove name labelDylan William Hardison1-2/+1
2018-04-26fix minor bug in release processDylan William Hardison1-1/+4
2018-04-26Bug 1457031 - When a revision does not have an bug id, the bug is made ↵dklawren1-4/+10
public but we also need to remove secure-revision tag
2018-04-26Update CONTRIBUTING.mdDylan William Hardison1-1/+1
2018-04-25Bug 1441732 - Improve missing module error in Bugzilla::Extensions and catch ↵Dylan William Hardison4-2/+10
more compile errors in tests
2018-04-25no bug - fix permissions on log files and a few other things (#552)Dylan William Hardison4-7/+14
2018-04-25bump version to 20180426.1 (#550)Dylan William Hardison1-1/+1
2018-04-25Bug 1456529 - Support SameSite attribute on session cookiesDylan William Hardison2-1/+3
2018-04-25Bug 1430367 - "preconnect" to google-analytics domain for improved performanceMarkus Staab1-0/+3
2018-04-25Bug 1373280 - Highlight private comments in new bug modal UIIsrael Madueme1-0/+5
Prior to this commit, the only indication that a comment was private was the small "Private" tag in the comment header. This commit restores the red font color to private comments and adds a small dashed border for those that have trouble seeing the color red.
2018-04-25Bug 1455772 - Label bug bounty form credit fieldsIsrael Madueme1-2/+2
2018-04-20Bug 1427395 - Allow request_cache to be constant-folded in Bugzilla.pmDylan William Hardison1-77/+75
2018-04-20Bug 1455493 - cleanup push connector loggingDylan William Hardison4-25/+20
2018-04-20Bug 1453124 - extensions/PhabBugz/bin/update_project_members.pl should be ↵dklawren4-106/+115
combined with the normal feed daemon
2018-04-20Bug 1452241 - Improve feed error handling and loggingdklawren1-33/+43
2018-04-20Bug 1440828 - Phabricator review requests should show up on the BMO dashboardbyron jones7-53/+312
2018-04-20 Code Pull requests 33 Insights Settings Bug 1452531 - PhabBugz code should ↵dklawren4-10/+18
add allow visibility to reviewers when creating custom policies
2018-04-20Bug 1438205 - Preserve comments in progress across page reloadsIsrael Madueme1-0/+59
Comments being typed will be saved in Local Storage for a week. When the user somehow reloads the show bug page, the comment box will be filled in with what was last saved. This also fixes the bug where you type up a comment, go to change the bug details, hit cancel, and ultimately lose your comment in progress because of the reloading nature of the cancel button.
2018-04-20Bug 1451599 - Move guidelines checkbox on signup page to the leftIsrael Madueme1-1/+1
2018-04-18Bug 1450325 - add unsubscribe link to html bug email templateIsrael Madueme1-0/+3
2018-04-12Bump version to 20180412.2 (#538)dklawren1-1/+1
2018-04-12Bug 1453697 - ensure error_message is escaped in opengraph descriptionDylan William Hardison1-1/+1