summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-29Backing out these patches as they cause a regression. More informationdkl%redhat.com1-21/+1
2008-07-10Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com1-1/+21
2008-04-03Bug 410902: Some characters are mangled in diff and interdiff modes when view...lpsolit%gmail.com1-1/+11
2008-03-28Bug 423439: show_bug.cgi crashes when wrapping comments which contain Unicode...lpsolit%gmail.com1-0/+5
2007-12-28Bug 405898: Date/Time Fields should accept times like H:MMmkanat%bugzilla.org1-2/+2
2007-12-19Bug 405444: FormatDouble and FormatTriple mangle multi-byte strings in emailmkanat%bugzilla.org1-1/+17
2007-11-29Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org1-3/+3
2007-11-29Bug 405404: HTML::Scrubber throws "undef error - Wide character in subroutine...lpsolit%gmail.com1-8/+1
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org1-0/+6
2007-10-24Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org1-0/+17
2007-10-08Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by Fré...lpsolit%gmail.com1-23/+1
2007-09-17Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org1-2/+3
2007-08-09Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warn...lpsolit%gmail.com1-4/+4
2007-07-20Bug 327914: Make Bugzilla::Util::perform_substs() go away - Patch by FrédÃ...lpsolit%gmail.com1-26/+0
2007-03-17Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu Ma...lpsolit%gmail.com1-1/+1
2006-10-21Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...wurblzap%gmail.com1-0/+5
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by F...lpsolit%gmail.com1-1/+94
2006-09-19Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org1-1/+1
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-1/+44
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-6/+7
2006-07-25Bug 344527: Old Charts are broken using mod_perlmkanat%bugzilla.org1-3/+25
2006-06-27Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org1-27/+1
2006-06-19Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' ->...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'modifed' -> 'modified'; patch by Vlad Dasca...vladd%bugzilla.org1-1/+1
2006-06-04Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by Frédéri...lpsolit%gmail.com1-9/+9
2006-06-03Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Frédér...lpsolit%gmail.com1-1/+38
2006-01-09Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summariesmozilla%colinogilvie.co.uk1-2/+2
2005-12-30Bug 238780: editversions.cgi should reject newline characters - Patch by Paul...lpsolit%gmail.com1-1/+11
2005-12-23Backing out bug 238780 (Edit versions should reject newline characters) - Thi...lpsolit%gmail.com1-11/+1
2005-12-08Bug 238780: editversions.cgi should reject newline characters (and convert th...lpsolit%gmail.com1-1/+11
2005-11-26Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-1/+1
2005-09-02Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by FrédÃ...lpsolit%gmail.com1-1/+15
2005-08-16Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patc...lpsolit%gmail.com1-0/+26
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com1-17/+21
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-6/+6
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-6/+6
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-6/+6
2005-08-04Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ...lpsolit%gmail.com1-1/+10
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com1-3/+4
2005-07-21Bug 301458: Move url_decode out of CGI.pl - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com1-0/+28