aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 38862: [SECURITY] attachments should be at a different hostname - Patch b...lpsolit%gmail.com2009-02-021-1/+13
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-0/+22
* Bug 471613: Replace Bugzilla::Util::is_tainted() by Scalar::Util::tainted() -...lpsolit%gmail.com2009-01-241-16/+1
* Bug 464992: Binary attachments, graphical reports and new charts are not disp...lpsolit%gmail.com2009-01-151-1/+1
* Bug 211006: Make Bugzilla use SHA-256 instead of crypt() to store hashed pass...mkanat%bugzilla.org2009-01-021-28/+48
* Bug 105960: xml.cgi generates invalid XML - Patch by Kip Hampton <khampton@to...lpsolit%gmail.com2008-12-301-0/+10
* Bug 455584 - Use bz_crypt everywhere instead of the crypt() functiondkl%redhat.com2008-10-231-16/+23
* Bug 459365 - Scrubber should let <fieldset> and <legend> pass.wurblzap%gmail.com2008-10-101-1/+2
* Bug 453767 - Passwords containing wide characters causes system errordkl%redhat.com2008-09-121-0/+5
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com2008-08-281-10/+10
* Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com2008-08-271-20/+24
* Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com2008-08-181-1/+41
* Backing out these patches as they cause a regression. More informationdkl%redhat.com2008-07-291-21/+1
* Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com2008-07-101-1/+21
* Bug 410902: Some characters are mangled in diff and interdiff modes when view...lpsolit%gmail.com2008-04-031-1/+11
* Bug 423439: show_bug.cgi crashes when wrapping comments which contain Unicode...lpsolit%gmail.com2008-03-281-0/+5
* Bug 405898: Date/Time Fields should accept times like H:MMmkanat%bugzilla.org2007-12-281-2/+2
* Bug 405444: FormatDouble and FormatTriple mangle multi-byte strings in emailmkanat%bugzilla.org2007-12-191-1/+17
* Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org2007-11-291-3/+3
* Bug 405404: HTML::Scrubber throws "undef error - Wide character in subroutine...lpsolit%gmail.com2007-11-291-8/+1
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-0/+6
* Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org2007-10-241-0/+17
* Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by Fré...lpsolit%gmail.com2007-10-081-23/+1
* Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org2007-09-171-2/+3
* Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warn...lpsolit%gmail.com2007-08-091-4/+4