aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by ↵lpsolit%gmail.com2006-06-042-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.net2006-06-041-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.com2006-06-041-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.com2006-06-044-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.com2006-06-034-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.com2006-06-032-17/+12
| | | | Buclin <LpSolit@gmail.com> r=kiko a=myk
* Documentation patch, bug 340130: add a section ID in troubleshooting.xml for ↵jocuri%softhome.net2006-06-031-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.com2006-06-024-0/+20
| | | | a=justdave
* Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵lpsolit%gmail.com2006-06-0210-187/+234
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 329377: Bugzilla::Object base class for objectsmkanat%bugzilla.org2006-06-014-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.com2006-06-014-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 taintedmkanat%bugzilla.org2006-05-311-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.org2006-05-313-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.com2006-05-302-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.com2006-05-301-1/+5
| | | | <timeless@bemail.org> r=LpSolit a=myk
* Bug 317774: The template file admin/users/confirm-delete.html.tmpl ↵lpsolit%gmail.com2006-05-301-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.com2006-05-303-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.com2006-05-301-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.com2006-05-308-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.org2006-05-291-2/+2
|
* Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org2006-05-295-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.com2006-05-233-0/+9
| | | | Batosti <batosti@async.com.br> r/a=myk
* Bug 323106: create-series JavaScript Error: 'options' is null or not an ↵lpsolit%gmail.com2006-05-231-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.org2006-05-233-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.com2006-05-231-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.com2006-05-221-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.com2006-05-223-73/+47
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 338365: Bugzilla::BugMail calls Param() outside of any functionmkanat%bugzilla.org2006-05-211-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 datemkanat%bugzilla.org2006-05-211-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.com2006-05-192-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.com2006-05-175-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.uk2006-05-171-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.org2006-05-171-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.uk2006-05-171-3/+3
| | | | Patch by me; r=mkanat
* Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) ↵lpsolit%gmail.com2006-05-161-0/+1
| | | | r=wicked on IRC
* Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max ↵lpsolit%gmail.com2006-05-151-0/+5
| | | | Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 337683: The user prefs tab let you change the password and email address ↵lpsolit%gmail.com2006-05-151-0/+3
| | | | of a user being impersonated when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 337681: When trying to impersonate someone, the UI displays the password ↵lpsolit%gmail.com2006-05-151-1/+4
| | | | field when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 337661: LDAP user login failure: Can't locate object method "realname" ↵lpsolit%gmail.com2006-05-151-1/+1
| | | | via package "Bugzilla::User" - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 303709: Eliminate deprecated Bugzilla::DB routines from sendbugmail.pl, ↵lpsolit%gmail.com2006-05-153-45/+48
| | | | sendunsentbugmail.pl and syncLDAP.pl scripts in contrib - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 337560: User Watching prefs should have an HTML anchor name - Patch by ↵lpsolit%gmail.com2006-05-151-2/+2
| | | | timeless <timeless@bemail.org> r=LpSolit a=justdave
* Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - ↵lpsolit%gmail.com2006-05-152-0/+13
| | | | Patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net> and timeless <timeless@bemail.org> r=wicked a=justdave
* Bug 303708: Eliminate deprecated Bugzilla::DB routines from ↵lpsolit%gmail.com2006-05-153-205/+198
| | | | BugzillaEmail.pm, bug_email.pl and bugzilla_email_append.pl in contrib - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
* Bug 337444: t/012throwables.t shouldn't fail due to unused error tags in ↵lpsolit%gmail.com2006-05-151-5/+17
| | | | code/user-error.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-1235-1349/+1499
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org2006-05-105-6/+51
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 7710: Pref to automatically put me on the CC: list of bugs I change - ↵lpsolit%gmail.com2006-05-103-1/+21
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
* Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error ↵lpsolit%gmail.com2006-05-101-2/+2
| | | | message - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 337026: Users with no privs cannot edit bugs anymore (if being logged ↵lpsolit%gmail.com2006-05-081-0/+23
| | | | out first) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 333581: Provide editbugs as default timetrackinggroup value.wurblzap%gmail.com2006-05-081-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, kevin.benton, a=myk