]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
19 years agoBug 346815: Move most of checksetup's schema updates into Bugzilla::Install::DB
mkanat%bugzilla.org [Thu, 3 Aug 2006 06:39:51 +0000 (06:39 +0000)] 
Bug 346815: Move most of checksetup's schema updates into Bugzilla::Install::DB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 289357: Move AddFDef from checksetup into Field.pm
mkanat%bugzilla.org [Thu, 3 Aug 2006 06:33:42 +0000 (06:33 +0000)] 
Bug 289357: Move AddFDef from checksetup into Field.pm
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk

19 years agoBug 346932: Move settings creation/maintenance into Bugzilla::Install
mkanat%bugzilla.org [Wed, 2 Aug 2006 17:32:13 +0000 (17:32 +0000)] 
Bug 346932: Move settings creation/maintenance into Bugzilla::Install
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoArrgh. Fix my checkin fix to actually be right.
mkanat%bugzilla.org [Tue, 1 Aug 2006 17:10:05 +0000 (17:10 +0000)] 
Arrgh. Fix my checkin fix to actually be right.

19 years agoCheckin fix: IO::File exports everything we need from Fcntl, so there's no need to...
mkanat%bugzilla.org [Tue, 1 Aug 2006 06:49:53 +0000 (06:49 +0000)] 
Checkin fix: IO::File exports everything we need from Fcntl, so there's no need to use Fcntl--it just causes errors. Also fixing a small typo that made docs/xml have the wrong permissions.

19 years agoBug 346594: Move GraphViz check into Bugzilla::Install::Requirements
mkanat%bugzilla.org [Tue, 1 Aug 2006 05:34:20 +0000 (05:34 +0000)] 
Bug 346594: Move GraphViz check into Bugzilla::Install::Requirements
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 346545: checksetup should show the name and version of the OS it's being run on
mkanat%bugzilla.org [Tue, 1 Aug 2006 05:26:00 +0000 (05:26 +0000)] 
Bug 346545: checksetup should show the name and version of the OS it's being run on
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin, a=myk

19 years agoBug 346554: Remove checksetup's checks for modules that are included with perl 5.8.0
mkanat%bugzilla.org [Tue, 1 Aug 2006 05:22:51 +0000 (05:22 +0000)] 
Bug 346554: Remove checksetup's checks for modules that are included with perl 5.8.0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin for docs, a=myk

19 years agoBug 124405: Remove direct AppConfig dependency.
mkanat%bugzilla.org [Tue, 1 Aug 2006 05:21:35 +0000 (05:21 +0000)] 
Bug 124405: Remove direct AppConfig dependency.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) r=colin for docs, a=myk

19 years agoBug 346552: Move checksetup's permission-fixing code into a module
mkanat%bugzilla.org [Tue, 1 Aug 2006 05:18:25 +0000 (05:18 +0000)] 
Bug 346552: Move checksetup's permission-fixing code into a module
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 346493: Move Template pre-compilation code into a module
mkanat%bugzilla.org [Tue, 1 Aug 2006 05:17:09 +0000 (05:17 +0000)] 
Bug 346493: Move Template pre-compilation code into a module
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 346483: Fix up param-updating code in checksetup.pl to all be in a module.
mkanat%bugzilla.org [Tue, 1 Aug 2006 05:15:55 +0000 (05:15 +0000)] 
Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 346350: Update makedocs.pl for the mod_perl version details
mozilla%colinogilvie.co.uk [Sun, 30 Jul 2006 18:35:03 +0000 (18:35 +0000)] 
Bug 346350: Update makedocs.pl for the mod_perl version details
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=justdave

19 years agoBug 100953: Move data/nomail into the DB and implement a UI to edit it
karl.kornel%mindspeed.com [Sun, 30 Jul 2006 10:50:24 +0000 (10:50 +0000)] 
Bug 100953: Move data/nomail into the DB and implement a UI to edit it
Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave

19 years agoBug 346414: Move the creation/maintenance of the data/ directory out of checksetup...
mkanat%bugzilla.org [Sun, 30 Jul 2006 09:46:43 +0000 (09:46 +0000)] 
Bug 346414: Move the creation/maintenance of the data/ directory out of checksetup and into a module
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave

