aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 302326: Column sort links in bug lists should use field IDs instead of ↵lpsolit%gmail.com2005-12-212-8/+25
| | | | names - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 320866: Watching the same address twice produces software error - Patch ↵lpsolit%gmail.com2005-12-211-3/+3
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=kevin r=bkor a=justdave
* Bug 320902 confirm-user-match is mean to IEtimeless%mozdev.org2005-12-201-2/+4
| | | | r=mkanat a=justdave
* Bug 320275 !Node "compat" hack is very brokentimeless%mozdev.org2005-12-192-63/+68
| | | | r=myk a=justdave
* Back out bug 297187: see comment 20.mkanat%kerio.com2005-12-191-1/+0
|
* Bug 305968: [PostgreSQL] Comparison between TIMESTAMP and TIMESTAMP(0) ↵lpsolit%gmail.com2005-12-191-1/+1
| | | | prevents bugmail delivery - Patch by Emmanuel Seyman <eseyman@linagora.com> r=mkanat a=justdave
* Bug 320289: [PostgreSQL] Ordering a buglist by "Actual Hours" fails - Patch ↵lpsolit%gmail.com2005-12-191-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 314757: The mybugstemplate parameter should include UNCONFIRMED bugs I ↵wurblzap%gmail.com2005-12-191-1/+1
| | | | | | | reported myself. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 319082: "new Bugzilla::User($uid)" allows you to pass invalid $uid - ↵lpsolit%gmail.com2005-12-191-3/+15
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 310325: Workaround MySQL bug incorrectly thinking a column contains NULL ↵mkanat%kerio.com2005-12-191-1/+11
| | | | | | values Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
* Bug 310231: MySQL-specific get_alter_column_ddl will not drop primary keymkanat%kerio.com2005-12-191-1/+14
| | | | Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
* Bug 297187: checksetup.pl: primary key for groups exists. ( bit ) conflict ↵mkanat%kerio.com2005-12-191-0/+1
| | | | | | with id as primary key Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 311512 When editing a user entry on Bugzilla, the "Real Name" field is ↵timeless%mozdev.org2005-12-181-0/+2
| | | | | | filled in incorrectly. r=justdave a=justdave
* Bug 208827: Default Attachment Creation to "autodetect" - Patch by Vlad ↵lpsolit%gmail.com2005-12-141-1/+1
| | | | Dascalu <vladd@bugzilla.org> r=jouni a=justdave
* Bug 278414: Cannot add 'cc' notification for Flags when using emailsuffixes ↵lpsolit%gmail.com2005-12-142-4/+17
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 266147: Internal error when Flag::notify() ends up with an invalid or ↵lpsolit%gmail.com2005-12-142-35/+73
| | | | empty CC: list and no requestee in restricted bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 319718: Make summary the link title for bookmarkable templates.wurblzap%gmail.com2005-12-142-2/+13
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=timeless, a=justdave
* Bug 299653: sanitycheck.cgi should catch missing bugs.creation_ts - Patch by ↵lpsolit%gmail.com2005-12-141-0/+31
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 319942: Preferences not deleted along with user accounts.wurblzap%gmail.com2005-12-142-3/+27
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 319943: Sanity check should CrossCheck the user_id of email_setting and ↵wurblzap%gmail.com2005-12-141-0/+2
| | | | | | | profile_setting tables. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 319972: Hardcoded state string on product edit page.wurblzap%gmail.com2005-12-141-1/+4
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 313679: Changing email address in sudo mode logs user in askarl%kornel.name2005-12-141-1/+3
| | | | | impersonated user - Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave
* Bug 310108: checksetup.pl fails if attachstatuses or attachstatusdefs tables ↵mkanat%kerio.com2005-12-131-4/+3
| | | | | | are empty Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 319220: checksetup.pl can't cope with a standard CVS install or update.wurblzap%gmail.com2005-12-121-0/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 302694: Show multiple bugs emits errors about addReplyLink missing.wurblzap%gmail.com2005-12-121-4/+6
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 271596: editcomponents priv allows you to see/edit products you don't ↵lpsolit%gmail.com2005-12-126-41/+88
| | | | have access to - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 319241: Bugzilla.pm is freely accessible from the web - Patch by ↵lpsolit%gmail.com2005-12-121-1/+9
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 319089: editkeywords.cgi throws an error when action="edit" or "delete" ↵lpsolit%gmail.com2005-12-121-6/+11
| | | | and the "id" parameter is invalid - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 313430: Bug numbers in 'My Votes' are mis-aligned...way off to right - ↵lpsolit%gmail.com2005-12-121-1/+1
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 291048: Empty cells in show_activity.cgi when removed/added is zero - ↵lpsolit%gmail.com2005-12-121-2/+2
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 277690: Missing table cells on votes for user list - Patch by Olav ↵lpsolit%gmail.com2005-12-121-6/+5
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 318842: Bugs with "New:" in the header have an extra space before "New:" ↵lpsolit%gmail.com2005-12-081-1/+1
| | | | - Patch by Adam Guthrie <ispiked@gmail.com> r=myk a=justdave
* Bug 301764: The file size indicates "0" when editing local attachments - ↵lpsolit%gmail.com2005-12-084-79/+86
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 238780: editversions.cgi should reject newline characters (and convert ↵lpsolit%gmail.com2005-12-082-1/+18
| | | | them to whitespaces) - Patch by Paul <pdemarco@ppg.com> r=LpSolit a=justdave
* Bug 319055: Mail::Mailer truncates messages at a line with a period when ↵lpsolit%gmail.com2005-12-061-0/+3
| | | | using sendmail - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 318838: Javascript error when loading index.cgi - Patch by Frédéric ↵lpsolit%gmail.com2005-12-031-1/+1
| | | | Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 318225: "Create" button for flags has many leading spaces.wurblzap%gmail.com2005-12-031-4/+5
| | | | | Patch by Mark Bickford <markhb@maine.rr.com>, r=wurblzap, a=justdave
* Bug 310070: runtests.pl reports errors when the 'shutdownhtml' parameter is ↵wurblzap%gmail.com2005-12-031-1/+7
| | | | | | | turned on. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, r=mkanat, a=justdave
* Bug 318571: sanitycheck.cgi should tell in which bugs some fields are ↵lpsolit%gmail.com2005-12-031-6/+6
| | | | incorrect - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-12-031-1/+1
| | | | <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 317489: Email preferences are not set for the new admin user - Patch by ↵lpsolit%gmail.com2005-11-301-14/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ↵lpsolit%gmail.com2005-11-302-43/+77
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 317560: Missing word in template/en/default/admin/groups/delete.html.tmpl.wurblzap%gmail.com2005-11-301-1/+1
| | | | | Patch by Emmanuel Seyman <eseyman@linagora.com>, r=wurblzap, a=justdave
* Bug 317899: checksetup needlessly requires a version of MIME::Base64 newer ↵mkanat%kerio.com2005-11-281-1/+1
| | | | | | than perl 5.8.5 (RHEL4) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-266-11/+11
| | | | patch by unknown@simplemachines.org r=timeless rs=brendan
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-266-17/+17
| | | | patch by unknown@simplemachines.org r=timeless rs=brendan
* Bug 314489: [PostgreSQL] Buglists sorted by importance failmkanat%kerio.com2005-11-241-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 315339: User::match_field() now leaves fields undefined instead of as ↵lpsolit%gmail.com2005-11-231-4/+11
| | | | empty strings when no value is passed (for type eq "single" only) - My previous patch was buggy as fields accepting only one user and those accepting several users must be considered differently. Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Fix incorrect checkin of bug 304471 - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2005-11-221-7/+8
| | | | <wicked@etlicon.fi> r=LpSolit
* Bug 279716: Users have to relogin when changing their own password - Patch ↵lpsolit%gmail.com2005-11-221-2/+12
| | | | by Marc Schumann <wurblzap@gmail.com> r=wicked a=justdave