Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-10 | Bug 471871: Bugzilla::Version has duplicated code compared to ↵ | lpsolit%gmail.com | 3 | -111/+93 | |
Bugzilla::Object (make Bugzilla::Version really a subclass of Bugzilla::Object) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-04-09 | Fix a warning thrown in the web server error log (due to bug 454251) | lpsolit%gmail.com | 1 | -1/+2 | |
2009-04-09 | Bug 440259 (2nd attempt): User::match should be using ↵ | lpsolit%gmail.com | 1 | -13/+6 | |
Bugzilla::User->new_from_list - Patch by arbingersys <arbingersys@gmail.com> r/a=LpSolit | |||||
2009-04-09 | Bug 454251: Implement Bugzilla::Attachment->create() and ↵ | lpsolit%gmail.com | 3 | -323/+381 | |
$attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner) | |||||
2009-04-08 | Fix the warning thrown by 011pod.t | lpsolit%gmail.com | 1 | -1/+1 | |
2009-04-08 | Fix incorrect regexp for bug 333648 - Patch by me | lpsolit%gmail.com | 1 | -1/+1 | |
2009-04-08 | Back out bug 440259. PostgreSQL fails | lpsolit%gmail.com | 1 | -6/+10 | |
2009-04-06 | Bug 302420: Allow whining messages to be sent even without any results - ↵ | wicked%sci.fi | 2 | -0/+6 | |
Patch by Micheal J. Tosh <michael.j.tosh@lmco.com> r=wicked a=mkanat | |||||
2009-04-06 | Bug 486881: A powerless user can still see a restricted bug when he removes ↵ | lpsolit%gmail.com | 2 | -0/+6 | |
all his roles related to the bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-04-04 | Bug 486239: [Oracle] Missing keyword RESTRICT on fk creation (DB::Schema ↵ | mkanat%bugzilla.org | 2 | -2/+4 | |
explicitly specified DELETE => 'RESTRICT') Patch by Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat | |||||
2009-04-03 | Bug 123165 â Permissions setup option for bugzilla_user==webserver_user ↵ | wurblzap%gmail.com | 2 | -8/+26 | |
(suexec). Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat | |||||
2009-03-31 | Bug 462068: Add FK constraints to the longdescs table - Patch by Vipin Hegde ↵ | lpsolit%gmail.com | 1 | -2/+8 | |
<vipinhegde@gmail.com> r/a=mkanat | |||||
2009-03-31 | Bug 440259: User::match should be using Bugzilla::User->new_from_list - ↵ | lpsolit%gmail.com | 1 | -10/+6 | |
Patch by arbingersys <arbingersys@gmail.com> r=LpSolit a=mkanat | |||||
2009-03-31 | Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric ↵ | lpsolit%gmail.com | 2 | -16/+2 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-03-31 | Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵ | lpsolit%gmail.com | 6 | -35/+23 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-03-31 | Bug 432907: Create a JSON frontend for WebServices | mkanat%bugzilla.org | 11 | -93/+434 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-03-31 | Change trunk version number to 3.5. | mkanat%bugzilla.org | 1 | -1/+1 | |
2009-03-31 | Bug 423613: Make profiles.extern_id actually UNIQUE in the DB schema. | mkanat%bugzilla.org | 2 | -0/+6 | |
Patch by arbingersys@gmail.com r=mkanat, a=mkanat | |||||
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-03-04 | Bug 474779: Quicksearch cannot find mixed/upper case keywords - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Kent Rogers <kar@cray.com> r/a=LpSolit | |||||
2009-03-02 | Bug 480999: Irrelevant username check in the 'Email Addresses, Bug Numbers, ↵ | lpsolit%gmail.com | 1 | -9/+12 | |
and Votes' section if no checkbox is checked - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-03-02 | Bug 154482: Checking none of the checkboxes in the "Email Addresses, Bug ↵ | lpsolit%gmail.com | 1 | -3/+0 | |
Numbers, and Votes" section of query.cgi shouldn't throw an error - Original patch by timeless <timeless@bemail.org>, updated by me, r/a=mkanat | |||||
2009-03-02 | Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION ↵ | mkanat%bugzilla.org | 4 | -20/+42 | |
max_allowed_packet (and previous versions of MySQL were just ignoring the SET SESSION), so just warn people if their max_allowed_packet is too small Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-03-02 | Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi. | mkanat%bugzilla.org | 1 | -0/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-02-26 | Bug 477745: [Oracle] Search doesn't work because of sql_string_until - Patch ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2009-02-23 | Bug 476607: "Constant subroutine redefined" warnings from ↵ | mkanat%bugzilla.org | 1 | -6/+6 | |
Bugzilla::Field::Choice Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-02-22 | Bug 467920: Remove multiple CRs in a row from the email template and make ↵ | mkanat%bugzilla.org | 1 | -1/+14 | |
sure all email lines end in CRLF. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat | |||||
2009-02-21 | Bug 479345: Field::Choice->update returns incorrect data in list context, ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
leading group settings changes to crash - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-02-20 | Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" ↵ | lpsolit%gmail.com | 2 | -2/+2 | |
column is displayed - Patches by Frédéric Buclin <LpSolit@gmail.com> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat | |||||
2009-02-14 | Bug 333648: Add flag change to activity log and bugmail when only setter is ↵ | wicked%sci.fi | 2 | -32/+9 | |
changed - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit | |||||
2009-02-11 | Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebService | mkanat%bugzilla.org | 4 | -171/+234 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-02-09 | Bug 477513: md5_hex() fails if a saved search has UTF8 characters in it - ↵ | lpsolit%gmail.com | 1 | -1/+7 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-02-08 | Bug 371995: Allow the Product field to restrict visibility of custom fields | mkanat%bugzilla.org | 3 | -3/+32 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-02-06 | There was one too many =back's in the last patch, tests failed. | mkanat%bugzilla.org | 1 | -1/+0 | |
2009-02-05 | Bug 458853 - Add a "permissive" argument that allows Bug.get to return even ↵ | dkl%redhat.com | 1 | -1/+13 | |
if there are errors Updated method history to show new changes. | |||||
2009-02-05 | Bug 458853 - Add a "permissive" argument that allows Bug.get to return even ↵ | dkl%redhat.com | 1 | -6/+63 | |
if there are errors Patch by Noura Nelhawary <nelhawar@redhat.com> - r=dkl/mkanat a=mkanat | |||||
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-03 | Bump version number post-release. | mkanat%bugzilla.org | 1 | -1/+1 | |
2009-02-03 | Bump version number for 3.3.3. | mkanat%bugzilla.org | 1 | -1/+1 | |
2009-02-03 | Bug 476594: [SECURITY] Calling srand() at startup time in mod_perl makes the ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
same token be generated over and over Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat | |||||
2009-02-03 | Bump version number post-release. | mkanat%bugzilla.org | 1 | -1/+1 | |
2009-02-03 | Bump version number for 3.3.2. | mkanat%bugzilla.org | 1 | -1/+1 | |
2009-02-02 | Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ↵ | lpsolit%gmail.com | 1 | -1/+7 | |
possibly harmful attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=LpSolit | |||||
2009-02-02 | I almost forgot the fix on checkin for bug 26257 | lpsolit%gmail.com | 1 | -1/+0 | |
2009-02-02 | Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵ | lpsolit%gmail.com | 3 | -2/+69 | |
bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-02-02 | Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵ | lpsolit%gmail.com | 3 | -1/+44 | |
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 | 3 | -0/+49 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-01-28 | Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, ↵ | dkl%redhat.com | 1 | -6/+6 | |
otherwise show bug id Mistakenly checked in previous version of patch. This brings the changes up to date with the approved patch. dkl | |||||
2009-01-28 | Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, ↵ | dkl%redhat.com | 1 | -11/+15 | |
otherwise show bug id Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat | |||||
2009-01-26 | Bug 474516: specific_search_allow_empty_words should default to on | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit |