Re: [Catalyst] mojomojo capability questions

2013-04-18 Thread Dave Howorth
Dennis Daupert wrote: A most impressive feature of MojoMojo is its hierarchical arrangement. That would allow us to create a document set for some given project comprised of a tree-structured set of pages. Many technically-minded people see hierarchically structured documentation as being

Re: [Catalyst] Catalyst, ExtJS and TT

2013-03-18 Thread Dave Howorth
Jean-Marc Choulet wrote: Hello, I have a javascript file named EntrepriseWindow.js in root dir. It contains some TT code. I must add a extension (I renamed the file EntrepriseWindow.js) for it to work. Otherwise, it does not work : sub EntrepriseWindow :Path('EntrepriseWindow.js') {

Re: [Catalyst] Using Progressive realms when username and password fields are all different

2012-06-29 Thread Dave Howorth
Will Crawford wrote: On 28 June 2012 23:12, Gavin Henry gavin.he...@gmail.com wrote: ... Thanks Tim. Yes, I know that but then the other two realms will fail and that's the point of progressive. I want to call one -authenticate which tries all the realms I've defined in progressive_oauth.

Re: [Catalyst] Re: Using model layers between Catalyst and DBIC

2012-02-07 Thread Dave Howorth
Bill Moseley wrote: That is, we want to allow $user-first_name, but not $user-search_related or $user-delete. That requires writing new wrapper classes for every possible result -- not just mirroring DBIC's result classes but possibly many more because the new model might have multiple

Re: [Catalyst] What are the best practices for using phrasebooks inCatalyst applications?

2012-01-27 Thread Dave Howorth
Octavian Rasnita wrote: It may work unless the site already needs to use I18N for real languages. I think the solution in that case is to use a language tag something like en-US-x-my-private-tag-for-this-user ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] Apache2 and mod_perl deployment issue

2011-11-17 Thread Dave Howorth
Adam Jimerson wrote: After looking into deploying under mod_fastcgi turns out the closest thing openSUSE ships with is mod_fcgid version 2.3.6 To find opensuse packages, the usual method is to search via http://software.opensuse.org/ or via equivalent search facilities in YaST. Searching for

Re: [Catalyst] Catalyst::Controller:REST and JSON vs JSONP issue

2011-08-26 Thread Dave Howorth
James Spath wrote: FWIW, IMHO the issue is better fixed in JSON::XS et al than in Catalyst::Action::Serialize::JSON. I don't see why JSON can't always encode the two problematic characters. I suppose it could be in JSON::XS .. but JSON::XS is doing nothing wrong ... the two characters are

Re: [Catalyst] DBIC mailing list?

2010-09-03 Thread Dave Howorth
Octavian Rasnita wrote: From: Bill Crawford billcrawford1...@gmail.com 2010/9/3 Octavian Rasnita octavian.rasn...@ssifbroker.ro: Has anyone any idea why I can't send messages to the DBIC mailing list anymore? When you say don't reach the list is it possible you're not seeing it because your

Re: [Catalyst] how to confirm before deleteing

2009-01-21 Thread Dave Howorth
Paul Falbe wrote: That works thank you very much. Don't know how many google searchs I did trying to find that out! Rodrigo-51 wrote: Paul, how about a javascript confirm() box? ... and if the user has Javascript disabled? Doh! ___ List:

[Catalyst] CSRF

2008-09-30 Thread Dave Howorth
There's an interesting paper on CSRF mentioned on slashdot today: http://www.freedom-to-tinker.com/sites/default/files/csrf.pdf It mentions Catalyst along with some other frameworks and suggests a way to build in CSRF-protection. Cheers, Dave ___

Re: [Catalyst] Catalyst site design drafts feedback thread

2008-06-12 Thread Dave Howorth
Matt S Trout wrote: Where possible, please reply with your feedback directly to this post To add a little to themes that others have brought up; basically some things to consider in the design. I have old eyes too, and strong lenses, so I'm all for good size clear fonts. It's also easier to

Re: [Catalyst] Re: trouble with model-dbic resultset

2007-12-06 Thread Dave Howorth
A. Pagaltzis wrote: * Michael Higgins [EMAIL PROTECTED] [2007-12-05 22:40]: Isn't that some general principle, you find the error just after emailing a whole bunch of people? Another effective [debugging] technique is to explain your code to someone else. This will often cause you

Re: [Catalyst] BBC's Perl on Rails nuttiness

2007-12-03 Thread Dave Howorth
You have to remember that Siemens are responsible for ensuring the stability of the public facing infrastructure. This makes it important not to introduce new modules, or upgrade existing modules, without an extensive testing period to make sure it works with all existing