summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-25Bug 1478012 Phab allows projects to have empty descriptions so Project.pm in ↵dklawren1-1/+1
PhabBugz should allow the same
2018-07-25no bug - Include Bugzilla::Error in PhabBugz's WebService.pm.Mark Côté1-0/+1
The ThrowUserError() calls in PhabBugz's WebService.pm were causing errors as Bugzilla::Error wasn't being imported.
2018-07-24Bug 1477894 - get_attachment_revisions() should be returning an empty list, ↵dklawren3-6/+55
instead of a list of [0]
2018-07-23Bug 1476841 - Various code cleanups ahead of the Mojolicious patchDylan William Hardison8-43/+32
2018-07-23Bug 1475593 - Bugzilla Emails received when patches are attached in Phabricatorbyron jones1-4/+4
2018-07-23no bug - add unit tests around some parts of the phabricator integrationDylan William Hardison1-0/+197
2018-07-19Bug 1136271 - Make user profile page visible to anyone for easier sharingKohei Yoshino5-10/+6
2018-07-19Bug 1472954 - Implement one-click component watching on bug modal and ↵Kohei Yoshino22-597/+994
component description pages
2018-07-19Bug 1476288 - Replace moz_nick with (new, revised) nick and also attempt to ↵Dylan William Hardison6-36/+17
disallow duplicate nicks
2018-07-17bump version to 20180717.2Dylan William Hardison1-1/+1
2018-07-17Bug 1474026 - Double HTML escaping in crash signature updateKohei Yoshino3-3/+3
2018-07-17bump version to 20180717.1Dylan William Hardison1-1/+1
2018-07-17Bug 1260096 - BugUserLastVisit api not working and throwing error code : 32614Kohei Yoshino2-1/+10
2018-07-17Bug 1472961 - Copy Summary button should copy link as wellKohei Yoshino2-26/+17
2018-07-17Bug 1476052 - Bugzilla mishandles diff attachments that are UTF-8 and ↵Dylan William Hardison3-0/+4
contain U+FFFF
2018-07-16Bug 1474617 - conduit-suite phabricator local development instance missing ↵dklawren1-4/+31
some default configuration
2018-07-13Bug 1473798 - Add and remove members of a phabricator project instead of ↵dklawren2-9/+16
setting exact list
2018-07-13bump version to 20180712.1Dylan William Hardison1-1/+1
2018-07-13Bug 1472896 - Update to Gear Store inventory dropdownKohei Yoshino1-84/+75
2018-07-13Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed ↵Dylan William Hardison9-52/+141
row format, and changes charset to utf8mb4)
2018-07-11no bug - Do not lowercase tables names when looking for tables to dropdklawren1-1/+1
2018-07-10Bug 1469911 - Make user autocompletion fasterDylan William Hardison6-12/+112
2018-07-06Bug 1473726 - WebExtensions bugs missing crash reports when viewedDylan William Hardison1-2/+2
2018-07-06no bug - use more obvious looping constructDylan William Hardison1-2/+2
2018-07-03bump version to 20180703.1Dylan William Hardison1-1/+1
2018-07-02Bug 1472755 - False positives on IP blocking logicDylan William Hardison1-2/+4
2018-07-02Bug 1472326 - group member syncing is currently broken on production bmodklawren1-16/+16
2018-06-29bump version to 20180629.1Dylan William Hardison1-1/+1
2018-06-29Revert cereal code as risk mitigation for friday pushDylan William Hardison2-15/+8
2018-06-29Bug 1472196 - Disable use of editbugs as edit policy since group member ↵dklawren1-8/+1
syncing is currently broken on prod bmo
2018-06-29Bug 1471966 - Blue "new changes since" bar disappears too quicklyKohei Yoshino1-1/+1
2018-06-29Bug 1472048 - Remove Metrics CodeDylan William Hardison16-927/+4
2018-06-29Bug 1469373 - Phabbugz fails with undefined error when phab user without ↵dklawren1-2/+2
linked BMO account accepts BMO linked revision
2018-06-28 Bug 1469378 - Update feed daemon to only manage subscribers on a revision ↵dklawren2-12/+14
if the bug is private, otherwise leave it alone
2018-06-28Revert "Bug 1471701 - Remove is_markdown (to be replaced by a new comment type)"Dylan William Hardison2-3/+7
2018-06-27Bug 1471701 - Remove is_markdown (to be replaced by a new comment type)Dylan William Hardison2-7/+3
2018-06-27Bug 1275545 - Use Sereal for Cache::Memcached::FastHorie Issei2-8/+15
2018-06-27no bug - For fish, powershell, etc users, use bash explicitly for vagrant tasksDylan William Hardison1-2/+2
2018-06-27Bug 1344080 - Module headers should be minified when the module is openKohei Yoshino1-0/+6
2018-06-27no bug - Add VS Code task configuration fileKohei Yoshino2-0/+51
2018-06-27Bug 1471417 - Remove XUL from attachment Content Type options; add SVG to ↵Kohei Yoshino4-8/+5
standard options; mark PDF viewable
2018-06-26bump version to 20180627.1Dylan William Hardison1-1/+1
2018-06-26Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID ↵Dylan William Hardison9-35/+14
or /bug/ALIAS." This reverts commit 404dc5496967203c5f99755340f43d712420446a.
2018-06-26Bug 1469023 - Show "new changes since (datetime)" indicator that links to ↵Kohei Yoshino3-6/+126
unread changes/comments
2018-06-26Bug 1457550 - Update scripts/remove-non-public-data.pl suitability for ↵Dylan William Hardison2-2/+1
current BMO infrastructure.
2018-06-26Bug 1471304 - Block sending mail to hosts that end with .tld or .bugsDylan William Hardison3-4/+9
2018-06-26Bug 1452096 - Some custom dropdown UI widgets stay fixed and don't move with ↵Kohei Yoshino7-0/+15
scroll
2018-06-26Bug 1470966 - "Status" column in Phabricator dashboard isn't very usefuldklawren3-13/+1
2018-06-25Bug 1471044 - Allow some model classes to have dynamic column names with ↵Dylan William Hardison2-7/+21
class method DYNAMIC_COLUMNS When working on bug 1253535 I kept encountering the fragility of our model system. This fragility involves two things: 1) Extensions adding new columns to model objects 2) The use of those model objects in checksetup. In particular, the SecureMail extension causes this problem because (at checksetup-time) we need to lookup certain Group objects. Thus I propose to 1) allow model classes to take their list of columns from the informations schema (exposed via `bz_table_columns_real`) 2) Have Bugzilla::Group do this when being used in a commandline (e.g. checksetup) context.
2018-06-25Bug 1457900 - When restricting a revision to a bugzilla group we should tag ↵dklawren4-73/+107
the revision with the project