summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-33/+50
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-24Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), ↵mkanat%bugzilla.org1-6/+3
and also be more accurate about what's "empty". This also makes detaint_natural and detaint_signed call int() on their return values. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org1-7/+2
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-19Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-31/+1
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-50/+18
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-07-16Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly ↵lpsolit%gmail.com1-7/+34
Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
2009-06-02Bug 491630: Make sure DateTime never gets fractional "seconds" in new()mkanat%bugzilla.org1-1/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-04-11 Bug 486006 - importxml.pl must not use format_time() for deadlinesghendricks%novell.com1-2/+4
patch by ghendricks r=LpSolit a=LpSolit
2009-04-11Bug 487865: Exporting bugs in XML format uses non-unique timezones (they ↵lpsolit%gmail.com1-0/+7
cannot be imported back) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-03-062nd fix for bug 105960 (xml.cgi and other future xml pages generate invalid ↵lpsolit%gmail.com1-1/+1
XML). Some illegal characters were still not excluded - Patch by David Marshall <dmarshal@yahoo-inc.com> r=LpSolit
2009-02-14Bug 333648: Add flag change to activity log and bugmail when only setter is ↵wicked%sci.fi1-27/+1
changed - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
2009-02-05Bug 476889: importxml.pl crashes when importing bugs ↵lpsolit%gmail.com1-0/+3
(Date::Parse::strptime() leave seconds undefined in some cases) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-02-02Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵lpsolit%gmail.com1-1/+13
by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-0/+22
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-01-24Bug 471613: Replace Bugzilla::Util::is_tainted() by Scalar::Util::tainted() ↵lpsolit%gmail.com1-16/+1
- Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
2009-01-15Bug 464992: Binary attachments, graphical reports and new charts are not ↵lpsolit%gmail.com1-1/+1
displayed correctly on Windows - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-01-02Bug 211006: Make Bugzilla use SHA-256 instead of crypt() to store hashed ↵mkanat%bugzilla.org1-28/+48
passwords in the database Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-12-30Bug 105960: xml.cgi generates invalid XML - Patch by Kip Hampton ↵lpsolit%gmail.com1-0/+10
<khampton@totalcinema.com> r/a=mkanat
2008-10-23Bug 455584 - Use bz_crypt everywhere instead of the crypt() functiondkl%redhat.com1-16/+23
Patch by David Lawrence <dkl@redhat.com> = r/a=LpSolit
2008-10-10Bug 459365 - Scrubber should let <fieldset> and <legend> pass.wurblzap%gmail.com1-1/+2
Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
2008-09-12Bug 453767 - Passwords containing wide characters causes system errordkl%redhat.com1-0/+5
Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-10/+10
<LpSolit@gmail.com> r/a=mkanat
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com1-20/+24
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-18Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com1-1/+41
protects logins and param doesn't protect WebService calls at all Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit/mkanat
2008-07-29Backing out these patches as they cause a regression. More informationdkl%redhat.com1-21/+1
in the respective bug reports. Bug 428659 – Setting SSL param to 'authenticated sessions' only protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
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