aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '5.0.4' of https://github.com/bugzilla/bugzillaHEADmasterFrédéric Buclin7 days48-219/+644
|\
| * Bug 1920621: Build the offline formats (pdf/epub/htmlzip) on ReadTheDocs (#201)Dave Miller2024-09-231-0/+4
| |
| * bump version to 5.0.4.1+ post-releaseDave Miller2024-09-061-1/+1
| |
| * bump version to 5.0.4.1 for releaseDave Miller2024-09-031-1/+1
| |
| * 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
* | Fix the display of comment tags (mga#33752)Frédéric Buclin8 days1-0/+8
| |
* | Only alter vcards in comment headersFrédéric Buclin10 days1-1/+2
| |
* | Improve bugs rendering (mga#33752)Frédéric Buclin10 days1-0/+70
| |
* | Add sysadmin-bugs@ml.mageia.org to the CC list when theFrédéric Buclin10 days1-5/+5
| | | | | | | | validated_backport keyword is set (mga#33741)
* | Split long lines of CVE's in bug reports (mga #33677)Frédéric Buclin2024-10-252-0/+15
| |
* | Expand the allowed paths in robots.txtDan Fandrich2024-10-241-1/+7
| | | | | | | | | | This is what we've been running since 2012, but it was being set by Puppet instead of here.
* | Fix Bugzilla field name display (mga#33660)Dan Fandrich2024-10-241-2/+3
| | | | | | | | | | | | | | | | After running checksetup.pl, which seemingly hasn't been run in a long time, field names disappeared. There seems to be an issue with conditional set expressions in the templating engine that suddenly kicked in after that update, possibly with perl-Template-Toolkit-3.8.0. Changing that to a simple IF/SET/END block fixes that issue.
* | Replace noncharacters in bugmails by the substitution character (mgaFrédéric Buclin2024-02-142-3/+6
| |
* | Bug 1346294: When you try to display only the disabled users, the complete ↵Frédéric Buclin2020-02-201-1/+1
| | | | | | | | | | | | list is returned instead r=LpSolit
* | Fix encoding problem for the 'From' email headerFrédéric Buclin2019-09-301-2/+1
| |
* | Backport upstream bug 919122: Support for SourceForge Allura bugs in "see ↵Frédéric Buclin2018-04-192-6/+17
| | | | | | | | also" field
* | Sync with upstream release 5.0.4Frédéric Buclin2018-02-1813-86/+199
|\ \ | |/
| * 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
| |