How to register in the bakery?

2008-02-01 Thread jakecake (newbie)

Hi,

I try since many days to register in the bakery (http://
bakery.cakephp.org) but I never receive the email to confirm. Even if
I ask for a new pw, no email.

I don't find any 'contact' form on the bakery to report the problem.
So maybe somebody can help here ;)

Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Bug in cake beta 1.2 model

2008-01-30 Thread jakecake (newbie)

 The problem is in /cake/libs/model/model.php line 364 and on. In the
 code it says:

Line 1193 in Revision: 6398, Date: 2008-01-20 20:21:28 -0600 (Sun, 20
Jan 2008)

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



Re: HABTM Save - Something with cake or me?

2008-01-30 Thread jakecake (newbie)


Maybe check this thread (Bug in cake beta 1.2 model)
http://groups.google.com/group/cake-php/browse_thread/thread/2ad48c4e10f58fc0/c7c4511051071b52


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



Re: Saving Multiple HABTM associations

2008-01-30 Thread jakecake (newbie)


Maybe check this thread (Bug in cake beta 1.2 model)
http://groups.google.com/group/cake-php/browse_thread/thread/2ad48c4e10f58fc0/c7c4511051071b52


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



Re: Bug in cake beta 1.2 model

2008-01-30 Thread jakecake (newbie)

 I found (and fixed) a bug in the model.php file, and I can't report it
 in the trac system, so I thought I'd report it here in case someone
 sees it and can fix it.


Whaaao!! Thanks a lot! I am a newbie to cake and since 2 days I
was running around this strange behaviour when saving a HABTM
relation. I thought it was necessary to write more code to handle this
case, and I began to doubt of my cake understanding!

So, thanks.

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



Re: On the fly validation in model and form

2008-01-30 Thread jakecake (newbie)


Thanks a lot, sure it helps! I didn't know the validateAction
property. I will try to hack by this way, or maybe keep the current
manual validation.

Cheers
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Saving additional fields in HABTM tables (With Associations)

2008-01-30 Thread jakecake (newbie)


 But maybe I should go the way you described. It's a little bit
 frustrating as a beginner to spent hours on a tiny step :-)

Did you check this?

Bug in cake beta 1.2 model :
http://groups.google.com/group/cake-php/browse_thread/thread/2ad48c4e10f58fc0/c7c4511051071b52
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Full path in the Controller::$here property

2008-01-29 Thread jakecake (newbie)


Hi,

When an application is not served at the root of the webserver, why is
the $this-here property not relative to the webroot property?

ex.

If I go to http://localhost/mywww/tests/cakebeta/controller/action I
get:

[webroot] = /mywww/tests/cakebeta/
[here] = /mywww/tests/cakebeta/controller/action

I would expect to have:

[webroot] = /mywww/tests/cakebeta
[here] = /controller/action

to avoid duplicate path information. Then I could have the full path
with $this-webroot.$this-here

Thanks for your answers.
Jakecake

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