aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 797636: Improve performance for buglistsFrédéric Buclin2012-11-161-10/+11
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin2012-11-121-1/+1
* Bug 772359: LogActivityEntry shouldn't remove any characters from the field w...Byron Jones2012-10-251-3/+3
* Bug 577329 - WebServices should filter email addresses same as the web UI as ...Dave Lawrence2012-10-161-1/+1
* Bug 795650: Cache the HTML::Scrubber object for improved performanceFrédéric Buclin2012-10-081-8/+11
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-2/+2
* Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin2012-08-311-19/+2
* Bug 635882: html_light_quote() should accept the "target" attribute for linksKoosha Khajeh Moogahi2012-06-261-6/+7
* Bug 747189: Remove Bugzilla::Util::file_mod_time()Matt Selsky2012-04-261-25/+1
* Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed by...Frédéric Buclin2012-04-181-3/+105
* Bug 554819: Quicksearch should be using Text::ParseWords instead of custom co...Frédéric Buclin2012-03-291-16/+1
* Bug 319953: Missing real email syntax checkFrédéric Buclin2012-01-231-2/+24
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-26/+5
* Bug 703928: Bugzilla::Util should depend on Bugzilla::Error, not the oppositeFrédéric Buclin2011-11-211-16/+10
* cancelled -> canceledFrédéric Buclin2011-11-191-1/+1
* Bug 703788: Improve performance of diff_arrays() with large arraysFrédéric Buclin2011-11-191-26/+29
* Bug 696537: Load DateTime only when datetime_from() is calledFrédéric Buclin2011-11-181-2/+3
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-171-3/+9
* Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander2011-08-041-1/+1
* Bug 659816: Fix url_decoding of utf8 stringsByron Jones2011-05-301-4/+1
* revert accidental property changesByron Jones2011-03-091-0/+0
* Bug 633776: Automatic charset detection for text attachmentsByron Jones2011-03-091-1/+67
* Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello2011-02-101-7/+19
* Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness ofMax Kanat-Alexander2011-01-241-1/+8
* Bug 595410: Make it faster to display a bug that has a lot of dependencies.Max Kanat-Alexander2011-01-031-0/+9
* Bug 573195: Make Bug.get return all of a bug's standard and custom fieldMax Kanat-Alexander2010-09-291-3/+12
* Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so that...Frédéric Buclin2010-08-061-19/+1
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-2/+5
* A few tinderbox bustage fixes from the checkin of bug 24896.Max Kanat-Alexander2010-06-151-1/+1
* Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander2010-06-151-1/+31
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-31/+1
* Bug 556439: Prevent datetime_from from dying if it gets 0000-00-00 as aMax Kanat-Alexander2010-04-021-0/+3
* Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander2010-03-131-1/+29
* Bug 534587 - "Bugmail uses the timezone of the changee instead of the user re...reed%reedloden.com2010-01-051-2/+2
* Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org2009-12-311-1/+11
* Bug 329638: https login page switches to http on submit if ssl_redirect = fal...lpsolit%gmail.com2009-11-251-1/+10
* Bug 360626 - "ThrowTemplateError() used in Util.pm" [p=reed r=LpSolit a=LpSolit]reed%reedloden.com2009-11-181-2/+4
* Bug 528872 - "Attachments in attachments table should have CSS classes to hel...reed%reedloden.com2009-11-161-2/+2
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-33/+50
* Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), and...mkanat%bugzilla.org2009-10-241-6/+3
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org2009-10-241-7/+2
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...lpsolit%gmail.com2009-10-181-31/+1
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-50/+18
* Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly Fedrushk...lpsolit%gmail.com2009-07-161-7/+34
* Bug 491630: Make sure DateTime never gets fractional "seconds" in new()mkanat%bugzilla.org2009-06-021-1/+2
* Bug 486006 - importxml.pl must not use format_time() for deadlinesghendricks%novell.com2009-04-101-2/+4
* Bug 487865: Exporting bugs in XML format uses non-unique timezones (they cann...lpsolit%gmail.com2009-04-101-0/+7
* 2nd fix for bug 105960 (xml.cgi and other future xml pages generate invalid X...lpsolit%gmail.com2009-03-061-1/+1
* Bug 333648: Add flag change to activity log and bugmail when only setter is c...wicked%sci.fi2009-02-141-27/+1
* Bug 476889: importxml.pl crashes when importing bugs (Date::Parse::strptime()...lpsolit%gmail.com2009-02-051-0/+3