- 15 Jun, 2006 1 commit
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
-
- 14 Jun, 2006 1 commit
-
-
lpsolit%gmail.com authored
Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
-
- 13 Jun, 2006 3 commits
-
-
vladd%bugzilla.org authored
-
lpsolit%gmail.com authored
Bug 340426: Add a navbar at the top of each pages + have a better title - Patch by Frédéric Buclin <LpSolit@gmail.com> and Byron Jones <bugzilla@glob.com.au> r=glob a=justdave
-
lpsolit%gmail.com authored
Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
-
- 09 Jun, 2006 2 commits
-
-
vladd%bugzilla.org authored
Spelling patch: replace 'Saved searches' with 'Saved Searches' in the prefs panel for UI consistency; r=timeless on IRC, no bug number.
-
vladd%bugzilla.org authored
Documentation patch for bug 340904: remove false statement from documentation that specified the fact that we still store plain text passwords in the database (which is false); patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit.
-
- 08 Jun, 2006 11 commits
-
-
vladd%bugzilla.org authored
Follow-up spelling patch for bug 44595: replace 'a irreversible way' with 'an irreversible way'; patch by Vlad Dascalu <vladd@bugzilla.org>.
-
vladd%bugzilla.org authored
Documentation patch for bug 314385: fine-tune the MySQL configuration instructions for allowing large attachments to be stored; patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=vladd.
-
uid623 authored
Patch for bug 329178: Remove old code specific to MySQL 3.x from DB::Mysql as we no longer support it; patch by Vlad Dascalu <vladd@bugzilla.org>, r=mkanat, a=myk.
-
lpsolit%gmail.com authored
Bug 339667: Attachment data not deleted when deleting a component or a product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
-
uid623 authored
Patch for bug 340154: readd #chart anchor in query.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk.
-
uid623 authored
Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, r=LpSolit, a=myk.
-
uid623 authored
Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=myk.
-
lpsolit%gmail.com authored
Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=myk
-
lpsolit%gmail.com authored
Bug 312935: User Account Log should start with a creation date - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk
-
uid623 authored
Patch for bug 335743: modify checksetup.pl so it no longer generates an extra \ sign in localconfig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk.
-
uid623 authored
Documentation patch for bug 340713: remove troubleshooting question (related to Perl 5.6.1 upgrade) from the 2.20, 2.22 and trunk docs, as we already require 5.6.1 in these places; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin.
-
- 07 Jun, 2006 3 commits
-
-
uid623 authored
Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; increase speed when DB connectivity is poor and shift the burden on the webserver in order to improve scalability when multiple web frontends are used with a single backend DB; patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua>, r=wicked, r=mkanat, a=myk.
-
lpsolit%gmail.com authored
Bug 340309: process_bug.cgi fails when changing several bugs at once if all bugs are in the same product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
-
uid623 authored
Follow-up patch for bug 315590: fix scenario where we have private attachments, and make the numbering behaviour consistent with the way we currently treat private bug comments; patch by Vlad Dascalu <vladd@bugzilla.org>, r=timeless; a=myk on the bug.
-
- 06 Jun, 2006 5 commits
-
-
uid623 authored
Spelling patch: replace 'specify a email-adress' with 'specify an email-address' in bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>.
-
uid623 authored
Spelling patch: replace 'adresses' with 'addresses' in bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>.
-
uid623 authored
-
uid623 authored
Patch for bug 315590: add anchors to flag section; patch by timeless <timeless@bemail.org>, r=vladd, a=myk.
-
uid623 authored
Documentation patch for bug 338434: update newsgroup links in the documentation; patch by Emmanuel Seyman, r=vladd.
-
- 05 Jun, 2006 1 commit
-
-
lpsolit%gmail.com authored
Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
-
- 04 Jun, 2006 4 commits
-
-
lpsolit%gmail.com authored
Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
-
jocuri%softhome.net authored
Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=justdave.
-
lpsolit%gmail.com authored
Bug 340139: When adding a new attachment, data inserted in the bugs_activity table are quoted - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=ghendricks, r=vladd a=justdave
-
lpsolit%gmail.com authored
Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
-
- 03 Jun, 2006 3 commits
-
-
lpsolit%gmail.com authored
Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
-
lpsolit%gmail.com authored
Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
-
jocuri%softhome.net authored
Documentation patch, bug 340130: add a section ID in troubleshooting.xml for section B9; patch by Vlad Dascalu <vladd@bugzilla.org>, r=Colin.
-
- 02 Jun, 2006 2 commits
-
-
lpsolit%gmail.com authored
-
lpsolit%gmail.com authored
Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
-
- 01 Jun, 2006 2 commits
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave
-
lpsolit%gmail.com authored
Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
-
- 31 May, 2006 2 commits
-
-
mkanat%bugzilla.org authored
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
-
mkanat%bugzilla.org authored
Patch By guillomovitch@zarb.org r=mkanat, a=myk
-