Re: CakePHP 1.1.6.3264 Released

2006-07-20 Thread Armando Sosa

This is fun:

Last weekend I was giving a workshop on Ajax and Cake to a small group
of people, and something like this happened:

-- Yesterday, I've burned the last version of Cake --which is the
1.1.5.x-- for you, but anyway, you still can go the CakePHP site [cake
site popped on the proyection screen] and look for new updates because
... Hey look! there's a new version! ... that's what I'm talking
about: development is very active.

It was funny to me XD

BTW, I love the new default layout.



On 7/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Thanks guys, Got it to work, I just used the entire new cake folder and
> replaced the app folder with mine.
>
> Thanks for the help!
>
>
> >
>


-- 
Armando Sosa

www.nolimit-studio.com

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



Re: CakePHP 1.1.6.3264 Released

2006-07-19 Thread [EMAIL PROTECTED]

Thanks guys, Got it to work, I just used the entire new cake folder and
replaced the app folder with mine.

Thanks for the help!


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



Re: CakePHP 1.1.6.3264 Released

2006-07-19 Thread John Zimmerman [gmail]
First thing you should do when upgrading from 1.0 is replace your .htaccess files and the index.php files in your /app directory with the ones from the new /app directory.Then compare your files in /app/config with the new ones and make changes as necessary, usually replacing your file with the one fro m the new installation and then adding your modifications to the new file.
Then you will have to troubleshoot any other errors that come up.On 7/19/06, [EMAIL PROTECTED]
 <[EMAIL PROTECTED]> wrote:
>From 1.0.0.2378. Sorry I forgot to search, will have a look now.

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


Re: CakePHP 1.1.6.3264 Released

2006-07-19 Thread John Zimmerman [gmail]
I just upgraded from 1.1.5 to 1.1.6 and had no problems.Here is what I did...Back up my /app directory outside of my webroot.Delete the contents of my webroot AFTER backing up /app somewhere else.
Extract the new cake version into my webrootDouble check to make sure the .htaccess files are actually there.Rename the /app that came with the new version of cake to app.stock
Move my originall /app directory back into the webroot where it was before I backed it up.Everything came up just fine for me.You might check to make sure that you have all the .htaccess files in the appropriate places after upgrade
/.htaccess/app/.htaccess/app/webroot/.htaccessHTHOn 7/19/06, [EMAIL PROTECTED]
 <[EMAIL PROTECTED]> wrote:
I tried just replacing the cake folder, but I get countless errors andcake cannot find my models. I am using my old app_controller andapp_model files, so I can't think where the problem is.Larry E. Masters aka PhpNut wrote:
> > Way to go...progress is fast around here! Can I upgrade from 1.1.5.3148> > by simply replacing the /cake directory?>>> Yes, it is that simple --
> /**> * @author Larry E. Masters> * @var string $userName> * @param string $realName> * @returns string aka PhpNut> * @access  public> */>> --=_Part_46420_22845335.1152933668403
> Content-Type: text/html; charset=ISO-8859-1> X-Google-AttachSize: 508>> Way to go...progress is fast around here! Can I upgrade from 1.1.5.3148by simply replacing the /cake directory?> Yes, it is that simple -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @access  public
> */>> --=_Part_46420_22845335.1152933668403--

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


Re: CakePHP 1.1.6.3264 Released

2006-07-19 Thread [EMAIL PROTECTED]

>From 1.0.0.2378. Sorry I forgot to search, will have a look now.


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



Re: CakePHP 1.1.6.3264 Released

2006-07-19 Thread gwoo

What version are you upgrading from?
There have been a couple of recent threads on upgrading.


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



Re: CakePHP 1.1.6.3264 Released

2006-07-19 Thread [EMAIL PROTECTED]

I tried just replacing the cake folder, but I get countless errors and
cake cannot find my models. I am using my old app_controller and
app_model files, so I can't think where the problem is.


