Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-24 | Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), ↵ | mkanat%bugzilla.org | 1 | -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-24 | Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵ | mkanat%bugzilla.org | 1 | -7/+2 | |
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-10-19 | Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -31/+1 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-10-09 | Bug 514913: Eliminate ssl="authenticated sessions" | mkanat%bugzilla.org | 1 | -50/+18 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-07-16 | Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly ↵ | lpsolit%gmail.com | 1 | -7/+34 | |
Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit | |||||
2009-06-02 | Bug 491630: Make sure DateTime never gets fractional "seconds" in new() | mkanat%bugzilla.org | 1 | -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 deadlines | ghendricks%novell.com | 1 | -2/+4 | |
patch by ghendricks r=LpSolit a=LpSolit | |||||
2009-04-11 | Bug 487865: Exporting bugs in XML format uses non-unique timezones (they ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
cannot be imported back) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-03-06 | 2nd fix for bug 105960 (xml.cgi and other future xml pages generate invalid ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
XML). Some illegal characters were still not excluded - Patch by David Marshall <dmarshal@yahoo-inc.com> r=LpSolit | |||||
2009-02-14 | Bug 333648: Add flag change to activity log and bugmail when only setter is ↵ | wicked%sci.fi | 1 | -27/+1 | |
changed - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit | |||||
2009-02-05 | Bug 476889: importxml.pl crashes when importing bugs ↵ | lpsolit%gmail.com | 1 | -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-02 | Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵ | lpsolit%gmail.com | 1 | -1/+13 | |
by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-29 | Bug 219021: Only display email addresses to logged-in users | mkanat%bugzilla.org | 1 | -0/+22 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-01-24 | Bug 471613: Replace Bugzilla::Util::is_tainted() by Scalar::Util::tainted() ↵ | lpsolit%gmail.com | 1 | -16/+1 | |
- Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit | |||||
2009-01-15 | Bug 464992: Binary attachments, graphical reports and new charts are not ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
displayed correctly on Windows - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-02 | Bug 211006: Make Bugzilla use SHA-256 instead of crypt() to store hashed ↵ | mkanat%bugzilla.org | 1 | -28/+48 | |
passwords in the database Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-12-30 | Bug 105960: xml.cgi generates invalid XML - Patch by Kip Hampton ↵ | lpsolit%gmail.com | 1 | -0/+10 | |
<khampton@totalcinema.com> r/a=mkanat | |||||
2008-10-23 | Bug 455584 - Use bz_crypt everywhere instead of the crypt() function | dkl%redhat.com | 1 | -16/+23 | |
Patch by David Lawrence <dkl@redhat.com> = r/a=LpSolit | |||||
2008-10-10 | Bug 459365 - Scrubber should let <fieldset> and <legend> pass. | wurblzap%gmail.com | 1 | -1/+2 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat | |||||
2008-09-12 | Bug 453767 - Passwords containing wide characters causes system error | dkl%redhat.com | 1 | -0/+5 | |
Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat | |||||
2008-08-28 | Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -10/+10 | |
<LpSolit@gmail.com> r/a=mkanat | |||||
2008-08-27 | Bug 182238: Allow users to choose what time zone to display times in - Patch ↵ | lpsolit%gmail.com | 1 | -20/+24 | |
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-08-18 | Bug 428659 â Setting SSL param to 'authenticated sessions' only ↵ | dkl%redhat.com | 1 | -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-29 | Backing out these patches as they cause a regression. More information | dkl%redhat.com | 1 | -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-10 | Bug 428659 â Setting SSL param to 'authenticated sessions' only ↵ | dkl%redhat.com | 1 | -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-03 | Bug 410902: Some characters are mangled in diff and interdiff modes when ↵ | lpsolit%gmail.com | 1 | -1/+11 | |
viewing patches - Patch by Frédéric Buclin <LpSolit@gmail.com> r=shimono, r=mkanat a=LpSolit | |||||
2008-03-28 | Bug 423439: show_bug.cgi crashes when wrapping comments which contain ↵ | lpsolit%gmail.com | 1 | -0/+5 | |
Unicode characters and tabs in them - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-12-28 | Bug 405898: Date/Time Fields should accept times like H:MM | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-12-19 | Bug 405444: FormatDouble and FormatTriple mangle multi-byte strings in email | mkanat%bugzilla.org | 1 | -1/+17 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, a=mkanat | |||||
2007-11-29 | Bug 397099: Date/Time Fields should have a JavaScript widget for picking a date | mkanat%bugzilla.org | 1 | -3/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat | |||||
2007-11-29 | Bug 405404: HTML::Scrubber throws "undef error - Wide character in ↵ | lpsolit%gmail.com | 1 | -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-23 | Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that contain | mkanat%bugzilla.org | 1 | -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-24 | Bug 357324: Date/Time Custom Fields | mkanat%bugzilla.org | 1 | -0/+17 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-10-08 | Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵ | lpsolit%gmail.com | 1 | -23/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2007-09-17 | Bug 357315: Add the ability to create <textarea> fields | mkanat%bugzilla.org | 1 | -2/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-08-09 | Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-07-20 | Bug 327914: Make Bugzilla::Util::perform_substs() go away - Patch by ↵ | lpsolit%gmail.com | 1 | -26/+0 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-03-17 | Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit | |||||
2006-10-21 | Bug 340538: Insecure dependency in exec while running with -T switch at ↵ | wurblzap%gmail.com | 1 | -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-15 | Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+94 | |
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave | |||||
2006-09-19 | Bug 223880: "marked a duplicate" messages cannot be localized | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-09-14 | Bug 352608: Make checksetup more localizable | mkanat%bugzilla.org | 1 | -1/+44 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-08-20 | Bug 224577: Bugzilla could use a web services interface. | wurblzap%gmail.com | 1 | -6/+7 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk | |||||
2006-07-25 | Bug 344527: Old Charts are broken using mod_perl | mkanat%bugzilla.org | 1 | -3/+25 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-27 | Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalents | mkanat%bugzilla.org | 1 | -27/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave | |||||
2006-06-19 | Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
-> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-19 | Spelling in code comments patch: 'modifed' -> 'modified'; patch by Vlad ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
Dascalu <vladd@bugzilla.org>. | |||||
2006-06-04 | Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by ↵ | lpsolit%gmail.com | 1 | -9/+9 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2006-06-03 | Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+38 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | |||||
2006-01-09 | Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summaries | mozilla%colinogilvie.co.uk | 1 | -2/+2 | |
Patch by Paul <pdemarco@zoominternet.net> and Colin Ogilvie <colin.ogilvie@gmail.com>; r/a=justdave |