summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2014-10-21Bug 1084490 - Fix Bugzilla::WebService::BugUserLastVisit->get & correct PODDylan William Hardison1-11/+4
r=dkl a=glob
2014-10-21Bug 1083737: Validate the smtpserver parameterFrédéric Buclin2-2/+32
r=dkl a=glob
2014-10-16Bug 1080840: Update WebServices to include Markdown featureKoosha KM2-18/+109
r=dkl,a=glob
2014-10-16Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerFrédéric Buclin3-126/+17
r=gerv a=glob
2014-10-16Bug 1082557: Use a persistent connection to the SMTP server for improved ↵Frédéric Buclin1-2/+3
performance r=dylan a=glob
2014-10-14Bug 1059723: Reply button should become AJAX-basedKoosha KM2-6/+38
r=dkl,a=sgreen
2014-10-08Bug 1009406 - A user with local editcomponents privs cannot update the ↵Simon Green1-2/+17
inclusion and exclusion lists when the flagtype is already restricted to products the user cannot edit r=dkl, a=simon
2014-10-06Bump version post-releaseDavid Lawrence1-1/+1
2014-10-06Bump version to 4.5.6David Lawrence1-1/+1
2014-10-06Bug 1054702: CSV export vulnerable to formulae injectionSimon Green1-1/+3
r=glob,a=glob
2014-10-06Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵Simon Green2-13/+30
who aren't in the insider group r=glob,a=glob
2014-10-06Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin1-4/+3
r=dkl,a=sgreen
2014-10-01Bug 1070640: Update (and rename) Bugzilla::Send::Sendmail to work with ↵Frédéric Buclin2-31/+22
Email::Sender::Transport::Sendmail r=dylan a=justdave
2014-10-01Bug 1070317 - Bugzilla::Flag's attribute modification_date is affected by ↵Dylan William Hardison1-2/+3
the user's timezone and differs from the database copy after a call to $flag->update() r=dkl, a=justdave
2014-09-29Bug 1071317: Remove unused variablesFrédéric Buclin2-2/+0
r=gerv a=sgreen
2014-09-29Bug 1044457 - PostgreSQL 8.x fails with error: language "plpgsql" does not existDylan William Hardison1-0/+3
2014-09-25Bug 1072110: _concatenate_js assumes javascript_urls is an arrayByron Jones1-1/+2
r=dkl,a=glob
2014-09-23Bug 1065444: Several columns are not legal when displaying queriesFrédéric Buclin1-7/+12
r=dkl a=sgreen
2014-09-20Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin5-71/+39
r=dylan a=glob
2014-09-18Bug 829273: Certain webservice tests failing due to improper error being ↵David Lawrence1-2/+2
thrown for undef or empty bug id values r=glob,a=glob
2014-09-18Bug 1068521: "Use of uninitialized value" warningsPami Ketolainen1-4/+11
r=glob,a=glob
2014-09-18Bug 1068014: skip strptime() in datetime_from() if the date is in a standard ↵Byron Jones1-3/+8
format r=dylan,a=glob
2014-09-17Bug 1064395: concatenate and slightly minify javascript filesByron Jones3-7/+76
r=dkl,a=glob
2014-09-16Bug 1039940: serialisation of objects for webservice responses is extremely slowByron Jones1-5/+8
r=dylan,a=sgreen
2014-09-15Bug 252555: Remove the ANSI mode when running MySQLVishant Gautam1-3/+4
r=LpSolit a=sgreen
2014-09-15Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence3-10/+15
data form is JSON and not JS r=LpSolit,a=sgreen
2014-09-11Bug 1064933: Bugzilla.pm does not compile without Text::MarkdownKoosha KM2-4/+4
r=glob,a=sgreen
2014-09-11Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin4-51/+68
data/params r=dkl r=wurblzap a=sgreen
2014-09-11Bug 1009013 - Require a user to change their password if they log in and ↵Simon Green4-15/+49
their current password does not meet the password complexity rules r=glob, a=sgreen
2014-09-10Bug 1053513 - fix patching errorDylan William Hardison1-1/+1
I yearn for review board and more git-based development.
2014-09-10Bug 1035080: preload visibility of referenced bugs in _preload_referenced_bugsByron Jones1-0/+3
r=sgreen,a=sgreen
2014-09-09Bug 1053513 - remove last-visited entries when a user removes involvement ↵Dylan William Hardison2-0/+16
from a bug r/a=glob
2014-09-08Bug 1046126: Do not generate a new API token every time you access a ↵David Lawrence1-3/+10
bug-related page r=sgreen,a=glob
2014-09-08Bug 1046213: datetime_from() generates wrong dates if year < 1901Frédéric Buclin1-3/+7
r=sgreen a=glob
2014-09-05Bug 1060308: Markdown: URLs and Emails are not rendered literally in code ↵Koosha KM1-1/+6
spans and code blocks r=glob,a=sgreen
2014-09-02Bug 281791 - Add ability to change flags in "change several bugs at once"Simon Green2-0/+112
r=glob, a=sgreen
2014-08-28Bug 330707: Add optional support for MarkDownKoosha KM10-3/+560
r=dkl,a=sgreen
2014-08-25Bug 1054642: quoteUrls() enters an infinite loop with a list of nonexistent ↵Koosha KM1-13/+8
bug ids to be linkified r=glob,a=sgreen
2014-08-24Bug 1008766 - Fix typo in documentation (edit)Simon Green1-1/+1
r=glob, a=glob
2014-08-19Bug 1053802: Groups used for the comment_taggers_group and debug_group ↵Frédéric Buclin1-2/+4
parameters can be deleted r=sgreen a=glob
2014-08-19Bug 1014337 - Update Bug.fields documentationSimon Green1-0/+6
r=glob, a=glob
2014-08-14Correctly remove the bugs.alias column, see bug 1012506Frédéric Buclin1-4/+0
r=sgreen
2014-08-14Bug 1048712: comment tagging suggestions always returns a single resultByron Jones1-1/+5
r=sgreen,a=glob
2014-08-14Bug 1012506 - Allow a bug to have multiple aliasesSimon Green6-52/+217
r=dkl, a=sgreen
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin147-1/+157
r=dkl a=sgreen
2014-08-12Bug 993926: Bugzilla::User::Setting::get_all_settings() should use memcachedByron Jones2-11/+44
r=sgreen,a=glob
2014-08-12Bug 419568 - Web Service module to create a componentSimon Green5-0/+204
r=dkl, a=sgreen
2014-08-10Bug 448574 - Let $dbh->bz_commit_transaction send emails which are generated ↵Simon Green3-6/+69
during a transaction r=dkl, a=sgreen
2014-08-10Bug 897915 - Field lists not sorted alphabeticallySimon Green1-0/+15
r=dkl, a=sgreen
2014-07-31Bug 1044701: "Uninitialized value $token_type" when passing an invalid ↵David Lawrence1-1/+4
Bugzilla_api_token value r=sgreen,a=glob