aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow sanitycheck.cgi to clear assetsHEADmasterFrédéric Buclin23 hours2-2/+19
|
* Fix labels when no sort key is displayedFrédéric Buclin24 hours1-4/+17
|
* Improve the UI of buglists for small screens (mga#34432)Frédéric Buclin25 hours4-0/+85
|
* Display the remote user involved when LDAP returns an errorFrédéric Buclin25 hours1-1/+1
|
* Make the duplicates list more usefulFrédéric Buclin2 days1-0/+21
| | | | Only list open bugs and restrict the list to the current product
* Add bug writing guidelines to the guided form (mga#3287)Frédéric Buclin2 days1-0/+4
|
* Fix regression (comments do not collapse anymore)Frédéric Buclin2 days1-0/+4
|
* Fix overflow for long comments with no spaces in them (mga#34614)Frédéric Buclin2 days1-1/+7
|
* Check the bug status (missing part for bug 33879)Frédéric Buclin2025-11-301-1/+2
|
* Reduce the deadline to 6 months to comment on resolved bugs (bug 33879)Frédéric Buclin2025-08-011-1/+1
|
* Bug 33879: Do not allow unprivileged users to comment in bugs which haveFrédéric Buclin2025-07-131-1/+22
| | | | been inactive for more than a year
* Fix wrapping of quoted textFrédéric Buclin2025-01-041-0/+4
|
* Merge branch '5.0.4' of https://github.com/bugzilla/bugzillaFrédéric Buclin2024-11-1448-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 Buclin2024-11-131-0/+8
| |
* | Only alter vcards in comment headersFrédéric Buclin2024-11-111-1/+2
| |
* | Improve bugs rendering (mga#33752)Frédéric Buclin2024-11-111-0/+70
| |
* | Add sysadmin-bugs@ml.mageia.org to the CC list when theFrédéric Buclin2024-11-111-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
| |