19 years agoFix a small cut-and-paste error from a recent patch, pointed out by LpSolit.
mkanat%bugzilla.org [Sat, 29 Jul 2006 19:03:00 +0000 (19:03 +0000)] 
Fix a small cut-and-paste error from a recent patch, pointed out by LpSolit.

19 years agoBug 346295: When Template::Plugin::GD is missing, checksetup.pl tells you to type...
mkanat%bugzilla.org [Sat, 29 Jul 2006 18:51:11 +0000 (18:51 +0000)] 
Bug 346295: When Template::Plugin::GD is missing, checksetup.pl tells you to type "ppm install Template" instead of "ppm install Template-Toolkit"
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

19 years agoBug 346410: Move enum-table population code into Bugzilla::DB
mkanat%bugzilla.org [Sat, 29 Jul 2006 18:50:02 +0000 (18:50 +0000)] 
Bug 346410: Move enum-table population code into Bugzilla::DB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave

19 years agoBug 346375: Move the code that gets the initial $dbh into Bugzilla::DB
mkanat%bugzilla.org [Sat, 29 Jul 2006 17:36:56 +0000 (17:36 +0000)] 
Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave

19 years agoBug 346344: Move checksetup's localconfig-handling code into Bugzilla::Install::Local...
mkanat%bugzilla.org [Sat, 29 Jul 2006 17:33:18 +0000 (17:33 +0000)] 
Bug 346344: Move checksetup's localconfig-handling code into Bugzilla::Install::Localconfig
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave

19 years agoBug 346245: attribute parameter 'johndoe@company.tld' is not a hash ref at Bugzilla...
mkanat%bugzilla.org [Sat, 29 Jul 2006 03:35:10 +0000 (03:35 +0000)] 
Bug 346245: attribute parameter 'johndoe@company.tld' is not a hash ref at Bugzilla/Auth/Verify.pm line 112
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk

19 years agoBug 346343: Clean up all of checksetup prior to localconfig code
mkanat%bugzilla.org [Sat, 29 Jul 2006 03:34:00 +0000 (03:34 +0000)] 
Bug 346343: Clean up all of checksetup prior to localconfig code
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 346275: checksetup.pl should read the "answers" file into a Safe
mkanat%bugzilla.org [Sat, 29 Jul 2006 01:04:39 +0000 (01:04 +0000)] 
Bug 346275: checksetup.pl should read the "answers" file into a Safe
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 346270: Eliminate as many BEGIN blocks as possible from checksetup.pl
mkanat%bugzilla.org [Sat, 29 Jul 2006 01:03:43 +0000 (01:03 +0000)] 
Bug 346270: Eliminate as many BEGIN blocks as possible from checksetup.pl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 346265: checksetup.pl should use Getopt::Long instead of its current hack
mkanat%bugzilla.org [Sat, 29 Jul 2006 01:02:26 +0000 (01:02 +0000)] 
Bug 346265: checksetup.pl should use Getopt::Long instead of its current hack
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 346212: Create POD for checksetup.pl, and move --help message into Pod::Usage...
mkanat%bugzilla.org [Sat, 29 Jul 2006 01:00:52 +0000 (01:00 +0000)] 
Bug 346212: Create POD for checksetup.pl, and move --help message into Pod::Usage output
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 344855: Create a subroutine that does all of checksetup's requirements checking
mkanat%bugzilla.org [Fri, 28 Jul 2006 15:28:05 +0000 (15:28 +0000)] 
Bug 344855: Create a subroutine that does all of checksetup's requirements checking
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 173897: Fix |XXX - mod_perl| comments
mkanat%bugzilla.org [Fri, 28 Jul 2006 15:20:31 +0000 (15:20 +0000)] 
Bug 173897: Fix |XXX - mod_perl| comments
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 333407: file_too_large error should mention AttachURL when enabled - Patch by...
lpsolit%gmail.com [Wed, 26 Jul 2006 23:39:42 +0000 (23:39 +0000)] 
Bug 333407: file_too_large error should mention AttachURL when enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk

