aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace noncharacters in bugmails by the substitution character (mgaHEADmasterFré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
| |
* | Only display the external ID if it is in useFrédéric Buclin2017-10-162-13/+23
| |
* | Allow to restrict the users list to direct group membershipFrédéric Buclin2017-10-152-3/+8
| |
* | Display the external ID in editusers.cgi (used by LDAP)Frédéric Buclin2017-10-155-3/+10
| |
* | Bugzilla extern_id and LDAP uid may differ as uid is always lowercaseFrédéric Buclin2017-10-103-4/+8
| |
* | Bug 899: Sync Bugzilla groups with LDAP groupsFrédéric Buclin2017-10-095-2/+175
| |
* | Bug 1306534: Crash when pasting UTF8 text as an attachment (PostgreSQL only)Frédéric Buclin2017-08-171-0/+1
| |
* | Include all field values given by drakbug when creating a new bug report ↵Frédéric Buclin2017-08-111-9/+8
| | | | | | | | (mga#21499)
* | Use the DD.MM.YY format for dates in Old and New ChartsFrédéric Buclin2017-08-062-2/+2
| |
* | Load DateTime::TimeZone before using itFrédéric Buclin2017-08-042-0/+2
| | | | | | | | (upstream should care a bit more...)
* | Sync with upstream 5.0 branchFrédéric Buclin2017-08-0412-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 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
* | Escape left brace in regular expression to make Perl 5.26 happyFrédéric Buclin2017-08-041-1/+1
| |
* | Implement inline historyFrédéric Buclin2017-08-025-3/+179
| |
* | Backport upstream bug 69267: Add the ability to deactivate keywordsFrédéric Buclin2017-08-0114-62/+148
| |
* | Improve the help text for the "Source RPM" field in the guided bug creation ↵Frédéric Buclin2017-07-181-4/+3
| | | | | | | | form (mga#10022)
* | Add a link to identity.m.o to edit user account settings (mga#21266)Frédéric Buclin2017-07-181-0/+10
| |
* | Replace the "Importance" field by two distinct "Priority" and "Severity" ↵Frédéric Buclin2017-07-111-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 Buclin2017-07-091-1/+1
| |
* | Add a comment in the bugmail footer to not reply by email (mga#21085)Frédéric Buclin2017-06-242-0/+7
| |
* | Make sure $args->{changes} exists to not autovivify it when no changes are madeFrédéric Buclin2017-06-051-3/+8
| |
* | Backport upstream bug 1128119: Add 'See Also' support for PhabricatorFrédéric Buclin2017-04-244-0/+43
| |
* | Backport upstream bug 1235772: Display all text/* attachments as plainFrédéric Buclin2017-04-221-2/+7
| | | | | | | | text in the "Details" page
* | Backport upstream bug 622455: The attachment mime type autodetectionFrédéric Buclin2017-04-221-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 Buclin2017-04-192-1/+18
| | | | | | | | (mga#13379)
* | Improve the performance of the SQL query when searching for unvisited ↵Frédéric Buclin2017-04-191-2/+2
| | | | | | | | involved bugs
* | Cleanup + make Bugzilla tests happyFrédéric Buclin2017-04-183-33/+14
| |
* | Prevent wrapping of the colored disk besides the bug ID in the buglistFrédéric Buclin2017-04-181-0/+7
| |
* | Implement a UI in the buglist for the last visit timeFrédéric Buclin2017-04-184-2/+87
| |
* | Correctly decode LDAP data (mga#20686)Frédéric Buclin2017-04-171-1/+2
| |
* | Revert "Do a test commit for gitweb"Nicolas Lécureuil2017-04-161-1/+1
| | | | | | | | This reverts commit 03dbb14d484a188fd3932c5056bd678335584b39.