summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-09Bug 633776: Automatic charset detection for text attachmentsByron Jones1-1/+67
2011-02-11Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello1-7/+19
2011-01-24Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness ofMax Kanat-Alexander1-1/+8
2011-01-04Bug 595410: Make it faster to display a bug that has a lot of dependencies.Max Kanat-Alexander1-0/+9
2010-09-30Bug 573195: Make Bug.get return all of a bug's standard and custom fieldMax Kanat-Alexander1-3/+12
2010-08-06Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so that...Frédéric Buclin1-19/+1
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-2/+5
2010-06-16A few tinderbox bustage fixes from the checkin of bug 24896.Max Kanat-Alexander1-1/+1
2010-06-16Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander1-1/+31
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-31/+1
2010-04-03Bug 556439: Prevent datetime_from from dying if it gets 0000-00-00 as aMax Kanat-Alexander1-0/+3
2010-03-14Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander1-1/+29
2010-01-05Bug 534587 - "Bugmail uses the timezone of the changee instead of the user re...reed%reedloden.com1-2/+2
2009-12-31Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org1-1/+11
2009-11-26Bug 329638: https login page switches to http on submit if ssl_redirect = fal...lpsolit%gmail.com1-1/+10
2009-11-18Bug 360626 - "ThrowTemplateError() used in Util.pm" [p=reed r=LpSolit a=LpSolit]reed%reedloden.com1-2/+4