Re: [Catalyst] [Announce][META] MojoMojo 0.999021 has been released to CPAN

2008-11-01 Thread Richard Thomas
Kinosearch++ We're using it at $work, linked to some CDBI triggers, and it works really well. Building the equivalent functionality to search everything natively in the database more or less simultaneously could never be as blissfully simple. cheers RET Sent from

Re: [Catalyst] how to set a default (index.html) page (Template Toolkit used)

2008-11-01 Thread Devin Austin
well it's defined in Root.pm, the default() method. It defaults to $c->welcome_page (or something close). Typically you use a template instead of a static HTML page for your default page, so you'd simply set which template you want (which depending on your set up is usually located in /root/). d

Re: [Catalyst] how to set a default (index.html) page (Template Toolkit used)

2008-11-01 Thread kakimoto
any ideas>? Quoting [EMAIL PROTECTED]: > hi guys > i am fine tuning my application. Like the examples given in the > tutes, > the default page is to login the user. > > How do I load a default page (ie index.html)? Assume it is stored > in > /root/static. > > I was looking at Root.pm where

Re: [Catalyst] [Announce][META] MojoMojo 0.999021 has been released to CPAN

2008-11-01 Thread Dermot
2008/11/1 Marcus Ramberg <[EMAIL PROTECTED]>: >I'm happy to mention that we're finally rid of Plucene. ... > > 0.999021 2008-11-01 01:47:00 >- Move search to KinoSearch I was considering Lucene as the basis of an text search engine. Lucence fans claim it's the industry standard. http://s

[Catalyst] Catalyst::Plugin::XMLRPC/Catalyst::Component::ACCEPT_CONTEXT issue.

2008-11-01 Thread kevin montuori
hi all -- i have a trivial catalyst (version 5.7015) application using the XMLRPC plugin (version 1.0) with two controllers lib/MyApp/Controller/API.pm lib/MyApp/Controller/API/SubGroup.pm and one mixin class lib/MyApp/ControllerBase/Quux.pm which uses the base class Catalyst::Component: