summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-16Bug 528872 - "Attachments in attachments table should have CSS classes to hel...reed%reedloden.com1-2/+2
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-33/+50
2009-10-24Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), and...mkanat%bugzilla.org1-6/+3
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org1-7/+2
2009-10-19Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...lpsolit%gmail.com1-31/+1
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-50/+18
2009-07-16Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly Fedrushk...lpsolit%gmail.com1-7/+34
2009-06-02Bug 491630: Make sure DateTime never gets fractional "seconds" in new()mkanat%bugzilla.org1-1/+2
2009-04-11 Bug 486006 - importxml.pl must not use format_time() for deadlinesghendricks%novell.com1-2/+4
2009-04-11Bug 487865: Exporting bugs in XML format uses non-unique timezones (they cann...lpsolit%gmail.com1-0/+7
2009-03-062nd fix for bug 105960 (xml.cgi and other future xml pages generate invalid X...lpsolit%gmail.com1-1/+1
2009-02-14Bug 333648: Add flag change to activity log and bugmail when only setter is c...wicked%sci.fi1-27/+1
2009-02-05Bug 476889: importxml.pl crashes when importing bugs (Date::Parse::strptime()...lpsolit%gmail.com1-0/+3
2009-02-02Bug 38862: [SECURITY] attachments should be at a different hostname - Patch b...lpsolit%gmail.com1-1/+13
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-0/+22
2009-01-24Bug 471613: Replace Bugzilla::Util::is_tainted() by Scalar::Util::tainted() -...lpsolit%gmail.com1-16/+1
2009-01-15Bug 464992: Binary attachments, graphical reports and new charts are not disp...lpsolit%gmail.com1-1/+1
2009-01-02Bug 211006: Make Bugzilla use SHA-256 instead of crypt() to store hashed pass...mkanat%bugzilla.org1-28/+48
2008-12-30Bug 105960: xml.cgi generates invalid XML - Patch by Kip Hampton <khampton@to...lpsolit%gmail.com1-0/+10
2008-10-23Bug 455584 - Use bz_crypt everywhere instead of the crypt() functiondkl%redhat.com1-16/+23
2008-10-10Bug 459365 - Scrubber should let <fieldset> and <legend> pass.wurblzap%gmail.com1-1/+2
2008-09-12Bug 453767 - Passwords containing wide characters causes system errordkl%redhat.com1-0/+5
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com1-10/+10
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com1-20/+24
2008-08-18Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com1-1/+41