aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Bug 1191510: Tags with spaces in them are incorrectly split into several tagsFrédéric Buclin2015-08-061-1/+1
| | | | r=gerv a=dkl
* Bug 1183227: Comment tagging doesn't work if Test::Taint is not installedFrédéric Buclin2015-08-061-1/+2
| | | | r=gerv a=dkl
* Bug 1183398: Mandatory custom fields block form submission if they are ↵Frédéric Buclin2015-08-063-14/+33
| | | | | | hidden and have no value r=gerv a=dkl
* Bug 1179160: The login form should not use type="email" when LDAP has ↵Frédéric Buclin2015-08-063-4/+15
| | | | | | LDAPmailattribute set r=gerv a=dkl
* Bug 1107311 - add package names for -dev packages to lists. r=mcoteGervase Markham2015-08-052-14/+6
|
* Bug 1186866 - fix line number in MySQL section. r=mcoteGervase Markham2015-08-051-1/+1
|
* Bug 1189737 - add File::Which to optional module requirements for building ↵Gervase Markham2015-08-041-1/+7
| | | | documentation. r=LpSolit
* Bug 1174560 - DBI link in API docs broken.Simon Green2015-07-291-4/+5
| | | | r=gerv, a=simon
* Bug 1175021 - Documentation link in Preferences --> API Keys tab is brokenSimon Green2015-07-291-1/+1
| | | | r=dylan, a=simon
* Fix typo in PODFrédéric Buclin2015-07-281-1/+1
|
* Bug 1186700: Inserting data into the mail_staging table fails on PostgreSQL ↵Matt Tyson2015-07-281-2/+7
| | | | | | due to unspecified BLOB type r=gerv a=sgreen
* Bug 1181649: Date picker is broken in "Summarize Time" pageFrédéric Buclin2015-07-281-0/+2
| | | | r=gerv a=sgreen
* Bug 1184563: The default preferences under editsettings.cgi display in ↵Frédéric Buclin2015-07-281-1/+1
| | | | | | random order r=gerv a=sgreen
* Bug 1182748: Typo: </kbd> is used instead of </li> in relnotes for 5.0A. Shimono [:himorin]2015-07-141-1/+1
| | | | r=LpSolit a=sgreen
* Bumped version post-releaseDavid Lawrence2015-07-071-1/+1
|
* Bumped version to 5.0David Lawrence2015-07-062-2/+2
|
* Bug 1172748 - fix broken link to Extension perldoc. r,a=dklGervase Markham2015-06-121-2/+2
|
* Bug 1169395: BugUserLastVisit does not allow multiple bugs to be specifiedDylan William Hardison2015-06-101-2/+2
| | | | r=dkl,a=glob
* Bug 1171924: REST API method to update a bug incorrectly removes aliasesTom Stejskal2015-06-101-2/+4
| | | | r=dkl,a=glob
* Bug 1124401: Explicitly depend on DateTime::TimeZone::Local::Win32 on WindowsFrédéric Buclin2015-05-271-2/+10
| | | | r=dylan a=glob
* Bug 1155009: Cache::Memcached causes email_in.pl to stop workingFrédéric Buclin2015-05-181-1/+1
| | | | r/a=glob
* Bug 1162334: email_enabled value inverted in User.update RPC callJeff Fearn2015-05-183-5/+8
| | | | r=glob,a=glob
* Bug 1162914: Editing a user field when confirmuniqueusermatch = true no ↵Frédéric Buclin2015-05-141-1/+1
| | | | | | longer works r=dkl a=glob
* Bug 1153725: Fix incorrect documentation about the IIS configuration on WindowsFrédéric Buclin2015-05-121-15/+10
| | | | r=gerv a=glob
* Bug 1149055: flag requestees are unable to set an attachment flag via a the ↵Byron Jones2015-05-081-6/+27
| | | | | | update_attachment webservice if they do not have editbugs r=dkl,a=glob
* Bug 1162016: The user settings under userprefs.cgi display in random orderByron Jones2015-05-071-1/+1
| | | | r=dkl,a=glob
* Bug 1160598: url() in concatenated CSS files are incorrect when using ↵Frédéric Buclin2015-05-051-1/+1
| | | | | | Multiple Bugzilla databases with a single installation r/a=glob
* Bug 1159318 - make docs/makedocs.pl and extensions/create.pl agree on the ↵Gervase Markham2015-05-051-23/+0
| | | | name of docs directories. r=LpSolit, a=glob
* Bug 1159318 - make docs/makedocs.pl and extensions/create.pl agree on the ↵Gervase Markham2015-05-053-6/+57
| | | | name of docs directories. r=LpSolit, a=glob
* Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed ↵Frédéric Buclin2015-04-306-37/+25
| | | | | | in bugzilla/lib/ r=dkl a=glob
* Bug 1159582: All api responses have unnecessary 'result'Byron Jones2015-04-291-2/+1
| | | | r=wicked,a=glob