summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2016-02-26Bug 1251221 - Pass cache => 1 to calls to Bugzilla::Product->new() called in ↵Dylan Hardison3-6/+5
Bugzilla::{Milestone,Version,Component} r=dkl,a=dylan
2016-02-25Bug 1250944 - 001compile.t doesn't set error mode, so errors exit the test suiteDylan Hardison1-1/+0
r=dkl,a=dylan
2016-02-25Bug 1250786 - Detainting of params.jsonMatt Tyson1-13/+4
r=dylan,a=dylan
2016-02-24fix permsDylan William Hardison1-1/+1
2016-02-24Bug 1250875 - Bugzilla crashes immediately due to unreadable META.json and ↵Dylan Hardison1-0/+4
MYMETA.json r=LpSolit,a=dylan
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison7-1196/+12
dependencies r=dkl,a=dylan
2016-02-18Bug 1148577 - The API reST documentation should display the error ↵David Lawrence1-0/+3
codes/strings that could occur with each API call r=gerv
2016-02-10Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box" ↵Dylan Hardison1-1/+1
working bugzilla experience r=dkl,a=dylan
2016-02-08Bug 1246531: REST_DOC should point to bugzilla.readthedocs.org instead of ↵Frédéric Buclin1-1/+1
bugzilla.org r=dkl
2016-02-07Bug 1237161: Allow users with bless permissions to update users group ↵Matt Tyson2-1/+12
membership using WebService r=LpSolit a=dkl
2016-01-27Bug 731589 - Move mod_perl's max_unshared size from mod_perl.pl to localconfigDylan Hardison1-0/+4
r=dkl,a=dylan
2016-01-27Bug 1241026 - checksetup.pl requires editing localconfig to remove apache groupDylan Hardison1-1/+12
r=dkl,a=dylan
2016-01-22Bug 1159057 - Bug create and update hooks are called unexpectedlyMatt Tyson1-0/+1
- Fixed regression found by test_flags2.t where flag id was not present in show_bug.cgi for newly created bugs.
2016-01-20Bug 1240029 - The REST API doesn't work correctly with mod_perlDavid Lawrence3-19/+16
r=dylan
2016-01-15'Bug 1159057: change to create flags as part of bug creation process. r=gervMatt Tyson6-42/+99
2016-01-15Bug 922549: Bugzilla::Migrate.pm should provide hook in load function. ↵Gervase Markham1-1/+1
r=gerv. (review cleanups)
2016-01-15Bug 922549: Bugzilla::Migrate.pm should provide hook in load function. r=gerv.rojanu2-4/+44
2016-01-14Bug 1239582 - The new REST API fails to work properly under mod_perl due to ↵David Lawrence2-5/+5
improper file path passed to bsd_glob() r=dylan
2016-01-12Bug 1238987 - Remove the trailing newline when the quoted text in comments ↵David Lawrence1-0/+1
is wrapped r=LpSolit
2016-01-05Bug 1235270: Set submitter_id before calling _check_data()Mahdi Mokhtari1-1/+2
r=LpSolit
2016-01-05Bug 1045782: Existing URLs in the See Also field should not throw an error ↵Frédéric Buclin1-2/+3
when the bug is displayed r=dkl
2016-01-02Bug 688205 - quoted text inside comments should wrapAlbert Ting4-4/+38
r=dylan,a=dylan
2015-12-23Bug 1201113: Support to run Bugzilla as a PSGI applicationFrédéric Buclin7-15/+52
r=dylan
2015-12-22Revert "Bug 1230932 - Providing a condition as an ID to the webservice ↵David Lawrence5-18/+23
results in a taint error" This reverts commit eb1357fe03bb47cdd479cf533022e11dd6bd22e0.
2015-12-22Bug 1232785 - [SECURITY] Buglists in CSV format can be parsed as valid ↵Dylan Hardison1-0/+3
javascript in some browsers r=dkl,a=dkl
2015-12-22Bug 1230932 - Providing a condition as an ID to the webservice results in a ↵Dylan Hardison5-23/+18
taint error r=dkl,a=dkl
2015-12-21Bug 1234297: "GET /rest/last_audit_time" complains that you must use POSTFrédéric Buclin1-0/+1
r=dkl
2015-12-18Bug 1232190: FlagType.create should require the user to be logged inFrédéric Buclin2-14/+6
r=dkl
2015-12-18Bug 1232186: Component.update and Component.delete are brokenFrédéric Buclin2-12/+10
r=dkl
2015-12-16Bug 1232578: Do not save hashed passwords in audit_logFrédéric Buclin2-1/+46
r=dkl
2015-12-16Bug 1232180 - Incorrect regexp used to filter bug IDs in ↵Dylan Hardison2-4/+4
Bugzilla::WebService::BugUserLastVisit r=dkl,a=dkl
2015-12-16Bug 1169181 - The bug_user_last_visit method returns an empty array for old bugsDylan Hardison2-2/+2
r=dkl,a=dkl bringing this in line with the 5.0 fix because it's too simple to pass up.
2015-12-16Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for ↵Matt Tyson2-18/+0
backwards compatibility) r=dkl,a=dkl
2015-12-10Bug 1169181 - The bug_user_last_visit method returns an empty array for old bugsDylan Hardison3-30/+23
r=dkl
2015-12-02Bug 1219276: Creating a new group fails if a custom extension adds entries ↵Alex Schuilenburg1-2/+14
to group_control_map and "insertnew" is selected r=LpSolit
2015-12-02Back out bug 1138463. This fix is actually incorrect and the bug was ↵Frédéric Buclin1-50/+9
correctly fixed by bug 1223790 a=dkl on IRC
2015-11-25Bug 1227455 - Multiselect parameters (type 'm') are not read correctly from ↵Pami Ketolainen2-2/+11
the new JSON storage format r/a=dkl
2015-10-26Bug 1214310: Markdown code blocks can display comments from other bugsAlbert Ting1-5/+8
r=dylan
2015-09-24Bug 1201809: The default value for user settings cannot be falseColin Joy1-1/+1
r/a=dkl
2015-09-24Bug 464528: Project names having dashes in them do not work. r=gerv.mehlinger3331-1/+1
2015-09-23Bug 1184431: Bug searching is slow on PostgreSQLMatt Tyson3-14/+171
r=LpSolit
2015-09-23Bug 708252: The XMLRPC API doesn't work with IISPat Thoyts1-0/+8
r=LpSolit
2015-09-15Bug 1189281 - require version 0.17 of Cache::Memcached::Fast. r=LpSolitGervase Markham1-1/+1
2015-09-15Bug 1189281: Use Cache::Memcached::Fast instead of Cache::Memcached. r=dylanLuke Bearl2-4/+4
2015-09-15Bug 1185241: Logging out when or after impersonating a user doesn't delete ↵Frédéric Buclin1-1/+1
cookies from the logincookies table correctly r=dkl
2015-09-10Bug 1202447: [SECURITY] The email address is not properly validated during ↵Byron Jones ‹:glob›1-3/+9
registration if longer than 127 characters r=LpSolit,a=justdave
2015-09-07Bug 1201041: Allow OpenType fonts as well as TrueType (.otf as well as .ttf) ↵Frédéric Buclin1-1/+1
for graphs r=gerv
2015-09-06Bug 1194987: Editing your email address and make it point to a non-existent ↵Frédéric Buclin4-35/+46
email address makes Bugzilla stop working r=gerv a=sgreen
2015-08-31Bug 714724 - correctly encode emails as quoted-printableByron Jones2-83/+151
r=LpSolit,a=sgreen
2015-08-26Bug 1198659: Custom fields of type INTEGER should accept negative integersFrédéric Buclin1-1/+1
r=gerv a=sgreen