Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | robots.txt: allow more indexinggentoo-5.0.4.8 | Robin H. Johnson | 2019-07-22 | 1 | -7/+6 |
| | | | | | | | | | | | | | A long time ago, web crawlers were discouraged from using SSL to crawl bugzilla, because of CPU load caused in SSL, and that it was a duplicate of results on the non-SSL side and the bots got that wrong. In the SSL-Everywhere world, with forced upgrades to SSL, and cheaper CPU, this was never revisited, and means that Gentoo Bugzilla isn't on Google. Re-enable the safer terms, and let the bots come in! Fixes: https://bugs.gentoo.org/show_bug.cgi?id=690438 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | templates: Move RISC-V to ~arch groupgentoo-5.0.4.7 | Michał Górny | 2019-05-11 | 2 | -2/+2 |
| | | | | | Requested by: <dilfridge@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | Introduce RISC-Vgentoo-5.0.4.6 | Mikle Kolyada | 2019-03-19 | 2 | -0/+2 |
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> | ||||
* | Add notification about GLEP 76 and some more attachment tipsgentoo-5.0.4.5 | Michał Górny | 2018-12-01 | 1 | -0/+9 |
| | | | | | Bug: https://bugs.gentoo.org/668368 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | Try hiding 'version' fieldgentoo-5.0.4.4 | Michał Górny | 2018-09-30 | 5 | -46/+2 |
| | | | | | Bug: https://bugs.gentoo.org/620048 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | attachment/list: Display attachment filename | Michał Górny | 2018-09-30 | 1 | -1/+2 |
| | | | | | Bug: https://bugs.gentoo.org/667272 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | custom_userhistory: minor html cleanup & show username for auditgentoo-5.0.4.3 | Robin H. Johnson | 2018-06-07 | 1 | -31/+50 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | custom_userhistory: lots of workgentoo-5.0.4.2 | Robin H. Johnson | 2018-06-07 | 1 | -69/+234 |
| | | | | | | | | | | - Add Audit log section based on audit_log table - HTML improvements - Use tables for output, with consistent style - DBD bind argument style - Query formatting for easier debugging Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Merge bugstest back to master for final v5.0.4 changesgentoo-5.0.4.1 | Robin H. Johnson | 2018-06-07 | 9 | -66/+158 |
|\ | |||||
| * | Merge master back to into bugstest for missing changes | Robin H. Johnson | 2018-06-07 | 2 | -28/+34 |
| |\ | |/ |/| | |||||
* | | HPPA is exp arch now | Michał Górny | 2018-05-13 | 2 | -2/+2 |
| | | |||||
* | | Fix accidental reverse ordering of PPC/PPC64 | Michał Górny | 2018-02-04 | 2 | -2/+2 |
| | | |||||
* | | Reorganize arches list as discussed on ml and pushed to eshowkw | Michał Górny | 2018-01-29 | 2 | -22/+28 |
| | | |||||
* | | Gentoo: move ARM64 to stable arches to facilitate stabilization work | Michał Górny | 2018-01-09 | 2 | -2/+2 |
| | | |||||
| * | Merge tag 'release-5.0.4' into bugstest | Robin H. Johnson | 2018-03-05 | 8 | -65/+155 |
| |\ | |||||
| | * | Bumped version to 5.0.4release-5.0.4 | David Lawrence | 2018-02-16 | 1 | -1/+1 |
| | | | |||||
| | * | Bug 1438593: Release notes for Bugzilla 5.0.4 | David Lawrence | 2018-02-16 | 1 | -0/+21 |
| | | | | | | | | | | | | r/a=dylan | ||||
| | * | Bug 1433400 (CVE-2018-5123) Prevent cross-site image requests from leaking ↵ | Dylan William Hardison | 2018-02-16 | 2 | -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-Mount | 2018-01-04 | 1 | -0/+1 |
| | | | | | | | | | the priority on import | ||||
| | * | Significant update to jb2bz.py. (#58) | Quanah Gibson-Mount | 2018-01-04 | 1 | -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 Belekhov | 2018-01-04 | 9 | -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 | ||||
| * | | Bugzilla/Search: force validation of timestamp/date. | Robin H. Johnson | 2018-03-05 | 1 | -1/+3 |
|/ / | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | | buglist: tell taint check that bugid is safe. | Robin H. Johnson | 2018-01-07 | 1 | -0/+1 |
| | | | | | | | | | | Bug: https://bugs.gentoo.org/643854 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | | Bugzilla/Constants: HTTP Strict Transport Security should be least 6 months ↵ | Robin H. Johnson | 2017-09-16 | 1 | -2/+2 |
| | | | | | | | | | | | | per Mozilla. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | | CGI: set Content-Security-Policy header. | Robin H. Johnson | 2017-09-16 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | | Gentoo: move sparc to unstable arches | Michał Górny | 2017-09-12 | 2 | -2/+2 |
| | | |||||
* | | comments template: Use relative (#) references to comments | Michał Górny | 2017-09-11 | 1 | -1/+1 |
| | | |||||
* | | Gentoo: shorten URLs in addressbar | Michał Górny | 2017-09-11 | 1 | -1/+20 |
| | | |||||
* | | Convert HTTP to HTTPS links. | Robin H. Johnson | 2017-09-10 | 4 | -10/+11 |
| | | | | | | | | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=630608 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | | Merge remote-tracking branch 'upstream/5.0' | Robin H. Johnson | 2017-09-10 | 18 | -45/+59 |
|\| | |||||
| * | Bug 1398100 - tiny tweaks to release notes | Gervase Markham | 2017-09-08 | 1 | -1/+2 |
| | | |||||
| * | Revert "Bug 1306534 - Crash when pasting UTF8 text as an attachment" | Dylan William Hardison | 2016-10-19 | 1 | -1/+0 |
| | | | | | | | | This reverts commit 89cb60fe38a7962c876bce18368db90cedda84eb. | ||||
| * | Bug 1310728 - editflagtypes.cgi crashes when classifications are enabled and ↵ | Frédéric Buclin | 2016-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | the user hasn't global editcomponents privs r/a=dkl | ||||
| * | Bug 1306534 - Crash when pasting UTF8 text as an attachment | Matt Tyson | 2016-10-11 | 1 | -0/+1 |
| | | | | | | | | r=dylan | ||||
| * | nit: wrong method call in Bugzilla::Migrate | Dylan William Hardison | 2016-10-08 | 1 | -1/+1 |
| | | |||||
| * | Bug 1300437 - DateTime::TimeZone::offset_as_string called incorrectly (#19) | Dylan William Hardison | 2016-10-08 | 2 | -2/+2 |
| | | |||||
| * | Bug 1303702 - bug history table 'when' column shows 00:00 only using sqlite | Andrea Orsini | 2016-09-19 | 1 | -0/+1 |
| | | | | | | | | r/a=dylan | ||||
| * | - New CI docker image for testing | David Lawrence | 2016-09-07 | 1 | -17/+19 |
| | | |||||
| * | Bug 1292510 - replace references to git.mozilla.org with references to ↵ | Gervase Markham | 2016-08-05 | 7 | -6/+18 |
| | | | | | | | | github. r=dylan | ||||
| * | Fix the default API URL | Frédéric Buclin | 2016-06-01 | 1 | -2/+2 |
| | | |||||
| * | Bug 1269266 - API links for Bugzilla 5+ not working anymore | Frédéric Buclin | 2016-06-01 | 2 | -6/+5 |
| | | |||||
| * | Bug 1273846 - Checksetup fails to update chart storage during pre-3.6 -> 5.0 ↵ | Frédéric Buclin | 2016-05-20 | 1 | -9/+8 |
| | | | | | | | | | | | | upgrade r/a=dkl | ||||
| * | Bumped version post-release | David Lawrence | 2016-05-16 | 1 | -1/+1 |
| | | |||||
* | | Match file_write permissions. | Robin H. Johnson | 2017-06-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | text_write was introduced for bug 1301887 per commit df4677439d7b3658e2d896ffaab903b01c2e2fe6, but had slightly different semantics than the original File::Slurp file_write function. Specifically, file_write applied the umask for new files, while text_write is based on File::Temp and uses 0600 for new files. Add a permission grant so that new files respect the umask instead. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | | Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is ↵ | Dylan William Hardison | 2017-06-19 | 5 | -20/+40 |
| | | | | | | | | | | | | | | | | recommended to not use it (#21) r=mtyson (cherry picked from commit df4677439d7b3658e2d896ffaab903b01c2e2fe6) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | | Merge tag 'release-5.0.3' into bugstest | Christian Ruppert | 2016-06-18 | 59 | -452/+463 |
|\| | |||||
| * | Bumped version to 5.0.3release-5.0.3 | David Lawrence | 2016-05-16 | 1 | -1/+1 |
| | | |||||
| * | Bug 1253263 - (CVE-2016-2803) [SECURITY] XSS vulnerability in dependency ↵ | Frédéric Buclin | 2016-05-16 | 1 | -1/+7 |
| | | | | | | | | | | | | graphs via bug summary r/a=dkl | ||||
| * | Bug 1269388 - Release notes for Bugzilla 5.0.3 | Frédéric Buclin | 2016-05-13 | 1 | -0/+34 |
| | | | | | | | | r=dkl | ||||
| * | Bug 1250114 - XSS possible in extensions calling global/tabs.html.tmpl if ↵ | Dylan William Hardison | 2016-05-13 | 1 | -1/+1 |
| | | | | | | | | tab.link is user-controlled |