19 years agoBug 343752: The 'order' field in buglist.cgi is not properly parsed when using aliase...
lpsolit%gmail.com [Wed, 26 Jul 2006 06:31:27 +0000 (06:31 +0000)] 
Bug 343752: The 'order' field in buglist.cgi is not properly parsed when using aliases - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk

19 years agoBug 338869: The 'quicksearch' field in the footer redirects to http:// even when...
lpsolit%gmail.com [Wed, 26 Jul 2006 06:22:48 +0000 (06:22 +0000)] 
Bug 338869: The 'quicksearch' field in the footer redirects to http:// even when sslbase is in use - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

19 years agoBug 300978: bad output when a non-cgi script dies
mkanat%bugzilla.org [Wed, 26 Jul 2006 06:22:03 +0000 (06:22 +0000)] 
Bug 300978: bad output when a non-cgi script dies
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 339382: Make Bugzilla::Field use Bugzilla::Object
mkanat%bugzilla.org [Wed, 26 Jul 2006 06:20:01 +0000 (06:20 +0000)] 
Bug 339382: Make Bugzilla::Field use Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate package
mkanat%bugzilla.org [Tue, 25 Jul 2006 13:18:27 +0000 (13:18 +0000)] 
Bug 345389: Template-Toolkit 2.15 moved Template::Plugin::GD into a separate package
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 345652: request.cgi should look at flags.modification_date instead of flags.creat...
lpsolit%gmail.com [Tue, 25 Jul 2006 08:25:44 +0000 (08:25 +0000)] 
Bug 345652: request.cgi should look at flags.modification_date instead of flags.creation_date - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk

19 years agoBug 329789: The guided format when creating a bug doesn't let me specify a component...
lpsolit%gmail.com [Tue, 25 Jul 2006 07:38:17 +0000 (07:38 +0000)] 
Bug 329789: The guided format when creating a bug doesn't let me specify a component as part of the URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk

19 years agoBug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype objects...
lpsolit%gmail.com [Tue, 25 Jul 2006 07:23:33 +0000 (07:23 +0000)] 
Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk

19 years agoBug 345359: Prevent Flag::clear from deleting a deleted flag when checking the inclus...
lpsolit%gmail.com [Tue, 25 Jul 2006 07:08:10 +0000 (07:08 +0000)] 
Bug 345359: Prevent Flag::clear from deleting a deleted flag when checking the inclusion and exclusion lists - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk

19 years agoBug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmail.com...
lpsolit%gmail.com [Tue, 25 Jul 2006 06:22:53 +0000 (06:22 +0000)] 
Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap r=myk a=myk

19 years agoBug 344527: Old Charts are broken using mod_perl
mkanat%bugzilla.org [Tue, 25 Jul 2006 04:43:35 +0000 (04:43 +0000)] 
Bug 344527: Old Charts are broken using mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

19 years agoBug 344282: Require DBI 1.41+ for DBD::Pg 1.45
mkanat%bugzilla.org [Tue, 25 Jul 2006 04:41:04 +0000 (04:41 +0000)] 
Bug 344282: Require DBI 1.41+ for DBD::Pg 1.45
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk

19 years agoBug 326946: Hide resolved bugs by default when accessing showdependencytree.cgi from...
lpsolit%gmail.com [Sun, 23 Jul 2006 03:41:24 +0000 (03:41 +0000)] 
Bug 326946: Hide resolved bugs by default when accessing showdependencytree.cgi from show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave

