summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2018-06-25Bug 1469881 - Patches posted by Phabricator to Bugzilla don't list the patch ↵dklawren3-23/+41
author
2018-06-22Bug 1470485 - Create new policies using PhabricatorProjectsAllPolicyRule ↵dklawren1-2/+2
instead of PhabricatorProjectsPolicyRule
2018-06-22Bug 1470343 - GitHub PR diff is not decoded in UTF-8Kohei Yoshino1-1/+1
2018-06-21Bug 1470275 - Copy Summary button should give some feedbackKohei Yoshino1-1/+3
2018-06-21Bug 1393146 - Automate blocking IPs that bugzilla flags as exceeding rate limitsDylan William Hardison1-1/+4
2018-06-21Bug 1461379 - use DBIx::Connector to manage database connectionsDylan William Hardison7-18/+11
2018-06-21Bug 1461379 - refactor Bugzilla::DB to not subclass DBIDylan William Hardison6-95/+75
2018-06-21Bug 1469333 - Check attachment file size client-side and inform user of too ↵Kohei Yoshino4-2/+27
large file before uploading it
2018-06-20Bug 1469920 - Update schema: add fulltext index to profiles.realnameDylan William Hardison2-1/+13
2018-06-20Bug 1469827 - The etiquette check on "Create new a Bugzilla account" lacks a ↵Joerg Sonnenberger1-0/+2
proper label
2018-06-20Bug 1419971 - Add new Developer Tools and WebExtensions products to easy ↵Kohei Yoshino3-4/+12
product selector on Browse and Enter Bug pages
2018-06-20Bug 1469689 - Remove Bugzilla Helper and custom bug entry form links from ↵Kohei Yoshino1-0/+2
Browse page
2018-06-20Bug 1468818 - Re-introduce is_markdown to the longdescs table (schema-only)Dylan William Hardison1-8/+0
2018-06-15Bug 1456877 - Add a wrapper around libcmark_gfm to BugzillaIsrael Madueme7-0/+373
2018-06-15Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or ↵Dylan William Hardison9-14/+35
/bug/ALIAS.
2018-06-15Bug 1468818 - Re-introduce is_markdown to the Bugzilla::Comment modelDylan William Hardison3-1/+15
2018-06-08Bug 1467271 - When making a revision public, make the revision editable only ↵dklawren1-3/+10
by the bmo-editbugs-team project (editbugs)
2018-06-07Bug 1467297 - variable masks earlier declaration in Feed.pm in Phabbugz ↵dklawren1-7/+3
extension
2018-06-06Bump version to 20180605.1dklawren1-1/+1
2018-06-05Bug 1465889 - form.dev-engagement-event field should be red instead of blackKohei Yoshino1-1/+1
2018-06-05Bug 1466122 - Change "Reviews Requested of You" to show results are from ↵dklawren1-2/+3
Phabricator and not from BMO
2018-06-04no bug - Fix SyntaxError in global.jsKohei Yoshino1-1/+1
2018-06-01Bug 1466159 - crash graph is wrongKohei Yoshino1-1/+1
2018-05-31Bug 1430905 - Remove legacy phabbugz code that is no longer neededdklawren4-613/+81
2018-05-30bump version to 20180530.1dklawren1-1/+1
2018-05-30Bug 1465225 - New changes for draft revisions can miss setting permissions ↵dklawren1-1/+1
on revisions without a bug id associated
2018-05-29bump version to 20180529.2Dylan William Hardison2-3/+3
2018-05-29bump version to 20180529.1 (#589)Dylan William Hardison3-6/+7
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