[Catalyst] I18N: language directory with multiple files

2015-09-07 Thread Chris Welch
Hi I wonder if anyone can help me, I have Catalyst::Plugin::i18N installed and working okay, but the language files are going to get VERY unwieldy if I keep everything in a single en_gb.po file (for example) - I was wondering if there's some way of having something lile the subdirectories of I18N

Re: [Catalyst] UK hosting

2016-01-12 Thread Chris Welch
Thank you all very much, I have a decent list to consider now. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site:

[Catalyst] UK hosting

2016-01-11 Thread Chris Welch
Hello This is not actually a technical request, so apologies if I shouldn't be asking this here. I'm hoping some of you can recommend a host - I've got my site to a point where I need to think about putting it online somewhere. It's a rewrite of a current site, which I wrote 10 years ago when I

Re: [Catalyst] An MVC logic separation conundrum

2016-03-10 Thread Chris Welch
On 10 March 2016 at 12:42, Aristotle Pagaltzis <pagalt...@gmx.de> wrote: > * Chris Welch <welch.ch...@gmail.com> [2016-03-09 20:10]: > > All of this brings up a quandary: there are only two ways around this > > that I can see: > > There’s plenty more. E.g. you cou

Re: [Catalyst] An MVC logic separation conundrum

2016-03-10 Thread Chris Welch
hey > should not have any knowledge of or direct access to a Controller. If this > means you have to bundle up a larger amount of data in the Controller so > the data passage is clean, so be it, that is the lesser evil. -- Darren > Duncan > > > On 2016-03-09 11:

Re: [Catalyst] An MVC logic separation conundrum

2016-03-14 Thread Chris Welch
Thank you all very much for your help, it's given me some real food for thought. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

[Catalyst] An MVC logic separation conundrum

2016-03-09 Thread Chris Welch
Hi This is more of a general MVC question, but hopefully it's okay to ask in here. I've set up a model to generate data in iCal format (see my previous thread and thanks for the responses on that), but it has thrown up an interesting general logic separation question that I don't know the answer

Re: [Catalyst] New view: ICal?

2016-03-04 Thread Chris Welch
Thanks for the reply - may I ask what the model would be doing, given that presumably it would have to go through a view in the end anyway? Because the data itself already exists in a model, all I'm wanting to do effectively is extract that and display it in a slightly different format, so I'm

[Catalyst] New view: ICal?

2016-03-03 Thread Chris Welch
Hi So as part of my sports league web site, I've been looking at adding the ability to download matches into personal calendars. It strikes me the most obvious way to do this is with a view, something like Catalyst::View::ICal - there doesn't seem to be anything like that around at the moment,

Re: [Catalyst] Feasibility questions ref transition to Catalyst

2016-03-02 Thread Chris Welch
I know you folks are talking about Apache, but I've used this for nginx for static content if it helps anyone (I think I'm an nginx convert now mainly because, it's extremely simple for a relative Linux newbie like me): location /robots.txt { alias /path/to/robots.txt; expires 30d; } On 2

Re: [Catalyst] Multipart/form-data file uploads missing

2016-11-14 Thread Chris Welch
I think the file upload is in $c->request->upload - I have a file called "image", which I access with $c->request->upload("image"), does that help? ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

[Catalyst] $c->uri_for and $c->uri_for_action ignoring https

2021-10-02 Thread Chris Welch
Hi everyone In my infinite(!) wisdom, I decided to do a complete server rebuild before people will start using my website again next month. This previously was working correctly, however now even though the page is being served over https, all the links (which use $c->uri_for and

Re: [Catalyst] $c->uri_for and $c->uri_for_action ignoring https

2021-10-02 Thread Chris Welch
Apologies, I have sorted this - I must have forgotten that I had set the using_frontend_proxy option and then set the X-Forwarded-Port header on nginx before. On Sat, 2 Oct 2021 at 14:35, Chris Welch wrote: > Hi everyone > > In my infinite(!) wisdom, I decided to do a complete serve

[Catalyst] Using CatalystX::I18N::Maketext outside of Catalyst

2022-01-21 Thread Chris Welch
Hi - I hope it's okay to post this here, I know it's not about Catalyst 'core'. I'm using CatalystX::I18N::* in order to be able to internationalise my site. I have that working nicely, and my site text is coming from $c->maketext(). However, I've been trying to access these codes from my