debbugs:master

Last commit made on 2023-01-29
Get this branch:
git clone -b master https://git.launchpad.net/debbugs

Branch merges

Branch information

Name:
master
Repository:
lp:debbugs

Recent commits

6c4913e... by Paul Wise (Debian)

Allow exporting of debbugs responses to mbox format when requested

This makes mbox export of response messages consistent with HTML export.

The bts (from devscripts) cache mode of "full" requests all messages from the
bug, including debbugs response mails, in mbox format but debbugs always
ignores those messages when returning an mbox, leading to bts errors.

0cd65ae... by Don Armstrong

include non-free-firmware; thanks to Cyril Brulebois for the patch

9e1a4a4... by Paul Wise (Debian)

Use a checkbox and CSS to show info messages instead of JavaScript

This works in browsers where users have disabled JavaScript,
such as the Tor Browser in the Security Level called Safest.

Obsoletes: https://salsa.debian.org/debbugs-team/debbugs/-/merge_requests/9

e71013e... by Paul Wise (Debian)

Prevent usertags created at submit time from including invalid trailing chars

There were two regex validating included characters but the one used at submit
time only checked for valid characters at the start of the usertag string.

Also factor the usertag validity regex into a function to reduce duplication.

Fixes: commit d8c69d152175704304656c19e1da1043fd24491e

1aa5061... by Don Armstrong

Do not escape From and use .eml when returning a single message

 - Address issue with MUAs which don't look at the mime type and instead assume
   mime based on extension, like thunderbird. Closes #1009181

b10a879... by Don Armstrong

Support 7 digit bugs in bugspam.cgi

6dca132... by Paul Wise (Debian)

Fix default user for usertags

It needs to have the same processing as all user addresses,
otherwise it will include the name and spaces etc.

Fixes: commit f13b9b4b919d80e6e90acf905452f8788e2b8c40

c91ad80... by Don Armstrong

remove extraneous debugging print statement

2c25f84... by Don Armstrong

fix usertag/usertags typo

f13b9b4... by Paul Wise (Debian)

Add support for setting usertags for multiple users in new bugs

Store the user/usertags pseudo-headers separately to the others
and then later process them after the new bug has been created.

Implements: https://bugs.debian.org/582171