aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number pre-release.mkanat%bugzilla.org2007-02-031-1/+1
|
* Bug 361842: When filing a bug with dependencies, delta_ts is not updated on ↵lpsolit%gmail.com2007-01-291-0/+4
| | | | dependent bugs, preventing correct midair collision detection in these bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
* Bug 368147: Upgrade from 2.16 and earlier does not work with DBD::mysql 4.0mkanat%bugzilla.org2007-01-251-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 366243: Permit boolean searches of creation date and last changed date ↵bugreport%peshkin.net2007-01-221-1/+1
| | | | | | | to use relative dates Patch by Joel Peshkin <bugreport@peshkin.net> r,a=justdave
* Bug 367654: Param('upgrade_notification') eq 'development_snapshot' should ↵lpsolit%gmail.com2007-01-221-0/+5
| | | | catch release candidates too if no development snapshot is available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 367077: Big attachments which should be stored locally are not - Patch ↵lpsolit%gmail.com2007-01-171-1/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 366593: everconfirmed is no longer passed to XML bug files - Patch by ↵lpsolit%gmail.com2007-01-111-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 365443 - "Bugmail for new bugs without flags contains two unneeded ↵reed%reedloden.com2007-01-111-1/+1
| | | | lines" [p=reed r=LpSolit a=LpSolit]
* Bug 365444: Obsolete custom fields are shown in e-mail notifications for new ↵lpsolit%gmail.com2007-01-102-10/+12
| | | | bugs, despite they shouldn't - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 366187: Bugmail should consider 'Any field not mentioned above changes' ↵olav%bkor.dhs.org2007-01-071-11/+1
| | | | | | even when a 'known' field changes Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
* Bug 366190: Remove obsolete 'compatibility' comment about sending mail to ↵olav%bkor.dhs.org2007-01-071-6/+0
| | | | | | disabled accounts Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
* Bug 364216: Flag::retarget() is broken (again) - Patch by Frédéric ↵lpsolit%gmail.com2007-01-051-22/+35
| | | | Buclin <LpSolit@gmail.com> r/a=myk
* Bug 365739: An error is thrown when attaching a too big file on bug creation ↵lpsolit%gmail.com2007-01-041-1/+1
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 248037: Link from attachment 'created' date to comment where it was ↵lpsolit%gmail.com2006-12-311-1/+1
| | | | created - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=justdave
* Bug 365241: Changing the context of a patch fails - Patch by Frédéric ↵lpsolit%gmail.com2006-12-301-0/+3
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 346121: Creating an attachment upon new bug doesn't create attachment ↵lpsolit%gmail.com2006-12-301-1/+32
| | | | link in comment #0 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 365061 Unclassified default description is badtimeless%mozdev.org2006-12-291-1/+1
| | | | r=lpsolit a=justdave
* Bug 365067: Flags set from the enter_bug page are not mentioned in email - ↵lpsolit%gmail.com2006-12-281-4/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 365179: Performance problems with multiple fields chosen in the "where ↵lpsolit%gmail.com2006-12-281-3/+4
| | | | one or more of the following changed" box - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 364958 - "If user does not have a real name, just e-mail address should ↵reed%reedloden.com2006-12-271-5/+12
| | | | be displayed instead of " <user@email.tld>"" [p=reed r=bkor a=justdave]
* Bug 364743: Crash when renaming components (regression) - Patch by ↵lpsolit%gmail.com2006-12-231-1/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 364284: User::get_selectable_products() can return wrong data if ↵lpsolit%gmail.com2006-12-221-29/+22
| | | | $classification_id is passed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 364216: Flag::retarget() is broken - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-12-211-13/+16
| | | | <LpSolit@gmail.com> r/a=myk
* Bug 364195 - "No way to search for private comments" [p=reed r=justdave ↵reed%reedloden.com2006-12-202-0/+13
| | | | a=justdave]
* Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max ↵lpsolit%gmail.com2006-12-194-47/+45
| | | | Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 364286: Code in Classification->products() is suboptimal - Patch by ↵lpsolit%gmail.com2006-12-191-6/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 364250: If a hook fails, no error is available for diagnosismkanat%bugzilla.org2006-12-191-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 339385: Make Bugzilla::Version use Bugzilla::Objectmkanat%bugzilla.org2006-12-194-46/+45
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org2006-12-194-82/+108
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 364055: Message confusing when your version of DBD::foo is too old - ↵lpsolit%gmail.com2006-12-171-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 345405: showdependencygraph.cgi: Dependency Graphs are broken on mod_perlmkanat%bugzilla.org2006-12-161-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 360710: checksetup.pl needs to blacklist some non-working external modulesmkanat%bugzilla.org2006-12-143-14/+34
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 357847: recommend Theory58S instead of landfill for ppm usersmkanat%bugzilla.org2006-12-141-4/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
* Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com2006-12-125-44/+103
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 359315: "NNTP" and "IO" should be filtered out of the ↵lpsolit%gmail.com2006-12-101-1/+3
| | | | mail_delivery_method options - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 362865: email_in.pl permissions not good after running checksetup.pl - ↵lpsolit%gmail.com2006-12-091-1/+2
| | | | Patch by Bill Barry <after.fallout@gmail.com> r=mkanat a=myk
* Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com2006-12-095-8/+30
| | | | causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
* Bug 356395: On bug creation, an error is thrown when the requestee of a ↵lpsolit%gmail.com2006-12-011-8/+21
| | | | private attachment is not in the insidergroup, or when the requestee is not in the grant group (for attachment flags) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 361809: GMT, UT, UTC and WET cannot be used as timezone - Patch by ↵lpsolit%gmail.com2006-11-281-1/+1
| | | | victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
* Bug 361875: Use of uninitialized value in numeric eq (==) at ↵lpsolit%gmail.com2006-11-281-6/+6
| | | | Bugzilla/User.pm line 1465 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 361870: SQL query in Bugzilla::Bug::EmitDependList() too complicated - ↵lpsolit%gmail.com2006-11-281-9/+6
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Fix nits about bug 316797lpsolit%gmail.com2006-11-211-3/+3
|
* Bug 316797: Token.pm needs POD - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-11-211-0/+181
| | | | <LpSolit@gmail.com> r/a=myk
* Bug 353656: User Interface gets corrupted by multiple localized users ↵lpsolit%gmail.com2006-11-215-44/+78
| | | | resolving bugs as duplicates - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 361176: [PostgreSQL] Warning when creating tables for the first timemkanat%bugzilla.org2006-11-201-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
* Bug 361175: [PostgreSQL] Too many "NOTICE" messages from checksetup.plmkanat%bugzilla.org2006-11-201-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
* Bug 361140: Upgrades from versions with enums fail UTF-8 conversionmkanat%bugzilla.org2006-11-201-1/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
* Bug 361158: UTF-8 conversion fails on MySQL 5 (attach_data.id; CHARACTER SET ↵mkanat%bugzilla.org2006-11-201-1/+2
| | | | | | binary NOT NULL) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave
* Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org2006-11-187-9/+147
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 321645: [MySQL 5] MySql Error on insert... "DBD::mysql::st execute ↵olav%bkor.dhs.org2006-11-171-2/+4
| | | | | | failed: Field 'status_whiteboard' ".... Patch by Olav Vitters <olav@bkor.dhs.org> r=gavins a=justdave