19 years ago[No bug #] Fix warnings reported by 011pod.t about importxml.pl - Patch by me
lpsolit%gmail.com [Sun, 23 Jul 2006 02:17:12 +0000 (02:17 +0000)] 
[No bug #] Fix warnings reported by 011pod.t about importxml.pl - Patch by me

19 years agoBug 342736: checksetup should show mod_perl requirements
mkanat%bugzilla.org [Sat, 22 Jul 2006 05:00:30 +0000 (05:00 +0000)] 
Bug 342736: checksetup should show mod_perl requirements
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 322848: Extremely slow performance with a lot of products (~1800) and security...
mkanat%bugzilla.org [Fri, 21 Jul 2006 15:33:57 +0000 (15:33 +0000)] 
Bug 322848: Extremely slow performance with a lot of products (~1800) and security groups for each
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 345364: The word "Bug" appears bare in editparams.cgi - Patch by Frédéric Buclin...
lpsolit%gmail.com [Fri, 21 Jul 2006 06:32:09 +0000 (06:32 +0000)] 
Bug 345364: The word "Bug" appears bare in editparams.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

19 years agoBug 345381: Cannot add any new field in editvalues.cgi - Patch by Frédéric Buclin...
lpsolit%gmail.com [Fri, 21 Jul 2006 06:29:02 +0000 (06:29 +0000)] 
Bug 345381: Cannot add any new field in editvalues.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

19 years agoBug 344731: Update documentation minimum versions automatically
mozilla%colinogilvie.co.uk [Thu, 20 Jul 2006 04:37:44 +0000 (04:37 +0000)] 
Bug 344731: Update documentation minimum versions automatically
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=myk

19 years agoFix checkin nit on bug 344617.
mkanat%bugzilla.org [Thu, 20 Jul 2006 02:40:46 +0000 (02:40 +0000)] 
Fix checkin nit on bug 344617.

19 years agoBug 344617: Move data about optional requirements into Bugzilla::Install::Requirements
mkanat%bugzilla.org [Thu, 20 Jul 2006 02:38:34 +0000 (02:38 +0000)] 
Bug 344617: Move data about optional requirements into Bugzilla::Install::Requirements
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=wicked, a=justdave

19 years agoBug 344612: $silent does not work properly in checksetup.pl anymore
mkanat%bugzilla.org [Thu, 20 Jul 2006 02:36:28 +0000 (02:36 +0000)] 
Bug 344612: $silent does not work properly in checksetup.pl anymore
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

19 years agoBug 313125: Implement validations and database persistence functions for Versions...
lpsolit%gmail.com [Wed, 19 Jul 2006 06:49:52 +0000 (06:49 +0000)] 
Bug 313125: Implement validations and database persistence functions for Versions.pm and clean-up editversions.cgi - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=myk

19 years agoBug 345032: Tainted value in request.cgi when restricting the search to a given flag...
lpsolit%gmail.com [Wed, 19 Jul 2006 04:54:38 +0000 (04:54 +0000)] 
Bug 345032: Tainted value in request.cgi when restricting the search to a given flag - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk

19 years agoBug 339379: Make Bugzilla::Product use Bugzilla::Object
mkanat%bugzilla.org [Wed, 19 Jul 2006 04:20:05 +0000 (04:20 +0000)] 
Bug 339379: Make Bugzilla::Product use Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 345104: $field_descs values in field_descs.none.html are overwritten by values...
lpsolit%gmail.com [Wed, 19 Jul 2006 04:13:45 +0000 (04:13 +0000)] 
Bug 345104: $field_descs values in field_descs.none.html are overwritten by values from the DB - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

19 years agoBug 344521: Make custom fields optionally functional on enter_bug.cgi
mkanat%bugzilla.org [Wed, 19 Jul 2006 04:10:31 +0000 (04:10 +0000)] 
Bug 344521: Make custom fields optionally functional on enter_bug.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 344915: Non-installed modules are reported incorrectly
mkanat%bugzilla.org [Wed, 19 Jul 2006 04:08:15 +0000 (04:08 +0000)] 
Bug 344915: Non-installed modules are reported incorrectly
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=LpSolit, a=justdave

19 years agoBug 344513: Make plain-text custom fields functional on all pages except enter_bug.cgi
mkanat%bugzilla.org [Tue, 18 Jul 2006 02:57:35 +0000 (02:57 +0000)] 
Bug 344513: Make plain-text custom fields functional on all pages except enter_bug.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years ago[No Bug] Remove double statement about adding classifications.sortkey.
mkanat%bugzilla.org [Mon, 17 Jul 2006 07:13:41 +0000 (07:13 +0000)] 
[No Bug] Remove double statement about adding classifications.sortkey.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

19 years agoBug 277377: Classifications should support sort keys - Patch by Olav Vitters <bugzill...
lpsolit%gmail.com [Mon, 17 Jul 2006 06:22:32 +0000 (06:22 +0000)] 
Bug 277377: Classifications should support sort keys - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave

19 years agoBug 95923: Don't let users change fields they aren't allowed to change - Patch by...
lpsolit%gmail.com [Mon, 17 Jul 2006 06:02:32 +0000 (06:02 +0000)] 
Bug 95923: Don't let users change fields they aren't allowed to change - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave

19 years agoBug 238819: enter_bug.cgi should offer ASSIGNED as a possible initial state - Patch...
lpsolit%gmail.com [Mon, 17 Jul 2006 05:53:08 +0000 (05:53 +0000)] 
Bug 238819: enter_bug.cgi should offer ASSIGNED as a possible initial state - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave

19 years agoBug 344661: Cannot upgrade PostgreSQL installations anymore - Patch by Frédéric Bucli...
lpsolit%gmail.com [Sun, 16 Jul 2006 21:22:56 +0000 (21:22 +0000)] 
Bug 344661: Cannot upgrade PostgreSQL installations anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

19 years agoBug 344727: Documentation still thinks we need XML::Parser, but we now need XML:...
mozilla%colinogilvie.co.uk [Sat, 15 Jul 2006 05:11:34 +0000 (05:11 +0000)] 
Bug 344727: Documentation still thinks we need XML::Parser, but we now need XML::Twig
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat

19 years agoBug 343432: Remove Bugzilla::Flag::get() and implement real flag objects - Patch...
lpsolit%gmail.com [Fri, 14 Jul 2006 16:42:12 +0000 (16:42 +0000)] 
Bug 343432: Remove Bugzilla::Flag::get() and implement real flag objects - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk

19 years agoBug 344074: Parameter to show announcements at the top of all pages
karl%kornel.name [Fri, 14 Jul 2006 13:04:21 +0000 (13:04 +0000)] 
Bug 344074: Parameter to show announcements at the top of all pages
Patch by A. Karl Kornel <karl@kornel.name> r=myk a=myk

19 years agoBug 343338: Eliminate "my" variables from the root level of modules
mkanat%bugzilla.org [Fri, 14 Jul 2006 04:55:43 +0000 (04:55 +0000)] 
Bug 343338: Eliminate "my" variables from the root level of modules
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 281494: Create Bugzilla::Install::Requirements for requirements-checking subrouti...
mkanat%bugzilla.org [Fri, 14 Jul 2006 04:50:08 +0000 (04:50 +0000)] 
Bug 281494: Create Bugzilla::Install::Requirements for requirements-checking subroutines in checksetup.pl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=wicked, a=myk

19 years agoBug 69000: Permit a stored query to be marked "shared" and accessible by other users.
wurblzap%gmail.com [Fri, 14 Jul 2006 03:32:42 +0000 (03:32 +0000)] 
Bug 69000: Permit a stored query to be marked "shared" and accessible by other users.
Emergency docs Tinderbox fixing patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, colin.ogilvie

19 years agoBug 69000: Permit a stored query to be marked "shared" and accessible by other users.
wurblzap%gmail.com [Fri, 14 Jul 2006 03:07:57 +0000 (03:07 +0000)] 
Bug 69000: Permit a stored query to be marked "shared" and accessible by other users.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=vladd, a=myk

19 years agoBug 344298: importxml.pl performance problem - Patch by Vance Baarda <vrb@novell...
lpsolit%gmail.com [Fri, 14 Jul 2006 02:04:06 +0000 (02:04 +0000)] 
Bug 344298: importxml.pl performance problem - Patch by Vance Baarda <vrb@novell.com> r=ghendricks a=myk

19 years agoBug 344507: Users watching you: None should be "No one" - Patch by Frédéric Buclin...
lpsolit%gmail.com [Fri, 14 Jul 2006 01:49:59 +0000 (01:49 +0000)] 
Bug 344507: Users watching you: None should be "No one" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk

19 years agoBug 344448: editparams.cgi doesn't let me clear a group - Patch by Frédéric Buclin...
lpsolit%gmail.com [Fri, 14 Jul 2006 01:37:08 +0000 (01:37 +0000)] 
Bug 344448: editparams.cgi doesn't let me clear a group - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

19 years agoFix on checkin for bug 94534
lpsolit%gmail.com [Fri, 14 Jul 2006 01:02:53 +0000 (01:02 +0000)] 
Fix on checkin for bug 94534

19 years agoBug 94534: Customised resolutions - Patch by Frédéric Buclin <LpSolit@gmail.com>...
lpsolit%gmail.com [Fri, 14 Jul 2006 01:00:40 +0000 (01:00 +0000)] 
Bug 94534: Customised resolutions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

19 years agoDocumentation for Bug 282686: Multiple projects sharing the same Bugzilla codebase...
mozilla%colinogilvie.co.uk [Thu, 13 Jul 2006 23:55:41 +0000 (23:55 +0000)] 
Documentation for Bug 282686: Multiple projects sharing the same Bugzilla codebase (different datastores).
Original Patch by guillomovitch@zarb.org; Completed by Colin Ogilvie <colin.ogilvie@gmail.com>; r=vladd

19 years agoBug 344497: Cannot create new bugs (affects the 2.23.2 release) - Patch by Frédéric...
lpsolit%gmail.com [Thu, 13 Jul 2006 19:11:56 +0000 (19:11 +0000)] 
Bug 344497: Cannot create new bugs (affects the 2.23.2 release) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless r=mkanat (emergency checkin)

19 years agoBug 343916: hidden submit button should have display: none - Patch by Rob Siklos...
lpsolit%gmail.com [Wed, 12 Jul 2006 19:38:54 +0000 (19:38 +0000)] 
Bug 343916: hidden submit button should have display: none - Patch by Rob Siklos <robzilla@siklos.ca> r=bkor r=glob a=myk

19 years agoBug 317694: All buttons in forms must have an id - Patches by André Batosti <batosti...
lpsolit%gmail.com [Wed, 12 Jul 2006 19:21:36 +0000 (19:21 +0000)] 
Bug 317694: All buttons in forms must have an id - Patches by André Batosti <batosti@async.com.br> r=ghendricks a=myk

19 years agoBug 344106: Error upgrading Bugzilla to version 2.23.2+ with perl 5.8.0 - Patch by...
lpsolit%gmail.com [Wed, 12 Jul 2006 18:51:43 +0000 (18:51 +0000)] 
Bug 344106: Error upgrading Bugzilla to version 2.23.2+ with perl 5.8.0 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk

19 years agoBug 342757: searching results in "YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHN...
mkanat%bugzilla.org [Wed, 12 Jul 2006 13:05:07 +0000 (13:05 +0000)] 
Bug 342757: searching results in "YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY" warning on brower under mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave

19 years agoBug 339731: [LDAP] URI-parsing code duplicated with Net::LDAP - Patch by guillomovitc...
lpsolit%gmail.com [Tue, 11 Jul 2006 07:42:57 +0000 (07:42 +0000)] 
Bug 339731: [LDAP] URI-parsing code duplicated with Net::LDAP - Patch by guillomovitch@zarb.org r=mkanat a=justdave

19 years agoBug 327782: describecomponents.cgi should include the product description of the...
lpsolit%gmail.com [Tue, 11 Jul 2006 07:32:20 +0000 (07:32 +0000)] 
Bug 327782: describecomponents.cgi should include the product description of the selected product - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=GavinS a=myk

19 years agoBump the version number post-release.
mkanat%bugzilla.org [Mon, 10 Jul 2006 07:36:08 +0000 (07:36 +0000)] 
Bump the version number post-release.

19 years agoBump version number for release of 2.23.2. bugzilla-2.23.2 release-2.23.2
mkanat%bugzilla.org [Mon, 10 Jul 2006 06:29:24 +0000 (06:29 +0000)] 
Bump version number for release of 2.23.2.

19 years agoBug 342238: There is a dependency loop between Bugzilla::User and Bugzilla::Component
mkanat%bugzilla.org [Sun, 9 Jul 2006 12:00:20 +0000 (12:00 +0000)] 
Bug 342238: There is a dependency loop between Bugzilla::User and Bugzilla::Component
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk

19 years agoBug 282025: Queries with group pronouns should accept non-word characters in group...
lpsolit%gmail.com [Thu, 6 Jul 2006 19:09:28 +0000 (19:09 +0000)] 
Bug 282025: Queries with group pronouns should accept non-word characters in group names - Patch by Dave Miller <justdave@bugzilla.org> r=joel a=myk

19 years agoBug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.org>...
lpsolit%gmail.com [Thu, 6 Jul 2006 19:06:43 +0000 (19:06 +0000)] 
Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.org> r=wicked a=myk

19 years agoBug 173629: Clean up "my" variable scoping issues for mod_perl
mkanat%bugzilla.org [Thu, 6 Jul 2006 13:12:04 +0000 (13:12 +0000)] 
Bug 173629: Clean up "my" variable scoping issues for mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

19 years agoBug 343702: editflagtypes.cgi: Argument "" isn't numeric in numeric gt (>) at templat...
lpsolit%gmail.com [Thu, 6 Jul 2006 09:18:28 +0000 (09:18 +0000)] 
Bug 343702: editflagtypes.cgi: Argument "" isn't numeric in numeric gt (>) at template/en/default/request/email.txt.tmpl line 155 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk

19 years agoBug 343699: votes.cgi: Reference found where even-sized list expected - Patch by...
lpsolit%gmail.com [Thu, 6 Jul 2006 08:49:40 +0000 (08:49 +0000)] 
Bug 343699: votes.cgi: Reference found where even-sized list expected - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk

19 years agoBug 340967: The login form appears twice when trying to add an attachment (due to...
lpsolit%gmail.com [Thu, 6 Jul 2006 06:42:47 +0000 (06:42 +0000)] 
Bug 340967: The login form appears twice when trying to add an attachment (due to two consecutive calls to Bugzilla->login) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

19 years agoBug 343361: die_with_dignity is useless inside of Bugzilla::CGI
mkanat%bugzilla.org [Thu, 6 Jul 2006 06:33:25 +0000 (06:33 +0000)] 
Bug 343361: die_with_dignity is useless inside of Bugzilla::CGI
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=colin, a=myk

19 years agoBug 342861: Cannot upgrade from any version before 2.17.1 - Patch by Frédéric Buclin...
lpsolit%gmail.com [Thu, 6 Jul 2006 06:31:45 +0000 (06:31 +0000)] 
Bug 342861: Cannot upgrade from any version before 2.17.1 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk

19 years agoExtra blank in the XML::Twig warning - r=wicked on IRC
lpsolit%gmail.com [Thu, 6 Jul 2006 04:51:47 +0000 (04:51 +0000)] 
Extra blank in the XML::Twig warning - r=wicked on IRC

19 years agoBug 232705: FlagType::normalize() not used; remove it - Patch by Frédéric Buclin...
lpsolit%gmail.com [Thu, 6 Jul 2006 04:45:15 +0000 (04:45 +0000)] 
Bug 232705: FlagType::normalize() not used; remove it - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk

19 years agoBug 343566: Runtests test 004template.t fails on some systems with a complaint about...
lpsolit%gmail.com [Wed, 5 Jul 2006 05:25:47 +0000 (05:25 +0000)] 
Bug 343566: Runtests test 004template.t fails on some systems with a complaint about RELATIVE - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk

19 years agoBug 341867: post_bug.cgi lets users with editbugs and canconfirm privs enter bugs...
lpsolit%gmail.com [Tue, 4 Jul 2006 16:49:32 +0000 (16:49 +0000)] 
Bug 341867: post_bug.cgi lets users with editbugs and canconfirm privs enter bugs as UNCONFIRMED even when votes_to_confirm is 0 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=myk

19 years agoBug 343189: checksetup.pl HASH reference error with 2.18.5 to 2.20.2/2.22 upgrade
mkanat%bugzilla.org [Tue, 4 Jul 2006 04:45:30 +0000 (04:45 +0000)] 
Bug 343189: checksetup.pl HASH reference error with 2.18.5 to 2.20.2/2.22 upgrade
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=justdave

19 years agoBug 338375: Use Bugzilla->params everywhere instead of Param().
mkanat%bugzilla.org [Tue, 4 Jul 2006 04:42:45 +0000 (04:42 +0000)] 
Bug 338375: Use Bugzilla->params everywhere instead of Param().
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave