summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-30Bug 335790: Field names in search form lists should be ordered alphabetically...lpsolit%gmail.com2-4/+11
2006-05-30Bug 150795: 'Numbering' is silly and should be changed - Patch by timeless <t...lpsolit%gmail.com1-1/+5
2006-05-30Bug 317774: The template file admin/users/confirm-delete.html.tmpl incorrectl...lpsolit%gmail.com1-2/+2
2006-05-30Bug 324784: editgroups.cgi should make sure groups it edits/removes are not u...lpsolit%gmail.com3-3/+62
2006-05-30Bug 313023: Param("confirmuniqueusermatch") should not be case sensitive - Pa...lpsolit%gmail.com1-1/+1
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com8-173/+107
2006-05-29Fix a test failure caused by a checkin fix that I did on bug 302876.mkanat%bugzilla.org1-2/+2
2006-05-29Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org5-66/+65
2006-05-23Bug 152361: can't continue walking a dependency tree - Patch by André Batost...lpsolit%gmail.com3-0/+9
2006-05-23Bug 323106: create-series JavaScript Error: 'options' is null or not an objec...lpsolit%gmail.com1-1/+1
2006-05-23Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...mkanat%bugzilla.org3-77/+89
2006-05-23Bug 331365: Sendmail complains about a possible attack because there's a newl...lpsolit%gmail.com1-1/+2
2006-05-23Bug 139309: Include real name (not just email address) in bugmail comment and...lpsolit%gmail.com1-8/+8
2006-05-22Bug 332522: Remove $::prodmaxvotes - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com3-73/+47
2006-05-21Bug 338365: Bugzilla::BugMail calls Param() outside of any functionmkanat%bugzilla.org1-7/+7
2006-05-21Bug 337782: Change the way that whine.pl gets and formats the current datemkanat%bugzilla.org1-10/+7
2006-05-19Bug 337055: Move AnyDefaultGroups() from globals.pl into process_bug.cgi - Pa...lpsolit%gmail.com2-19/+17
2006-05-17Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagT...lpsolit%gmail.com5-231/+129
2006-05-17Bug 337747: config.cgi fails with an SQL error in Bugzilla::Keyword with no k...mozilla%colinogilvie.co.uk1-4/+2
2006-05-17Bug 337701: 012throwables.t doesn't recognize that certain errors are AUTH_ER...mkanat%bugzilla.org1-3/+12
2006-05-17Bug 337777: Typo at bottom; 'myslqd' should be 'mysqld'mozilla%colinogilvie.co.uk1-3/+3
2006-05-16Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) ...lpsolit%gmail.com1-0/+1
2006-05-16Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max K...lpsolit%gmail.com1-0/+5
2006-05-16Bug 337683: The user prefs tab let you change the password and email address ...lpsolit%gmail.com1-0/+3
2006-05-16Bug 337681: When trying to impersonate someone, the UI displays the password ...lpsolit%gmail.com1-1/+4
2006-05-16Bug 337661: LDAP user login failure: Can't locate object method "realname" vi...lpsolit%gmail.com1-1/+1
2006-05-16Bug 303709: Eliminate deprecated Bugzilla::DB routines from sendbugmail.pl, s...lpsolit%gmail.com3-45/+48
2006-05-15Bug 337560: User Watching prefs should have an HTML anchor name - Patch by ti...lpsolit%gmail.com1-2/+2
2006-05-15Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - P...lpsolit%gmail.com2-0/+13
2006-05-15Bug 303708: Eliminate deprecated Bugzilla::DB routines from BugzillaEmail.pm,...lpsolit%gmail.com3-205/+198
2006-05-15Bug 337444: t/012throwables.t shouldn't fail due to unused error tags in code...lpsolit%gmail.com1-5/+17
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org35-1349/+1499
2006-05-11Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org5-6/+51
2006-05-10Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Pat...lpsolit%gmail.com3-1/+21
2006-05-10Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error mess...lpsolit%gmail.com1-2/+2
2006-05-08Bug 337026: Users with no privs cannot edit bugs anymore (if being logged out...lpsolit%gmail.com1-0/+23
2006-05-08Bug 333581: Provide editbugs as default timetrackinggroup value.wurblzap%gmail.com1-1/+1
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com12-58/+70
2006-05-08Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com5-27/+22
2006-05-05Fix a typo in the Release Notes pointed out by RSZ.mkanat%bugzilla.org1-1/+1
2006-05-01Bug 335572: contrib/bzdbcopy.pl fails because it tries to insert too long a n...mkanat%bugzilla.org1-7/+0
2006-05-01Bug 331008: Consistently name errors either prod_ or product_ - Patch by time...lpsolit%gmail.com2-17/+17
2006-05-01Bug 332925: The heading of the attachment diff page can extend off the right-...lpsolit%gmail.com1-2/+0
2006-05-01Bug 335999: Remove documentation specific to MySQL 3.x and to Pg 7.4.x - Patc...lpsolit%gmail.com1-60/+4
2006-04-30Followup docs to Bug 329537: [PostgreSQL] Bugzilla::DB::Pg can't alter a colu...mozilla%colinogilvie.co.uk1-2/+2
2006-04-30Bug 335633: Docs still refer to "loginmethod"mozilla%colinogilvie.co.uk1-5/+5
2006-04-23Bump version post-release.mkanat%bugzilla.org1-1/+1
2006-04-23Update the version numbers for 2.23.1.mkanat%bugzilla.org2-4/+4
2006-04-22Bug 329628: Finalize Release Notes for 2.22 - Patch by Frédéric Buclin <LpS...lpsolit%gmail.com1-7/+13
2006-04-22Bug 329629: Release Notes for 2.20.2 - Patch by Frédéric Buclin <LpSolit@gm...lpsolit%gmail.com1-10/+35