[jifty-devel] sarge repository and french localisation

Jesse Vincent jesse at bestpractical.com
Tue Oct 31 23:27:48 EST 2006




On Mon, Oct 30, 2006 at 12:27:35PM +0100, Agostini yves wrote:
> 
> Hi devels,
> 
> I'm playing with Jifty for one week and it looks really great, thanks
> for this wonderfull job.
> Now I plan to deploy in few weeks an application to manage a small
> meeting.
> Well I put a repository for debian sarge.
> I package Jifty from cpan with only some fix for debian/control
> dependencies. There are certainly usable for ubuntu.
> I localize Login plugin and add po files for french.
> You could see my working notes here :
> http://www.crium.univ-metz.fr/docs/devel/jifty/
> with repository address and a kind of tutorial (it was hard to find
> documentation and examples)

Yves,

This is all great. Thanks!

> 
> I found only two minors bugs. One in WebMenu and the use of Email:MIME
> 1.855, 1.852 works fine. Details are on my working notes.
> 
> Now my questions list :-)
> - do you want my diffs and po files ?
>
Yes, with a caveat. I'd much rather have you join us as a committer. If
you're willing, please send me the output of htpasswd -n (via private
mail) and I'll arrange your commit bit. 

> - has somebody work on a mod_perl handler ?

Not yet. We'd very much like to see that done, though. I'd be happy to
offer pointers.

> - is there a more elegant way in a view to make a "create or update"
> form than in my register view with :
>    my ($exist,$message)=$record->load($user);

I'd probably do:

my $record = RecordClass->new();
$record->load($user);
if ($record->id) {
	$actionclass = 'UpdateUser';
} else { $actionclass = 'CreateUser' }

my $action = Jifty->web->new_action(class=>$action_class, record =>
$record);

-j


> I will try to make a screencast. Feel free to send me any comment or
> correction.
> 
> 
> PS: the table "Inscrit" is for "Subscriber"
> PS2: my wiky protect % and change it in ‰, take care for copy/paste
> 
> -- 
> ---------------------------------------------------------------
> AGOSTINI Yves             CRI - Université Paul Verlaine - Metz
> agostini at univ-metz.fr     http://www.crium.univ-metz.fr
> tel: 03 87 31 52 63       fax: 03 87 31 53 33
> 
> _______________________________________________
> jifty-devel mailing list
> jifty-devel at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
> 

-- 


More information about the jifty-devel mailing list