aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1880288: Noncharacters in comments cause bugmail sending to failDave Miller2024-09-033-3/+9
| | | Co-authored-by: Frédéric Buclin <LpSolit@gmail.com>
* Bug 1439260: XSS in chart.cgi and report.cgiDave Miller2024-09-036-12/+50
|
* Bug 1813629: Prevent Auth plugins from authenticating usernames with unicode ↵Dave Miller2024-09-031-1/+13
| | | | | variants Co-authored-by: David Lawrence <dkl@mozilla.com>
* [no bug] fix documentation errorsDave Miller2024-09-033-4/+4
|
* Bug 1786956: Release notes for Bugzilla 5.0.4.1 (#180)Dave Miller2024-09-031-2/+62
|
* [5.0.4] Bug 1852154: Warn admin if end-of-support date is approaching (#191)Dave Miller2024-08-252-1/+50
| | | a=dylan
* Bug 1588175 - Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm ↵Dave Miller2024-05-141-0/+2
| | | | | line 109. (#182) Co-authored-by: Dylan Hardison <dylan@hardison.net>
* Bug 1851352: Email::Address dependency missing (#174)Dave Miller2024-05-111-0/+5
|
* Bug 1851354: blocklist MySQL 8+, offer MariaDB (#141)Dave Miller2024-04-288-23/+65
|
* (no bug) Backout PR #60 - new feature not valid for stable branch (#164)Dave Miller2024-04-283-29/+0
| | | This was accidentally included in the 5.0.4 branch, which should have branched just before this commit. Everything else after it before we did end up branching would have been cherry-picked anyway.
* Bug 1560873: blacklist broken versions of Template-Toolkit (#134)Dave Miller2023-11-181-1/+3
|
* Bug 1786951: Make the update check work on the 5.0.4 branch (#147)Dave Miller2023-11-181-5/+6
| | | | * Bug 1786951: Make the update check work on the 5.0.4 branch
* Bug 1852497: Use actions/checkout@v4 in GitHub Actions (#150)Dave Miller2023-09-141-1/+1
|
* Bug 1769248: get ReadTheDocs to build the POD docs (#137)Dave Miller2023-09-043-8/+25
|
* Bug 1839072: fix Apache config not showing in quickstart docs (#130)Dave Miller2023-08-281-0/+1
|
* Move Directory out of VirtualHost (5.0) (#121)Jacob Michalskie2023-01-141-12/+13
| | | | | | | | | * Move Directory out of VirtualHost * Unindent the block * Remove VirtualHost block and refer to Apache section * Switch over to using webapps directory
* Fix pod tests by adding documentation (#123)Dylan Hardison2022-10-291-7/+33
| | | | Added documentation for all undocumented functions in Bugzilla::Util. fixed pod syntax as well.
* Bug 1785938: Make tests work in GHA on 5.0.4 branch (#111)Dave Miller2022-09-1011-9/+95
| | | | | * Add GHA tests on 5.0.4 branch * fix new perl compat in tests
* Bug 1785943: Update the MySQL, Linux and Quick Start in the Installation ↵Jacob Michalskie2022-09-033-115/+201
| | | | | | | | documentation 5.0 (#113) * Update the Linux and Quick Start in the Installation documentation * Update the notes to mention MySQL 8 incompatibility and MariaDB as a replacement * Default to MariaDB and mention how it relates to MySQL * Switch to mention how to install optional modules outside of dnf
* Bug 1657496: correctly handle MIME type on single-part email. r=eseyman, ↵Dave Miller2022-08-231-3/+4
| | | | a=justdave
* Remove Landfill reference (#103)Linh Nguyen2022-08-237-24/+10
| | | | | | | | | | | | | | | | | * Remove Landfill reference and update test site (#1) * Update README * Update README * Update bugzilla-submit.xml * Update creating-an-account.rst * Update filing.rst * Update finding.rst * Address review comments
* Use HTTPS protocol in documentation (#64)Suriyaa Sundararuban2022-08-231-5/+5
|
* Add viewport meta (#78)Georgi D. Sotirov2022-08-231-0/+2
| | | 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.
* Bug 1226123 - Email addresses with an apostrophe in them break the "Send ↵Arshad Kazmi2018-09-251-1/+1
| | | | Mail to Bug Assignees" button in buglists
* add a new hook: template_after_create (#60)Dylan William Hardison2018-03-213-0/+29
|
* bug 1429243 - Fix default values for version and op_sys when importing from ↵Quanah Gibson-Mount2018-03-201-1/+2
| | | | Jitterbugs
* Bumped versions post-releaseDavid Lawrence2018-02-161-1/+1
|
* Bumped version to 5.0.4David Lawrence2018-02-161-1/+1
|
* Bug 1438593: Release notes for Bugzilla 5.0.4David Lawrence2018-02-161-0/+21
| | | | r/a=dylan
* Bug 1433400 (CVE-2018-5123) Prevent cross-site image requests from leaking ↵Dylan William Hardison2018-02-162-0/+65
| | | | | | contents of certain fields due to regex search r=jfearn,a=dylan
* Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57)Quanah Gibson-Mount2018-01-041-0/+1
| | | the priority on import
* Significant update to jb2bz.py. (#58)Quanah Gibson-Mount2018-01-041-56/+65
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* Bug 1301887 - File::Slurp triggers warnings on perl 5.24 (#53)Vitaly Belekhov2018-01-049-28/+44
| | | | | | | | | | * 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
* Bug 1398100 - tiny tweaks to release notesGervase Markham2017-09-081-1/+2
|
* Revert "Bug 1306534 - Crash when pasting UTF8 text as an attachment"Dylan William Hardison2016-10-191-1/+0
| | | | This reverts commit 89cb60fe38a7962c876bce18368db90cedda84eb.
* Bug 1310728 - editflagtypes.cgi crashes when classifications are enabled and ↵Frédéric Buclin2016-10-171-1/+1
| | | | | | the user hasn't global editcomponents privs r/a=dkl
* Bug 1306534 - Crash when pasting UTF8 text as an attachmentMatt Tyson2016-10-111-0/+1
| | | | r=dylan
* nit: wrong method call in Bugzilla::MigrateDylan William Hardison2016-10-081-1/+1
|
* Bug 1300437 - DateTime::TimeZone::offset_as_string called incorrectly (#19)Dylan William Hardison2016-10-082-2/+2
|
* Bug 1303702 - bug history table 'when' column shows 00:00 only using sqliteAndrea Orsini2016-09-191-0/+1
| | | | r/a=dylan
* - New CI docker image for testingDavid Lawrence2016-09-071-17/+19
|
* Bug 1292510 - replace references to git.mozilla.org with references to ↵Gervase Markham2016-08-057-6/+18
| | | | github. r=dylan
* Fix the default API URLFrédéric Buclin2016-06-011-2/+2
|
* Bug 1269266 - API links for Bugzilla 5+ not working anymoreFrédéric Buclin2016-06-012-6/+5
|
* Bug 1273846 - Checksetup fails to update chart storage during pre-3.6 -> 5.0 ↵Frédéric Buclin2016-05-201-9/+8
| | | | | | upgrade r/a=dkl
* Bumped version post-releaseDavid Lawrence2016-05-161-1/+1
|
* Bumped version to 5.0.3David Lawrence2016-05-161-1/+1
|
* Bug 1253263 - (CVE-2016-2803) [SECURITY] XSS vulnerability in dependency ↵Frédéric Buclin2016-05-161-1/+7
| | | | | | graphs via bug summary r/a=dkl
* Bug 1269388 - Release notes for Bugzilla 5.0.3Frédéric Buclin2016-05-131-0/+34
| | | | r=dkl
* Bug 1250114 - XSS possible in extensions calling global/tabs.html.tmpl if ↵Dylan William Hardison2016-05-131-1/+1
| | | | tab.link is user-controlled