Skip to content

Upgrade to 2.7#3

Open
vpmv wants to merge 511 commits intoLets-Talk-NL:masterfrom
vpmv:master
Open

Upgrade to 2.7#3
vpmv wants to merge 511 commits intoLets-Talk-NL:masterfrom
vpmv:master

Conversation

@vpmv
Copy link
Copy Markdown

@vpmv vpmv commented Oct 30, 2015

Adds stability and fixes some issues (e.g. late static binding)
Biggest change is the deprecation of String => CakeText.

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

Mark Scherer and others added 30 commits May 2, 2015 14:24
Don't default to app, as it prevents generating code coverage for core
and plugin files.

Fixes cakephp#6533
The second parameter of rtrim is a character mask, not a string to be replaced. It was breaking file names ending in one or more 'p' or 'h' characters.
Replace rtrim with preg_replace in SchemaShell
When inflecting irregular values, both plural and singular forms were
generated incorrectly.

Fixes cakephp#6538
Underscore separated words were not catched by the irregular regex,
tests however didn't fail as the default rules matched the tested words
too. The added test should ensure that this won't happen again.

Fixes the gap left by the previous cakephp#6538 fix.
Add underscore support for multi word irregulars.
2.6 Add missing HTML minimize attributes
Deprecate notEmpty in favor of notBlank.
Rename test methods after notBlank change
DboSource::_quoteFields() is already a bit of a mess, and while I'm not
happy about having to add more regex replacement, it seems to be the
only reasonable solution given that the code is already 'parsing' SQL
to apply identifier quoting.

Fixes cakephp#6602
SQLite does not handle subqueries in virtual fields well. However, the
original issue was that the generated query was invalid which
find(first) will still catch.
Fix incorrectly quoted table aliases in virtual fields.
Don't include deprecated validators in bake.

Refs cakephp#6581
Exclude deprecated validators from bake.
ravage84 and others added 30 commits September 25, 2015 17:11
Mostly CS, doc blocks and explicit returning nulls.
Mostly CS, doc blocks and unused variables.
Mostly CS, doc blocks and some CSS
Various improvements to the CakePHP lib files
Add cakephp/cakephp-codesniffer as dev dependency
App & skel folder sync + some improvements
Various improvements to the CakePHP test files
Update debugkit links to 2.x compatible branch
Load config file before checking class existence.
Instead of viri, it should be viruses.

Refs cakephp#7466
These variables are used by the HTML test reporter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.