aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Do commit-time fix: Add comment explaining the sql modes that are removedolav%bkor.dhs.org2006-11-151-0/+3
|
* Bug 346091: editparams.cgi should validate the 'timezone' parameter - Patch ↵lpsolit%gmail.com2006-11-152-0/+11
| | | | by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
* Bug 349256: Make the webservice get_bug into a stable APImkanat%bugzilla.org2006-11-152-7/+134
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
* Bug 321645: [MySQL 5] MySql Error on insert... "DBD::mysql::st execute ↵olav%bkor.dhs.org2006-11-151-0/+12
| | | | | | failed: Field 'status_whiteboard' ".... Patch by Olav Vitters <olav@bkor.dhs.org> r=mkanat a=justdave
* Bug 277370: Ability to specify an email address to which notification about ↵olav%bkor.dhs.org2006-11-144-9/+28
| | | | | | all bugs should go Patch by Guillaume Rousse <guillomovitch@zarb.org> r=bkor a=myk
* Checkin fix for bug 360028.mkanat%bugzilla.org2006-11-131-0/+1
|
* Bug 360028: Bugzilla::Search::Saved should have create() and update(), and ↵mkanat%bugzilla.org2006-11-133-0/+108
| | | | | | buglist.cgi should use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 355839: The WebService should provide lists of legal field valuesmkanat%bugzilla.org2006-11-132-0/+111
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=myk
* Bug 350307: Split out the create and update functionality of ↵mkanat%bugzilla.org2006-11-132-74/+188
| | | | | | Bugzilla::Field::create_or_update Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 357873: loginnetmask param should default to 0olav%bkor.dhs.org2006-11-111-1/+1
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=justdave a=justdave
* Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com2006-11-118-70/+170
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 357482: Webservice should have a get_products methodmkanat%bugzilla.org2006-11-102-29/+115
| | | | Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
* Bug 258675: action=view is still used in comments - Patch by Frédéric ↵lpsolit%gmail.com2006-11-041-3/+3
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-043-78/+299
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 359234: missing indexes on the cc and profiles table cause upgrades to failmkanat%bugzilla.org2006-11-041-4/+10
| | | | Patch By Noel Cragg <noel@red-bean.com> r=mkanat, a=myk
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-035-175/+83
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
* Bug 357322: Make the login/logout of webservice conform to the bugzilla ↵mkanat%bugzilla.org2006-11-031-36/+145
| | | | | | webservice standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave
* Bug 355837: Make the webservice able to create bugsmkanat%bugzilla.org2006-11-033-11/+246
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-11-021-1/+1
| | | | r=glennrp@gmail.com, bclary@bclary.com rs=brendan
* Bug 357526: buglist.cgi doesn't specify encoding as UTF-8 when the rest of ↵mkanat%bugzilla.org2006-11-011-1/+13
| | | | | | Bugzilla does Patch By John Beranek <john@redux.org.uk> r=mkanat, a=justdave
* Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ↵mkanat%bugzilla.org2006-11-012-2/+29
| | | | | | renamed Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 358703: WebService functions version and timezone should follow bugzilla ↵mkanat%bugzilla.org2006-11-011-13/+38
| | | | | | standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
* Bug 356816: Make the webservice able to list productsmkanat%bugzilla.org2006-11-011-0/+72
| | | | Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
* Bug 357374: Can't locate object method "use_for" via package ↵lpsolit%gmail.com2006-10-311-0/+6
| | | | "Bugzilla::Group" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
* Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric ↵lpsolit%gmail.com2006-10-241-0/+2
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk