aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1232578: Don't save hashed passwords in audit_logFrédéric Buclin2015-12-162-1/+46
| | | | r/a=dkl
* Product.get_products is no longer supported, see bug 1160394Frédéric Buclin2015-12-161-3/+4
|
* Bug 1232180 - Incorrect regexp used to filter bug IDs in ↵Dylan Hardison2015-12-151-2/+2
| | | | | | Bugzilla::WebService::BugUserLastVisit r=dkl,a=dkl
* Bug 1169181 - The bug_user_last_visit method returns an empty array for old bugsDylan Hardison2015-12-152-16/+13
| | | | r=dkl,a=dkl
* Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for ↵Matt Tyson2015-12-161-12/+0
| | | | | | backwards compatibility) r=dkl,a=dkl
* Release notes for Bugzilla 5.0.2Frédéric Buclin2015-12-111-0/+27
| | | | r=dkl
* Email::Send is no longer usedFrédéric Buclin2015-12-101-5/+3
|
* Bug 1219276: Creating a new group fails if a custom extension adds entries ↵Alex Schuilenburg2015-12-022-9/+15
| | | | | | to group_control_map and "insertnew" is selected r=LpSolit a=dkl
* Back out bug 1138463 - data/assets/.htaccess must be fixed tooFrédéric Buclin2015-12-021-12/+2
|
* Back out bug 1138463. This fix is actually incorrect and the bug was ↵Frédéric Buclin2015-12-022-44/+8
| | | | | | correctly fixed by bug 1223790 a=dkl on IRC
* Bug 1227455 - Multiselect parameters (type 'm') are not read correctly from ↵Pami Ketolainen2015-11-252-2/+11
| | | | | | the new JSON storage format r/a=dkl
* Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" ↵Frédéric Buclin2015-11-203-3/+3
| | | | | | directive in .htaccess r=gerv a=dkl
* Bug 1196126: Long lines in custom non-editable textarea fields should wrapFrédéric Buclin2015-11-191-4/+1
| | | | r/a=dkl
* Bug 1222416: The group list must use 'class' instead of 'align'Alex Schuilenburg2015-11-062-3/+3
| | | | r/a=justdave
* Bug 714724: Correctly encode emails as quoted-printableFrédéric Buclin2015-10-236-142/+158
| | | | r=dkl a=sgreen
* The correct name of the parameter is cookiepath, not cookiebaseFrédéric Buclin2015-10-211-2/+2
|
* Bug 1200604: The URL Rewrite extension for IIS is needed to use the rest/ ↵Frédéric Buclin2015-10-211-0/+23
| | | | | | shortcut in URLs (instead of rest.cgi/) r=gerv
* XMLRPC works with IIS, see bug 708252Frédéric Buclin2015-10-211-3/+0
|
* Bug 1207582: Update instructions to install Apache on Windows (the Apache ↵Frédéric Buclin2015-10-191-75/+74
| | | | | | MSI no longer exists) r=gerv
* Bug 1209926: Document that Strawberry Perl fully works with Bugzilla 5.0.2 ↵Frédéric Buclin2015-10-191-25/+35
| | | | | | and newer r=gerv
* Bug 987742: Strawberry Perl requires C:\strawberry\c\bin\ to be in ↵Frédéric Buclin2015-09-301-8/+16
| | | | | | $ENV{PATH} to correctly load XS modules r=gerv a=dkl
* Bug 1089448: Strawberry Perl throws a "Insecure dependency in sysopen" error ↵Frédéric Buclin2015-09-251-0/+8
| | | | | | when attaching a file r=gerv a=dkl
* Bug 1201809: The default value for user settings cannot be falseColin Joy2015-09-241-1/+1
| | | | r/a=dkl
* Bug 1202588: Custom preference multiselect widget - size gets set to null. ↵Colin Joy2015-09-241-2/+2
| | | | r=gerv
* Bug 1184431: Bug searching is slow on PostgreSQLMatt Tyson2015-09-233-14/+171
| | | | r=LpSolit a=dkl
* Bug 708252: The XMLRPC API doesn't work with IISPat Thoyts2015-09-231-0/+8
| | | | r=LpSolit a=dkl
* Bug 714724 missed Bugzilla 5.0.1Frédéric Buclin2015-09-161-2/+0
|
* Bug 1188824 - add 'require all granted' to <Directory> block for Windows ↵Gervase Markham2015-09-151-0/+8
| | | | Apache instructions
* Bug 1204862: backout the link to view_job_queue.cgi. This script only exists ↵Frédéric Buclin2015-09-151-6/+0
| | | | in master
* Bumped version post-releaseDavid Lawrence2015-09-101-1/+1
|
* Bumped version to 5.0.1David Lawrence2015-09-101-1/+1
|
* Bug 1202447: [SECURITY] The email address is not properly validated during ↵Byron Jones ‹:glob›2015-09-101-3/+9
| | | | | | registration if longer than 127 characters r=LpSolit,a=justdave
* Bug 1191924: Release notes for Bugzilla 5.0.1Frédéric Buclin2015-09-101-0/+43
| | | | r=dkl
* Aliases can now be 40 characters long, see bug 1012506Frédéric Buclin2015-09-091-1/+1
|
* Bug 1201041: Allow OpenType fonts as well as TrueType (.otf as well as .ttf) ↵Frédéric Buclin2015-09-072-6/+6
| | | | | | for graphs r=gerv a=justdave
* Bug 1194987: Editing your email address and make it point to a non-existent ↵Frédéric Buclin2015-09-068-40/+54
| | | | | | email address makes Bugzilla stop working r=gerv a=sgreen
* Make editusers.cgi list users properly when is_enabled is not defined. ↵Gervase Markham2015-09-041-2/+4
| | | | r=LpSolit, a=simon
* Bug 1198659: Custom fields of type INTEGER should accept negative integersFrédéric Buclin2015-08-262-2/+5
| | | | r=gerv a=sgreen
* Bug 1196969: Custom fields whose visibility depends on the product are not ↵Frédéric Buclin2015-08-263-19/+44
| | | | | | displayed/hidden correctly r=gerv a=sgreen
* Bug 1197436: A remembered search with a ' cannot be edited or deletedFrédéric Buclin2015-08-241-3/+3
| | | | r=gerv a=sgreen
* Bug 1171811: [Voting] When a user votes enough to confirm an individual bug, ↵David Lawrence2015-08-281-1/+1
| | | | | | the bug does not change to CONFIRMED properly r=LpSolit,a=simon
* Bug 1196158 - Docs refer to legacy branch namesSimon Green2015-08-195-5/+5
| | | | r=gerv, a=simon
* Bug 1182782 - Changing multiple bugs at once can fail if the dontchange text ↵Simon Green2015-08-191-2/+2
| | | | | | has been localized r=dkl, a=simon
* Bug 1188815 - Update instructions on migrating from bzr to include switching ↵Gervase Markham2015-08-181-0/+21
| | | | server. r=LpSolit
* Bug 1191937: If a bug comment contains a reference to a very large bug ID, ↵Frédéric Buclin2015-08-141-1/+3
| | | | | | the bug is no longer viewable with PostgreSQL r=gerv a=sgreen
* Taskcluster infrastructure improvements and cleanupDavid Lawrence2015-08-111-30/+12
|
* Bug 1172333: The OS field doesn't recognize Windows 10Frédéric Buclin2015-08-101-0/+1
| | | | r=gerv a=sgreen
* Bug 1183571 - tell people they need to enable the CGI module. r=LpSolitGervase Markham2015-08-071-0/+8
|
* Bug 1191255 - Remove requirement to specify SMTP server during installation ↵Gervase Markham2015-08-073-24/+3
| | | | on Windows. r=LpSolit, a=simon
* Bug 1189813: Include javascript_urls in header.html.tmpl DEFAULT directiveColin Joy2015-08-061-0/+1
| | | | r=LpSolit a=dkl