Re: [Catalyst] view error - file error - MyApp_Model_MyApp_Team: not found

2010-06-22 Thread w...@serensoft.com
Curiouser and curiouser. The View class (TTSite) contains only __PACKAGE__->config, so there's not much to debug there. Comparing dump_info for situations where it works vs. doesn't work shows that one stash variable is different, and it's just something that's used in a .tt2 file for display. S

Re: [Catalyst] Contributing code

2010-06-22 Thread Toby Corkindale
On 23/06/10 01:03, Tomas Doran wrote: On 22 Jun 2010, at 08:55, Toby Corkindale wrote: I think I asked about this last time (to great silence), but.. what's the correct base path for the Git repos there? ie. git clone http://git.shadowcat.co.uk//Catalyst-Devel.git Like the CPAN search p

Re: [Catalyst] view error - file error - MyApp_Model_MyApp_Team: not found

2010-06-22 Thread Tomas Doran
On 22 Jun 2010, at 21:15, w...@serensoft.com wrote: "Here's the error message, on the off-chance that it means something to you: view error - file error - MyApp_Model_MyApp_Team: not found" Any suggestions on how to track down what might cause a VIEW ERROR like this? I would very much

[Catalyst] view error - file error - MyApp_Model_MyApp_Team: not found

2010-06-22 Thread w...@serensoft.com
We've got a bit of a mystery here: User 1 from Team A can visit /team and see sub-teams and organize them just fine. User 2 from Team B gets a relatively low-level Catalyst error: "Here's the error message, on the off-chance that it means something to you: view error - file error - MyApp_Model_MyA

Re: [Catalyst] Contributing code

2010-06-22 Thread Nigel Metheringham
On 22 Jun 2010, at 18:26, Tomas Doran wrote: > > But I get exactly what you're saying about the clone URI - that would be > entirely useful here.. Should just be a case of setting @git_base_url_list in the overall gitweb config file. Nigel. -- [ Nigel Metheringham nigel.meth

[Catalyst] Re: Contributing code

2010-06-22 Thread Adam Sjøgren
On Tue, 22 Jun 2010 17:01:53 +0100, Chisel wrote: > http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Devel.git;a=summary > is full of useful commit messages, but no help for people that would like to > check out the project as new. > I'm spoiled by github and gitosis having easy

Re: [Catalyst] Contributing code

2010-06-22 Thread Tomas Doran
On 22 Jun 2010, at 17:01, Chisel wrote: I'm spoiled by github and gitosis having easy to spot, copy and use git:// URLs for a repo clone action. Erm, you are looking at a gitosis install :) But I get exactly what you're saying about the clone URI - that would be entirely useful here.. Ch

Re: [Catalyst] Contributing code

2010-06-22 Thread Chisel
On Tue, Jun 22, 2010 at 4:04 PM, Tomas Doran wrote: > By 'the summary page for the project', you mean something other than the > search.cpan page, right (as that does contain this info)? > > What? > If you happen upon the git repo there's no obvious git clone URL ... http://git.shadowcat.co.uk/

Re: [Catalyst] Contributing code

2010-06-22 Thread Tomas Doran
On 22 Jun 2010, at 11:27, Chisel wrote: I agree that it's a bit annoying that the summary page for the project isn't more helpful by explicitly showing the clone URL and relies on a bit of educated guessing to find. By 'the summary page for the project', you mean something other than the sea

Re: [Catalyst] Contributing code

2010-06-22 Thread Tomas Doran
On 22 Jun 2010, at 08:55, Toby Corkindale wrote: I think I asked about this last time (to great silence), but.. what's the correct base path for the Git repos there? ie. git clone http://git.shadowcat.co.uk//Catalyst-Devel.git Like the CPAN search page says, it is git://git.shadowcat.c

Re: [Catalyst] Contributing code

2010-06-22 Thread Sir Robert Burbridge
On 06/21/2010 05:38 PM, Kieren Diment wrote: On 21/06/2010, at 11:48 PM, Sir Robert Burbridge wrote: Out of a discussion last week, I have some code to contribute (largely to Catalyst::Helper). Two quick questions: [snip q 1 ] 2) I've noticed many times in the CPAN modules I've looked th

Re: [Catalyst] Contributing code

2010-06-22 Thread Chisel
On Tue, Jun 22, 2010 at 8:55 AM, Toby Corkindale wrote: > > I think I asked about this last time (to great silence), but.. what's the > correct base path for the Git repos there? > > ie. git clone http://git.shadowcat.co.uk//Catalyst-Devel.git $ git clone git://git.shadowcat.co.uk/catagits/C

Re: [Catalyst] Contributing code

2010-06-22 Thread Toby Corkindale
On 22/06/10 00:19, Ævar Arnfjörð Bjarmason wrote: On Mon, Jun 21, 2010 at 13:48, Sir Robert Burbridge wrote: Out of a discussion last week, I have some code to contribute (largely to Catalyst::Helper). Two quick questions: 1) I've never contributed code to a project outside my work before.