aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵lpsolit%gmail.com2006-05-0812-58/+70
| | | | into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-05-085-27/+22
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Fix a typo in the Release Notes pointed out by RSZ.mkanat%bugzilla.org2006-05-051-1/+1
|
* Bug 335572: contrib/bzdbcopy.pl fails because it tries to insert too long a ↵mkanat%bugzilla.org2006-05-011-7/+0
| | | | | | name into fielddefs Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 331008: Consistently name errors either prod_ or product_ - Patch by ↵lpsolit%gmail.com2006-05-012-17/+17
| | | | timeless <timeless@bemail.org> r=LpSolit a=justdave
* Bug 332925: The heading of the attachment diff page can extend off the ↵lpsolit%gmail.com2006-05-011-2/+0
| | | | right-hand side of the page, requiring horizontal scrolling in order to reach the link to the host bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 335999: Remove documentation specific to MySQL 3.x and to Pg 7.4.x - ↵lpsolit%gmail.com2006-05-011-60/+4
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin
* Followup docs to Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a ↵mozilla%colinogilvie.co.uk2006-04-301-2/+2
| | | | | | column to be SERIAL Patch by me, r=LpSolit on IRC
* Bug 335633: Docs still refer to "loginmethod"mozilla%colinogilvie.co.uk2006-04-301-5/+5
| | | | Patch by victory(_RSZ_) <bmo@rsz.jp>; r=me
* Bump version post-release.mkanat%bugzilla.org2006-04-231-1/+1
|
* Update the version numbers for 2.23.1.mkanat%bugzilla.org2006-04-232-4/+4
|
* Bug 329628: Finalize Release Notes for 2.22 - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-04-221-7/+13
| | | | <LpSolit@gmail.com> r=mkanat
* Bug 329629: Release Notes for 2.20.2 - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-04-221-10/+35
| | | | <LpSolit@gmail.com> r=mkanat