Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport upstream bug 919122: Support for SourceForge Allura bugs in "see ↵ | Frédéric Buclin | 2018-04-19 | 2 | -6/+17 |
| | | | | also" field | ||||
* | Sync with upstream release 5.0.4 | Frédéric Buclin | 2018-02-18 | 13 | -86/+199 |
|\ | |||||
| * | Bumped versions post-release | David Lawrence | 2018-02-16 | 1 | -1/+1 |
| | | |||||
| * | Bumped version to 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 | ||||
| * | Bug 1398100 - tiny tweaks to release notes | Gervase Markham | 2017-09-08 | 1 | -1/+2 |
| | | |||||
* | | Only display the external ID if it is in use | Frédéric Buclin | 2017-10-16 | 2 | -13/+23 |
| | | |||||
* | | Allow to restrict the users list to direct group membership | Frédéric Buclin | 2017-10-15 | 2 | -3/+8 |
| | | |||||
* | | Display the external ID in editusers.cgi (used by LDAP) | Frédéric Buclin | 2017-10-15 | 5 | -3/+10 |
| | | |||||
* | | Bugzilla extern_id and LDAP uid may differ as uid is always lowercase | Frédéric Buclin | 2017-10-10 | 3 | -4/+8 |
| | | |||||
* | | Bug 899: Sync Bugzilla groups with LDAP groups | Frédéric Buclin | 2017-10-09 | 5 | -2/+175 |
| | | |||||
* | | Bug 1306534: Crash when pasting UTF8 text as an attachment (PostgreSQL only) | Frédéric Buclin | 2017-08-17 | 1 | -0/+1 |
| | | |||||
* | | Include all field values given by drakbug when creating a new bug report ↵ | Frédéric Buclin | 2017-08-11 | 1 | -9/+8 |
| | | | | | | | | (mga#21499) | ||||
* | | Use the DD.MM.YY format for dates in Old and New Charts | Frédéric Buclin | 2017-08-06 | 2 | -2/+2 |
| | | |||||
* | | Load DateTime::TimeZone before using it | Frédéric Buclin | 2017-08-04 | 2 | -0/+2 |
| | | | | | | | | (upstream should care a bit more...) | ||||
* | | Sync with upstream 5.0 branch | Frédéric Buclin | 2017-08-04 | 12 | -26/+41 |
|\ \ | |/ | | | | | | | One single bugfix in the last 14 months since 5.0.3, not bad! :-D (everything else is cosmetic which does not affect Mageia Bugzilla) | ||||
| * | 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 | ||||
* | | Escape left brace in regular expression to make Perl 5.26 happy | Frédéric Buclin | 2017-08-04 | 1 | -1/+1 |
| | | |||||
* | | Implement inline history | Frédéric Buclin | 2017-08-02 | 5 | -3/+179 |
| | | |||||
* | | Backport upstream bug 69267: Add the ability to deactivate keywords | Frédéric Buclin | 2017-08-01 | 14 | -62/+148 |
| | | |||||
* | | Improve the help text for the "Source RPM" field in the guided bug creation ↵ | Frédéric Buclin | 2017-07-18 | 1 | -4/+3 |
| | | | | | | | | form (mga#10022) | ||||
* | | Add a link to identity.m.o to edit user account settings (mga#21266) | Frédéric Buclin | 2017-07-18 | 1 | -0/+10 |
| | | |||||
* | | Replace the "Importance" field by two distinct "Priority" and "Severity" ↵ | Frédéric Buclin | 2017-07-11 | 1 | -9/+14 |
| | | | | | | | | | | | | fields (mga#21221) This reverts what has been done upstream in Bugzilla 3.2 (bmo bug 374020) | ||||
* | | Fix the "Clone this bug" link (mga#21209) | Frédéric Buclin | 2017-07-09 | 1 | -1/+1 |
| | | |||||
* | | Add a comment in the bugmail footer to not reply by email (mga#21085) | Frédéric Buclin | 2017-06-24 | 2 | -0/+7 |
| | | |||||
* | | Make sure $args->{changes} exists to not autovivify it when no changes are made | Frédéric Buclin | 2017-06-05 | 1 | -3/+8 |
| | | |||||
* | | Backport upstream bug 1128119: Add 'See Also' support for Phabricator | Frédéric Buclin | 2017-04-24 | 4 | -0/+43 |
| | | |||||
* | | Backport upstream bug 1235772: Display all text/* attachments as plain | Frédéric Buclin | 2017-04-22 | 1 | -2/+7 |
| | | | | | | | | text in the "Details" page | ||||
* | | Backport upstream bug 622455: The attachment mime type autodetection | Frédéric Buclin | 2017-04-22 | 1 | -5/+3 |
| | | | | | | | | shouldn't rely on the browser when it gets text/x-* | ||||
* | | Do not email global watchers if the single change is about the CC list ↵ | Frédéric Buclin | 2017-04-19 | 2 | -1/+18 |
| | | | | | | | | (mga#13379) | ||||
* | | Improve the performance of the SQL query when searching for unvisited ↵ | Frédéric Buclin | 2017-04-19 | 1 | -2/+2 |
| | | | | | | | | involved bugs | ||||
* | | Cleanup + make Bugzilla tests happy | Frédéric Buclin | 2017-04-18 | 3 | -33/+14 |
| | | |||||
* | | Prevent wrapping of the colored disk besides the bug ID in the buglist | Frédéric Buclin | 2017-04-18 | 1 | -0/+7 |
| | | |||||
* | | Implement a UI in the buglist for the last visit time | Frédéric Buclin | 2017-04-18 | 4 | -2/+87 |
| | | |||||
* | | Correctly decode LDAP data (mga#20686) | Frédéric Buclin | 2017-04-17 | 1 | -1/+2 |
| | | |||||
* | | Revert "Do a test commit for gitweb" | Nicolas Lécureuil | 2017-04-16 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 03dbb14d484a188fd3932c5056bd678335584b39. | ||||
* | | Do a test commit for gitweb | Nicolas Lécureuil | 2017-04-16 | 1 | -1/+1 |
| | | |||||
* | | Fix SQL_ASCII -> UTF8 decoding issues | Frédéric Buclin | 2017-04-15 | 1 | -0/+9 |
| | | |||||
* | | Merge branch '5.0' of https://github.com/bugzilla/bugzilla | Frédéric Buclin | 2016-08-05 | 4 | -17/+15 |
|\ \ | |/ |