]>
git.ipfire.org Git - thirdparty/bugzilla.git/log
Dylan William Hardison [Tue, 8 Jan 2019 15:07:39 +0000 (10:07 -0500)]
Bug
1518303 - Comments on splinter patches are misformatted with markdown styling
Dylan William Hardison [Tue, 8 Jan 2019 15:06:15 +0000 (10:06 -0500)]
Bug
1518350 - Allow literal html tags to stand for themselves
Dylan William Hardison [Tue, 8 Jan 2019 06:48:46 +0000 (01:48 -0500)]
Bug
1518380 - reduce the margins of blockquotes in html comments
Dylan William Hardison [Tue, 8 Jan 2019 06:40:51 +0000 (01:40 -0500)]
Bug
1518264 - New non-monospace comments styled with way too small a font size
dklawren [Tue, 8 Jan 2019 06:02:40 +0000 (01:02 -0500)]
Bug
1509122 - Need additional space between status icon and status text in the revision panel in show_bug
dklawren [Tue, 8 Jan 2019 05:59:31 +0000 (00:59 -0500)]
Bug
1512526 - Revisions table: mouse over anywhere in the reviewer name should pop up the review status
Dylan William Hardison [Tue, 8 Jan 2019 04:43:25 +0000 (23:43 -0500)]
Bug
1518381 - lightbox is no longer used when clicking on an attachment's link in markdown comments
Dylan William Hardison [Tue, 8 Jan 2019 03:30:36 +0000 (22:30 -0500)]
Bug
1517606 - Prevent infinite loops by making workers die after 5 minutes
Dylan William Hardison [Fri, 4 Jan 2019 15:41:47 +0000 (10:41 -0500)]
Bug
1517606 - Infinite loop in Bugzilla::Extension::BMO::_inject_headers_into_body()
Dylan William Hardison [Fri, 4 Jan 2019 15:41:25 +0000 (10:41 -0500)]
no bug - remove tcl connector
Divyansh Sharma [Fri, 4 Jan 2019 15:35:41 +0000 (21:05 +0530)]
Bug
1516188 - Redesigned the logic of rowspan of image
Dylan William Hardison [Thu, 3 Jan 2019 21:40:36 +0000 (16:40 -0500)]
no bug - add a test case that detects the infinite loop in Bugzilla::Extension::BMO::_inject_headers_into_body
Dylan William Hardison [Thu, 3 Jan 2019 01:44:16 +0000 (20:44 -0500)]
no bug - remove index.html stuff
Dylan William Hardison [Wed, 2 Jan 2019 20:15:16 +0000 (15:15 -0500)]
no bug - add Test2::V0 to Makefile.PL
Some of the tests use Test2, and so we should declare the dependency here.
Dylan William Hardison [Wed, 2 Jan 2019 20:13:43 +0000 (15:13 -0500)]
no bug - Replace shebang on all scripts with /usr/bin/env perl
dklawren [Wed, 2 Jan 2019 17:02:24 +0000 (12:02 -0500)]
Bug
1514411 - NSS, DevTools and other products don't have "Has STR" and "Has Regression Range" fields
dklawren [Wed, 26 Dec 2018 20:45:44 +0000 (15:45 -0500)]
Bug
1516021 - Rename all references in the code and file tree from Quantum to App
dklawren [Sat, 22 Dec 2018 01:20:52 +0000 (20:20 -0500)]
Bug
1508389 - Change links for WebCompat reporting
dklawren [Sat, 22 Dec 2018 01:17:48 +0000 (20:17 -0500)]
Bug
1514446 - Disabled users don't have 'strikethrough' in group owners report
Kohei Yoshino [Fri, 21 Dec 2018 17:11:06 +0000 (12:11 -0500)]
Bug
1493253 - Embed crash count table to bug pages
dklawren [Wed, 19 Dec 2018 22:05:57 +0000 (17:05 -0500)]
Bug
1506725 - Update form.doc to direct reporters to GitHub
Dylan William Hardison [Wed, 19 Dec 2018 21:30:30 +0000 (16:30 -0500)]
Bug
1514848 - Revoke all mozreview API keys
Dylan William Hardison [Wed, 19 Dec 2018 21:24:36 +0000 (16:24 -0500)]
bug
1515405 : Add rate limiting for comments and attachment accesses
Kohei Yoshino [Tue, 18 Dec 2018 23:11:13 +0000 (00:11 +0100)]
Bug
1515144 - Prevent Google Analytics script from being loaded when DNT:1 so that Tracking Protection doesn't have to block it
Israel Madueme [Tue, 18 Dec 2018 03:31:39 +0000 (22:31 -0500)]
Bug
1514765 - fix new bug comment preview
We forgot to correctly switch between a div and pre tag on the new
bug comment preview, based on whether markdown is enabled or not.
This was causing plaintext comments to lose their formatting.
Dylan William Hardison [Thu, 13 Dec 2018 18:34:20 +0000 (13:34 -0500)]
bump version to
20181213 .1
Dylan William Hardison [Thu, 13 Dec 2018 18:31:05 +0000 (13:31 -0500)]
Bug
1513982 - Performance issues due to bad actor activity: require login for the dependency graphs
Dylan William Hardison [Thu, 13 Dec 2018 18:27:11 +0000 (13:27 -0500)]
Bug
1513982 - Performance issues due to bad actor activity: Add option to block by user agent regexp
Dylan William Hardison [Wed, 12 Dec 2018 20:20:06 +0000 (15:20 -0500)]
bump version to
20181212 .1
Kohei Yoshino [Wed, 12 Dec 2018 14:34:16 +0000 (15:34 +0100)]
Bug
1510109 - Implement per-product new bug comment templates
Israel Madueme [Tue, 11 Dec 2018 19:58:30 +0000 (14:58 -0500)]
Bug
1456878 - Support markdown comments
Adds support for markdown comments, notable features:
- Markdown rendering with the GFM library
- All new comments are treated as markdown
- new lines treated as new lines (hardbreaks extension on); this makes it so that you don't need 2 spaces a the end of a line to make a new line and is what github does too.
- BMO link previews for bug shorthand ~~as well as custom markdown links~~ (link previews on markdown links left for another day).
- quoteUrls is used on the actual text nodes after markdown html is rendered.
- Works with comment editing
- Quoting a markdown comment will fetch the raw markdown
- Does *not* attempt to update the non-Bug Modal ui with markdown rendering, as requested in https://bugzilla.mozilla.org/show_bug.cgi?id=
1456878 #c9
- Adds a 'use_markdown' feature flag to the Advanced parameters. Things work as expected when on vs off.
Dylan William Hardison [Tue, 11 Dec 2018 16:48:02 +0000 (11:48 -0500)]
no bug - fix re.pl
Dylan William Hardison [Tue, 11 Dec 2018 15:41:20 +0000 (10:41 -0500)]
Bug
1513087 - User preferences page is totally empty with Template v2.28
Dylan William Hardison [Mon, 10 Dec 2018 23:12:51 +0000 (18:12 -0500)]
no bug - stop patching mojolicious
Dylan William Hardison [Mon, 10 Dec 2018 22:23:57 +0000 (17:23 -0500)]
no bug - update base image
Dylan William Hardison [Mon, 10 Dec 2018 20:42:17 +0000 (15:42 -0500)]
no bug - add jwt_secret to README
Dylan William Hardison [Sun, 9 Dec 2018 16:53:01 +0000 (11:53 -0500)]
no bug - fixup deps
Dylan William Hardison [Fri, 7 Dec 2018 19:36:24 +0000 (14:36 -0500)]
bump version to
20181207 .1
Kohei Yoshino [Fri, 7 Dec 2018 18:33:43 +0000 (13:33 -0500)]
Bug
1511558 - Guided form's Core Component dropdown list cannot be loaded
Kohei Yoshino [Thu, 6 Dec 2018 22:00:29 +0000 (17:00 -0500)]
Add "Vagrant: Connect to Database" VS Code task
Dylan William Hardison [Thu, 6 Dec 2018 21:30:41 +0000 (16:30 -0500)]
Bug
1511490 - add Bugzilla method for handling jwts
Dylan William Hardison [Thu, 6 Dec 2018 18:54:36 +0000 (13:54 -0500)]
Bug
1511466 follow-up - formatting and nit
Dylan William Hardison [Thu, 6 Dec 2018 18:50:26 +0000 (13:50 -0500)]
Bug
1511466 - The /api/user/profile API should provide the user's MFA status
Kohei Yoshino [Thu, 6 Dec 2018 15:36:47 +0000 (10:36 -0500)]
Bug
1512424 - Comment Reply button is not working properly on Chrome
Perl Tidy [Wed, 5 Dec 2018 15:48:51 +0000 (10:48 -0500)]
no bug - reformat tests too
Perl Tidy [Wed, 5 Dec 2018 14:54:37 +0000 (09:54 -0500)]
no bug - reformat all code using perltidy
this reformats all the code using the perltidy style defined by the Mojolicious
project.
Dylan William Hardison [Tue, 4 Dec 2018 22:32:54 +0000 (17:32 -0500)]
no bug - revise perlcritic history file to make tests pass after reformat
Dylan William Hardison [Wed, 5 Dec 2018 14:51:09 +0000 (09:51 -0500)]
no bug - make user suggest faster by doing less work
Dylan William Hardison [Wed, 5 Dec 2018 14:36:35 +0000 (09:36 -0500)]
no bug - cleanup oauth2 code and make a better mechanism for splitting routes out from the application class
dklawren [Wed, 5 Dec 2018 14:28:44 +0000 (09:28 -0500)]
Bug
1506725 - Update form.doc to direct reporters to GitHub
Dylan William Hardison [Wed, 5 Dec 2018 14:13:23 +0000 (09:13 -0500)]
no bug - add an entry to mailmap to fix my first commit ever
Kohei Yoshino [Fri, 30 Nov 2018 20:53:03 +0000 (15:53 -0500)]
Bug
1511158 - Enhance comment action button style
Dylan William Hardison [Fri, 30 Nov 2018 19:46:29 +0000 (14:46 -0500)]
no bug - document how to use with auth0
Dylan William Hardison [Fri, 30 Nov 2018 18:45:08 +0000 (13:45 -0500)]
bump version to
20181130 .1
Dylan William Hardison [Fri, 30 Nov 2018 18:44:13 +0000 (13:44 -0500)]
bug
1354589 follow up - issue_session_token should be called in scalar context
Dylan William Hardison [Thu, 29 Nov 2018 18:06:45 +0000 (13:06 -0500)]
bump version to
20181127 .2
Dylan William Hardison [Thu, 29 Nov 2018 18:02:07 +0000 (13:02 -0500)]
Bug
1510770 - Clicking Edit Comment Button before clicking Edit Bug blocks editing of comment
Dylan William Hardison [Thu, 29 Nov 2018 15:42:22 +0000 (10:42 -0500)]
bump version to
20181129 .1
Kohei Yoshino [Thu, 29 Nov 2018 14:57:45 +0000 (09:57 -0500)]
Bug
1510109 - Implement per-product new bug comment templates (schema change only)
Kohei Yoshino [Thu, 29 Nov 2018 14:08:44 +0000 (09:08 -0500)]
Bug
1510832 - Adding a trailing space to a comment causes an error
Dylan William Hardison [Wed, 28 Nov 2018 22:14:59 +0000 (17:14 -0500)]
Bug
1510653 - API method for returning users profile information when given a valid oauth2 access token
dklawren [Wed, 28 Nov 2018 19:14:15 +0000 (14:14 -0500)]
Bug
1508385 - Remove links to input.mozilla.org from Guided Bug Entry flow
Kohei Yoshino [Wed, 28 Nov 2018 19:10:04 +0000 (14:10 -0500)]
Bug
1508261 - Closing DevRel sponsorship form on Bugzilla and updating Wiki page
Dylan William Hardison [Tue, 27 Nov 2018 20:58:03 +0000 (15:58 -0500)]
Bug
1510427 - improve fulltext completion for real names
Dylan William Hardison [Tue, 27 Nov 2018 17:52:46 +0000 (12:52 -0500)]
bump version to
20181127 .1
Dylan William Hardison [Tue, 27 Nov 2018 17:52:21 +0000 (12:52 -0500)]
Bug
1508201 - Add framework for running background tasks
Markus Staab [Tue, 27 Nov 2018 03:26:03 +0000 (04:26 +0100)]
Bug
1510021 - Use immutable http directive for immutable assets
This also drops the (unused) .htaccess file
Dylan William Hardison [Tue, 27 Nov 2018 03:10:49 +0000 (22:10 -0500)]
no bug - remove dup function from testing utils
Dylan William Hardison [Mon, 26 Nov 2018 21:04:53 +0000 (16:04 -0500)]
Bug
1501849 - Speed up IP blocked page: cache params in memcached
Kohei Yoshino [Mon, 26 Nov 2018 20:23:51 +0000 (15:23 -0500)]
Bug
1509308 - Date for cf_last_resolved in history results should be UTC
* Bug
1509308 - Date for cf_last_resolved in history results should be UTC
* Add conversion script
* oops
Kohei Yoshino [Mon, 26 Nov 2018 17:52:37 +0000 (12:52 -0500)]
Bug
1499697 - Update triage owner list to include all Firefox-related major products and stop saying __Any__
Dylan William Hardison [Wed, 21 Nov 2018 19:33:12 +0000 (14:33 -0500)]
Bug
1508912 - Searchfox URLs are broken in bug comments
Kohei Yoshino [Wed, 21 Nov 2018 13:41:10 +0000 (08:41 -0500)]
Bug
1508903 - internal error on requests.cgi: Bad argument param sent to Bugzilla::User::new function.
Kohei Yoshino [Wed, 21 Nov 2018 02:46:44 +0000 (21:46 -0500)]
Bug
1351116 followup - Don't match regular links
Dylan William Hardison [Tue, 20 Nov 2018 23:20:03 +0000 (18:20 -0500)]
Bug
1508201 - move inline js on the buglist out to a separate file
Michael Hoye [Tue, 20 Nov 2018 23:05:31 +0000 (18:05 -0500)]
Update quicksearch.html.tmpl
Added a note that this page is only about help searching, and that for more general help including jargon, you should start at WikiMo (which will be updated shortly.
Kohei Yoshino [Tue, 20 Nov 2018 22:46:54 +0000 (17:46 -0500)]
Bug 324535 - Allow the use of relative dates in charts
Kohei Yoshino [Tue, 20 Nov 2018 22:46:33 +0000 (17:46 -0500)]
Bug
1452018 - Remove remaining Firefox OS and Marketplace references
Dylan William Hardison [Tue, 20 Nov 2018 22:32:52 +0000 (17:32 -0500)]
Bug
1508201 - add a better flatten_to_hash method to User
Dylan William Hardison [Tue, 20 Nov 2018 22:30:22 +0000 (17:30 -0500)]
nit - fix obvious error
Dylan William Hardison [Tue, 20 Nov 2018 22:27:12 +0000 (17:27 -0500)]
nit - export create_bug
Dylan William Hardison [Tue, 20 Nov 2018 22:23:46 +0000 (17:23 -0500)]
Bug
1508201 - Some cleanups to the testing code
dklawren [Tue, 20 Nov 2018 21:52:42 +0000 (16:52 -0500)]
Bug
1354589 - Implement OAuth2 on BMO (Client Admin)
Dylan William Hardison [Tue, 20 Nov 2018 21:30:56 +0000 (16:30 -0500)]
Bug
1484892 - Modify EditComments extension to let anyone use it conditionally and support inline editing
dklawren [Tue, 20 Nov 2018 21:01:38 +0000 (16:01 -0500)]
Bug
1354589 - Implement OAuth2 on BMO
Dylan William Hardison [Tue, 20 Nov 2018 18:45:47 +0000 (13:45 -0500)]
no bug - some minor tweaks to perltidy to allow for longer lines in some cases
Dylan William Hardison [Tue, 20 Nov 2018 16:03:02 +0000 (11:03 -0500)]
bump version to
20181120 .2
Dylan William Hardison [Tue, 20 Nov 2018 16:00:54 +0000 (11:00 -0500)]
Bug
1508695 - Incorrect or missing tracking flags on search results in REST API
Note that passing bug_id to active_custom_flags() means you can get inactive flags,
and as a result we should avoid caching the results when bug_id is passed.
Note the part of the code ultimately using the bug id is `Bugzilla::Extension::TrackingFlags::Flag::preload_all_the_things`
Dylan William Hardison [Tue, 20 Nov 2018 15:16:30 +0000 (10:16 -0500)]
bump version to
20181120 .1
dklawren [Tue, 20 Nov 2018 15:14:34 +0000 (10:14 -0500)]
no bug - Include correct fontawesome file for PhabBugz
Dylan William Hardison [Tue, 20 Nov 2018 03:31:52 +0000 (22:31 -0500)]
no bug - remove old secbugstats stuff
Dylan William Hardison [Mon, 19 Nov 2018 21:25:35 +0000 (16:25 -0500)]
bump version to
20181119 .1
Kohei Yoshino [Mon, 19 Nov 2018 20:13:15 +0000 (15:13 -0500)]
Bug
1507518 - Allow title parameter value in url to be the title of the page
Kohei Yoshino [Mon, 19 Nov 2018 17:38:46 +0000 (12:38 -0500)]
Bug
1507867 - splinter review links in emails are missing host/scheme, rendering them unusable
Dylan William Hardison [Mon, 19 Nov 2018 04:39:05 +0000 (23:39 -0500)]
Bug
1508201 - Create a role that allows Bugzilla::Object-based classes to be stored using Storable
Dylan William Hardison [Fri, 16 Nov 2018 21:03:21 +0000 (16:03 -0500)]
bump version to
20181116 .1
dklawren [Fri, 16 Nov 2018 20:34:58 +0000 (15:34 -0500)]
Bug
1507901 - Phab revision panel in show_bug failing to display due to type check error for Bugzilla_api_token
dklawren [Fri, 16 Nov 2018 17:54:51 +0000 (12:54 -0500)]
Bug
1507851 - Revision panel on show_bug should not appear for logged out users
Dylan William Hardison [Thu, 15 Nov 2018 23:53:46 +0000 (18:53 -0500)]
bump version to
20181115 .2
Dylan William Hardison [Thu, 15 Nov 2018 23:13:03 +0000 (18:13 -0500)]
Bug
1507539 - Missing import statements in Push.pm