summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
AgeCommit message (Expand)AuthorFilesLines
2017-03-26Bug 1342795 - When urlbase is https, force the secure flag to be set on cookies.Dylan William Hardison1-0/+1
2016-10-14nit: doc failDylan William Hardison1-0/+4
2016-10-13Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is recommende...Dylan William Hardison1-1/+24
2016-10-08Bug 1300437 - DateTime::TimeZone::offset_as_string called incorrectly (#19)Dylan William Hardison1-1/+1
2016-08-12Bug 1294571 - 015remote_ip.t throws a "uninitialized value" warningDavid Lawrence1-1/+1
2016-07-08Bug 1284277 - allow inbound_proxy to be set to '*'Dylan William Hardison1-20/+15
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-6/+4
2016-04-09Bug 1261538 - Bugzilla is unable to access attachment.cgi when ssl_redirect =...Frédéric Buclin1-8/+15
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-5/+5
2016-01-12Bug 1238987 - Remove the trailing newline when the quoted text in comments is...David Lawrence1-0/+1
2016-01-02Bug 688205 - quoted text inside comments should wrapAlbert Ting1-1/+24
2015-09-10Bug 1202447: [SECURITY] The email address is not properly validated during re...Byron Jones ‹:glob›1-3/+9
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 par...Frédéric Buclin1-38/+30
2014-09-18Bug 1068014: skip strptime() in datetime_from() if the date is in a standard ...Byron Jones1-3/+8
2014-09-08Bug 1046213: datetime_from() generates wrong dates if year < 1901Frédéric Buclin1-3/+7
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-05-12Bug 1003852: Digest::SHA 5.82 and newer always croak on wide characters, prev...Frédéric Buclin1-5/+5
2014-04-17Bug 968576: [SECURITY] Dangerous control characters allowed in Bugzilla textManish Goregaokar1-0/+4
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-1/+1
2013-12-19Bug 950491: When viewing a dependency graph, an "uninitialized value" warning...Frédéric Buclin1-1/+1
2013-11-08Bug 916633 - join_activity_entries doesn't reconstitute text with commas corr...Simon Green1-2/+3
2013-09-26Bug 917669 - invalid or expired authentication tokens and cookies should thro...Dave Lawrence1-2/+15
2013-08-15Bug 853638 - Status and resolution values in dependency graphs not localizable.Marc Schumann1-1/+1
2013-08-09Bug 898830: Improve loading time of show_bug.cgiFrédéric Buclin1-2/+5
2013-07-09Bug 885646: Bugzilla::BugMail::_get_diff should rejoin split activity entriesSimon Green1-1/+37
2012-12-31Bug 785283 - Support increased values for PASSWORD_SALT_LENGTH without breaki...Reed Loden1-4/+3
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+16
2012-11-27Bug 804093: Fix autodetected charset for windows-1252 encoded contentThorsten Schöning1-3/+3
2012-11-16Bug 797636: Improve performance for buglistsFrédéric Buclin1-10/+11
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin1-1/+1
2012-10-25Bug 772359: LogActivityEntry shouldn't remove any characters from the field w...Byron Jones1-3/+3
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ...Dave Lawrence1-1/+1
2012-10-08Bug 795650: Cache the HTML::Scrubber object for improved performanceFrédéric Buclin1-8/+11
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-2/+2
2012-08-31Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin1-19/+2
2012-06-26Bug 635882: html_light_quote() should accept the "target" attribute for linksKoosha Khajeh Moogahi1-6/+7
2012-04-26Bug 747189: Remove Bugzilla::Util::file_mod_time()Matt Selsky1-25/+1
2012-04-18Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed by...Frédéric Buclin1-3/+105
2012-03-29Bug 554819: Quicksearch should be using Text::ParseWords instead of custom co...Frédéric Buclin1-16/+1
2012-01-23Bug 319953: Missing real email syntax checkFrédéric Buclin1-2/+24
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-26/+5
2011-11-21Bug 703928: Bugzilla::Util should depend on Bugzilla::Error, not the oppositeFrédéric Buclin1-16/+10
2011-11-19cancelled -> canceledFrédéric Buclin1-1/+1
2011-11-19Bug 703788: Improve performance of diff_arrays() with large arraysFrédéric Buclin1-26/+29
2011-11-18Bug 696537: Load DateTime only when datetime_from() is calledFrédéric Buclin1-2/+3
2011-08-17Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin1-3/+9
2011-08-05Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander1-1/+1
2011-05-30Bug 659816: Fix url_decoding of utf8 stringsByron Jones1-4/+1
2011-03-09revert accidental property changesByron Jones1-0/+0