aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by ↵lpsolit%gmail.com2005-12-233-0/+19
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 313571: Duplicate "Saved Search" entries in Preferences when Saved ↵lpsolit%gmail.com2005-12-231-28/+22
| | | | Search is also used for whine - Patch by Justin C. De Vries <judevries@novell.com> r=LpSolit a=justdave
* Bug 94293: Sendmail "from" header can not be configured in one config file, ↵bugzilla%glob.com.au2005-12-231-1/+15
| | | | | | From header broken in SMTP Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com> r=glob,a=justdave
* Backing out bug 238780 (Edit versions should reject newline characters) - ↵lpsolit%gmail.com2005-12-231-11/+1
| | | | This patch prevents you to edit or delete existing versions having control characters.
* Bug 320436: New self-created accounts dont get regexp group memberships - ↵lpsolit%gmail.com2005-12-211-0/+4
| | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit 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 266147: Internal error when Flag::notify() ends up with an invalid or ↵lpsolit%gmail.com2005-12-141-25/+64
| | | | empty CC: list and no requestee in restricted bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 271596: editcomponents priv allows you to see/edit products you don't ↵lpsolit%gmail.com2005-12-121-4/+18
| | | | have access to - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked 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-081-0/+15
| | | | 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-081-1/+11
| | | | 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 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-263-4/+4
| | | | patch by unknown@simplemachines.org r=timeless rs=brendan
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-261-1/+1
| | | | 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
* Bug 304417: Template precompilation is clumsy when it comes to additional ↵wurblzap%gmail.com2005-11-201-0/+7
| | | | | | | language directories. Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com>, r=wurblzap, a=myk
* Bug 315332 fix several bugs in process_bug.cgi when 'strict_isolation' is onbugreport%peshkin.net2005-11-201-11/+0
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 257813: CSV link from new charts gives internal error if data contains ↵karl%kornel.name2005-11-161-0/+6
| | | | more than 1000 dates - Patch by A. Karl Kornel <karl@kornel.name> r=wicked a=justdave
* Bug 306130 Search for attachment creation failsbugreport%peshkin.net2005-11-161-0/+5
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r,a=justfave
* Bug 301141: [PostgreSQL] New charts throw an error about FROM_UNIXTIME - ↵lpsolit%gmail.com2005-11-152-7/+18
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 302599: Saved searches using "days since bug changed" fail with "Can't ↵lpsolit%gmail.com2005-11-151-1/+1
| | | | use (to_days(now()) - to_days(bugs.delta_ts)) as a field name" error - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 314547: [PostgreSQL] cannot check/uncheck the "Private" checkbox for ↵lpsolit%gmail.com2005-11-141-8/+2
| | | | comments in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com2005-11-145-8/+8
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
* Bug 314919: [PostgreSQL] "Find a Specific Bug" using Pg fails - Patch by ↵lpsolit%gmail.com2005-11-101-0/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 315339: User::match_field() now leaves fields undefined instead of as ↵lpsolit%gmail.com2005-11-101-2/+11
| | | | empty strings when no value is passed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 315129: [PostgreSQL] Attachments are sorted by last changed time instead ↵lpsolit%gmail.com2005-11-051-3/+3
| | | | of creation time - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 305927: [PostgreSQL] Adding a new product partly fails when ↵lpsolit%gmail.com2005-11-051-1/+2
| | | | 'makeproductgroups' is enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 314544: Bugzilla/BugMail.pm should not 'use Bugzilla::DB' - Patch by ↵lpsolit%gmail.com2005-11-031-1/+0
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
* Bugzilla Bug 306207: sendmail support under Windows bypasses message encodingwurblzap%gmail.com2005-11-031-11/+13
| | | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap, a=myk
* Bug 314269: Add email pref to not send mail about dependency changes - Patch ↵lpsolit%gmail.com2005-11-012-3/+6
| | | | by Todd Stansell <tjs@tellme.com> r=joel a=justdave
* Bug 282132: BugMail.pm: Eliminate deprecated Bugzilla::DB routines - Patch ↵lpsolit%gmail.com2005-10-311-70/+76
| | | | by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wicked a=justdave
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-313-17/+7
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵lpsolit%gmail.com2005-10-284-4/+16
| | | | of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
* Bug 150105: $debug flag in buglist.cgi not working - Patch by Teemu ↵lpsolit%gmail.com2005-10-261-8/+14
| | | | Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 313661: New bug bugmail omits initial CC list - Patch by Olav Vitters ↵lpsolit%gmail.com2005-10-261-2/+16
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
* Bug 72948: Default column list should include OS and not Platform - Patch by ↵lpsolit%gmail.com2005-10-261-1/+1
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wurblzap a=justdave
* Bug 313020: Implement the ability to add individual bugs to saved searches - ↵lpsolit%gmail.com2005-10-263-2/+11
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-254-20/+20
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the ↵mkanat%kerio.com2005-10-252-4/+10
| | | | | | SELECT column list Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
* Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net2005-10-203-0/+8
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave