Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug 1134743: javascript filter should escape uncode line and paragraph ↵ | Byron Jones | 2015-02-24 | 1 | -0/+2 | |
| | | | | | | separators (causes "Unterminated string literal" javascript error) r=dylan,a=glob | |||||
* | Fix colspan (bug 554964) | Frédéric Buclin | 2015-02-22 | 1 | -1/+1 | |
| | ||||||
* | Change a label in relnotes | Frédéric Buclin | 2015-02-21 | 1 | -3/+3 | |
| | ||||||
* | Bug 1133690: .htaccess incorrectly assumes that Apache 2.2.x can read new ↵ | Frédéric Buclin | 2015-02-20 | 2 | -19/+19 | |
| | | | | | | 2.4 directives r=dkl a=glob | |||||
* | Bug 1088086: Possible duplicate search doesn't return any results if you ↵ | Byron Jones | 2015-02-20 | 1 | -7/+11 | |
| | | | | | | input "a->b" (for any a/b) r=dylan,a=glob | |||||
* | Bug 1134736: urlbase must be HTML-filtered in rest.html.tmpl | Frédéric Buclin | 2015-02-19 | 1 | -1/+1 | |
| | | | | r/a=dkl | |||||
* | Bug 1132887: When starting a sudo session, the password is not validated | Frédéric Buclin | 2015-02-17 | 1 | -0/+3 | |
| | | | | r=dkl a=glob | |||||
* | Bug 1112181: Relative dates in the future involving months are incorrectly ↵ | Frédéric Buclin | 2015-02-17 | 1 | -2/+3 | |
| | | | | | | converted r=dylan a=glob | |||||
* | Bug 1132862 - Update README; add LICENSE file. r,a=glob | Gervase Markham | 2015-02-17 | 2 | -92/+427 | |
| | ||||||
* | - Force use of PostgreSQL 9.1 | David Lawrence | 2015-02-16 | 1 | -1/+9 | |
| | | | | | - Configure DB users in travis.yml - Re-enable Pg selenium testing to see if problems continue | |||||
* | Bug 1131404: checksetup.pl should check if mod_rewrite and mod_version are ↵ | Frédéric Buclin | 2015-02-11 | 2 | -7/+12 | |
| | | | | | | enabled r=dkl a=glob | |||||
* | Bug 1121477: Support for Apache HTTPD 2.4 | Jochen Wiedmann | 2015-02-02 | 2 | -12/+104 | |
| | | | | r=dkl,a=glob | |||||
* | Bug 1128245 - upgrading from v4.4.6 to v5.0rc2 fails on connection problem ↵ | Dylan William Hardison | 2015-02-02 | 1 | -1/+3 | |
| | | | | with MySQL | |||||
* | Bump version post-release | David Lawrence | 2015-01-27 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 5.0rc2 | David Lawrence | 2015-01-27 | 1 | -1/+1 | |
| | ||||||
* | Bug 1124716: regression caused by bug 1090275 to whitelist webservice ↵ | David Lawrence | 2015-01-23 | 1 | -1/+1 | |
| | | | | | | methods causes test failures with t/012throwables.t r=dylan,a=glob | |||||
* | Bug 1116614: checksetup "use lib" called too late. r=gerv, a=glob. | Albert Ting | 2015-01-22 | 1 | -2/+3 | |
| | ||||||
* | Bump version post-release | David Lawrence | 2015-01-21 | 1 | -1/+1 | |
| | ||||||
* | Bumped version to 5.0rc1 | David Lawrence | 2015-01-21 | 1 | -1/+1 | |
| | ||||||
* | Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵ | David Lawrence | 2015-01-21 | 13 | -0/+100 | |
| | | | | | | are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob | |||||
* | Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to ↵ | Gervase Markham | 2015-01-21 | 10 | -16/+16 | |
| | | | | | | prevent shell code injection r=dkl,a=glob | |||||
* | Bug 1121806: show_bug does not display in IE9 | Albert Ting | 2015-01-21 | 1 | -5/+5 | |
| | | | | r=dylan,a=justdave | |||||
* | Bug 1122125: Add a link to release notes from admin.cgi | David Lawrence | 2015-01-20 | 1 | -0/+10 | |
| | | | | r=LpSolit,a=justdave | |||||
* | Fix an bsolete ID | Frédéric Buclin | 2015-01-19 | 1 | -1/+1 | |
| | ||||||
* | Bug 1118997: Release notes for 5.0rc1 | David Lawrence | 2015-01-19 | 1 | -561/+214 | |
| | | | | r=LpSolit,a=dkl | |||||
* | Bug 1107315 - Update Boolean Charts documentation to match new UI. r=mcote, ↵ | Gervase Markham | 2015-01-08 | 1 | -64/+79 | |
| | | | | a=glob. | |||||
* | Bug 1107549 - split extension docs into User and Admin docs. r=dkl, a=glob. | Gervase Markham | 2015-01-07 | 9 | -47/+75 | |
| | ||||||
* | Bug 1107316 - update tagging docs for new UI. r,a=glob. | Gervase Markham | 2015-01-07 | 2 | -31/+10 | |
| | ||||||
* | Bug 1113147: Revert the hack from bug 1108809 and blacklist SOAP::Lite 1.12 | Frédéric Buclin | 2015-01-07 | 2 | -7/+2 | |
| | | | | r=dkl a=glob | |||||
* | Bug 1113630: Set window.opener to null for the URL field to prevent ↵ | Frédéric Buclin | 2015-01-05 | 3 | -4/+5 | |
| | | | | | | interaction between a remote script and the bug report r=gerv a=glob | |||||
* | Bug 1112643 - Document how to compile documentation. r,a=glob. | Gervase Markham | 2014-12-27 | 3 | -2/+23 | |
| | ||||||
* | Bug 1114365: Don't display empty parenthesis for Aliases on Full Text Bug ↵ | Matt Selsky | 2014-12-27 | 1 | -1/+1 | |
| | | | | Listing. r=gerv, a=glob. | |||||
* | Bug 1106653: Truncate the field-* and type-* values in error messages | Frédéric Buclin | 2014-12-23 | 1 | -2/+4 | |
| | | | | r=dkl a=glob | |||||
* | Bug 1098291: OPTION response for CORS requests to REST doesn't allow ↵ | David Lawrence | 2014-12-22 | 1 | -1/+1 | |
| | | | | | | X-Requested-With r=glob,a=glob | |||||
* | Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=glob. | Gervase Markham | 2014-12-22 | 7 | -30/+37 | |
| | ||||||
* | Bug 1108821 - Travis selenium tests are failing pretty consistently for ↵ | David Lawrence | 2014-12-19 | 1 | -1/+1 | |
| | | | | PostgreSQL for all branches | |||||
* | Bug 1109635 - remove bogus role. r,a=dkl. | Gervase Markham | 2014-12-18 | 1 | -1/+1 | |
| | ||||||
* | Bug 1108809: SOAP::Lite 1.12 causes error when using XMLRPC API | David Lawrence | 2014-12-18 | 1 | -0/+7 | |
| | | | | r=glob,a=glob | |||||
* | Bug 1111043: Bug.add_comment returns the wrong comment ID | Frédéric Buclin | 2014-12-17 | 1 | -12/+3 | |
| | | | | r/a=dkl | |||||
* | Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave. | Gervase Markham | 2014-12-17 | 48 | -53/+53 | |
| | ||||||
* | Bug 1082106 - avoid problem where ->bz_add_columns creates a foreign key ↵ | David Lawrence | 2014-12-11 | 1 | -3/+6 | |
| | | | | constraint causing failure in checksetup.pl when it tries to re-add it later. r,a=glob | |||||
* | Bug 1107565 - PDF docs don't build on RTD | Gervase Markham | 2014-12-10 | 1 | -2/+2 | |
| | | | | r=dkl,a=dkl | |||||
* | Bug 1108812: Travis docs tests are failing when using Sphinx with latest ↵ | Gervase Markham | 2014-12-09 | 4 | -11/+8 | |
| | | | | | | trunk/5.0 builds r=dkl,a=dkl | |||||
* | Bug 1095244: DB crash when adding an alias that differs only in case from an ↵ | David Lawrence | 2014-12-08 | 1 | -2/+13 | |
| | | | | | | existing alias r=glob,a=glob | |||||
* | Bug 1107318 - Remove Markdown references from 5.0 documentation. r,a=dkl. | Gervase Markham | 2014-12-05 | 1 | -27/+0 | |
| | ||||||
* | Bug 1107629 - Fix building of tip and 5.0 API docs by removing "use ↵ | Gervase Markham | 2014-12-05 | 1 | -1/+0 | |
| | | | | Bugzilla". r,a=dkl. | |||||
* | Bug 1067416 - reorganize and update Bugzilla docs. | Gervase Markham | 2014-12-03 | 82 | -7075/+6936 | |
| | ||||||
* | Bug 1105501 - checksetup.pl fails because of missing Installation string for ↵ | Marc Schumann | 2014-11-26 | 1 | -0/+1 | |
| | | | | | | "documentation" feature. r=LpSolit, a=dkl | |||||
* | Bug 1038275: Comprehensible documentation for the REST API | David Lawrence | 2014-11-26 | 22 | -21/+4162 | |
| | | | | r=gerv,a=glob | |||||
* | Revert "Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv." | Gervase Markham | 2014-11-25 | 2 | -15/+2 | |
| | | | | This reverts commit 5d8aa524eff6409055d4d967d2857ede40be4cad. |