summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-11-04Bug 1083876: create a bugzilla template for whitelist applicationsDavid Lawrence4-0/+217
2014-11-04Bug 1091149: Use of uninitialized value in string ne warnings from ↵David Lawrence1-2/+4
BugmailFilter extensiom
2014-11-04Bug 1090427: Backport bug 713926 to bmo/4.2 to protect against csrf for ↵David Lawrence10-11/+95
login forms
2014-11-03Bug 1092949: bugmail failing with "utf8 "\x82" does not map to Unicode at ↵Byron Jones1-0/+1
/usr/lib64/perl5/Encode.pm line 174"
2014-10-31Bug 1092037: backport bug 1062739 to bmo (add the ability for administrators ↵Byron Jones1-0/+12
to limit the number of emails sent to a user per minute and hour)
2014-10-30Bug 1088253: GET REST calls should allow arbitrary URL parameters to be ↵David Lawrence2-12/+26
passed in addition the values in the path r=glob,a=glob
2014-10-29Bug 1090175 - Backport upstream bug 1083258 (fix single value select elements)Dylan William Hardison2-1/+5
r=dkl
2014-10-28Bug 1087525: fix movecomponents.pl creating duplicate rows inDylan William Hardison1-7/+16
flag*clusions
2014-10-28Bug 1076746: Mentor field is missing in the email when a bug gets createdDavid Lawrence2-3/+18
2014-10-27Bug 1088711 - New bugzilla users are unable to user bug templatesDylan William Hardison1-0/+4
r=dkl
2014-10-27Bug 1075281: bugmail filtering not working the way I expect it toByron Jones2-1/+22
2014-10-24Bug 1084052: Only show "Add bounty tracking attachment" links to people who ↵David Lawrence3-2/+8
actually might do that (not everyone in core-security)
2014-10-24Bug 1082106 - $dbh->bz_add_columns creates a foreign key constraintDavid Lawrence1-4/+11
causing failure in checksetup.pl when it tries to re-add it later
2014-10-23Bug 1082113: The ComponentWatching extension should create a default watch ↵David Lawrence1-2/+17
user with a new database installation
2014-10-23Bug 1062940: Please increase bmo's alias length to match bugzilla 5.0 (40 ↵David Lawrence5-5/+8
chars instead of 20)
2014-10-23Bug 1086912 - Backport bug Bug 1084490 to bmo (Fix BugUserLastVisit->get)Dylan William Hardison1-11/+4
r=dkl
2014-10-23Bug 1072662: bugzilla-rw-vip.db.scl3.mozilla.com:Schwartz Queue is CRITICALByron Jones1-1/+1
2014-10-23Bug 1078314: Missing links and broken unicode characters in some bugmailByron Jones4-42/+96
2014-10-16Bug 1083790: Default version does not take into account is_activeDavid Lawrence1-3/+10
2014-10-16fix bugzilla versionByron Jones1-1/+1
2014-10-16Bug 1082887: comments made when setting a flag from the attachment details ↵Byron Jones1-4/+9
page are not included in the "flag updated" email
2014-10-16Bug 1074350: "new to bugzilla" indicator should be removed when a user is ↵Byron Jones1-1/+1
added to 'editbugs', not 'canconfirm'
2014-10-15Bug 1062775 - Create a form to create/update bounty tracking tracking ↵Dylan William Hardison6-0/+386
attachments
2014-10-14resolve typo (next -> next if)Dylan William Hardison1-2/+2
2014-10-14Bug 1074586 - New Feature: Bugs of InterestDylan William Hardison10-15/+291
I just want to walk around in circles walk around in circles
2014-10-13Bug 1080554: Create custom entry form for submissions to Mozilla Communities ↵David Lawrence4-0/+311
newsletter
2014-10-11Revert "Bug 1074586 - New Feature: Bugs of Interest"Dylan William Hardison10-291/+15
This reverts commit ccea670dcba24ff2ac0233437aa549b22edb390c.
2014-10-10Bug 1074586 - New Feature: Bugs of InterestDylan William Hardison10-15/+291
r=dkl
2014-10-10Bug 1080600: CVE ID format change: CVE-\d{4}-\d{4} becomes CVE-\d{4}-\d{4,7} ↵David Lawrence1-1/+1
this year
2014-10-09Bug 1079463: Bugzilla::WebService::User missing update methodDavid Lawrence2-2/+392
2014-10-09Bug 1079476: Backport upstream bug 1014345 and bug 658485 to bmo/4.2 to ↵David Lawrence4-19/+476
allow getting and updating groups
2014-10-06merged with upstream 4.2David Lawrence20-84/+150
2014-10-06Bump version to 4.2.11David Lawrence2-3/+3
2014-10-06Bug 1054702: CSV export vulnerable to formulae injectionSimon Green2-4/+8
r=glob,a=glob
2014-10-06Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵Simon Green3-18/+38
who aren't in the insider group r=glob,a=glob
2014-10-06Bug 1074980: Forbid the { foo => $cgi->param() } syntax to prevent data overrideFrédéric Buclin1-1/+32
r=dkl,a=sgreen
2014-10-06Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin11-50/+52
r=dkl,a=sgreen
2014-10-06Bug 1072492: Release notes for 4.2.11David Lawrence1-0/+6
r=LpSolit,a=sgreen
2014-10-02Bug 1023405 - Shortcut for marking bugs as readDylan William Hardison5-7/+27
2014-10-01Bug 1075196 - Backport Bugzilla::Flag->update() modification_time fix from ↵Dylan William Hardison1-2/+3
Bug 1070317
2014-09-30Bug 1067810 - Review history page displays the wrong durationDylan William Hardison1-0/+2
2014-09-29Bug 1072981 - User activity labels & params conflate "sort" and "group"Ed Morley3-19/+19
2014-09-29Bug 1056083 - User activity page when filtered for a single day shows ↵Ed Morley1-2/+0
activity from next day
2014-09-29Bug 1072944 - User activity should default to a range smaller than the last ↵Ed Morley2-2/+2
8 weeks r=dylan
2014-09-29Bug 1073063 - javascript error when viewing bug 1070107Dylan William Hardison1-1/+1
2014-09-26Bug 1035972: add preference to include all X-Headers in email bodies to ↵Byron Jones ‹:glob›5-56/+134
allow gmail to filter on them
2014-09-25Bug 1072110: _concatenate_js assumes javascript_urls is an arrayByron Jones3-3/+4
2014-09-25Bug 1072105: "TypeError: summary_container is null" when creating an attachmentByron Jones1-15/+17
2014-09-24Bug 1059318: The drop-down box for components doesn't scrollDavid Lawrence3-6/+22
2014-09-24Bug 1054141: add the ability to filter on the user that made the changeByron Jones3-2/+99