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 Burbridgerburb...@cisco.com 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

Re: [Catalyst] Contributing code

2010-06-22 Thread Chisel
On Tue, Jun 22, 2010 at 8:55 AM, Toby Corkindale toby.corkind...@strategicdata.com.au 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

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

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

Re: [Catalyst] Contributing code

2010-06-22 Thread Chisel
On Tue, Jun 22, 2010 at 4:04 PM, Tomas Doran bobtf...@bobtfish.net 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 ...

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..

[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 to

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

[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 -

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 snip Any suggestions on how to track down what might cause a VIEW ERROR like this? I would very