Re: CakePHP 2.4.0-RC2 released

2013-08-21 Thread Ben Kennedy
Thanks Simon, I did indeed give it a go and it all went fine (apart from 
DebugKit moaning, but I found the relevant fixes on Github). I found the 
2.4 migration guide also, but simple people like me need "DO THIS" 
instructions =]

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


Re: CakePHP 2.4.0-RC2 released

2013-08-20 Thread Simon Males
Changes that you need to make in your app folder are usually
documented in the appendices:

http://book.cakephp.org/2.0/en/appendices/2-4-migration-guide.html

I do not see any, so you should be good to go.

Why don't you give it a go and see what happens?


On Tue, Aug 20, 2013 at 6:53 PM, Ben Kennedy  wrote:
> Hi Mark, If I were to update my (in development, non-live 2.3.5) to
> 2.4.0-RC2, is it just a case of replacing the "lib" folder with the one from
> the new package, or are there some deeper changes that require more file
> modifications/console scripts? I'm particularly keen to use the new
> passwordHasher functionality in the Auth component.
>
> Regards,
>  Ben
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
Simon Males

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


Re: CakePHP 2.4.0-RC2 released

2013-08-20 Thread Ben Kennedy
Hi Mark, If I were to update my (in development, non-live 2.3.5) to 
2.4.0-RC2, is it just a case of replacing the "lib" folder with the one 
from the new package, or are there some deeper changes that require more 
file modifications/console scripts? I'm particularly keen to use the new 
passwordHasher functionality in the Auth component.

Regards,
 Ben

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


CakePHP 2.4.0-RC2 released

2013-08-19 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of 
the second release candidate for 2.4.0[1].

CakeFest 2013[2] is just around the corner. If you haven't already bought 
your ticket do it now. It will be a great time to learn way beyond just 
CakePHP, this year we feature talks about performance, the future of PHP 
and modern javascript frontend frameworks. The core team is making great 
strides for having a new stable version for CakeFest and workshops will be 
based off the great new features next release is included.

A short list of changes you can expect in 2.4.0-RC2 are:

* Config data between Email and Transport classes now merges correctly.
* CakeTime::timeAgoInWords() uses fuzzy terms when time is below thresholds.
* Confirm values are now correctly encoded. This was a regression 
introduced in 2.4.0-RC1.
* DbAcl uses INNER joins instead of LEFT joins to help increase performance.
* CakeEmail::template() can now disable rendering the layout as documented.
* Formatting number in european locales now works correctly.
* Translation strings were updated to exclude non-translable content.
* RedirectRoute now persists parameters using the same methods as normal 
routes.
* Components with settings are now mocked better.

A huge thanks to all involved in terms of both contributions through 
commits, tickets, documentation edits, and those whom have otherwise 
contributed to the framework. Without you there would be no CakePHP. 
Download a packaged release [4].

### Links

* [1] http://cakephp.org/changelogs/2.4.0-RC1
* [2] http://cakefest.org/
* [3] https://github.com/cakephp/cakephp/tags

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.