| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with upstream release 5.0.4 | Frédéric Buclin | 2018-02-18 | 2 | -2/+1 |
|\ |
|
| * | Bug 1301887 - File::Slurp triggers warnings on perl 5.24 (#53) | Vitaly Belekhov | 2018-01-04 | 2 | -2/+1 |
* | | Sync with upstream 5.0 branch | Frédéric Buclin | 2017-08-04 | 7 | -6/+18 |
|\ \
| |/ |
|
| * | Bug 1292510 - replace references to git.mozilla.org with references to github... | Gervase Markham | 2016-08-05 | 7 | -6/+18 |
* | | Backport upstream bug 69267: Add the ability to deactivate keywords | Frédéric Buclin | 2017-08-01 | 1 | -4/+2 |
|/ |
|
* | 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 |
* | Email::MIME::Attachment::Stripper is no longer used, see bug 437076 | Frédéric Buclin | 2016-04-10 | 1 | -2/+1 |
* | Fix an incorrect URL in the documentation | Frédéric Buclin | 2016-04-09 | 1 | -1/+1 |
* | Bug 1204957 - Locally compiled POD documentation is no longer accessible from... | Frédéric Buclin | 2016-04-09 | 3 | -6/+21 |
* | Bug 1260027: Document how to compile the documentation on Windows | Frédéric Buclin | 2016-04-01 | 2 | -12/+32 |
* | Bug 1200010: The Quick Start doc should stop assuming Bugzilla is your single... | Frédéric Buclin | 2016-04-01 | 1 | -16/+12 |
* | IIS instructions work with Windows 10 too | Frédéric Buclin | 2016-03-06 | 1 | -1/+2 |
* | Bug 1242263: The web server and SQL server sections are not correctly referen... | Frédéric Buclin | 2016-02-17 | 5 | -19/+35 |
* | Bug 1240752 - Attachment data submitted via REST API must always be base64 en... | David Lawrence | 2016-01-26 | 1 | -4/+2 |
* | Bug 1235415: Use "AllowOverride All" everywhere | Frédéric Buclin | 2015-12-28 | 1 | -1/+1 |
* | Bug 1234056: The "Create Comments" documentation incorrectly mentions that yo... | Frédéric Buclin | 2015-12-21 | 1 | -5/+0 |
* | Need to uncomment another line in httpd.conf, see bug 1207582 | Frédéric Buclin | 2015-12-21 | 1 | -1/+2 |
* | Email::Send is no longer used | Frédéric Buclin | 2015-12-10 | 1 | -5/+3 |
* | Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" dire... | Frédéric Buclin | 2015-11-20 | 2 | -2/+2 |
* | The correct name of the parameter is cookiepath, not cookiebase | Frédéric Buclin | 2015-10-21 | 1 | -2/+2 |
* | Bug 1200604: The URL Rewrite extension for IIS is needed to use the rest/ sho... | Frédéric Buclin | 2015-10-21 | 1 | -0/+23 |
* | XMLRPC works with IIS, see bug 708252 | Frédéric Buclin | 2015-10-21 | 1 | -3/+0 |
* | Bug 1207582: Update instructions to install Apache on Windows (the Apache MSI... | Frédéric Buclin | 2015-10-19 | 1 | -75/+74 |
* | Bug 1209926: Document that Strawberry Perl fully works with Bugzilla 5.0.2 an... | Frédéric Buclin | 2015-10-19 | 1 | -25/+35 |
* | Bug 1188824 - add 'require all granted' to <Directory> block for Windows Apac... | Gervase Markham | 2015-09-15 | 1 | -0/+8 |
* | Bug 1196158 - Docs refer to legacy branch names | Simon Green | 2015-08-19 | 5 | -5/+5 |
* | Bug 1188815 - Update instructions on migrating from bzr to include switching ... | Gervase Markham | 2015-08-18 | 1 | -0/+21 |
* | Bug 1183571 - tell people they need to enable the CGI module. r=LpSolit | Gervase Markham | 2015-08-07 | 1 | -0/+8 |
* | Bug 1107311 - add package names for -dev packages to lists. r=mcote | Gervase Markham | 2015-08-05 | 2 | -14/+6 |
* | Bug 1186866 - fix line number in MySQL section. r=mcote | Gervase Markham | 2015-08-05 | 1 | -1/+1 |
* | Bug 1172748 - fix broken link to Extension perldoc. r,a=dkl | Gervase Markham | 2015-06-12 | 1 | -2/+2 |
* | Bug 1153725: Fix incorrect documentation about the IIS configuration on Windows | Frédéric Buclin | 2015-05-12 | 1 | -15/+10 |
* | Remove references to Markdown | Frédéric Buclin | 2015-03-07 | 1 | -1/+0 |
* | Bug 1107310 - Mention max_allowed_packet in mysqldump section. r=LpSolit, a=glob | Gervase Markham | 2015-03-05 | 1 | -4/+4 |
* | Bug 1107315 - Update Boolean Charts documentation to match new UI. r=mcote, a... | Gervase Markham | 2015-01-08 | 1 | -64/+79 |
* | Bug 1107549 - split extension docs into User and Admin docs. r=dkl, a=glob. | Gervase Markham | 2015-01-07 | 4 | -4/+23 |
* | Bug 1107316 - update tagging docs for new UI. r,a=glob. | Gervase Markham | 2015-01-07 | 2 | -31/+10 |
* | Bug 1112643 - Document how to compile documentation. r,a=glob. | Gervase Markham | 2014-12-27 | 3 | -2/+23 |
* | Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=glob. | Gervase Markham | 2014-12-22 | 1 | -3/+0 |
* | Bug 1109635 - remove bogus role. r,a=dkl. | Gervase Markham | 2014-12-18 | 1 | -1/+1 |
* | Bug 1107565 - PDF docs don't build on RTD | Gervase Markham | 2014-12-10 | 1 | -2/+2 |
* | Bug 1108812: Travis docs tests are failing when using Sphinx with latest trun... | Gervase Markham | 2014-12-09 | 4 | -11/+8 |
* | Bug 1107318 - Remove Markdown references from 5.0 documentation. r,a=dkl. | Gervase Markham | 2014-12-05 | 1 | -27/+0 |
* | Bug 1067416 - reorganize and update Bugzilla docs. | Gervase Markham | 2014-12-03 | 79 | -7071/+6927 |
* | Bug 1038275: Comprehensible documentation for the REST API | David Lawrence | 2014-11-26 | 18 | -6/+4114 |
* | Revert Bug 330707 - Add optional support for MarkDown | David Lawrence | 2014-11-04 | 1 | -18/+1 |
* | Bug 1088483: Remove references to the "enable bug tagging" preference from th... | Frédéric Buclin | 2014-10-27 | 1 | -2/+0 |
* | Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch Viewer | Frédéric Buclin | 2014-10-16 | 1 | -36/+4 |
* | Bug 1059685: Add user help for Markdown | Koosha KM | 2014-09-23 | 1 | -10/+4 |