summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
AgeCommit message (Collapse)AuthorFilesLines
2008-07-10Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com1-1/+21
protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
2008-04-03Bug 410902: Some characters are mangled in diff and interdiff modes when ↵lpsolit%gmail.com1-1/+11
viewing patches - Patch by Frédéric Buclin <LpSolit@gmail.com> r=shimono, r=mkanat a=LpSolit
2008-03-28Bug 423439: show_bug.cgi crashes when wrapping comments which contain ↵lpsolit%gmail.com1-0/+5
Unicode characters and tabs in them - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-12-28Bug 405898: Date/Time Fields should accept times like H:MMmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-12-19Bug 405444: FormatDouble and FormatTriple mangle multi-byte strings in emailmkanat%bugzilla.org1-1/+17
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, a=mkanat
2007-11-29Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org1-3/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
2007-11-29Bug 405404: HTML::Scrubber throws "undef error - Wide character in ↵lpsolit%gmail.com1-8/+1
subroutine entry" when a field filtered with html_light contains UTF-8 characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org1-0/+6
non-ASCII data, if the utf8 parameter is on. This means that string functions like substr() work properly on multi-byte languages, now. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
2007-10-24Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org1-0/+17
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-08Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com1-23/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-09-17Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org1-2/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-09Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵lpsolit%gmail.com1-4/+4
warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-07-20Bug 327914: Make Bugzilla::Util::perform_substs() go away - Patch by ↵lpsolit%gmail.com1-26/+0
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-03-17Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu ↵lpsolit%gmail.com1-1/+1
Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
2006-10-21Bug 340538: Insecure dependency in exec while running with -T switch at ↵wurblzap%gmail.com1-0/+5
/usr/lib/perl5/site_perl/5.8.6/Mail/Mailer/sendmail.pm line 16. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=myk
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com1-1/+94
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
2006-09-19Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-1/+44
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-6/+7
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
2006-07-25Bug 344527: Old Charts are broken using mod_perlmkanat%bugzilla.org1-3/+25
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-27Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org1-27/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave
2006-06-19Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' ↵vladd%bugzilla.org1-1/+1
-> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'modifed' -> 'modified'; patch by Vlad ↵vladd%bugzilla.org1-1/+1
Dascalu <vladd@bugzilla.org>.
2006-06-04Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by ↵lpsolit%gmail.com1-9/+9
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-06-03Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by ↵lpsolit%gmail.com1-1/+38
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-01-09Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summariesmozilla%colinogilvie.co.uk1-2/+2
Patch by Paul <pdemarco@zoominternet.net> and Colin Ogilvie <colin.ogilvie@gmail.com>; r/a=justdave
2005-12-30Bug 238780: editversions.cgi should reject newline characters - Patch by ↵lpsolit%gmail.com1-1/+11
Paul <pdemarco@zoominternet.net> r=LpSolit a=justdave
2005-12-23Backing out bug 238780 (Edit versions should reject newline characters) - ↵lpsolit%gmail.com1-11/+1
This patch prevents you to edit or delete existing versions having control characters.
2005-12-08Bug 238780: editversions.cgi should reject newline characters (and convert ↵lpsolit%gmail.com1-1/+11
them to whitespaces) - Patch by Paul <pdemarco@ppg.com> r=LpSolit a=justdave
2005-11-26Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-1/+1
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-09-02Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by ↵lpsolit%gmail.com1-1/+15
Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
2005-08-16Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - ↵lpsolit%gmail.com1-0/+26
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵lpsolit%gmail.com1-17/+21
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-6/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-6/+6
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-6/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-04Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ↵lpsolit%gmail.com1-1/+10
installations - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com1-3/+4
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-07-21Bug 301458: Move url_decode out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-0/+28
<LpSolit@gmail.com> r=mkanat a=myk
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+9
<LpSolit@gmail.com> r=mkanat a=myk
2005-07-14Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGImkanat%kerio.com1-0/+16
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-1/+52
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-06-17Bug 297928: detaint_natural, detaint_signed and trick_taint shouldn't rely ↵lpsolit%gmail.com1-6/+6
on $1 - Patch by Christian Reis <kiko@async.com.br> r/a = justdave
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2005-05-11Bug 287487: User with no privs can not add comments to bugs that have a ↵lpsolit%gmail.com1-31/+42
deadline field set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-05-04Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones ↵lpsolit%gmail.com1-0/+18
- Patch by Peter D. Stout <pds@edgedynamics.com> r=LpSolit a=justdave
2005-04-20Bug 272623: FindWrapPoint is misplaced in process_bug.cgi - Patch by ↵lpsolit%gmail.com1-2/+29
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-02-27Bug 282349: Comments are forced to being left-justifiedmkanat%kerio.com1-23/+21
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=myk, r=gerv, a=justdave
2005-02-25Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com1-6/+9
Patch By Frederic Buclin <LpSolit@gmail.com> r=wurblzap, a=myk
2005-02-25Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT)mkanat%kerio.com1-13/+48
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk