aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* | Do a test commit for gitwebNicolas Lécureuil2017-04-161-1/+1
| |
* | Fix SQL_ASCII -> UTF8 decoding issuesFrédéric Buclin2017-04-151-0/+9
| |
* | Merge branch '5.0' of https://github.com/bugzilla/bugzillaFrédéric Buclin2016-08-054-17/+15
|\ \ | |/
| * Fix the default API URLFrédéric Buclin2016-06-011-2/+2
| |
| * Bug 1269266 - API links for Bugzilla 5+ not working anymoreFrédéric Buclin2016-06-012-6/+5
| |
| * Bug 1273846 - Checksetup fails to update chart storage during pre-3.6 -> 5.0 ↵Frédéric Buclin2016-05-201-9/+8
| | | | | | | | | | | | upgrade r/a=dkl
* | Bugzilla 5.0.3Frédéric Buclin2016-05-162-2/+8
|\ \ | |/
| * Bumped version post-releaseDavid Lawrence2016-05-161-1/+1
| |
| * Bumped version to 5.0.3David Lawrence2016-05-161-1/+1
| |
| * Bug 1253263 - (CVE-2016-2803) [SECURITY] XSS vulnerability in dependency ↵Frédéric Buclin2016-05-161-1/+7
| | | | | | | | | | | | graphs via bug summary r/a=dkl
* | Merge branch '5.0' of https://git.mozilla.org/bugzilla/bugzillaFrédéric Buclin2016-05-1534-133/+223
|\ \ | |/
| * Bug 1269388 - Release notes for Bugzilla 5.0.3Frédéric Buclin2016-05-131-0/+34
| | | | | | | | r=dkl
| * Bug 1250114 - XSS possible in extensions calling global/tabs.html.tmpl if ↵Dylan William Hardison2016-05-131-1/+1
| | | | | | | | tab.link is user-controlled