Re: [Catalyst] New website using Catalyst

2007-08-23 Thread Evaldas Imbrasas
in interface for rich text editing. Thanks again to everyone who provided the positive feedback on and off the list. -- - Evaldas Imbrasas http://www.imbrasas.com ___ List: Catalyst@lists.rawmode

Re: [Catalyst] New website using Catalyst

2007-08-22 Thread Evaldas Imbrasas
t, and excellent docs. Also, the code written using YUI seems to be much more maintainable, especially if you adopt the 'Module Pattern': http://yuiblog.com/blog/2007/06/12/module-pattern/ -- -------

[Catalyst] New website using Catalyst

2007-08-21 Thread Evaldas Imbrasas
much more efficient and fun. Please feel free to add our website to the growing list of websites using Catalyst at http://dev.catalyst.perl.org/ . -- - Evaldas Imbrasas http://www.imbrasas.com ___ List

Re: [Catalyst] Custom error

2007-06-25 Thread Evaldas Imbrasas
d to the view again. If that doesn't make sense I can provide a code example later. -- ----- Evaldas Imbrasas http://www.imbrasas.com ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.r

Re: [Catalyst] Custom error

2007-06-25 Thread Evaldas Imbrasas
_Page -- - Evaldas Imbrasas http://www.imbrasas.com ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org

Re: [Catalyst] Catalyst and transactions

2007-05-25 Thread Evaldas Imbrasas
o this transaction? $c->model('kRadDB')->schema I get this error " Can't call method "schema" without a package or object reference" -- - Evaldas Imbrasas http://www.imbrasas.com

Re: [Catalyst] Sending email from Catalyst and scripts

2007-05-22 Thread Evaldas Imbrasas
d, as for sending out an email via the command line, there are many ways to achieve this depending upon what your goal and full use case is. Good luck, and happy hacking, -J -- ----- Evaldas Imbrasas http://www.imbrasas.com

[Catalyst] Sending email from Catalyst and scripts

2007-05-22 Thread Evaldas Imbrasas
hanks. -- - Evaldas Imbrasas http://www.imbrasas.com ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/cat

Re: [Catalyst] Re: Persistent login

2007-05-15 Thread Evaldas Imbrasas
. (This is my first Catalyst project, so I wouldn't be surprised if there's a one-liner out there that would solve this problem without a need for the above - sorry if that's the case.) -- -------

Re: [Catalyst] Re: Persistent login

2007-05-15 Thread Evaldas Imbrasas
in, and storing either user ID, username, a random token, or a combination of all of those in an encrypted form in that cookie. Of course, users would have to explicitly log in to access the sensitive parts of the website. -- --------- Evaldas Imbrasas http://w

Re: [Catalyst] Re: Persistent login

2007-05-15 Thread Evaldas Imbrasas
<[EMAIL PROTECTED]> wrote: * Evaldas Imbrasas <[EMAIL PROTECTED]> [2007-05-16 00:25]: > I didn't find a Catalyst plugin that would transparently deal > with persistent logins. Is there one? If not, what's the > recommended way to enable persistent logins in a >

[Catalyst] Persistent login

2007-05-15 Thread Evaldas Imbrasas
I didn't find a Catalyst plugin that would transparently deal with persistent logins. Is there one? If not, what's the recommended way to enable persistent logins in a Catalyst-driven website? Thanks. -- ----- Evaldas Imb