]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
3 weeks agoBug 1403169: add a X-Bugzilla-ID header to emails (#162) 5.2
Emmanuel Seyman [Sat, 30 Mar 2024 08:57:08 +0000 (09:57 +0100)] 
Bug 1403169: add a X-Bugzilla-ID header to emails (#162)

Authored-by: Emmanuel Seyman <emmanuel@seyman.fr>
3 weeks agouse a non-breaking space between the urlbase and the colon (#161)
Emmanuel Seyman [Sat, 30 Mar 2024 08:43:13 +0000 (09:43 +0100)] 
use a non-breaking space between the urlbase and the colon (#161)

Authored-by: Emmanuel Seyman <emmanuel@seyman.fr>
3 weeks ago[5.2] Bug 1888068: Run development copy in Docker (#105)
Dave Miller [Sat, 30 Mar 2024 06:19:54 +0000 (02:19 -0400)] 
[5.2] Bug 1888068: Run development copy in Docker (#105)

4 weeks agoBug 1853138 - Switch to Email::Address::XS (#160)
Martin Renvoize [Fri, 22 Mar 2024 08:35:42 +0000 (08:35 +0000)] 
Bug 1853138 - Switch to Email::Address::XS (#160)

* Bug 1853138 - Switch to Email::Address::XS

This patch updates us from using Email::Address to Email::Address::XS to
resolve CVE-2015-7686.

Regex comparisons have been replaced by parse + is_valid calls as per
current documentation.

Email::Address->parse($string) used to parse all addresses out of a
general string, however Email::Address::XS expects the string to only
contain addresses in the verious forms.

This patch uses a basic regex to parse out strings that look like email
addresses from the overall string passed, before passing to
Email::Address::XS for validation and splitting out the 'host' part of
the address.

This patch restores the Email::Address::XS entry in Requirements.pm so
that we can specify which version of the module we wish to use and make
it explicit that we're using the module rather than relying on
Email::Sender pulling it in for us.

5 weeks agoBug 1592129: [MYSQL8] The groups table in Bugzilla conflicts with reserved keyword...
Jeff Lawson [Wed, 13 Mar 2024 20:00:00 +0000 (15:00 -0500)] 
Bug 1592129: [MYSQL8] The groups table in Bugzilla conflicts with reserved keyword in MySQL 8.x (#153)

* [MYSQL8] The groups table in Bugzilla conflicts with reserved keyword in MySQL 8.x

3 months agoBug 1798166 - Fix color contrast to be compliant with WCAG AA 2.0 (#159)
Danny Colin [Wed, 3 Jan 2024 22:15:57 +0000 (17:15 -0500)] 
Bug 1798166 - Fix color contrast to be compliant with WCAG AA 2.0 (#159)

3 months agoBug 1851398: Allow testserver.pl to work with self-signed certs (#146)
Dave Miller [Wed, 3 Jan 2024 20:47:06 +0000 (15:47 -0500)] 
Bug 1851398: Allow testserver.pl to work with self-signed certs (#146)

* Bug 1851398: Allow testserver.pl to work with self-signed certs, and properly test dependencies for https.
* Backports the existing fix from bug 662161 on trunk to the 5.2 branch.

5 months agoBug 1560873: require Template-Toolkit 3.008 (#135)
Dave Miller [Sat, 18 Nov 2023 08:31:57 +0000 (03:31 -0500)] 
Bug 1560873: require Template-Toolkit 3.008 (#135)

5 months agoBug 1851412: fix warning in 001compile test (#144)
Dave Miller [Sat, 18 Nov 2023 08:28:01 +0000 (03:28 -0500)] 
Bug 1851412: fix warning in 001compile test (#144)

7 months agoBug 1852497: Use actions/checkout@v4 in GitHub Actions (#149)
Dave Miller [Thu, 14 Sep 2023 11:31:01 +0000 (06:31 -0500)] 
Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#149)

7 months agoBug 1786949: Require Perl 5.14 (#145)
Dave Miller [Thu, 7 Sep 2023 19:13:56 +0000 (15:13 -0400)] 
Bug 1786949: Require Perl 5.14 (#145)

7 months agoBug 1851389: Update favicon with a modern buggie (#116)
Jacob Michalskie [Mon, 4 Sep 2023 07:52:48 +0000 (09:52 +0200)] 
Bug 1851389: Update favicon with a modern buggie (#116)

7 months agoBug 1769248: get ReadTheDocs to build the POD docs (#136)
Dave Miller [Mon, 4 Sep 2023 05:28:23 +0000 (01:28 -0400)] 
Bug 1769248: get ReadTheDocs to build the POD docs (#136)

7 months agoBug 1851235: Make docs build on Sphinx 7.2.5 (#139)
Dave Miller [Mon, 4 Sep 2023 05:24:28 +0000 (01:24 -0400)] 
Bug 1851235: Make docs build on Sphinx 7.2.5 (#139)

Co-authored-by: Jacob Michalskie <hel@lcp.world>
7 months agoNo bug: Add Sponsor button to the repo page
Dave Miller [Thu, 31 Aug 2023 01:12:47 +0000 (21:12 -0400)] 
No bug: Add Sponsor button to the repo page

This file configures GitHub to display a Sponsor button on our GitHub page.

7 months agoNo bug: Add Security tab to GitHub repository page
Dave Miller [Thu, 31 Aug 2023 01:08:29 +0000 (21:08 -0400)] 
No bug: Add Security tab to GitHub repository page

GitHub automatically created this when the security policy option was turned on in the config.

7 months agoBug 1839072: fix Apache config not showing in quickstart docs (#129)
Dave Miller [Mon, 28 Aug 2023 18:45:51 +0000 (14:45 -0400)] 
Bug 1839072: fix Apache config not showing in quickstart docs (#129)

15 months agoMove Directory out of VirtualHost (5.2) (#120)
Jacob Michalskie [Sun, 15 Jan 2023 02:32:17 +0000 (03:32 +0100)] 
Move Directory out of VirtualHost (5.2) (#120)

* Move Directory out of VirtualHost

* Unindent the block

* Remove VirtualHost block and refer to Apache section

* Switch over to using webapps directory

17 months agoBug 1644655: fix relnotes failing bugwords test. (#125)
Dave Miller [Tue, 1 Nov 2022 08:50:22 +0000 (04:50 -0400)] 
Bug 1644655: fix relnotes failing bugwords test. (#125)

Co-authored-by: ddenoncin <ddenoncin@gmail.com>
17 months agoFix pod tests by adding documentation (#124)
Dylan Hardison [Tue, 1 Nov 2022 08:15:08 +0000 (01:15 -0700)] 
Fix pod tests by adding documentation (#124)

* Fix pod tests by adding documentation

Co-authored-by: Dave Miller <github@justdave.net>
19 months agoBug 1785938: Make tests work in GHA on 5.2 branch (#112)
Dave Miller [Sat, 10 Sep 2022 20:32:14 +0000 (16:32 -0400)] 
Bug 1785938: Make tests work in GHA on 5.2 branch (#112)

* Add GHA tests on 5.2 branch

* fix new perl compat in tests

19 months agoBug 1785943: Update the MySQL, Linux and Quick Start in the Installation documentatio...
Jacob Michalskie [Sat, 3 Sep 2022 21:16:16 +0000 (23:16 +0200)] 
Bug 1785943: Update the MySQL, Linux and Quick Start in the Installation documentation 5.2 (#114)

* Update the Linux and Quick Start in the Installation documentation
* Update the notes to mention MySQL 8 incompatibility and MariaDB as a replacement
* Add notes specific to 5.2
* Add creating the database to the quick start guide
* Default to MariaDB and mention how it relates to MySQL
* Switch to mention how to install optional modules outside of dnf

2 years agoBug 1657496: correctly handle MIME type on single-part email. r=eseyman, a=justdave
Dave Miller [Thu, 16 Dec 2021 23:45:49 +0000 (18:45 -0500)] 
Bug 1657496: correctly handle MIME type on single-part email. r=eseyman, a=justdave

3 years agoDocument Update for Ubuntu 20.04 (#99)
AJRepo [Sun, 21 Feb 2021 01:43:27 +0000 (19:43 -0600)] 
Document Update for Ubuntu 20.04 (#99)

The documentation as-is fails on Ubuntu 20.04. Update fixes the
apt commands and configures Apache. MariaDB is the new default
for Debian distros instead of MySQL and is a drop-in replacement.

3 years agofix regexp that is not compatible with mysql 8 (#92)
Dylan William Hardison [Wed, 10 Jun 2020 13:32:49 +0000 (09:32 -0400)] 
fix regexp that is not compatible with mysql 8 (#92)

3 years ago[nobug] Remove reference to landfil.m.o. (#94)
Emma Humphries [Sat, 23 May 2020 17:31:28 +0000 (10:31 -0700)] 
[nobug] Remove reference to landfil.m.o. (#94)

3 years agoBug 1523814 - MoreBugUrl: Add support for WineHQ Forums links
Olivier F. R. Dierick [Sun, 17 May 2020 19:37:51 +0000 (15:37 -0400)] 
Bug 1523814 - MoreBugUrl: Add support for WineHQ Forums links

3 years ago[no bug] Fix sqlite driver
Dylan Hardison [Sat, 9 May 2020 18:56:59 +0000 (14:56 -0400)] 
[no bug] Fix sqlite driver

3 years agoBug 1588175 - Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line...
Dylan Hardison [Sat, 9 May 2020 03:31:40 +0000 (23:31 -0400)] 
Bug 1588175 - Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line 109.

4 years ago [Bug 1592129] Pass a reference to db into Schema object
Dylan William Hardison [Sat, 1 Feb 2020 15:41:19 +0000 (16:41 +0100)] 
 [Bug 1592129] Pass a reference to db into Schema object

This change adds a 'db' attribute to the `Bugzilla::DB::Schema` class.
In two places (`get_empty_schema` and `deserialize_abstract`) the invocant
argument was called `$class` but was never actually a class. Those were renamed
to `$self`. It was fortunate that they were always objects because otherwise it
would have been more difficult to ensure a `db` is always present.

4 years ago [Bug 1592129] Add a shortcut for quoting identifiers in strings.
Dylan William Hardison [Sat, 1 Feb 2020 15:39:08 +0000 (16:39 +0100)] 
 [Bug 1592129] Add a shortcut for quoting identifiers in strings.

The Bugzilla::DB object has a qi attribute which returns a special hashref
that can be used inside double-quoted strings to quote database identifiers.

```perl
  my $q = Bugzilla->dbh->qi;
  Bugzilla->dbh->do("SELECT COUNT(*) FROM $q->{groups}");
```

4 years ago[Bug 1592129] Make Bugzilla::DB::Schema and subclasses Moo-based classes.
Dylan William Hardison [Sat, 1 Feb 2020 15:36:42 +0000 (16:36 +0100)] 
[Bug 1592129] Make Bugzilla::DB::Schema and subclasses Moo-based classes.

This changes the Schema classes enough so they use Moo, which will allow adding a weak reference to the database connection

4 years ago[Bug 1592129] remove subclass loading and driver delegation from Schema->new.
Dylan William Hardison [Sat, 1 Feb 2020 15:11:19 +0000 (16:11 +0100)] 
[Bug 1592129] remove subclass loading and driver delegation from Schema->new.

Bugzilla::DB::Schema->new() was both a normal constructor and also a
class-loading factory method. It is simpler to just do the class loading at the
call-site (in Bugzilla::DB::_bz_schema).

It's not very likely extensions relied on this behavior so this should be a good
change.

4 years agoBug 364693 (#91)
shreygupta2809 [Sun, 19 Jan 2020 06:48:30 +0000 (12:18 +0530)] 
Bug 364693 (#91)

Changed "make all" to "convert" in line no. 359

4 years agoBug 1584477 - Mark Group get method readonly (#82)
Ondřej Kuzník [Sun, 15 Dec 2019 23:49:47 +0000 (23:49 +0000)] 
Bug 1584477 - Mark Group get method readonly (#82)

4 years agore-tidy with recent perltidy, for future consistency tidy/5.2
Dylan William Hardison [Sun, 1 Dec 2019 23:28:24 +0000 (18:28 -0500)] 
re-tidy with recent perltidy, for future consistency

4 years agofix utf8mb4 mode error
Dylan William Hardison [Mon, 25 Nov 2019 04:41:51 +0000 (23:41 -0500)] 
fix utf8mb4 mode error

4 years agoSynthesis #1: Adopt utf8mb4 and DBIx::Connector (#79)
Dylan William Hardison [Wed, 2 Oct 2019 20:28:37 +0000 (16:28 -0400)] 
Synthesis #1: Adopt utf8mb4 and DBIx::Connector (#79)

* use base to make merging with bmo easier

* Revert "Bug 1497042 - Enclose table names in CREATE queries"

This reverts commit 62d5637a4c96abbcde6f308421d676a0336d8e25.

* refactor Bugzilla::DB to not subclass DBI

* use DBIx::Connector to manage database connections

* Ensure we always call DBIx::Connector->dbh before any DBI method

The code didn't allow a way of doing this without a lot of work.

So I had to take the following approach:
The 'dbh' attribute is now a method that delegates to DBIx::Connector's dbh
method. Per the docs, ->dbh() "Returns the connection's database handle. It will
use a an existing handle if there is one, if the process has not been forked or
a new thread spawned, and if the database is pingable. Otherwise, it will
instantiate, cache, and return a new handle."

Then there is the matter of the 'handles' on dbh. I've used Package::Stash to
insert proxy methods into the class when it is loaded.

* Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed row format, and changes charset to utf8mb4)

* add deps

* add prepare_cached to the list of delegated methods.

This was added in bug 340160

* improve the migration to compressed/dynamic rows, skip views

* add missing semicolon

* remove pre-utf8mb4 emoji support

* fix small issue

* add debugging fatal error

4 years agoAdd viewport meta (#78)
Georgi D. Sotirov [Fri, 24 May 2019 14:32:38 +0000 (17:32 +0300)] 
Add viewport meta (#78)

Add viewport meta to improve rendering on mobile devices. Without this meta Google Search tools would report Bugzilla pages as not suitable for mobile devices.

5 years agobump version and add release notes for 5.0.6 release-5.0.6
Dylan William Hardison [Sat, 9 Feb 2019 21:01:45 +0000 (16:01 -0500)] 
bump version and add release notes for 5.0.6

5 years agoBug 1526703 - Increase the size of the flagtype id column
Dylan William Hardison [Tue, 5 Feb 2019 00:51:53 +0000 (19:51 -0500)] 
Bug 1526703 - Increase the size of the flagtype id column

5 years agono bug - perltidy again, using the latest release
Perl Tidy [Fri, 1 Feb 2019 01:50:06 +0000 (20:50 -0500)] 
no bug - perltidy again, using the latest release

blame jeff

5 years agoadd perl-fmt script
Dylan William Hardison [Fri, 1 Feb 2019 00:10:06 +0000 (19:10 -0500)] 
add perl-fmt script

5 years agoBug 1497042 - Enclose table names in CREATE queries
Sébastien Santoro [Thu, 31 Jan 2019 01:50:01 +0000 (20:50 -0500)] 
Bug 1497042 - Enclose table names in CREATE queries

5 years agoupdate release notes release-5.0.5
Dylan William Hardison [Thu, 31 Jan 2019 01:38:37 +0000 (20:38 -0500)] 
update release notes

5 years agoBug 981487 - change bugs_fulltext from myisam to innodb
Dylan William Hardison [Thu, 31 Jan 2019 01:34:54 +0000 (20:34 -0500)] 
Bug 981487 - change bugs_fulltext from myisam to innodb

5 years agono bug - reformat all the code using the new perltidy rules
Perl Tidy [Thu, 31 Jan 2019 01:00:43 +0000 (20:00 -0500)] 
no bug - reformat all the code using the new perltidy rules

5 years agoBug 1226123 - Email addresses with an apostrophe in them break the "Send Mail to...
Arshad Kazmi [Tue, 25 Sep 2018 21:03:41 +0000 (02:33 +0530)] 
Bug 1226123 - Email addresses with an apostrophe in them break the "Send Mail to Bug Assignees" button in buglists

6 years agoadd a new hook: template_after_create (#60)
Dylan William Hardison [Wed, 21 Mar 2018 02:06:11 +0000 (22:06 -0400)] 
add a new hook: template_after_create (#60)

6 years agobug 1429243 - Fix default values for version and op_sys when importing from Jitterbugs
Quanah Gibson-Mount [Wed, 21 Mar 2018 01:52:16 +0000 (18:52 -0700)] 
bug 1429243 - Fix default values for version and op_sys when importing from Jitterbugs

6 years agoBumped versions post-release
David Lawrence [Fri, 16 Feb 2018 19:24:54 +0000 (14:24 -0500)] 
Bumped versions post-release

6 years agoBumped version to 5.0.4 release-5.0.4
David Lawrence [Fri, 16 Feb 2018 16:39:07 +0000 (11:39 -0500)] 
Bumped version to 5.0.4

6 years agoBug 1438593: Release notes for Bugzilla 5.0.4
David Lawrence [Fri, 16 Feb 2018 16:38:33 +0000 (11:38 -0500)] 
Bug 1438593: Release notes for Bugzilla 5.0.4
r/a=dylan

6 years agoBug 1433400 (CVE-2018-5123) Prevent cross-site image requests from leaking contents...
Dylan William Hardison [Fri, 16 Feb 2018 16:37:21 +0000 (11:37 -0500)] 
Bug 1433400 (CVE-2018-5123) Prevent cross-site image requests from leaking contents of certain fields due to regex search
r=jfearn,a=dylan

6 years agoFixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57) preview/5.0.4
Quanah Gibson-Mount [Thu, 4 Jan 2018 15:51:54 +0000 (07:51 -0800)] 
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57)

the priority on import

6 years agoSignificant update to jb2bz.py. (#58)
Quanah Gibson-Mount [Thu, 4 Jan 2018 15:51:06 +0000 (07:51 -0800)] 
Significant update to jb2bz.py. (#58)

Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427626
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427638
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427664

Convert jb2bz to use "email" module rather than rfc822, multifile,
mimetools, and StringIO for easier manipulation of the mailbox objects.

This fixed (among other things) 1427626 as the Subject of the email is
now obtained correctly.

Fix the date formatting throughout to always use UTC, which is what
Bugzilla expects for the dates.  This fixed 1427638.

Fix attachment processing, which was using multifile rather than walking
the parts of the email object.  This fixed part of 1427664

Fix the fact that the process_reply_file function never checked for
attachments in any followups.  This fixed part of 1427664

Fix attachment processor to ignore various signatures and message/rfc822
multipart messages.  For the latter, it sets "filename=" values to files
that don't actually exist, which caused attachment processing to bomb.

6 years agoBug 1301887 - File::Slurp triggers warnings on perl 5.24 (#53)
Vitaly Belekhov [Thu, 4 Jan 2018 15:50:05 +0000 (22:50 +0700)] 
Bug 1301887 - File::Slurp triggers warnings on perl 5.24 (#53)

* Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is recommended to not use it (#21)

r=mtyson

* Fix for vrite in aa735d4

* Added https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=ca7bfc9c485c959fad2aee1f7c1dbc0fb484553b

6 years agoBug 1398100 - tiny tweaks to release notes
Gervase Markham [Fri, 8 Sep 2017 11:08:34 +0000 (12:08 +0100)] 
Bug 1398100 - tiny tweaks to release notes

7 years agoRevert "Bug 1306534 - Crash when pasting UTF8 text as an attachment" 46/head
Dylan William Hardison [Wed, 19 Oct 2016 13:09:43 +0000 (09:09 -0400)] 
Revert "Bug 1306534 - Crash when pasting UTF8 text as an attachment"

This reverts commit 89cb60fe38a7962c876bce18368db90cedda84eb.

7 years agoBug 1310728 - editflagtypes.cgi crashes when classifications are enabled and the...
Frédéric Buclin [Mon, 17 Oct 2016 21:43:31 +0000 (21:43 +0000)] 
Bug 1310728 - editflagtypes.cgi crashes when classifications are enabled and the user hasn't global editcomponents privs
r/a=dkl

7 years agoBug 1306534 - Crash when pasting UTF8 text as an attachment
Matt Tyson [Tue, 11 Oct 2016 23:07:32 +0000 (19:07 -0400)] 
Bug 1306534 - Crash when pasting UTF8 text as an attachment

r=dylan

7 years agonit: wrong method call in Bugzilla::Migrate
Dylan William Hardison [Sat, 8 Oct 2016 17:09:18 +0000 (13:09 -0400)] 
nit: wrong method call in Bugzilla::Migrate

7 years agoBug 1300437 - DateTime::TimeZone::offset_as_string called incorrectly (#19)
Dylan William Hardison [Sat, 8 Oct 2016 17:01:39 +0000 (10:01 -0700)] 
Bug 1300437 - DateTime::TimeZone::offset_as_string called incorrectly (#19)

7 years agoBug 1303702 - bug history table 'when' column shows 00:00 only using sqlite
Andrea Orsini [Mon, 19 Sep 2016 15:14:14 +0000 (11:14 -0400)] 
Bug 1303702 - bug history table 'when' column shows 00:00 only using sqlite

r/a=dylan

7 years ago- New CI docker image for testing
David Lawrence [Wed, 7 Sep 2016 17:48:29 +0000 (13:48 -0400)] 
- New CI docker image for testing

7 years agoBug 1292510 - replace references to git.mozilla.org with references to github. r...
Gervase Markham [Fri, 5 Aug 2016 13:49:51 +0000 (14:49 +0100)] 
Bug 1292510 - replace references to git.mozilla.org with references to github. r=dylan

7 years agoFix the default API URL
Frédéric Buclin [Wed, 1 Jun 2016 10:52:15 +0000 (12:52 +0200)] 
Fix the default API URL

7 years agoBug 1269266 - API links for Bugzilla 5+ not working anymore
Frédéric Buclin [Wed, 1 Jun 2016 08:17:46 +0000 (10:17 +0200)] 
Bug 1269266 - API links for Bugzilla 5+ not working anymore

7 years agoBug 1273846 - Checksetup fails to update chart storage during pre-3.6 -> 5.0 upgrade
Frédéric Buclin [Thu, 19 May 2016 22:42:54 +0000 (00:42 +0200)] 
Bug 1273846 - Checksetup fails to update chart storage during pre-3.6 -> 5.0 upgrade
r/a=dkl

7 years agoBumped version post-release
David Lawrence [Mon, 16 May 2016 20:03:20 +0000 (20:03 +0000)] 
Bumped version post-release

7 years agoBumped version to 5.0.3 release-5.0.3
David Lawrence [Mon, 16 May 2016 18:43:56 +0000 (18:43 +0000)] 
Bumped version to 5.0.3

7 years agoBug 1253263 - (CVE-2016-2803) [SECURITY] XSS vulnerability in dependency graphs via...
Frédéric Buclin [Mon, 16 May 2016 18:23:43 +0000 (20:23 +0200)] 
Bug 1253263 - (CVE-2016-2803) [SECURITY] XSS vulnerability in dependency graphs via bug summary
r/a=dkl

7 years agoBug 1269388 - Release notes for Bugzilla 5.0.3
Frédéric Buclin [Fri, 13 May 2016 18:37:08 +0000 (20:37 +0200)] 
Bug 1269388 - Release notes for Bugzilla 5.0.3
r=dkl

7 years agoBug 1250114 - XSS possible in extensions calling global/tabs.html.tmpl if tab.link...
Dylan William Hardison [Fri, 13 May 2016 17:34:19 +0000 (13:34 -0400)] 
Bug 1250114 - XSS possible in extensions calling global/tabs.html.tmpl if tab.link is user-controlled

7 years agoAdd build.platform = linux64, machine.platform = linux64 to taskgraph.json to remove...
David Lawrence [Mon, 2 May 2016 14:30:07 +0000 (10:30 -0400)] 
Add build.platform = linux64, machine.platform = linux64 to taskgraph.json to remove b2gtest from Treeherder results

8 years agoBug 1259881 - CSV export vulnerable to formulae injection (again)
Frédéric Buclin [Mon, 25 Apr 2016 21:39:02 +0000 (23:39 +0200)] 
Bug 1259881 - CSV export vulnerable to formulae injection (again)
r=sgreen a=dkl

8 years agoBug 542239 - Accept pronouns everywhere in query.cgi
Albert Ting [Wed, 20 Apr 2016 01:50:44 +0000 (01:50 +0000)] 
Bug 542239 - Accept pronouns everywhere in query.cgi
r=dkl,a=dkl

8 years agoBug 1232171 - 'make clean' shouldn't delete rst/, images/ and Makefile, only generate...
Frédéric Buclin [Fri, 15 Apr 2016 19:30:36 +0000 (21:30 +0200)] 
Bug 1232171 - 'make clean' shouldn't delete rst/, images/ and Makefile, only generated files
r=gerv

8 years agoEmail::MIME::Attachment::Stripper is no longer used, see bug 437076
Frédéric Buclin [Sun, 10 Apr 2016 00:12:18 +0000 (02:12 +0200)] 
Email::MIME::Attachment::Stripper is no longer used, see bug 437076

8 years agoFix an incorrect URL in the documentation
Frédéric Buclin [Sat, 9 Apr 2016 16:06:21 +0000 (18:06 +0200)] 
Fix an incorrect URL in the documentation

8 years agoBug 1204957 - Locally compiled POD documentation is no longer accessible from docs...
Frédéric Buclin [Fri, 8 Apr 2016 23:33:30 +0000 (01:33 +0200)] 
Bug 1204957 - Locally compiled POD documentation is no longer accessible from docs/en/html/api/
r=dkl

8 years agoBug 1246228 - Email addresses must not be encoded
Frédéric Buclin [Tue, 5 Apr 2016 23:54:54 +0000 (01:54 +0200)] 
Bug 1246228 - Email addresses must not be encoded
r/a=dkl

8 years agoBug 1261124: When deleting a component, this component is listed again
Frédéric Buclin [Tue, 5 Apr 2016 15:22:25 +0000 (17:22 +0200)] 
Bug 1261124: When deleting a component, this component is listed again
r/a=dkl

8 years agoBug 1260027: Document how to compile the documentation on Windows
Frédéric Buclin [Fri, 1 Apr 2016 21:33:04 +0000 (23:33 +0200)] 
Bug 1260027: Document how to compile the documentation on Windows
r=gerv

8 years agoBug 1200010: The Quick Start doc should stop assuming Bugzilla is your single application
Frédéric Buclin [Fri, 1 Apr 2016 20:01:20 +0000 (22:01 +0200)] 
Bug 1200010: The Quick Start doc should stop assuming Bugzilla is your single application
r=gerv

8 years agoBug 987742 (part 2): correctly detaint $ENV{PATH} on Strawberry Perl
Frédéric Buclin [Sat, 26 Mar 2016 23:31:42 +0000 (00:31 +0100)] 
Bug 987742 (part 2): correctly detaint $ENV{PATH} on Strawberry Perl

8 years agoBug 1255619: CGI scripts should not send duplicated headers
Frédéric Buclin [Mon, 21 Mar 2016 22:18:07 +0000 (23:18 +0100)] 
Bug 1255619: CGI scripts should not send duplicated headers
r/a=dkl

8 years agoBug 1230932: Providing a condition as an ID to the webservice results in a taint...
Frédéric Buclin [Sat, 19 Mar 2016 16:33:48 +0000 (17:33 +0100)] 
Bug 1230932: Providing a condition as an ID to the webservice results in a taint error
r/a=dkl

8 years agoBug 1253267: Possible DOT injection vulnerability in dependency graphs if long bug...
Frédéric Buclin [Tue, 15 Mar 2016 16:11:52 +0000 (17:11 +0100)] 
Bug 1253267: Possible DOT injection vulnerability in dependency graphs if long bug summaries are wrapped
r/a=dkl

8 years agoBug 1250908: "Use of uninitialized value" warning thrown when creating a new bug...
Thorsten Schöning [Wed, 9 Mar 2016 22:22:17 +0000 (23:22 +0100)] 
Bug 1250908: "Use of uninitialized value" warning thrown when creating a new bug depending or blocking another one
r=LpSolit a=dkl

8 years agoBug 1234977: Replace \d+ by [0-9]+ in critical validation places
Frédéric Buclin [Wed, 9 Mar 2016 22:06:28 +0000 (23:06 +0100)] 
Bug 1234977: Replace \d+ by [0-9]+ in critical validation places
r=dylan a=dkl

8 years agoIIS instructions work with Windows 10 too
Frédéric Buclin [Sun, 6 Mar 2016 15:45:25 +0000 (16:45 +0100)] 
IIS instructions work with Windows 10 too

8 years agoBug 1250354: The "Forgot password" link should not be displayed if users are not...
Frédéric Buclin [Tue, 23 Feb 2016 22:50:26 +0000 (23:50 +0100)] 
Bug 1250354:  The "Forgot password" link should not be displayed if users are not allowed to change it
r/a=dkl

8 years agoBug 1250264: Extensions have no easy way to override favicon.ico
Frédéric Buclin [Mon, 22 Feb 2016 22:09:20 +0000 (23:09 +0100)] 
Bug 1250264: Extensions have no easy way to override favicon.ico
r/a=dkl

8 years ago- task.expires needs to be greater than artifacts.expires
David Lawrence [Mon, 22 Feb 2016 20:49:32 +0000 (20:49 +0000)] 
- task.expires needs to be greater than artifacts.expires

8 years ago- Update artifact expiration date
David Lawrence [Mon, 22 Feb 2016 15:25:40 +0000 (15:25 +0000)] 
- Update artifact expiration date

8 years agoBug 1242263: The web server and SQL server sections are not correctly referenced...
Frédéric Buclin [Wed, 17 Feb 2016 11:33:03 +0000 (12:33 +0100)] 
Bug 1242263: The web server and SQL server sections are not correctly referenced in the documentation
r=gerv

8 years agoTravis CI config file no longer necessary
David Lawrence [Mon, 8 Feb 2016 18:38:03 +0000 (18:38 +0000)] 
Travis CI config file no longer necessary

8 years agoBug 1246531: REST_DOC should point to bugzilla.readthedocs.org instead of bugzilla.org
Frédéric Buclin [Mon, 8 Feb 2016 18:31:27 +0000 (19:31 +0100)] 
Bug 1246531: REST_DOC should point to bugzilla.readthedocs.org instead of bugzilla.org
r/a=dkl

8 years agoBug 1046241: All links to the documentation displayed besides error messages are...
Frédéric Buclin [Mon, 8 Feb 2016 18:27:33 +0000 (19:27 +0100)] 
Bug 1046241: All links to the documentation displayed besides error messages are broken
r=gerv a=dkl