]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
6 years agoBug 1377977 - Implement initial version of post-Sandstone theme including Dark Mode
Kohei Yoshino [Wed, 15 May 2019 21:07:43 +0000 (17:07 -0400)] 
Bug 1377977 - Implement initial version of post-Sandstone theme including Dark Mode

* Introduce a new modern theme featuring both Light & **Dark Mode**, which will be automatically switched according to the system’s appearance setting.
* Demonstrate the new [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) media query currently supported by Firefox 67+ and Safari 12.1+.
* Typography: Replaced Fira Sans Regular with FiraGO Book for better readability.
* Miscellaneous design improvements.

6 years agoBug 1549637 - Homepage link on the global header is wrong
Dylan William Hardison [Wed, 15 May 2019 18:53:10 +0000 (14:53 -0400)] 
Bug 1549637 - Homepage link on the global header is wrong

6 years agoBug 1540715 - Fix offset of historical dates in secbugs report
Israel Madueme [Wed, 15 May 2019 16:03:31 +0000 (12:03 -0400)] 
Bug 1540715 - Fix offset of historical dates in secbugs report

`FILTER time` from Bugzilla's template helpers was inconsistent on
how it rendered the dates of the columns (due to different system
timezones that change based on where the code is being run).

This patch sets the expected timezone for the report and manually
formats the time (since FILTER time seems to not respect the date's
timezone).

6 years agoBug 1225902 - Show only flags with requestee in the "Flags You Have Requested" section
Kohei Yoshino [Tue, 14 May 2019 21:22:33 +0000 (17:22 -0400)] 
Bug 1225902 - Show only flags with requestee in the "Flags You Have Requested" section

6 years agoBug 1521423 - Links to comments are not correct in bugmail
Kohei Yoshino [Tue, 14 May 2019 19:48:36 +0000 (15:48 -0400)] 
Bug 1521423 - Links to comments are not correct in bugmail

6 years agoBug 1541618 - Add triage owner to edit components view columns.
Kohei Yoshino [Fri, 10 May 2019 20:49:42 +0000 (16:49 -0400)] 
Bug 1541618 - Add triage owner to edit components view columns.

6 years agoBug 1545330 - Add bug type to open graph data on bug detail page.
Kohei Yoshino [Fri, 10 May 2019 20:48:57 +0000 (16:48 -0400)] 
Bug 1545330 - Add bug type to open graph data on bug detail page.

6 years agoBug 1550104 - Add "Has STR" and "Has Regression Range" fields for Graveyard products
dklawren [Fri, 10 May 2019 04:53:29 +0000 (00:53 -0400)] 
Bug 1550104 - Add "Has STR" and "Has Regression Range" fields for Graveyard products

6 years agoBug 1549287 - Ghost selection on modal module headers
Kohei Yoshino [Fri, 10 May 2019 03:21:12 +0000 (23:21 -0400)] 
Bug 1549287 - Ghost selection on modal module headers

6 years agoBug 1550145 - Add 'forget_after_date' field to profiles table
Israel Madueme [Fri, 10 May 2019 03:20:35 +0000 (23:20 -0400)] 
Bug 1550145 - Add 'forget_after_date' field to profiles table

Adds a datetime `forget_after_date` field to the profiles table.
This field will be used when determining which unresponsive inactive users to remove periodically.

This field will be normally set to 30 days after BMO notifies that a user has been "inactive"
for a very long time, thus, giving the user 30 days to respond to prevent being forgotten.

Another benefit of this datetime field is that we can choose to send reminder emails as their
forget-date approaches (we may choose not to do this for other reasons).

`forget_after_date`:
- If null, the user should not be forgotten.
- If set, the user can & should be forgotten at anytime after the set date.
- This field should be unset anytime the user logs in or specifically requests to not be forgotten.

6 years agoBug 1548725 - Change crash signature & report links from crash-stats.mozilla.com...
Jan Andre Ikenmeyer [Thu, 9 May 2019 22:38:35 +0000 (00:38 +0200)] 
Bug 1548725 - Change crash signature & report links from crash-stats.mozilla.com to .org

