aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Util.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 329638: https login page switches to http on submit if ssl_redirect = ↵lpsolit%gmail.com2009-11-251-1/+10
| | | | false - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* 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 ↵reed%reedloden.com2009-11-161-2/+2
| | | | help with styling" [p=reed r=LpSolit a=LpSolit]
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-33/+50
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), ↵mkanat%bugzilla.org2009-10-241-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
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org2009-10-241-7/+2
| | | | | | checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com2009-10-181-31/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-50/+18
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly ↵lpsolit%gmail.com2009-07-161-7/+34
| | | | Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
* Bug 491630: Make sure DateTime never gets fractional "seconds" in new()mkanat%bugzilla.org2009-06-021-1/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 486006 - importxml.pl must not use format_time() for deadlinesghendricks%novell.com2009-04-101-2/+4
| | | | patch by ghendricks r=LpSolit a=LpSolit
* Bug 487865: Exporting bugs in XML format uses non-unique timezones (they ↵lpsolit%gmail.com2009-04-101-0/+7
| | | | cannot be imported back) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* 2nd fix for bug 105960 (xml.cgi and other future xml pages generate invalid ↵lpsolit%gmail.com2009-03-061-1/+1
| | | | XML). Some illegal characters were still not excluded - Patch by David Marshall <dmarshal@yahoo-inc.com> r=LpSolit
* Bug 333648: Add flag change to activity log and bugmail when only setter is ↵wicked%sci.fi2009-02-141-27/+1
| | | | changed - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 476889: importxml.pl crashes when importing bugs ↵lpsolit%gmail.com2009-02-051-0/+3
| | | | (Date::Parse::strptime() leave seconds undefined in some cases) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵lpsolit%gmail.com2009-02-021-1/+13
| | | | by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-0/+22
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 471613: Replace Bugzilla::Util::is_tainted() by Scalar::Util::tainted() ↵lpsolit%gmail.com2009-01-241-16/+1
| | | | - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
* Bug 464992: Binary attachments, graphical reports and new charts are not ↵lpsolit%gmail.com2009-01-151-1/+1
| | | | displayed correctly on Windows - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 211006: Make Bugzilla use SHA-256 instead of crypt() to store hashed ↵mkanat%bugzilla.org2009-01-021-28/+48
| | | | | | passwords in the database Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 105960: xml.cgi generates invalid XML - Patch by Kip Hampton ↵lpsolit%gmail.com2008-12-301-0/+10
| | | | <khampton@totalcinema.com> r/a=mkanat
* Bug 455584 - Use bz_crypt everywhere instead of the crypt() functiondkl%redhat.com2008-10-231-16/+23
| | | | Patch by David Lawrence <dkl@redhat.com> = r/a=LpSolit
* Bug 459365 - Scrubber should let <fieldset> and <legend> pass.wurblzap%gmail.com2008-10-101-1/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
* Bug 453767 - Passwords containing wide characters causes system errordkl%redhat.com2008-09-121-0/+5
| | | | Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-08-281-10/+10
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com2008-08-271-20/+24
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com2008-08-181-1/+41
| | | | | | | protects logins and param doesn't protect WebService calls at all Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit/mkanat
* Backing out these patches as they cause a regression. More informationdkl%redhat.com2008-07-291-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
* Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com2008-07-101-1/+21
| | | | | | protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 410902: Some characters are mangled in diff and interdiff modes when ↵lpsolit%gmail.com2008-04-031-1/+11
| | | | viewing patches - Patch by Frédéric Buclin <LpSolit@gmail.com> r=shimono, r=mkanat a=LpSolit
* Bug 423439: show_bug.cgi crashes when wrapping comments which contain ↵lpsolit%gmail.com2008-03-281-0/+5
| | | | Unicode characters and tabs in them - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 405898: Date/Time Fields should accept times like H:MMmkanat%bugzilla.org2007-12-281-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 405444: FormatDouble and FormatTriple mangle multi-byte strings in emailmkanat%bugzilla.org2007-12-191-1/+17
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, a=mkanat
* Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org2007-11-291-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
* Bug 405404: HTML::Scrubber throws "undef error - Wide character in ↵lpsolit%gmail.com2007-11-291-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
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-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
* Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org2007-10-241-0/+17
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com2007-10-081-23/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org2007-09-171-2/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵lpsolit%gmail.com2007-08-091-4/+4
| | | | warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 327914: Make Bugzilla::Util::perform_substs() go away - Patch by ↵lpsolit%gmail.com2007-07-201-26/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu ↵lpsolit%gmail.com2007-03-171-1/+1
| | | | Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Bug 340538: Insecure dependency in exec while running with -T switch at ↵wurblzap%gmail.com2006-10-211-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
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-1/+94
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org2006-09-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-1/+44
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-6/+7
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
* Bug 344527: Old Charts are broken using mod_perlmkanat%bugzilla.org2006-07-251-3/+25
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org2006-06-271-27/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave
* Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | -> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>.