Larry E. Masters aka PhpNut wrote:
> > Way to go...progress is fast around here! Can I upgrade from 1.1.5.3148
> > by simply replacing the /cake directory?
>
>
> Yes, it is that simple
>
>
>
> --
> /**
> * @author Larry E. Masters
> * @var string $userName
> * @param string $realName
> * @returns string aka PhpNut
> * @access  public
> */
>
> --=_Part_46420_22845335.1152933668403
> Content-Type: text/html; charset=ISO-8859-1
> X-Google-AttachSize: 508
>
> Way to 
> go...progress is fast around here! Can I upgrade from 1.1.5.3148by simply 
> replacing the /cake directory?
> Yes, it is that simple  clear="all">-- /*** @author Larry E. Masters* @var string 
> $userName* @param string $realName* @returns string aka PhpNut* 
> @access  public
> */ 
> 
> --=_Part_46420_22845335.1152933668403--


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



Re: CakePHP 1.1.6.3264 Released

2006-07-16 Thread Gustavo Carreno

On 7/16/06, Shunro Dozono <[EMAIL PROTECTED]> wrote:
> If you need a translator for Japanese, I'm glad to help!
> At the moment, there are only a few information about CakePHP in Japanese,
> so I'm trying to produce some.
> In Japan, there are many engineers who speak Japanese only, so it is
> important to have a Japanese resource to spread the framework.
> So far, symfony is superior in regards to marketing in Japan.

Hey Shunro,

Translation efforts are going to begin as soon as the english version
of the manual is done.
If you want to help goto http://cakeforge.org/projects/translations
and request to be add to the project.

Thanks!,
Gustavo Carreno
---
< If you know Red Hat you know Red Hat,
If you know Slackware you know Linux >

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



Re: CakePHP 1.1.6.3264 Released

2006-07-16 Thread Shunro Dozono
Hello,2006/7/15, Larry E. Masters aka PhpNut <[EMAIL PROTECTED]>:
In other news, some new articles were published on Sitepoint [3] and in the International PHP magazine [4]. Fabio Cevasco [5] is the man behind these articles. Together with Fabio, we will be writing a book that will be published by Peachpit press sometime around December 2006.
If you need a translator for Japanese, I'm glad to help!At the moment, there are only a few information about CakePHP in Japanese, so I'm trying to produce some.In Japan, there are many engineers who speak Japanese only, so it is important to have a Japanese resource to spread the framework.
So far, symfony is superior in regards to marketing in Japan.S.Dozonohttp://cakephp.seesaa.net[EMAIL PROTECTED]

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


Re: CakePHP 1.1.6.3264 Released

2006-07-14 Thread ShepherdWeb

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



Re: CakePHP 1.1.6.3264 Released

2006-07-14 Thread Larry E. Masters aka PhpNut
Way to go...progress is fast around here! Can I upgrade from 1.1.5.3148by simply replacing the /cake directory?
Yes, it is that simple -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @access  public
*/ 

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


Re: CakePHP 1.1.6.3264 Released

2006-07-14 Thread ShepherdWeb

Way to go...progress is fast around here! Can I upgrade from 1.1.5.3148
by simply replacing the /cake directory?


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



CakePHP 1.1.6.3264 Released

2006-07-14 Thread Larry E. Masters aka PhpNut
Celebrating summer with the release of CakePHP 1.1.6.3264 [1] This fixes the many bugs submitted by the ever growing and active CakePHP community. The DBOs have received some nice updates and a nifty little bug associated with PHP 
5.2_dev was fixed. Check out the changelog [2] to see everything that was done. In other news, some new articles were published on Sitepoint [3] and in the International PHP magazine [4]. Fabio Cevasco [5] is the man behind these articles. Together with Fabio, we will be writing a book that will be published by Peachpit press sometime around December 2006.
Yesterday, the documentation team and others got together for a meeting of the minds. John Anderson (_psychic_) had a great agenda and moved through it with great speed. So, expect to hear more from him and see some major improvements to the manual. Also, keep an eye out for CakePHP 
1.2, which hope to release before the end of summer in the Northern Hemisphere. Stop by #cakephp to find out how you can help us with 1.2.Happy Baking,CakePHP development TeamCake Software Foundation, Inc.
http://cakefoundation.org/pages/donate
[1] Download: http://cakeforge.org/frs/?group_id=23&release_id=114[2] Changelog: 
http://cakeforge.org/frs/shownotes.php?release_id=114[3] SitePoint: http://sitepoint.com
[4] International PHP Magazine: 
http://phpmag.net[5] Fabio Cevasco: 
http://h3rald.com-- /*** @author Larry E. Masters* @var string $userName* @param string $realName
* @returns string aka PhpNut* @access  public*/ 


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