Re: [Catalyst] multiple row entry
Alan Humphrey scribbled on 8/22/06 11:37 AM: > > How to you handle the data entry of the tracks and artists? I’ve > thought about an “add” button that would open up a separate page for > each track, but that’s clunky. Is there a better way? Something Ajaxian? > I have a small JS lib built on Prototype that I am getting near to open sourcing. It does exactly this: spreadsheet-style editing of multiple rows of data. Let me know offlist if you'd like an alpha copy; I'd love to get some feedback on it. cheers, pek -- Peter Karman . http://peknet.com/ . [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/
Re: [Catalyst] While the Catalyst CPAN install discussion is still going on....
>> CPAN out of memoryDylan Vanderhoof: > Try http://cpan.llarian.net (mine, if in the US) or > http://cpan.shadowcatprojects.net (MSTs in UK/EU) and see if > the error persists?Rodney Broom: > I think I'm coming in late on this, but could the module list > actually be way oversized? Like maybe you're hitting a mirror > that's having a problem.Thanks guys, I tried both mirrors, get the same problem. ISP issue looks more likely -- I'll ping their support dept.I got my modules all installed, tho. I tarred up all the text-based modules from my linux box and copied them into the right paths on ISP's machine. Then I did the incantation (perl Makefile.PM && make && etc) and installed all the compiled mods. Module::Build insisted on perl Build.PM (geez, I can't understand why) and was the only module that had trouble with BSD's libdata directory; but I rearranged that one, too. I got catalyst's server to run -- port 3000 wasn't occupied ;-) Now I just have to load up the database and test the rest of the stuff./dennis ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/
Re: [Catalyst] Sessions not working with Store::File State Cookie
On Wed, Aug 23, 2006 at 18:22:07 +0200, Roland Lammel wrote: > I guess the same problem goes for State::URI Yep > So Session.pm State/URI.pm and State/Cookie.pm need to be updated, right? Or > did I get the call flow wrong for the finalize part in Session.pm? You don't need to call anything explicitly > With some directions from the author (so I guess that's you ;-) I might be > able to provide a patch to State::Cookie and State::URI so the integrate > well with the current session implementation. You mean URI+Cookie at the same time? That Just Works now: http://search.cpan.org/src/NUFFIN/Catalyst-Plugin-Session-State-URI-0.05/Changes > Are their any pending changes to Session.pm that should be taken into > account too? Not right now -- Yuval Kogman <[EMAIL PROTECTED]> http://nothingmuch.woobling.org 0xEBD27418 pgplvl2mVuV4x.pgp Description: PGP signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/