Re: Github Svn broken?

2010-09-11 Thread Terr
The GitHub repository was renamed recently, I guess that's why it
stopped working for you. The repository is now called 'cakephp' (no
version identifier). You can find it here: http://github.com/cakephp/cakephp

Cheers,
Arjen

On Sep 9, 5:37 pm, Nat  wrote:
> I'm getting this github error:
> svn: attenzione: REPORT di '/cakephp/cakephp1x.git/!svn/vcc/default':
> 200 OK (http://svn.github.com)
>
> my svn external points tohttp://svn.github.com/cakephp/cakephp1x.git
>
> Anyone has a fix ?
>
> Cheers,
> Nat

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


LinkableBehavior for CakePHP 1.3

2010-04-28 Thread Terr
Hi fellow bakers,

When upgrading to CakePHP 1.3, some of you might be running into
problems when with LinkableBehavior. I've got an updated version on my
GitHub page that will remove the obsolete warnings and enables
Linkable to be used in pagination: http://github.com/Terr/linkable.

That page has also become the place to open any issue tickets (and, of
course, to fork and help improve the plugin!). Rafael Bandeira, the
original author, couldn't update the project anymore and has asked me
if I could keep an eye on it :)

Note: When updating to this version, you might notice some changed
behavior from Linkable. The old Linkable didn't fetch any fields of
linked models when none were asked. To match the behavior of Cake /
Containable, I've changed it to include all fields by default.

Cheers,
Arjen

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Containable grabbing too much data

2009-06-28 Thread Terr

I did a quick search at trac.cakephp.org, but I couldn't find an
existing bug report that describes this problem. Be sure to send in a
ticket there, that way you can be sure the dev team gets to know about
this.

On Jun 28, 3:23 am, Miles J  wrote:
> Yeah I guess we have the same problem, and I have spent a good few
> hour trying to fix this with no avail. Lets hope its a bug and an
> official comes and sees this.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: What do you develop in (ide, text editor, etc.)?

2009-03-01 Thread Terr

I'm using Notepad++ and Eclipse PDT, but without code completion for
Cake's way of model loading it doesn't matter too much which you pick.

But yesterday I stumbled across this video (http://www.pseudocoder.com/
archives/2009/02/25/programming-cakephp-app-with-komodo-ide/) that
demonstrates the CakePHP addon for Komode Edit (free) / IDE (paid)
that does just that: understanding Cake's dynamic models and providing
code completion.

I haven't got it working yet, but as soon as I do it's time for me to
wave goodbye to all other editors.

On Feb 28, 9:14 pm, adam  wrote:
> I'm using Eclipse with PDT, but Dreamweaver for making layouts.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: What do you develop in (ide, text editor, etc.)?

2009-03-01 Thread Terr

I've been using Notepad++ and Eclipse PDT, but they're essentially all
the same: no code completion for Cake's way of loading models.

But yesterday I stumbled across this video (http://www.pseudocoder.com/
archives/2009/02/25/programming-cakephp-app-with-komodo-ide/) that
demonstrates just that in Komodo Edit (free) / IDE (paid).

With a plugin it should recognize CakePHP dynamic class loading and
complete all your relations and such. I haven't got it working yet,
but as soon as I do it's time to wave goodbye to all other editors :)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---