Is this project alive?

[prev] [thread] [next] [lurker] [Date index for 2005/10/07]

From: Jonas Liljegren
Subject: Is this project alive?
Date: 16:30 on 07 Oct 2005
This is a multi-part message in MIME format.
--------------020009000807030903030704
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Thank you for the archive link.

Is this project under active development?

I realy want to switch from mailman to something in Perl. And it woule 
be realy nice if it uses Template Toolkit.

I succeded in installing Siesta v0.66 and Mariachi v052 from CPAN.

But I had to patch the code in several places and figure out some things 
that wasn't covered in the docs.


Any intrest of taking patches?

Class::DBI defaults to not autocomitting for Pg. Siesta doesn't do 
explicit commits. I have a patch attached.

There are a lot of warnings about:

sort argumemt to has_many deprecated in favour of order_by at 
/usr/local/share/perl/5.8.7/Class/DBI/Relationship/HasMany.pm line 43.

-- 
/ Jonas  -  http://jonas.liljegren.org/myself/

--------------020009000807030903030704
Content-Type: text/plain;
 name="Siesta::DBI.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Siesta::DBI.diff"

--- DBI.pm.orig	2005-10-05 21:58:26.000000000 +0200
+++ DBI.pm	2005-10-05 23:27:36.000000000 +0200
@@ -3,5 +3,5 @@
 use Siesta::Config;
 use base 'Class::DBI::BaseDSN';
-__PACKAGE__->set_db( 'Main', @Siesta::Config::STORAGE );
+__PACKAGE__->set_db( 'Main', @Siesta::Config::STORAGE,{AutoCommit=>1} );
 __PACKAGE__->mk_classdata('load_alias');
 

--------------020009000807030903030704--

Generated at 18:00 on 13 Oct 2005 by mariachi 0.52