6 years agoBug 1546877 - Slow Script warning on bugzilla page when loading preview of large...
Kohei Yoshino [Thu, 9 May 2019 22:19:35 +0000 (18:19 -0400)] 
Bug 1546877 - Slow Script warning on bugzilla page when loading preview of large json file

6 years agoBug 1550439 - Type is reset on hard-refresh with "Always Enable Edit Mode"
Kohei Yoshino [Thu, 9 May 2019 22:18:57 +0000 (18:18 -0400)] 
Bug 1550439 - Type is reset on hard-refresh with "Always Enable Edit Mode"

6 years agoBug 1549007 - "From Reporter" populates 64-bit Windows 8.1 as x86
Kohei Yoshino [Mon, 6 May 2019 17:53:53 +0000 (13:53 -0400)] 
Bug 1549007 - "From Reporter" populates 64-bit Windows 8.1 as x86

6 years agoBug 1547714 - Attachment with application/octet-stream MIME type should not be previe...
Kohei Yoshino [Mon, 6 May 2019 17:53:29 +0000 (13:53 -0400)] 
Bug 1547714 - Attachment with application/octet-stream MIME type should not be previewed even if it’s actually text file

6 years agoBug 1546444 - Parameterize time that the security bugs report uses
Israel Madueme [Fri, 3 May 2019 02:14:54 +0000 (22:14 -0400)] 
Bug 1546444 - Parameterize time that the security bugs report uses

Prior to this commit the report could specify a date to base the report
of off, but, it didn't accept a time (hour, min, second).

With this commit the report can be based on the exact day and time it
was run instead of just 0000 UTC of the specified date.

E.g. secbugsreport.pl $(date +'%Y %m %d %H %M %S %z').

6 years agono bug - set vagrant timezone to UTC (#1259)
Dylan William Hardison [Wed, 1 May 2019 13:54:48 +0000 (09:54 -0400)] 
no bug - set vagrant timezone to UTC  (#1259)

6 years agoBug 1535574 - Reply to Markdown comment adds extra line above quoted text but not...
Kohei Yoshino [Mon, 29 Apr 2019 18:21:32 +0000 (14:21 -0400)] 
Bug 1535574 - Reply to Markdown comment adds extra line above quoted text but not below

6 years agoBug 1547098 - Limit the height of code in Markdown so the horizontal scrollbar can...
Kohei Yoshino [Fri, 26 Apr 2019 21:32:48 +0000 (17:32 -0400)] 
Bug 1547098 - Limit the height of code in Markdown so the horizontal scrollbar can be found and used easily

6 years agoBug 1541617 - Allow Products to set a default bug type.
Kohei Yoshino [Thu, 25 Apr 2019 21:55:58 +0000 (17:55 -0400)] 
Bug 1541617 - Allow Products to set a default bug type.

6 years agoBug 1543189 - Add search pronouns: %triageowner% and %self%
Kohei Yoshino [Thu, 25 Apr 2019 21:55:38 +0000 (17:55 -0400)] 
Bug 1543189 - Add search pronouns: %triageowner% and %self%

6 years agoBug 1543438 - Enter Bug page: Hide Severity and Mentors as advanced fields
Kohei Yoshino [Thu, 25 Apr 2019 21:38:30 +0000 (17:38 -0400)] 
Bug 1543438 - Enter Bug page: Hide Severity and Mentors as advanced fields

6 years agoBug 1546146 - Show bug types in See Also
Kohei Yoshino [Thu, 25 Apr 2019 21:38:08 +0000 (17:38 -0400)] 
Bug 1546146 - Show bug types in See Also

6 years agoBug 1546624 - Add a 'everchanged' operator
Kohei Yoshino [Thu, 25 Apr 2019 21:10:18 +0000 (17:10 -0400)] 
Bug 1546624 - Add a 'everchanged' operator

6 years agoBug 1546774 - Show Dependency Tree link even if there’s only one bug
Kohei Yoshino [Thu, 25 Apr 2019 21:09:42 +0000 (17:09 -0400)] 
Bug 1546774 - Show Dependency Tree link even if there’s only one bug

6 years agoBug 1546539 - [SEO] Many legacy and printable bug pages are cached by Google
Kohei Yoshino [Wed, 24 Apr 2019 19:16:27 +0000 (15:16 -0400)] 
Bug 1546539 - [SEO] Many legacy and printable bug pages are cached by Google

6 years agoBug 1544132 - Allow editing empty Descriptions
Kohei Yoshino [Tue, 23 Apr 2019 22:30:47 +0000 (18:30 -0400)] 
Bug 1544132 - Allow editing empty Descriptions

6 years agoBug 1543456 - Keep bug type passed to enter_bug.cgi via query, including cloned bug...
Kohei Yoshino [Tue, 23 Apr 2019 22:27:14 +0000 (18:27 -0400)] 
Bug 1543456 - Keep bug type passed to enter_bug.cgi via query, including cloned bug, even after component is selected

6 years agoBug 1543741 - Blocklist requests getting filed as 'defect' instead of 'task' because...
Kohei Yoshino [Tue, 23 Apr 2019 22:26:18 +0000 (18:26 -0400)] 
Bug 1543741 - Blocklist requests getting filed as 'defect' instead of 'task' because of custom form

6 years agoBug 1544059 - Cloning a bug as a blocker doesn't copy the 'component' field
Kohei Yoshino [Tue, 23 Apr 2019 22:19:29 +0000 (18:19 -0400)] 
Bug 1544059 - Cloning a bug as a blocker doesn't copy the 'component' field

6 years agono bug - Show Crash Signature field on Taskcluster bugs
Kohei Yoshino [Tue, 23 Apr 2019 22:16:13 +0000 (18:16 -0400)] 
no bug - Show Crash Signature field on Taskcluster bugs

6 years agoBug 1345750 - "Depends on" and "Blocks" bug lists should still show list of bug links...
Kohei Yoshino [Tue, 23 Apr 2019 21:44:51 +0000 (17:44 -0400)] 
Bug 1345750 - "Depends on" and "Blocks" bug lists should still show list of bug links in edit mode

6 years agoBug 1546502 - Update of the NDA form. If there is a CASA ticket, use the ticket instead
Sylvestre Ledru [Tue, 23 Apr 2019 20:17:30 +0000 (22:17 +0200)] 
Bug 1546502 - Update of the NDA form. If there is a CASA ticket, use the ticket instead

6 years agoBug 1546502 - fix an undefined variable warning
Dylan William Hardison [Tue, 23 Apr 2019 20:16:58 +0000 (16:16 -0400)] 
Bug 1546502 - fix an undefined variable warning

6 years agoBump version to 20190418.1
dklawren [Thu, 18 Apr 2019 20:21:33 +0000 (16:21 -0400)] 
Bump version to 20190418.1

6 years agoBug 1545269 - Request for Bug Dependency Graphs return a 404
Dylan William Hardison [Thu, 18 Apr 2019 19:25:55 +0000 (15:25 -0400)] 
Bug 1545269 - Request for Bug Dependency Graphs return a 404

6 years agoBug 1543163 - Make Toolkit :: Blocklist Policy Request component private by default
dklawren [Thu, 18 Apr 2019 19:17:54 +0000 (15:17 -0400)] 
Bug 1543163 - Make Toolkit :: Blocklist Policy Request component private by default

6 years agoBug 1545295 - socorro lens chart for crash statistics blocked by CSP (Blocked by...
Dylan William Hardison [Thu, 18 Apr 2019 19:09:12 +0000 (15:09 -0400)] 
Bug 1545295 - socorro lens chart for crash statistics blocked by CSP (Blocked by Content Security Policy)

6 years agoBug 1541555 - Add facility for requiring an API Key to always come from the same...
Dylan William Hardison [Thu, 18 Apr 2019 14:26:08 +0000 (10:26 -0400)] 
Bug 1541555 - Add facility for requiring an API Key to always come from the same IP address

6 years agoBug 1544304 - Wrong escaping of quotes in attachment titles.
Kohei Yoshino [Sun, 14 Apr 2019 22:30:57 +0000 (18:30 -0400)] 
Bug 1544304 - Wrong escaping of quotes in attachment titles.

6 years agoBug 1543798 - Do not treat email addresses with invalid.bugs as unassigned when displ...
Kohei Yoshino [Fri, 12 Apr 2019 21:15:11 +0000 (17:15 -0400)] 
Bug 1543798 - Do not treat email addresses with invalid.bugs as unassigned when displaying bugs

6 years agoBug 1543718 - Obsolete attachments should have a strikethrough
Kohei Yoshino [Thu, 11 Apr 2019 19:40:43 +0000 (15:40 -0400)] 
Bug 1543718 - Obsolete attachments should have a strikethrough

6 years agoBug 1543760 - When cloning a bug, the bug is added to 'Regressed by' of the new bug
Kohei Yoshino [Thu, 11 Apr 2019 19:18:24 +0000 (15:18 -0400)] 
Bug 1543760 - When cloning a bug, the bug is added to 'Regressed by' of the new bug

6 years agoBug 1541303 - Default component bug type is not set as expected; enhancement severity...
Kohei Yoshino [Thu, 11 Apr 2019 03:42:13 +0000 (23:42 -0400)] 
Bug 1541303 - Default component bug type is not set as expected; enhancement severity is still used for existing bugs

6 years agobump version to 20190401.3
Dylan William Hardison [Wed, 10 Apr 2019 19:04:40 +0000 (15:04 -0400)] 
bump version to 20190401.3

6 years agono bug - force the creation of the csp nonce value if it is used
Dylan William Hardison [Wed, 10 Apr 2019 19:01:58 +0000 (15:01 -0400)] 
no bug - force the creation of the csp nonce value if it is used

6 years agoBug 1543155 followup - fix uncaught call to old CSP builder.
Kohei Yoshino [Wed, 10 Apr 2019 18:17:38 +0000 (14:17 -0400)] 
Bug 1543155 followup - fix uncaught call to old CSP builder.

6 years agobump version to 20190410.1
Dylan William Hardison [Wed, 10 Apr 2019 15:49:29 +0000 (11:49 -0400)] 
bump version to 20190410.1

6 years agono bug - allow changing the doctype
Dylan William Hardison [Wed, 10 Apr 2019 15:48:37 +0000 (11:48 -0400)] 
no bug - allow changing the doctype

6 years agono bug - add date/time to report pings
Dylan William Hardison [Wed, 10 Apr 2019 15:48:19 +0000 (11:48 -0400)] 
no bug - add date/time to report pings

6 years agoBug 1543155 - Observatory score dropped from an A+ to a D-
Dylan William Hardison [Wed, 10 Apr 2019 15:47:29 +0000 (11:47 -0400)] 
Bug 1543155 - Observatory score dropped from an A+ to a D-

6 years agono bug - Fix Triage Owner list throwing if predefined product is not found
Kohei Yoshino [Wed, 10 Apr 2019 13:38:45 +0000 (09:38 -0400)] 
no bug - Fix Triage Owner list throwing if predefined product is not found

6 years agobump version to 20190409.1
Dylan William Hardison [Tue, 9 Apr 2019 14:08:56 +0000 (10:08 -0400)] 
bump version to 20190409.1

6 years agoBug 1531481 - Add bug type labels to My Dashboard
Kohei Yoshino [Mon, 8 Apr 2019 22:27:56 +0000 (18:27 -0400)] 
Bug 1531481 - Add bug type labels to My Dashboard

6 years agono bug - Add instructions for HTTPS in localdev to README
Israel Madueme [Mon, 8 Apr 2019 22:27:13 +0000 (18:27 -0400)] 
no bug - Add instructions for HTTPS in localdev to README

6 years agoBug 1527459 - Display dependency bugs by type, using the same colour/icon for each
Kohei Yoshino [Mon, 8 Apr 2019 21:06:58 +0000 (17:06 -0400)] 
Bug 1527459 - Display dependency bugs by type, using the same colour/icon for each

6 years agoBug 1541133 - Bug type field should be a radio button
Kohei Yoshino [Mon, 8 Apr 2019 21:06:15 +0000 (17:06 -0400)] 
Bug 1541133 - Bug type field should be a radio button

6 years agoBug 1542882 - Don't do image preview on security bugs
Kohei Yoshino [Mon, 8 Apr 2019 20:54:29 +0000 (16:54 -0400)] 
Bug 1542882 - Don't do image preview on security bugs

6 years agoBug 1539908 - Replace no_break filter with CSS nowrap
Kohei Yoshino [Mon, 8 Apr 2019 20:54:08 +0000 (16:54 -0400)] 
Bug 1539908 - Replace no_break filter with CSS nowrap

6 years agoBug 1541484 - Move the bug type from header to module and de-emphasize it so it’s...
Kohei Yoshino [Fri, 5 Apr 2019 19:00:04 +0000 (15:00 -0400)] 
Bug 1541484 - Move the bug type from header to module and de-emphasize it so it’s not confused with bug status

6 years agoBug 1541555 - Schema only
Dylan William Hardison [Fri, 5 Apr 2019 18:55:26 +0000 (14:55 -0400)] 
Bug 1541555 - Schema only

6 years agoBug 1152434 - Remove regressing bug ID field from uplift approval request once regres...
Kohei Yoshino [Thu, 4 Apr 2019 22:15:12 +0000 (18:15 -0400)] 
Bug 1152434 - Remove regressing bug ID field from uplift approval request once regressed-by field is added

6 years agoBug 1541231 - Certain Phablicator requests are displayed as inline attachment
Kohei Yoshino [Thu, 4 Apr 2019 20:59:24 +0000 (16:59 -0400)] 
Bug 1541231 - Certain Phablicator requests are displayed as inline attachment

6 years agoBug 1541123 - "1 new change since last visit" shown for the change I just submitted
Kohei Yoshino [Thu, 4 Apr 2019 20:58:59 +0000 (16:58 -0400)] 
Bug 1541123 - "1 new change since last visit" shown for the change I just submitted

6 years agono bug - allow dumping documents
Dylan William Hardison [Thu, 4 Apr 2019 17:10:03 +0000 (13:10 -0400)] 
no bug - allow dumping documents

6 years agoBug 1541918 - Allow report ping namespace to be changed
Dylan William Hardison [Thu, 4 Apr 2019 16:14:58 +0000 (12:14 -0400)] 
Bug 1541918 - Allow report ping namespace to be changed

6 years agoBug 1540857 - Change simple ping document id
Dylan William Hardison [Thu, 4 Apr 2019 15:25:44 +0000 (11:25 -0400)] 
Bug 1540857 - Change simple ping document id

6 years agoBug 1540860 - Add `$schema` key and descriptions to json schema output
Dylan William Hardison [Thu, 4 Apr 2019 15:04:33 +0000 (11:04 -0400)] 
Bug 1540860 - Add `$schema` key and descriptions to json schema output

6 years agoBug 1541582 - Set qe-verify to + when manual QA requested upon uplift
Matt N [Wed, 3 Apr 2019 21:51:46 +0000 (14:51 -0700)] 
Bug 1541582 - Set qe-verify to + when manual QA requested upon uplift

6 years agoBug 1344427 - Display "nn people including you" if current user is cc'ed on a bug.
Kohei Yoshino [Wed, 3 Apr 2019 21:38:22 +0000 (17:38 -0400)] 
Bug 1344427 - Display "nn people including you" if current user is cc'ed on a bug.

6 years agoBug 1283392 - Query for history or comment containing private bug id should return...
Kohei Yoshino [Wed, 3 Apr 2019 21:26:29 +0000 (17:26 -0400)] 
Bug 1283392 - Query for history or comment containing private bug id should return no data for this bug

6 years agoBug 1071066 - For bugs with aliases, inline history displays the bug number rather...
Kohei Yoshino [Wed, 3 Apr 2019 20:53:20 +0000 (16:53 -0400)] 
Bug 1071066 - For bugs with aliases, inline history displays the bug number rather than the bug alias

6 years agoBug 1281200 - New show_bug.cgi view should have an option to have fields editable...
Kohei Yoshino [Wed, 3 Apr 2019 19:32:16 +0000 (15:32 -0400)] 
Bug 1281200 - New show_bug.cgi view should have an option to have fields editable by default.

6 years agono bug - remove useless "file a bug if a field was changed" code (#1191)
Dylan William Hardison [Wed, 3 Apr 2019 19:29:46 +0000 (15:29 -0400)] 
no bug - remove useless "file a bug if a field was changed" code (#1191)

For some historical reason, we had code to file a bug when
a new field was added. This is bad for a number of obvious reasons:

1. It hard-codes a domain name check
2. It hard-codes a product and component (which don't exist)
3. It hints that it is *acceptable* to allow different systems
   to have direct access to BMO's DB, which is not the case.

In short, this code should go.

6 years agoBug 1541111 - Separate bugs on Triage Owners page by type
Kohei Yoshino [Wed, 3 Apr 2019 18:28:58 +0000 (14:28 -0400)] 
Bug 1541111 - Separate bugs on Triage Owners page by type

6 years agoBug 1539941 - Link keywords and flags in bug detail to searches (and later graphing)
Kohei Yoshino [Tue, 2 Apr 2019 19:28:30 +0000 (15:28 -0400)] 
Bug 1539941 - Link keywords and flags in bug detail to searches (and later graphing)

6 years agoBug 1531757 - Allow to search only in bug description (comment 0) with both Quick...
Kohei Yoshino [Tue, 2 Apr 2019 19:27:45 +0000 (15:27 -0400)] 
Bug 1531757 - Allow to search only in bug description (comment 0) with both Quick and Advenced Search as well as API

6 years agoBug 1539302 - Add "attachment is patch" field to bug
Kohei Yoshino [Tue, 2 Apr 2019 19:26:13 +0000 (15:26 -0400)] 
Bug 1539302 - Add "attachment is patch" field to bug

6 years agoBug 1506144 follow-up - syntax error
Dylan William Hardison [Mon, 1 Apr 2019 17:19:31 +0000 (13:19 -0400)] 
Bug 1506144 follow-up - syntax error

6 years agobump version to 20190401.1
Dylan William Hardison [Mon, 1 Apr 2019 17:10:48 +0000 (13:10 -0400)] 
bump version to 20190401.1

6 years agoBug 1538383 - Allow to hide inline preview when attaching a file, e.g. SVG crashtests.
Kohei Yoshino [Mon, 1 Apr 2019 17:06:56 +0000 (13:06 -0400)] 
Bug 1538383 - Allow to hide inline preview when attaching a file, e.g. SVG crashtests.

6 years agoRevert "Bug 1527053 - Can't search for "video" to find all relevant bugs"
Dylan William Hardison [Mon, 1 Apr 2019 17:04:35 +0000 (13:04 -0400)] 
Revert "Bug 1527053 - Can't search for "video" to find all relevant bugs"

This reverts commit 94fdf013a13bbba31f0e1bec38f5eb1304a7d2d0.

6 years agoRevert "Bug 1477931 follow-up - Make sure Gravatar and requests are loaded via API"
Dylan William Hardison [Mon, 1 Apr 2019 17:04:01 +0000 (13:04 -0400)] 
Revert "Bug 1477931 follow-up - Make sure Gravatar and requests are loaded via API"

This reverts commit 355a9a393b3c1c6cab091386fc00d6dccd76bac4.

6 years agoBug 1522348 part 2 - Add support for bugbug-generated bug list
Kohei Yoshino [Mon, 1 Apr 2019 16:47:44 +0000 (12:47 -0400)] 
Bug 1522348 part 2 - Add support for bugbug-generated bug list

6 years agoBug 1506144 follow-up - formatting
Dylan William Hardison [Mon, 1 Apr 2019 16:28:13 +0000 (12:28 -0400)] 
Bug 1506144 follow-up - formatting

6 years agoBug 1506144 follow-up - handle paging more elegantly
Dylan William Hardison [Mon, 1 Apr 2019 16:28:13 +0000 (12:28 -0400)] 
Bug 1506144 follow-up - handle paging more elegantly

6 years agoBug 1506144 - Access bugzilla security bug metadata via STMO
Dylan William Hardison [Mon, 1 Apr 2019 16:24:06 +0000 (12:24 -0400)] 
Bug 1506144 - Access bugzilla security bug metadata via STMO

Add system for sending JSON documents to an arbitrary location

6 years agoBug 1477931 follow-up - Make sure Gravatar and requests are loaded via API
Kohei Yoshino [Mon, 1 Apr 2019 15:38:01 +0000 (11:38 -0400)] 
Bug 1477931 follow-up - Make sure Gravatar and requests are loaded via API

6 years agono bug - remove explicit mention of the bugzilla admin email address (#1178)
Dylan William Hardison [Sat, 30 Mar 2019 00:36:04 +0000 (20:36 -0400)] 
no bug - remove explicit mention of the bugzilla admin email address (#1178)

6 years agono bug - Show <hr> in Markdown comments
Kohei Yoshino [Fri, 29 Mar 2019 15:06:17 +0000 (11:06 -0400)] 
no bug - Show <hr> in Markdown comments

6 years agoBug 1535723 - Don't show inline attachments for bugs that have the keywords "hang...
Kohei Yoshino [Fri, 29 Mar 2019 07:42:45 +0000 (03:42 -0400)] 
Bug 1535723 - Don't show inline attachments for bugs that have the keywords "hang", "assertion", or "crash"

6 years agoBug 1535190 - Make sure inline attachments are displayed properly
Kohei Yoshino [Fri, 29 Mar 2019 03:22:47 +0000 (23:22 -0400)] 
Bug 1535190 - Make sure inline attachments are displayed properly

6 years agoBug 1453272 - Don't set specifically requestable flags, including needinfo, when...
Kohei Yoshino [Fri, 29 Mar 2019 03:17:51 +0000 (23:17 -0400)] 
Bug 1453272 - Don't set specifically requestable flags, including needinfo, when it's empty

6 years agoBug 1481106 - Start logging bug_user_last_visit for all visited bugs even if the...
Kohei Yoshino [Fri, 29 Mar 2019 03:16:21 +0000 (23:16 -0400)] 
Bug 1481106 - Start logging bug_user_last_visit for all visited bugs even if the user is not involved

6 years agoBug 1538957 - Add debugging information to emails for investigating in more detail...
Dylan William Hardison [Thu, 28 Mar 2019 22:19:41 +0000 (18:19 -0400)] 
Bug 1538957 - Add debugging information to emails for investigating in more detail later.

6 years agoBug 1539849 - Multiple uplift request is not working as expected
Kohei Yoshino [Thu, 28 Mar 2019 19:39:49 +0000 (15:39 -0400)] 
Bug 1539849 - Multiple uplift request is not working as expected

6 years agobump version to 20190329.2
Kohei Yoshino [Thu, 28 Mar 2019 17:52:04 +0000 (13:52 -0400)] 
bump version to 20190329.2

6 years agoRevert "Bug 1534084 - Hide Phablicator requests from Attachment list"
Kohei Yoshino [Thu, 28 Mar 2019 17:36:40 +0000 (13:36 -0400)] 
Revert "Bug 1534084 - Hide Phablicator requests from Attachment list"

6 years agobump version to 20190329.1
Dylan William Hardison [Thu, 28 Mar 2019 14:12:47 +0000 (10:12 -0400)] 
bump version to 20190329.1

6 years agoBug 1539442 - Fix secbugs event builder to get more than the lastest event
Israel Madueme [Thu, 28 Mar 2019 14:06:08 +0000 (10:06 -0400)] 
Bug 1539442 - Fix secbugs event builder to get more than the lastest event