Re: bakery article publishing - how long does one need to wait?

2008-02-18 Thread JakeCake
For me almost nothing works in the Bakery! I get a blank page when saving the article. But also when searching. Is it my Firefox?!! As I heard everywhere, you should post something in the trac... --~--~-~--~~~---~--~~ You received this message because you are subsc

Re: HABTM saving again... sorry

2008-02-18 Thread jakecake
containing this stupid error in a so important model.php. Even the nightly contains this stupid bug, since almost 1 month. How do we want to motivate people to learn Cake, if they spend hours and hours to understand and solve a problem that is not a problem in their code? I don't understand... Jak

Re: can someone please explain to me what {n} is?

2008-02-14 Thread jakecake
I have put this thread in the FAQ (http://groups.google.com/group/cake- php/web/frequent-discussions) Jc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-ph

Re: User management, authentication and ACL plugin/component/helper

2008-02-12 Thread jakecake
> This looks realy good Try it before ;) --~--~-~--~~~---~--~~ 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

Re: User management, authentication and ACL plugin/component/helper

2008-02-12 Thread jakecake
...and thanks to the people who helped me to fight with the Bakery registration ;) Maybe an article on it later. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to

User management, authentication and ACL plugin/component/helper

2008-02-12 Thread jakecake
n.net/download/authake/screenshots/ Read you, 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 t

Re: Plugin and helper with the same name

2008-02-09 Thread jakecake
Bug report? --~--~-~--~~~---~--~~ 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 op

Plugin and helper with the same name

2008-02-08 Thread jakecake
If I have a plugin and a helper (in app or in plugin dir) with the same name, I get a blank page, without any error. When I make the helper bugging, I get the php error. If I rename the helper and its file, it works well. Any idea? Cheers, Jake --~--~-~--~~~---~--~--

Re: Why forcing by default the primary key to be 'id'?

2008-02-07 Thread jakecake
> Some things are simply more practical. You need certain conventions or there > would be a gazillion configurations that need to be set before you can > start. However it seems that most of the conventions can be overridden by configuration, so that odd situations can be managed. Jake --~--~--

Re: Programmatically creating/saving HABTM

2008-02-07 Thread jakecake
That's a known bug : http://groups.google.com/group/cake-php/browse_thread/thread/2ad48c4e10f58fc0/c7c4511051071b52 Try to update to a recent version of cake. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake

Re: User Management\Login\Auth Framework

2008-02-06 Thread jakecake
> Jake , bakery is working i create an account recently, and i can write > a post. Whats your problem? My problem is that I never received the confirmation mail. If I try to register again, I get a weird message in the form so that this username is already registred (and I'm supposed to reset it)

Re: User Management\Login\Auth Framework

2008-02-06 Thread jakecake
> @jakebaker: Look exactly what I've been looking for! Quick, someone > sort this man out with a bakery account! :-) Thanks Richard! I thinks it's a pitty that the cake is down since so long time, and during the cake fest!! Jakecake --~--~-~--~~~

Re: User Management\Login\Auth Framework

2008-02-06 Thread jakecake
-innovation.net/download/authake/homeadmin.png http://conseil-recherche-innovation.net/download/authake/rules.png My tool is based (but far far away now) on this tuto: http://bakery.cakephp.org/articles/view/yacca-yet-another-cake-component-for-auth It uses at least the same DB model. Jakecake On 6 fév, 02

Re: How to do just a view ?

2008-02-04 Thread jakecake
Put your static pages in /view/pages/ (ex. /view/pages/mypage.ctp). Then browse it from http://.../pages/ (ex. http://.../pages/mypage) And read the doc like said Thrilller ;) Jakecake --~--~-~--~~~---~--~~ You received this message because you are subscribed to

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

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

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"

On the fly validation in model and form

2008-01-30 Thread jakecake (newbie)
Hi, I need to validate some fields in a model called User (id, name, email, password). That's quite easy with 1.2 rules. For exemple, it is easy to check that the password field is not empty when the user register, because an empty password is not valid. But on the over hand, when the user brows

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 HAB

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.

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 "

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.

Full path in the Controller::$here property

2008-01-29 Thread jakecake (newbie)
/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 --~--~-~--~~