Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-22 | Bug 859315: lots of "Lock wait timeout exceeded" errors when updating ↵ | Byron Jones | 1 | -3/+3 | |
cf_crash_signature | |||||
2012-11-26 | Bug 812543 - Back port patch from bug 797636 to bmo/4.2 to bring in ↵ | Dave Lawrence | 1 | -10/+11 | |
performance enhancements r=glob | |||||
2012-10-16 | Bug 577329 - WebServices should filter email addresses same as the web UI as ↵ | Dave Lawrence | 1 | -1/+1 | |
users are not always required to login | |||||
2012-10-12 | Bug 799257 - Backport bug 795650 and bug 797833 to bmo/4.0 and bmo/4.2 for ↵ | Dave Lawrence | 1 | -8/+11 | |
performance improvement r=glob | |||||
2012-04-18 | Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed ↵ | Frédéric Buclin | 1 | -3/+105 | |
by altering the X-FORWARDED-FOR header r=glob a=LpSolit | |||||
2012-03-29 | Bug 554819: Quicksearch should be using Text::ParseWords instead of custom ↵ | Frédéric Buclin | 1 | -16/+1 | |
code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit | |||||
2012-01-31 | Bug 714472: (CVE-2012-0448) [SECURITY] utf8 homoglyphs are allowed in email ↵ | Frédéric Buclin | 1 | -1/+1 | |
addresses, which could allow an attacker to be CC'ed to private bugs by accident r=glob a=LpSolit | |||||
2011-11-19 | cancelled -> canceled | Frédéric Buclin | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=703788 | |||||
2011-11-19 | Bug 703788: Improve performance of diff_arrays() with large arrays | Frédéric Buclin | 1 | -26/+29 | |
r/a=mkanat | |||||
2011-08-05 | Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to the | Max Kanat-Alexander | 1 | -1/+1 | |
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat | |||||
2011-05-30 | Bug 659816: Fix url_decoding of utf8 strings | Byron Jones | 1 | -4/+1 | |
r=mkanat, a=mkanat | |||||
2011-03-09 | revert accidental property changes | Byron Jones | 1 | -0/+0 | |
2011-03-09 | Bug 633776: Automatic charset detection for text attachments | Byron Jones | 1 | -1/+67 | |
r=mkanat, a=mkanat | |||||
2011-02-11 | Bug 620827: Refactor remove see also to use remove_from_db instead. | Tiago Mello | 1 | -7/+19 | |
r/a=mkanat | |||||
2011-01-24 | Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of | Max Kanat-Alexander | 1 | -1/+8 | |
generate_random_password, to protect against an account compromise issue and other critical vulnerabilities. r=LpSolit, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=621591 | |||||
2011-01-04 | Bug 595410: Make it faster to display a bug that has a lot of dependencies. | Max Kanat-Alexander | 1 | -0/+9 | |
r=LpSolit, a=LpSolit | |||||
2010-09-30 | Bug 573195: Make Bug.get return all of a bug's standard and custom field | Max Kanat-Alexander | 1 | -3/+12 | |
information r=dkl, a=mkanat | |||||
2010-08-06 | Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so ↵ | Frédéric Buclin | 1 | -19/+1 | |
that bugmails are 100% localizable r/a=mkanat | |||||
2010-06-24 | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 1 | -2/+5 | |
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat | |||||
2010-06-16 | A few tinderbox bustage fixes from the checkin of bug 24896. | Max Kanat-Alexander | 1 | -1/+1 | |
2010-06-16 | Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with | Max Kanat-Alexander | 1 | -1/+31 | |
multiple buglists at once r=glob, a=mkanat | |||||
2010-04-22 | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 1 | -31/+1 | |
r=timello, a=mkanat | |||||
2010-04-03 | Bug 556439: Prevent datetime_from from dying if it gets 0000-00-00 as a | Max Kanat-Alexander | 1 | -0/+3 | |
date from the database r=LpSolit, a=LpSolit | |||||
2010-03-14 | Bug 498309: Speed up show_bug.cgi when there are many comments by caching | Max Kanat-Alexander | 1 | -1/+29 | |
field-descs globally for all template calls r=LpSolit, a=LpSolit | |||||
2010-01-05 | Bug 534587 - "Bugmail uses the timezone of the changee instead of the user ↵ | reed%reedloden.com | 1 | -2/+2 | |
receiving the mail" [p=reed r=mkanat a=mkanat] | |||||
2009-12-31 | Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxies | mkanat%bugzilla.org | 1 | -1/+11 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-26 | Bug 329638: https login page switches to http on submit if ssl_redirect = ↵ | lpsolit%gmail.com | 1 | -1/+10 | |
false - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-11-18 | Bug 360626 - "ThrowTemplateError() used in Util.pm" [p=reed r=LpSolit a=LpSolit] | reed%reedloden.com | 1 | -2/+4 | |
2009-11-16 | Bug 528872 - "Attachments in attachments table should have CSS classes to ↵ | reed%reedloden.com | 1 | -2/+2 | |
help with styling" [p=reed r=LpSolit a=LpSolit] | |||||
2009-11-10 | Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments | mkanat%bugzilla.org | 1 | -33/+50 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
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 |