Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.4' into 3.0
Browse files Browse the repository at this point in the history
Conflicts:
	app/webroot/test.php
	lib/Cake/Console/Command/Task/ExtractTask.php
	lib/Cake/Console/Shell.php
	lib/Cake/Controller/Component/Auth/BasicAuthenticate.php
	lib/Cake/Controller/Component/Auth/DigestAuthenticate.php
	lib/Cake/Controller/Component/AuthComponent.php
	lib/Cake/Core/Object.php
	lib/Cake/Error/exceptions.php
	lib/Cake/Log/CakeLog.php
	lib/Cake/Model/ConnectionManager.php
	lib/Cake/Model/Datasource/Database/Mysql.php
	lib/Cake/Model/Datasource/Database/Postgres.php
	lib/Cake/Model/Datasource/Database/Sqlserver.php
	lib/Cake/Model/ModelValidator.php
	lib/Cake/Model/Validator/ValidationSet.php
	lib/Cake/Network/Email/Email.php
	lib/Cake/Network/Http/HttpSocket.php
	lib/Cake/Routing/Dispatcher.php
	lib/Cake/Routing/Route/Route.php
	lib/Cake/Routing/Router.php
	lib/Cake/Test/TestCase/BasicsTest.php
	lib/Cake/Test/TestCase/Console/Command/SchemaShellTest.php
	lib/Cake/Test/TestCase/Model/Datasource/DboSourceTest.php
	lib/Cake/Test/TestCase/Model/ModelWriteTest.php
	lib/Cake/Test/TestCase/View/Helper/FormHelperTest.php
	lib/Cake/Test/TestCase/View/JsonViewTest.php
	lib/Cake/TestSuite/Fixture/FixtureManager.php
	lib/Cake/TestSuite/TestSuiteDispatcher.php
	lib/Cake/Utility/Number.php
	lib/Cake/Utility/Validation.php
	lib/Cake/Utility/Xml.php
  • Loading branch information
markstory committed Mar 15, 2013
2 parents 03efd2f + e97b3ac commit cf9691a
Show file tree
Hide file tree
Showing 88 changed files with 1,217 additions and 711 deletions.
2 changes: 1 addition & 1 deletion App/Config/bootstrap.php
Expand Up @@ -138,7 +138,7 @@
*/

/**
* You can attach event listeners to the request lifecyle as Dispatcher Filter . By Default CakePHP bundles two filters:
* You can attach event listeners to the request lifecycle as Dispatcher Filter . By Default CakePHP bundles two filters:
*
* - AssetDispatcher filter will serve your asset files (css, images, js, etc) from your themes and plugins
* - CacheDispatcher filter will read the Cache.check configure variable and try to serve cached content generated from controllers
Expand Down
6 changes: 6 additions & 0 deletions App/Config/datasources.default.php
Expand Up @@ -53,6 +53,12 @@
*
* unix_socket =>
* For MySQL to connect via socket specify the `unix_socket` parameter instead of `host` and `port`
*
* settings =>
* Array of key/value pairs, on connection it executes SET statements for each pair
* For MySQL : http://dev.mysql.com/doc/refman/5.6/en/set-statement.html
* For Postgres : http://www.postgresql.org/docs/9.2/static/sql-set.html
* For Sql Server : http://msdn.microsoft.com/en-us/library/ms190356.aspx
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion App/View/Pages/home.ctp
Expand Up @@ -227,7 +227,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
<ul><li><?php echo __d('cake_dev', 'The Rapid Development Framework'); ?></li></ul></li>
<li><a href="http://book.cakephp.org"><?php echo __d('cake_dev', 'CakePHP Documentation'); ?> </a>
<ul><li><?php echo __d('cake_dev', 'Your Rapid Development Cookbook'); ?></li></ul></li>
<li><a href="http://api20.cakephp.org"><?php echo __d('cake_dev', 'CakePHP API'); ?> </a>
<li><a href="http://api.cakephp.org/"><?php echo __d('cake_dev', 'CakePHP API'); ?> </a>
<ul><li><?php echo __d('cake_dev', 'Quick Reference'); ?></li></ul></li>
<li><a href="http://bakery.cakephp.org"><?php echo __d('cake_dev', 'The Bakery'); ?> </a>
<ul><li><?php echo __d('cake_dev', 'Everything CakePHP'); ?></li></ul></li>
Expand Down
354 changes: 0 additions & 354 deletions app/Config/core.php

This file was deleted.

0 comments on commit cf9691a

Please sign in to comment.