Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch for bug 330804: don't talk about QA if the QA contact parameter is ↵ | uid623 | 2006-06-08 | 1 | -2/+6 | |
| | | | | disabled; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, r=LpSolit, a=myk. | |||||
* | Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; ↵ | uid623 | 2006-06-08 | 1 | -1/+1 | |
| | | | | patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=myk. | |||||
* | Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman ↵ | lpsolit%gmail.com | 2006-06-08 | 4 | -66/+79 | |
| | | | | <eseyman@linagora.com> r=LpSolit a=myk | |||||
* | Bug 312935: User Account Log should start with a creation date - Patch by ↵ | lpsolit%gmail.com | 2006-06-08 | 3 | -10/+22 | |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk | |||||
* | Patch for bug 335743: modify checksetup.pl so it no longer generates an ↵ | uid623 | 2006-06-08 | 1 | -2/+2 | |
| | | | | extra \ sign in localconfig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk. | |||||
* | Documentation patch for bug 340713: remove troubleshooting question (related ↵ | uid623 | 2006-06-08 | 1 | -19/+1 | |
| | | | | 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. | |||||
* | Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; ↵ | uid623 | 2006-06-07 | 1 | -12/+40 | |
| | | | | 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. | |||||
* | Bug 340309: process_bug.cgi fails when changing several bugs at once if all ↵ | lpsolit%gmail.com | 2006-06-07 | 1 | -1/+1 | |
| | | | | bugs are in the same product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
* | Follow-up patch for bug 315590: fix scenario where we have private ↵ | uid623 | 2006-06-07 | 1 | -1/+1 | |
| | | | | 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. | |||||
* | Spelling patch: replace 'specify a email-adress' with 'specify an ↵ | uid623 | 2006-06-06 | 1 | -1/+1 | |
| | | | | email-address' in bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
* | Spelling patch: replace 'adresses' with 'addresses' in bugmail_help.html; ↵ | uid623 | 2006-06-06 | 1 | -1/+1 | |
| | | | | patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
* | Follow-up spelling patch for bug 320751: 'adress' should be 'address' in ↵ | uid623 | 2006-06-06 | 1 | -2/+2 | |
| | | | | instalation.xml docs. | |||||
* | Patch for bug 315590: add anchors to flag section; patch by timeless ↵ | uid623 | 2006-06-06 | 1 | -2/+4 | |
| | | | | <timeless@bemail.org>, r=vladd, a=myk. | |||||
* | Documentation patch for bug 338434: update newsgroup links in the ↵ | uid623 | 2006-06-06 | 3 | -7/+8 | |
| | | | | documentation; patch by Emmanuel Seyman, r=vladd. | |||||
* | Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by ↵ | lpsolit%gmail.com | 2006-06-05 | 5 | -0/+94 | |
| | | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
* | Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by ↵ | lpsolit%gmail.com | 2006-06-04 | 2 | -17/+15 | |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
* | Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by ↵ | jocuri%softhome.net | 2006-06-04 | 1 | -0/+1 | |
| | | | | Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=justdave. | |||||
* | Bug 340139: When adding a new attachment, data inserted in the bugs_activity ↵ | lpsolit%gmail.com | 2006-06-04 | 1 | -16/+7 | |
| | | | | table are quoted - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=ghendricks, r=vladd a=justdave | |||||
* | Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch ↵ | lpsolit%gmail.com | 2006-06-04 | 4 | -4/+12 | |
| | | | | by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave | |||||
* | Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by ↵ | lpsolit%gmail.com | 2006-06-03 | 4 | -44/+40 | |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | |||||
* | Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-06-03 | 2 | -17/+12 | |
| | | | | Buclin <LpSolit@gmail.com> r=kiko a=myk | |||||
* | Documentation patch, bug 340130: add a section ID in troubleshooting.xml for ↵ | jocuri%softhome.net | 2006-06-03 | 1 | -2/+2 | |
| | | | | section B9; patch by Vlad Dascalu <vladd@bugzilla.org>, r=Colin. | |||||
* | Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat ↵ | lpsolit%gmail.com | 2006-06-02 | 4 | -0/+20 | |
| | | | | a=justdave | |||||
* | Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵ | lpsolit%gmail.com | 2006-06-02 | 10 | -187/+234 | |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
* | Bug 329377: Bugzilla::Object base class for objects | mkanat%bugzilla.org | 2006-06-01 | 4 | -130/+238 | |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave | |||||
* | Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch ↵ | lpsolit%gmail.com | 2006-06-01 | 4 | -4/+3 | |
| | | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
* | Bug 338573: Auth could throw an insecure dependency error if username is tainted | mkanat%bugzilla.org | 2006-05-31 | 1 | -0/+6 | |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
* | Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as ↵ | mkanat%bugzilla.org | 2006-05-31 | 3 | -18/+29 | |
| | | | | | | the Bugzilla username Patch By guillomovitch@zarb.org r=mkanat, a=myk | |||||
* | Bug 335790: Field names in search form lists should be ordered ↵ | lpsolit%gmail.com | 2006-05-30 | 2 | -4/+11 | |
| | | | | alphabetically - Patch by Toms Baugis <toms.baugis@gmail.com> r=wicked a=myk | |||||
* | Bug 150795: 'Numbering' is silly and should be changed - Patch by timeless ↵ | lpsolit%gmail.com | 2006-05-30 | 1 | -1/+5 | |
| | | | | <timeless@bemail.org> r=LpSolit a=myk | |||||
* | Bug 317774: The template file admin/users/confirm-delete.html.tmpl ↵ | lpsolit%gmail.com | 2006-05-30 | 1 | -2/+2 | |
| | | | | incorrectly uses [% terms.bug %] - Patch by Vlad Dascalu <vladd@bugzilla.org> r=LpSolit a=myk | |||||
* | Bug 324784: editgroups.cgi should make sure groups it edits/removes are not ↵ | lpsolit%gmail.com | 2006-05-30 | 3 | -3/+62 | |
| | | | | used by editparams.cgi (in data/params) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
* | Bug 313023: Param("confirmuniqueusermatch") should not be case sensitive - ↵ | lpsolit%gmail.com | 2006-05-30 | 1 | -1/+1 | |
| | | | | Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk | |||||
* | Bug 337054: Remove get_component_id() and get_component_name() from ↵ | lpsolit%gmail.com | 2006-05-30 | 8 | -173/+107 | |
| | | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
* | Fix a test failure caused by a checkin fix that I did on bug 302876. | mkanat%bugzilla.org | 2006-05-29 | 1 | -2/+2 | |
| | ||||||
* | Bug 302876: Database Version-Checking needs to be more modular and more generic | mkanat%bugzilla.org | 2006-05-29 | 5 | -66/+65 | |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk | |||||
* | Bug 152361: can't continue walking a dependency tree - Patch by André ↵ | lpsolit%gmail.com | 2006-05-23 | 3 | -0/+9 | |
| | | | | Batosti <batosti@async.com.br> r/a=myk | |||||
* | Bug 323106: create-series JavaScript Error: 'options' is null or not an ↵ | lpsolit%gmail.com | 2006-05-23 | 1 | -1/+1 | |
| | | | | object - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=myk | |||||
* | Bug 328642: Params should be in Bugzilla->params instead of being a ↵ | mkanat%bugzilla.org | 2006-05-23 | 3 | -77/+89 | |
| | | | | | | Bugzilla::Config subroutine Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
* | Bug 331365: Sendmail complains about a possible attack because there's a ↵ | lpsolit%gmail.com | 2006-05-23 | 1 | -1/+2 | |
| | | | | newline in the email address - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r=glob a=justdave | |||||
* | Bug 139309: Include real name (not just email address) in bugmail comment ↵ | lpsolit%gmail.com | 2006-05-22 | 1 | -8/+8 | |
| | | | | and diff headers - Patch by Karsten "Mnyromyr" Düsterloh <mnyromyr@tprac.de> r=LpSolit a=justdave | |||||
* | Bug 332522: Remove $::prodmaxvotes - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2006-05-22 | 3 | -73/+47 | |
| | | | | <LpSolit@gmail.com> r=mkanat a=myk | |||||
* | Bug 338365: Bugzilla::BugMail calls Param() outside of any function | mkanat%bugzilla.org | 2006-05-21 | 1 | -7/+7 | |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=justdave | |||||
* | Bug 337782: Change the way that whine.pl gets and formats the current date | mkanat%bugzilla.org | 2006-05-21 | 1 | -10/+7 | |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
* | Bug 337055: Move AnyDefaultGroups() from globals.pl into process_bug.cgi - ↵ | lpsolit%gmail.com | 2006-05-19 | 2 | -19/+17 | |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
* | Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and ↵ | lpsolit%gmail.com | 2006-05-17 | 5 | -231/+129 | |
| | | | | FlagType.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
* | Bug 337747: config.cgi fails with an SQL error in Bugzilla::Keyword with no ↵ | mozilla%colinogilvie.co.uk | 2006-05-17 | 1 | -4/+2 | |
| | | | | | | keywords defined Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=justdave | |||||
* | Bug 337701: 012throwables.t doesn't recognize that certain errors are ↵ | mkanat%bugzilla.org | 2006-05-17 | 1 | -3/+12 | |
| | | | | | | AUTH_ERROR codes Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
* | Bug 337777: Typo at bottom; 'myslqd' should be 'mysqld' | mozilla%colinogilvie.co.uk | 2006-05-17 | 1 | -3/+3 | |
| | | | | Patch by me; r=mkanat | |||||
* | Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) ↵ | lpsolit%gmail.com | 2006-05-16 | 1 | -0/+1 | |
| | | | | r=wicked on IRC |