Re: 3.0 - Acl

2014-03-01 Thread mark_story
We'll probably be moving the existing ACL code into a standalone plugin, 
possibly merging with the AclExtras repo I maintain so there are fewer 
things for people to install. Beyond that other ACL libraries like 
Zend_ACL, or Sentry2 are great alternatives.

-Mark

On Friday, 28 February 2014 21:21:39 UTC-5, Dr. Tarique Sani wrote:
>
> Great! Is a replacement proposed? Something like Sentry 2 package?
>
> Tarique
>
> On Friday, February 28, 2014, José Lorenzo > 
> wrote:
>
>> It is not. The database version of ACL will be probably removed from cake 
>> 3 as it has proven to be an over complication for the great majority of 
>> cases.
>>
>> On Thursday, February 27, 2014 6:49:15 PM UTC+1, Thomas von Hassel wrote:
>>>
>>> Hey
>>>
>>> Am i right to assume that Acl is not done in 3.0 yet ? 
>>>
>>> /thomas
>>>
>>>  -- 
>> 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.
>>
>
>
> -- 
> =
> The Conference Schedule Creator : http://shdlr.com
>
> PHP for E-Biz : http://sanisoft.com
> =
>

-- 
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.6 Released

2014-03-01 Thread mark_story
The CakePHP core team is proud to announce the immediate availability of 
CakePHP 2.4.6. 2.4.6 is a bugfix release for the 2.4 release branch. A 
short list of the changes you can expect is:

* Extract task handles quotes inside validation messages correctly.
* Model::field() now works with fields translated with TranslateBehavior.
* Core tests are no longer part of PEAR packages. This solves issues when 
the pear package is used as a composer dependency, and
  an incorrect classmap was generated.
* FormHelper::checkbox() can now generate checkboxes for empty values.
* Postgres can now convert boolean fields to integer when using SchemaShell.
* Changes to how ID's are generated for radio inputs were reverted. These 
changes caused issues in some applications.
* API documentation has been improved.
* Reverse routing for prefixed actions was improved.
* Temporary associations setup with TranslateBehavior::bindTranslation() 
are now correctly unbound & restored.
* Clearing data with MemcacheEngine will now work with greater than 100 
slabs.
* Validation::decimal() now works with localized floats.
* Invalid data in datetime pickers is now correctly handled.
* FormHelper::postLink() and FormHelper::postButton() now handle N 
dimensional data.

You can view the full changelog on cakephp.org[1]. I'd like to thank the 
people who have contributed to this release. Your bug tickets, 
documentation edits, and patches/pull requests are a big part of what keeps 
CakePHP alive and ticking. Download a packaged release on github[2].

### Links

* [1] http://cakephp.org/changelogs/2.4.6
* [2] https://github.com/cakephp/cakephp/releases/2.4.6

-- 
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: What are the advantages and disadvantages(if any) to use cakephp3.0?

2014-03-01 Thread Thomas von Hassel
But as soon as you have some spare time, dig into 3.0 ... it'll give you a good 
idea of whats coming down the pike, and i find i extremely interesting to 
follow along with the PR's as they come through github. It's like a directors 
commentary to the code ..

/thomas


On 01 Mar 2014, at 21:00, mark_story  wrote:

> The biggest differences are stability and completeness. 2.x is a stable, 
> mature framework with extensive docs and community support. 3.0 is still 
> pre-beta and has many unfinished features and documentation.
> 
> I cannot recommend you use 3.0 for anything more serious than experiments 
> right now. Once we get to a beta/rc release 3.0 will be more suitable for 
> real projects.
> 
> -mark
> 
> -- 
> 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.

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


What are the advantages and disadvantages(if any) to use cakephp3.0?

2014-03-01 Thread mark_story
The biggest differences are stability and completeness. 2.x is a stable, mature 
framework with extensive docs and community support. 3.0 is still pre-beta and 
has many unfinished features and documentation.

I cannot recommend you use 3.0 for anything more serious than experiments right 
now. Once we get to a beta/rc release 3.0 will be more suitable for real 
projects.

-mark

-- 
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: Media View Path - Strange behaviour

2014-03-01 Thread Stephen S
Doing pr(ROOT) will print D:\Work\DittoCake


On 1 March 2014 05:38, Andrew Lechowicz  wrote:

> What is the value of your `ROOT` constant on the windows machine?
>
>
> On Friday, February 28, 2014 7:01:22 AM UTC-5, Stephen S wrote:
>>
>> Hey
>>
>> I've pulled some working code from a repository this morning, which works
>> at the office using OSX, to my windows machine.
>>
>> The media view is having strange and unexpected behaviour, here is the
>> code (expected path and actual path).
>>
>> http://pastie.org/private/qw6twdc7pk4mm9kqega
>>
>> If you read the book (http://book.cakephp.org/2.0/
>> en/views/media-view.html) it states the path by default should be
>> absolute unless it's relative to the webroot folder. This only happens on
>> my windows installation.
>>
>> Perhaps this is a bug I should report, rather than something I have done
>> wrong?
>>
>> Cheers!
>>
>> --
>> Kind Regards
>>  Stephen Speakman
>>
>  --
> 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.
>



-- 
Kind Regards
 Stephen Speakman

-- 
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: 3.0 - Acl

2014-03-01 Thread euromark
You are free to continue it as an Acl Plugin :)


Am Samstag, 1. März 2014 08:18:24 UTC+1 schrieb Thomas von Hassel:
>
> To clarify, i have an app that manages permissions for a great many 
> Entities with DbAcl and i never had any problems with it … 
>
> /thomas
>
>
>
> On 28 Feb 2014, at 13:30, José Lorenzo > 
> wrote:
>
> It is not. The database version of ACL will be probably removed from cake 
> 3 as it has proven to be an over complication for the great majority of 
> cases.
>
> On Thursday, February 27, 2014 6:49:15 PM UTC+1, Thomas von Hassel wrote:
>>
>> Hey
>>
>> Am i right to assume that Acl is not done in 3.0 yet ? 
>>
>> /thomas
>>
>>
> -- 
> 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+u...@googlegroups.com .
> To post to this group, send email to cake...@googlegroups.com
> .
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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: What are the advantages and disadvantages(if any) to use cakephp3.0?

2014-03-01 Thread euromark
That is like asking what are the advantages and disadvantages of cars over 
carriages - in the 1886s when the first car has been invented.
One is the future and just around the corner, and the other is the current 
state of the art transportation.

mark


Am Samstag, 1. März 2014 02:13:17 UTC+1 schrieb Sam:
>
> What are the advantages and disadvantages(if any) to use cakephp3.0 
> instead of cakephp2.x?
>

-- 
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: CakeDC Tags Plugin - recursive problem

2014-03-01 Thread dbailey
Did you ever have any success with this? I've been having the exact same 
problem. If you did find a solution, what did you use?

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