commit 0b1b8047b39da1393c2697c915ae4ef58cd6a93b
Author: root <root@localhost.localdomain>
Date:   Tue Feb 23 04:14:06 2016 -0500

    test

diff --git a/.editorconfig b/.editorconfig
old mode 100644
new mode 100755
diff --git a/.gitattributes b/.gitattributes
old mode 100644
new mode 100755
diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
diff --git a/.gitmodules b/.gitmodules
old mode 100644
new mode 100755
diff --git a/.htaccess b/.htaccess
old mode 100644
new mode 100755
diff --git a/.travis.yml b/.travis.yml
old mode 100644
new mode 100755
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
old mode 100644
new mode 100755
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/app/.htaccess b/app/.htaccess
old mode 100644
new mode 100755
diff --git a/app/Config/Schema/db_acl.php b/app/Config/Schema/db_acl.php
old mode 100644
new mode 100755
diff --git a/app/Config/Schema/db_acl.sql b/app/Config/Schema/db_acl.sql
old mode 100644
new mode 100755
diff --git a/app/Config/Schema/i18n.php b/app/Config/Schema/i18n.php
old mode 100644
new mode 100755
diff --git a/app/Config/Schema/i18n.sql b/app/Config/Schema/i18n.sql
old mode 100644
new mode 100755
diff --git a/app/Config/Schema/sessions.php b/app/Config/Schema/sessions.php
old mode 100644
new mode 100755
diff --git a/app/Config/Schema/sessions.sql b/app/Config/Schema/sessions.sql
old mode 100644
new mode 100755
diff --git a/app/Config/acl.ini.php b/app/Config/acl.ini.php
old mode 100644
new mode 100755
diff --git a/app/Config/acl.php b/app/Config/acl.php
old mode 100644
new mode 100755
diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php
old mode 100644
new mode 100755
diff --git a/app/Config/core.php b/app/Config/core.php
old mode 100644
new mode 100755
index 5afca1a..50900c4
--- a/app/Config/core.php
+++ b/app/Config/core.php
@@ -34,7 +34,7 @@
  * In production mode, flash messages redirect after a time interval.
  * In development mode, you need to click the flash message to continue.
  */
-	Configure::write('debug', 2);
+	Configure::write('debug', 0);
 
 /**
  * Configure the Error handler used to handle errors for your application. By default
diff --git a/app/Config/email.php.default b/app/Config/email.php.default
old mode 100644
new mode 100755
diff --git a/app/Config/routes.php b/app/Config/routes.php
old mode 100644
new mode 100755
diff --git a/app/Console/Command/AppShell.php b/app/Console/Command/AppShell.php
old mode 100644
new mode 100755
diff --git a/app/Console/Command/Task/empty b/app/Console/Command/Task/empty
old mode 100644
new mode 100755
diff --git a/app/Console/Templates/empty b/app/Console/Templates/empty
old mode 100644
new mode 100755
diff --git a/app/Console/cake b/app/Console/cake
old mode 100644
new mode 100755
diff --git a/app/Console/cake.bat b/app/Console/cake.bat
old mode 100644
new mode 100755
diff --git a/app/Console/cake.php b/app/Console/cake.php
old mode 100644
new mode 100755
diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php
old mode 100644
new mode 100755
diff --git a/app/Controller/Component/empty b/app/Controller/Component/empty
old mode 100644
new mode 100755
diff --git a/app/Controller/PagesController.php b/app/Controller/PagesController.php
old mode 100644
new mode 100755
diff --git a/app/Controller/PictcodeController.php b/app/Controller/PictcodeController.php
old mode 100644
new mode 100755
diff --git a/app/Controller/TopController.php b/app/Controller/TopController.php
old mode 100644
new mode 100755
diff --git a/app/Controller/UsersController.php b/app/Controller/UsersController.php
old mode 100644
new mode 100755
diff --git a/app/Lib/empty b/app/Lib/empty
old mode 100644
new mode 100755
diff --git a/app/Locale/eng/LC_MESSAGES/empty b/app/Locale/eng/LC_MESSAGES/empty
old mode 100644
new mode 100755
diff --git a/app/Model/AppModel.php b/app/Model/AppModel.php
old mode 100644
new mode 100755
diff --git a/app/Model/Behavior/empty b/app/Model/Behavior/empty
old mode 100644
new mode 100755
diff --git a/app/Model/ContactValidate.php b/app/Model/ContactValidate.php
old mode 100644
new mode 100755
diff --git a/app/Model/Datasource/empty b/app/Model/Datasource/empty
old mode 100644
new mode 100755
diff --git a/app/Plugin/UploadPack/Model/Behavior/UploadBehavior.php b/app/Plugin/UploadPack/Model/Behavior/UploadBehavior.php
old mode 100644
new mode 100755
diff --git a/app/Plugin/UploadPack/README.textile b/app/Plugin/UploadPack/README.textile
old mode 100644
new mode 100755
diff --git a/app/Plugin/UploadPack/VERSION b/app/Plugin/UploadPack/VERSION
old mode 100644
new mode 100755
diff --git a/app/Plugin/UploadPack/View/Helper/UploadHelper.php b/app/Plugin/UploadPack/View/Helper/UploadHelper.php
old mode 100644
new mode 100755
diff --git a/app/Plugin/UploadPack/composer.json b/app/Plugin/UploadPack/composer.json
old mode 100644
new mode 100755
diff --git a/app/Plugin/UploadPack/license b/app/Plugin/UploadPack/license
old mode 100644
new mode 100755
diff --git a/app/Plugin/empty b/app/Plugin/empty
old mode 100644
new mode 100755
diff --git a/app/Test/Case/Controller/Component/empty b/app/Test/Case/Controller/Component/empty
old mode 100644
new mode 100755
diff --git a/app/Test/Case/Model/Behavior/empty b/app/Test/Case/Model/Behavior/empty
old mode 100644
new mode 100755
diff --git a/app/Test/Case/View/Helper/empty b/app/Test/Case/View/Helper/empty
old mode 100644
new mode 100755
diff --git a/app/Test/Fixture/empty b/app/Test/Fixture/empty
old mode 100644
new mode 100755
diff --git a/app/Vendor/empty b/app/Vendor/empty
old mode 100644
new mode 100755
diff --git a/app/View/Elements/footer.ctp b/app/View/Elements/footer.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Emails/html/default.ctp b/app/View/Emails/html/default.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Emails/text/default.ctp b/app/View/Emails/text/default.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Emails/text/user_contact.ctp b/app/View/Emails/text/user_contact.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Errors/error400.ctp b/app/View/Errors/error400.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Errors/error500.ctp b/app/View/Errors/error500.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Helper/AppHelper.php b/app/View/Helper/AppHelper.php
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/Emails/html/default.ctp b/app/View/Layouts/Emails/html/default.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/Emails/text/default.ctp b/app/View/Layouts/Emails/text/default.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/ajax.ctp b/app/View/Layouts/ajax.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/bootstrap3.ctp b/app/View/Layouts/bootstrap3.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/default.ctp b/app/View/Layouts/default.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/error.ctp b/app/View/Layouts/error.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/flash.ctp b/app/View/Layouts/flash.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/js/default.ctp b/app/View/Layouts/js/default.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/rss/default.ctp b/app/View/Layouts/rss/default.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/top.ctp b/app/View/Layouts/top.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Layouts/xml/default.ctp b/app/View/Layouts/xml/default.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp
old mode 100644
new mode 100755
diff --git a/app/View/Scaffolds/empty b/app/View/Scaffolds/empty
old mode 100644
new mode 100755
diff --git a/app/View/pictcode/index.ctp b/app/View/pictcode/index.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/about.ctp b/app/View/top/about.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/company.ctp b/app/View/top/company.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/contact.ctp b/app/View/top/contact.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/contact_complete.ctp b/app/View/top/contact_complete.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/contact_confirm.ctp b/app/View/top/contact_confirm.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/index.ctp b/app/View/top/index.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/kiyaku.ctp b/app/View/top/kiyaku.ctp
old mode 100644
new mode 100755
diff --git a/app/View/top/privacy_policy.ctp b/app/View/top/privacy_policy.ctp
old mode 100644
new mode 100755
diff --git a/app/View/users/login.ctp b/app/View/users/login.ctp
old mode 100644
new mode 100755
diff --git a/app/index.php b/app/index.php
old mode 100644
new mode 100755
diff --git a/app/webroot/.htaccess b/app/webroot/.htaccess
old mode 100644
new mode 100755
diff --git a/app/webroot/css/bootstrap.min.css b/app/webroot/css/bootstrap.min.css
old mode 100644
new mode 100755
diff --git a/app/webroot/css/cake.generic.css b/app/webroot/css/cake.generic.css
old mode 100644
new mode 100755
diff --git a/app/webroot/css/font-awesome/font-awesome.min.css b/app/webroot/css/font-awesome/font-awesome.min.css
old mode 100644
new mode 100755
diff --git a/app/webroot/css/fonts/fontawesome-webfont.svg b/app/webroot/css/fonts/fontawesome-webfont.svg
old mode 100644
new mode 100755
diff --git a/app/webroot/css/fonts/glyphicons-halflings-regular.svg b/app/webroot/css/fonts/glyphicons-halflings-regular.svg
old mode 100644
new mode 100755
diff --git a/app/webroot/css/freelancer.css b/app/webroot/css/freelancer.css
old mode 100644
new mode 100755
diff --git a/app/webroot/css/pictcode/bootstrap/bootstrap-theme.css b/app/webroot/css/pictcode/bootstrap/bootstrap-theme.css
old mode 100644
new mode 100755
diff --git a/app/webroot/css/pictcode/bootstrap/bootstrap-theme.css.map b/app/webroot/css/pictcode/bootstrap/bootstrap-theme.css.map
old mode 100644
new mode 100755
diff --git a/app/webroot/css/pictcode/bootstrap/bootstrap-theme.min.css b/app/webroot/css/pictcode/bootstrap/bootstrap-theme.min.css
old mode 100644
new mode 100755
diff --git a/app/webroot/css/pictcode/bootstrap/bootstrap.css b/app/webroot/css/pictcode/bootstrap/bootstrap.css
old mode 100644
new mode 100755
diff --git a/app/webroot/css/pictcode/bootstrap/bootstrap.css.map b/app/webroot/css/pictcode/bootstrap/bootstrap.css.map
old mode 100644
new mode 100755
diff --git a/app/webroot/css/pictcode/bootstrap/bootstrap.min.css b/app/webroot/css/pictcode/bootstrap/bootstrap.min.css
old mode 100644
new mode 100755
diff --git a/app/webroot/css/pictcode/fonts/glyphicons-halflings-regular.svg b/app/webroot/css/pictcode/fonts/glyphicons-halflings-regular.svg
old mode 100644
new mode 100755
diff --git a/app/webroot/css/pictcode/jquery-ui.min.css b/app/webroot/css/pictcode/jquery-ui.min.css
old mode 100644
new mode 100755
diff --git a/app/webroot/css/pictcode/main.css b/app/webroot/css/pictcode/main.css
old mode 100644
new mode 100755
diff --git a/app/webroot/files/empty b/app/webroot/files/empty
old mode 100644
new mode 100755
diff --git a/app/webroot/fonts/glyphicons-halflings-regular.svg b/app/webroot/fonts/glyphicons-halflings-regular.svg
old mode 100644
new mode 100755
diff --git a/app/webroot/img/pictcode/.htaccess_bak b/app/webroot/img/pictcode/.htaccess_bak
old mode 100644
new mode 100755
diff --git a/app/webroot/index.php b/app/webroot/index.php
old mode 100644
new mode 100755
diff --git a/app/webroot/js/empty b/app/webroot/js/empty
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/app.js b/app/webroot/js/pictcode/app.js
old mode 100644
new mode 100755
index 41089c5..c609af2
--- a/app/webroot/js/pictcode/app.js
+++ b/app/webroot/js/pictcode/app.js
@@ -1,5 +1,6 @@
 define(function(require, exports, module) {
-
+  //This is a test
+  
 	//require.jsの設定
 	var jquery = require('jquery');
 	require('bootstrap');
diff --git a/app/webroot/js/pictcode/block_action.js b/app/webroot/js/pictcode/block_action.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/block_data.js b/app/webroot/js/pictcode/block_data.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/block_drawer.js b/app/webroot/js/pictcode/block_drawer.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/block_manager.js b/app/webroot/js/pictcode/block_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/block_selector.js b/app/webroot/js/pictcode/block_selector.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/canvas_manager.js b/app/webroot/js/pictcode/canvas_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/coding_images.js b/app/webroot/js/pictcode/coding_images.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/coding_manager.js b/app/webroot/js/pictcode/coding_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/collision_selector.js b/app/webroot/js/pictcode/collision_selector.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/common.js b/app/webroot/js/pictcode/common.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/connection_manager.js b/app/webroot/js/pictcode/connection_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/dummy_apps.js b/app/webroot/js/pictcode/dummy_apps.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/function_selector.js b/app/webroot/js/pictcode/function_selector.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/image_loader.js b/app/webroot/js/pictcode/image_loader.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/image_manager.js b/app/webroot/js/pictcode/image_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/input_manager.js b/app/webroot/js/pictcode/input_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/lib/bootstrap.min.js b/app/webroot/js/pictcode/lib/bootstrap.min.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/lib/jquery-2.1.4.min.js b/app/webroot/js/pictcode/lib/jquery-2.1.4.min.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/lib/jquery-ui.min.js b/app/webroot/js/pictcode/lib/jquery-ui.min.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/lib/jquery.ui.touch-punch.min.js b/app/webroot/js/pictcode/lib/jquery.ui.touch-punch.min.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/lib/underscore-min.js b/app/webroot/js/pictcode/lib/underscore-min.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/lib/underscore-min.map b/app/webroot/js/pictcode/lib/underscore-min.map
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/modal_manager.js b/app/webroot/js/pictcode/modal_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/play_manager.js b/app/webroot/js/pictcode/play_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/preview_manager.js b/app/webroot/js/pictcode/preview_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/require.js b/app/webroot/js/pictcode/require.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/require_config.js b/app/webroot/js/pictcode/require_config.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/scalar_input.js b/app/webroot/js/pictcode/scalar_input.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/screen_adjuster.js b/app/webroot/js/pictcode/screen_adjuster.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/sound_manager.js b/app/webroot/js/pictcode/sound_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/sound_selector.js b/app/webroot/js/pictcode/sound_selector.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/sprite_action.js b/app/webroot/js/pictcode/sprite_action.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/sprite_data.js b/app/webroot/js/pictcode/sprite_data.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/sprite_drawer.js b/app/webroot/js/pictcode/sprite_drawer.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/sprite_list.js b/app/webroot/js/pictcode/sprite_list.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/sprite_manager.js b/app/webroot/js/pictcode/sprite_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/sprite_selector.js b/app/webroot/js/pictcode/sprite_selector.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/switcher.js b/app/webroot/js/pictcode/switcher.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/tag_selector.js b/app/webroot/js/pictcode/tag_selector.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/ui_manager.js b/app/webroot/js/pictcode/ui_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/utility.js b/app/webroot/js/pictcode/utility.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/variable_manager.js b/app/webroot/js/pictcode/variable_manager.js
old mode 100644
new mode 100755
diff --git a/app/webroot/js/pictcode/vector_input.js b/app/webroot/js/pictcode/vector_input.js
old mode 100644
new mode 100755
diff --git a/app/webroot/test.php b/app/webroot/test.php
old mode 100644
new mode 100755
diff --git a/build.properties b/build.properties
old mode 100644
new mode 100755
diff --git a/build.xml b/build.xml
old mode 100644
new mode 100755
diff --git a/composer.json b/composer.json
old mode 100644
new mode 100755
diff --git a/index.php b/index.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Cache/Cache.php b/lib/Cake/Cache/Cache.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Cache/CacheEngine.php b/lib/Cake/Cache/CacheEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Cache/Engine/ApcEngine.php b/lib/Cake/Cache/Engine/ApcEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Cache/Engine/FileEngine.php b/lib/Cake/Cache/Engine/FileEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Cache/Engine/MemcacheEngine.php b/lib/Cake/Cache/Engine/MemcacheEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Cache/Engine/MemcachedEngine.php b/lib/Cake/Cache/Engine/MemcachedEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Cache/Engine/RedisEngine.php b/lib/Cake/Cache/Engine/RedisEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Cache/Engine/WincacheEngine.php b/lib/Cake/Cache/Engine/WincacheEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Cache/Engine/XcacheEngine.php b/lib/Cake/Cache/Engine/XcacheEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/cacert.pem b/lib/Cake/Config/cacert.pem
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/config.php b/lib/Cake/Config/config.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/routes.php b/lib/Cake/Config/routes.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/0080_00ff.php b/lib/Cake/Config/unicode/casefolding/0080_00ff.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/0100_017f.php b/lib/Cake/Config/unicode/casefolding/0100_017f.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/0180_024F.php b/lib/Cake/Config/unicode/casefolding/0180_024F.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/0250_02af.php b/lib/Cake/Config/unicode/casefolding/0250_02af.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/0370_03ff.php b/lib/Cake/Config/unicode/casefolding/0370_03ff.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/0400_04ff.php b/lib/Cake/Config/unicode/casefolding/0400_04ff.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/0500_052f.php b/lib/Cake/Config/unicode/casefolding/0500_052f.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/0530_058f.php b/lib/Cake/Config/unicode/casefolding/0530_058f.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/1e00_1eff.php b/lib/Cake/Config/unicode/casefolding/1e00_1eff.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/1f00_1fff.php b/lib/Cake/Config/unicode/casefolding/1f00_1fff.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/2100_214f.php b/lib/Cake/Config/unicode/casefolding/2100_214f.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/2150_218f.php b/lib/Cake/Config/unicode/casefolding/2150_218f.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/2460_24ff.php b/lib/Cake/Config/unicode/casefolding/2460_24ff.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/2c00_2c5f.php b/lib/Cake/Config/unicode/casefolding/2c00_2c5f.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/2c60_2c7f.php b/lib/Cake/Config/unicode/casefolding/2c60_2c7f.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/2c80_2cff.php b/lib/Cake/Config/unicode/casefolding/2c80_2cff.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Config/unicode/casefolding/ff00_ffef.php b/lib/Cake/Config/unicode/casefolding/ff00_ffef.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Configure/ConfigReaderInterface.php b/lib/Cake/Configure/ConfigReaderInterface.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Configure/IniReader.php b/lib/Cake/Configure/IniReader.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Configure/PhpReader.php b/lib/Cake/Configure/PhpReader.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/AclShell.php b/lib/Cake/Console/Command/AclShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/ApiShell.php b/lib/Cake/Console/Command/ApiShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/AppShell.php b/lib/Cake/Console/Command/AppShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/BakeShell.php b/lib/Cake/Console/Command/BakeShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/CommandListShell.php b/lib/Cake/Console/Command/CommandListShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/CompletionShell.php b/lib/Cake/Console/Command/CompletionShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/ConsoleShell.php b/lib/Cake/Console/Command/ConsoleShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/I18nShell.php b/lib/Cake/Console/Command/I18nShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/SchemaShell.php b/lib/Cake/Console/Command/SchemaShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/ServerShell.php b/lib/Cake/Console/Command/ServerShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/BakeTask.php b/lib/Cake/Console/Command/Task/BakeTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/CommandTask.php b/lib/Cake/Console/Command/Task/CommandTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/ControllerTask.php b/lib/Cake/Console/Command/Task/ControllerTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/DbConfigTask.php b/lib/Cake/Console/Command/Task/DbConfigTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/ExtractTask.php b/lib/Cake/Console/Command/Task/ExtractTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/FixtureTask.php b/lib/Cake/Console/Command/Task/FixtureTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/ModelTask.php b/lib/Cake/Console/Command/Task/ModelTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/PluginTask.php b/lib/Cake/Console/Command/Task/PluginTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/ProjectTask.php b/lib/Cake/Console/Command/Task/ProjectTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/TemplateTask.php b/lib/Cake/Console/Command/Task/TemplateTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/TestTask.php b/lib/Cake/Console/Command/Task/TestTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/Task/ViewTask.php b/lib/Cake/Console/Command/Task/ViewTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/TestShell.php b/lib/Cake/Console/Command/TestShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/TestsuiteShell.php b/lib/Cake/Console/Command/TestsuiteShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Command/UpgradeShell.php b/lib/Cake/Console/Command/UpgradeShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/ConsoleErrorHandler.php b/lib/Cake/Console/ConsoleErrorHandler.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/ConsoleInput.php b/lib/Cake/Console/ConsoleInput.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/ConsoleInputArgument.php b/lib/Cake/Console/ConsoleInputArgument.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/ConsoleInputOption.php b/lib/Cake/Console/ConsoleInputOption.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/ConsoleInputSubcommand.php b/lib/Cake/Console/ConsoleInputSubcommand.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/ConsoleOptionParser.php b/lib/Cake/Console/ConsoleOptionParser.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/ConsoleOutput.php b/lib/Cake/Console/ConsoleOutput.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/HelpFormatter.php b/lib/Cake/Console/HelpFormatter.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Shell.php b/lib/Cake/Console/Shell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/ShellDispatcher.php b/lib/Cake/Console/ShellDispatcher.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/TaskCollection.php b/lib/Cake/Console/TaskCollection.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/default/actions/controller_actions.ctp b/lib/Cake/Console/Templates/default/actions/controller_actions.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/default/classes/controller.ctp b/lib/Cake/Console/Templates/default/classes/controller.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/default/classes/fixture.ctp b/lib/Cake/Console/Templates/default/classes/fixture.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/default/classes/model.ctp b/lib/Cake/Console/Templates/default/classes/model.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/default/classes/test.ctp b/lib/Cake/Console/Templates/default/classes/test.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/default/views/form.ctp b/lib/Cake/Console/Templates/default/views/form.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/default/views/index.ctp b/lib/Cake/Console/Templates/default/views/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/default/views/view.ctp b/lib/Cake/Console/Templates/default/views/view.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/.htaccess b/lib/Cake/Console/Templates/skel/.htaccess
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/Schema/db_acl.php b/lib/Cake/Console/Templates/skel/Config/Schema/db_acl.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/Schema/db_acl.sql b/lib/Cake/Console/Templates/skel/Config/Schema/db_acl.sql
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/Schema/i18n.php b/lib/Cake/Console/Templates/skel/Config/Schema/i18n.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/Schema/i18n.sql b/lib/Cake/Console/Templates/skel/Config/Schema/i18n.sql
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/Schema/sessions.php b/lib/Cake/Console/Templates/skel/Config/Schema/sessions.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/Schema/sessions.sql b/lib/Cake/Console/Templates/skel/Config/Schema/sessions.sql
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/acl.ini.php b/lib/Cake/Console/Templates/skel/Config/acl.ini.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/acl.php b/lib/Cake/Console/Templates/skel/Config/acl.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/bootstrap.php b/lib/Cake/Console/Templates/skel/Config/bootstrap.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/core.php b/lib/Cake/Console/Templates/skel/Config/core.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/database.php.default b/lib/Cake/Console/Templates/skel/Config/database.php.default
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/email.php.default b/lib/Cake/Console/Templates/skel/Config/email.php.default
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Config/routes.php b/lib/Cake/Console/Templates/skel/Config/routes.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Console/Command/AppShell.php b/lib/Cake/Console/Templates/skel/Console/Command/AppShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Console/Command/Task/empty b/lib/Cake/Console/Templates/skel/Console/Command/Task/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Console/Templates/empty b/lib/Cake/Console/Templates/skel/Console/Templates/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Console/cake b/lib/Cake/Console/Templates/skel/Console/cake
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Console/cake.bat b/lib/Cake/Console/Templates/skel/Console/cake.bat
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Console/cake.php b/lib/Cake/Console/Templates/skel/Console/cake.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Controller/AppController.php b/lib/Cake/Console/Templates/skel/Controller/AppController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Controller/Component/empty b/lib/Cake/Console/Templates/skel/Controller/Component/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Controller/PagesController.php b/lib/Cake/Console/Templates/skel/Controller/PagesController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Lib/empty b/lib/Cake/Console/Templates/skel/Lib/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Locale/eng/LC_MESSAGES/empty b/lib/Cake/Console/Templates/skel/Locale/eng/LC_MESSAGES/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Model/AppModel.php b/lib/Cake/Console/Templates/skel/Model/AppModel.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Model/Behavior/empty b/lib/Cake/Console/Templates/skel/Model/Behavior/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Model/Datasource/empty b/lib/Cake/Console/Templates/skel/Model/Datasource/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Plugin/empty b/lib/Cake/Console/Templates/skel/Plugin/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Test/Case/AllTestsTest.php b/lib/Cake/Console/Templates/skel/Test/Case/AllTestsTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Test/Case/Controller/Component/empty b/lib/Cake/Console/Templates/skel/Test/Case/Controller/Component/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Test/Case/Model/Behavior/empty b/lib/Cake/Console/Templates/skel/Test/Case/Model/Behavior/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Test/Case/View/Helper/empty b/lib/Cake/Console/Templates/skel/Test/Case/View/Helper/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Test/Fixture/empty b/lib/Cake/Console/Templates/skel/Test/Fixture/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/Vendor/empty b/lib/Cake/Console/Templates/skel/Vendor/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Elements/Flash/default.ctp b/lib/Cake/Console/Templates/skel/View/Elements/Flash/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Emails/html/default.ctp b/lib/Cake/Console/Templates/skel/View/Emails/html/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Emails/text/default.ctp b/lib/Cake/Console/Templates/skel/View/Emails/text/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Errors/error400.ctp b/lib/Cake/Console/Templates/skel/View/Errors/error400.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Errors/error500.ctp b/lib/Cake/Console/Templates/skel/View/Errors/error500.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Helper/AppHelper.php b/lib/Cake/Console/Templates/skel/View/Helper/AppHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/Emails/html/default.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/Emails/html/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/Emails/text/default.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/Emails/text/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/default.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/error.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/error.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/js/default.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/js/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/rss/default.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/rss/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/xml/default.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/xml/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Pages/home.ctp b/lib/Cake/Console/Templates/skel/View/Pages/home.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/View/Scaffolds/empty b/lib/Cake/Console/Templates/skel/View/Scaffolds/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/index.php b/lib/Cake/Console/Templates/skel/index.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/webroot/.htaccess b/lib/Cake/Console/Templates/skel/webroot/.htaccess
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css b/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/webroot/files/empty b/lib/Cake/Console/Templates/skel/webroot/files/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/webroot/index.php b/lib/Cake/Console/Templates/skel/webroot/index.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/webroot/js/empty b/lib/Cake/Console/Templates/skel/webroot/js/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/Templates/skel/webroot/test.php b/lib/Cake/Console/Templates/skel/webroot/test.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/cake b/lib/Cake/Console/cake
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/cake.bat b/lib/Cake/Console/cake.bat
old mode 100644
new mode 100755
diff --git a/lib/Cake/Console/cake.php b/lib/Cake/Console/cake.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/CakeErrorController.php b/lib/Cake/Controller/CakeErrorController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component.php b/lib/Cake/Controller/Component.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Acl/AclInterface.php b/lib/Cake/Controller/Component/Acl/AclInterface.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Acl/DbAcl.php b/lib/Cake/Controller/Component/Acl/DbAcl.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Acl/IniAcl.php b/lib/Cake/Controller/Component/Acl/IniAcl.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Acl/PhpAcl.php b/lib/Cake/Controller/Component/Acl/PhpAcl.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/AclComponent.php b/lib/Cake/Controller/Component/AclComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/AbstractPasswordHasher.php b/lib/Cake/Controller/Component/Auth/AbstractPasswordHasher.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/ActionsAuthorize.php b/lib/Cake/Controller/Component/Auth/ActionsAuthorize.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/BaseAuthenticate.php b/lib/Cake/Controller/Component/Auth/BaseAuthenticate.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/BaseAuthorize.php b/lib/Cake/Controller/Component/Auth/BaseAuthorize.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/BasicAuthenticate.php b/lib/Cake/Controller/Component/Auth/BasicAuthenticate.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/BlowfishAuthenticate.php b/lib/Cake/Controller/Component/Auth/BlowfishAuthenticate.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/BlowfishPasswordHasher.php b/lib/Cake/Controller/Component/Auth/BlowfishPasswordHasher.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/ControllerAuthorize.php b/lib/Cake/Controller/Component/Auth/ControllerAuthorize.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/CrudAuthorize.php b/lib/Cake/Controller/Component/Auth/CrudAuthorize.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/DigestAuthenticate.php b/lib/Cake/Controller/Component/Auth/DigestAuthenticate.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/FormAuthenticate.php b/lib/Cake/Controller/Component/Auth/FormAuthenticate.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/Auth/SimplePasswordHasher.php b/lib/Cake/Controller/Component/Auth/SimplePasswordHasher.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/AuthComponent.php b/lib/Cake/Controller/Component/AuthComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/CookieComponent.php b/lib/Cake/Controller/Component/CookieComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/EmailComponent.php b/lib/Cake/Controller/Component/EmailComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/FlashComponent.php b/lib/Cake/Controller/Component/FlashComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/PaginatorComponent.php b/lib/Cake/Controller/Component/PaginatorComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/RequestHandlerComponent.php b/lib/Cake/Controller/Component/RequestHandlerComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/SecurityComponent.php b/lib/Cake/Controller/Component/SecurityComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Component/SessionComponent.php b/lib/Cake/Controller/Component/SessionComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/ComponentCollection.php b/lib/Cake/Controller/ComponentCollection.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Controller.php b/lib/Cake/Controller/Controller.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Controller/Scaffold.php b/lib/Cake/Controller/Scaffold.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Core/CakePlugin.php b/lib/Cake/Core/CakePlugin.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Core/Configure.php b/lib/Cake/Core/Configure.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Core/Object.php b/lib/Cake/Core/Object.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Error/ErrorHandler.php b/lib/Cake/Error/ErrorHandler.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Error/ExceptionRenderer.php b/lib/Cake/Error/ExceptionRenderer.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Error/exceptions.php b/lib/Cake/Error/exceptions.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Event/CakeEvent.php b/lib/Cake/Event/CakeEvent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Event/CakeEventListener.php b/lib/Cake/Event/CakeEventListener.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Event/CakeEventManager.php b/lib/Cake/Event/CakeEventManager.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/I18n/I18n.php b/lib/Cake/I18n/I18n.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/I18n/L10n.php b/lib/Cake/I18n/L10n.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/I18n/Multibyte.php b/lib/Cake/I18n/Multibyte.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/LICENSE.txt b/lib/Cake/LICENSE.txt
old mode 100644
new mode 100755
diff --git a/lib/Cake/Log/CakeLog.php b/lib/Cake/Log/CakeLog.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Log/CakeLogInterface.php b/lib/Cake/Log/CakeLogInterface.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Log/Engine/BaseLog.php b/lib/Cake/Log/Engine/BaseLog.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Log/Engine/ConsoleLog.php b/lib/Cake/Log/Engine/ConsoleLog.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Log/Engine/FileLog.php b/lib/Cake/Log/Engine/FileLog.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Log/Engine/SyslogLog.php b/lib/Cake/Log/Engine/SyslogLog.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Log/LogEngineCollection.php b/lib/Cake/Log/LogEngineCollection.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/AclNode.php b/lib/Cake/Model/AclNode.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Aco.php b/lib/Cake/Model/Aco.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/AcoAction.php b/lib/Cake/Model/AcoAction.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Aro.php b/lib/Cake/Model/Aro.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Behavior/AclBehavior.php b/lib/Cake/Model/Behavior/AclBehavior.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Behavior/ContainableBehavior.php b/lib/Cake/Model/Behavior/ContainableBehavior.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Behavior/TranslateBehavior.php b/lib/Cake/Model/Behavior/TranslateBehavior.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Behavior/TreeBehavior.php b/lib/Cake/Model/Behavior/TreeBehavior.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/BehaviorCollection.php b/lib/Cake/Model/BehaviorCollection.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/CakeSchema.php b/lib/Cake/Model/CakeSchema.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/ConnectionManager.php b/lib/Cake/Model/ConnectionManager.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/CakeSession.php b/lib/Cake/Model/Datasource/CakeSession.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/DataSource.php b/lib/Cake/Model/Datasource/DataSource.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/Database/Mysql.php b/lib/Cake/Model/Datasource/Database/Mysql.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/Database/Postgres.php b/lib/Cake/Model/Datasource/Database/Postgres.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/Database/Sqlite.php b/lib/Cake/Model/Datasource/Database/Sqlite.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/Database/Sqlserver.php b/lib/Cake/Model/Datasource/Database/Sqlserver.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/DboSource.php b/lib/Cake/Model/Datasource/DboSource.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/Session/CacheSession.php b/lib/Cake/Model/Datasource/Session/CacheSession.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/Session/CakeSessionHandlerInterface.php b/lib/Cake/Model/Datasource/Session/CakeSessionHandlerInterface.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Datasource/Session/DatabaseSession.php b/lib/Cake/Model/Datasource/Session/DatabaseSession.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/I18nModel.php b/lib/Cake/Model/I18nModel.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Model.php b/lib/Cake/Model/Model.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/ModelBehavior.php b/lib/Cake/Model/ModelBehavior.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/ModelValidator.php b/lib/Cake/Model/ModelValidator.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Permission.php b/lib/Cake/Model/Permission.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Validator/CakeValidationRule.php b/lib/Cake/Model/Validator/CakeValidationRule.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Model/Validator/CakeValidationSet.php b/lib/Cake/Model/Validator/CakeValidationSet.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/CakeRequest.php b/lib/Cake/Network/CakeRequest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/CakeResponse.php b/lib/Cake/Network/CakeResponse.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/CakeSocket.php b/lib/Cake/Network/CakeSocket.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Email/AbstractTransport.php b/lib/Cake/Network/Email/AbstractTransport.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Email/CakeEmail.php b/lib/Cake/Network/Email/CakeEmail.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Email/DebugTransport.php b/lib/Cake/Network/Email/DebugTransport.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Email/MailTransport.php b/lib/Cake/Network/Email/MailTransport.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Email/SmtpTransport.php b/lib/Cake/Network/Email/SmtpTransport.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Http/BasicAuthentication.php b/lib/Cake/Network/Http/BasicAuthentication.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Http/DigestAuthentication.php b/lib/Cake/Network/Http/DigestAuthentication.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Http/HttpResponse.php b/lib/Cake/Network/Http/HttpResponse.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Http/HttpSocket.php b/lib/Cake/Network/Http/HttpSocket.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Network/Http/HttpSocketResponse.php b/lib/Cake/Network/Http/HttpSocketResponse.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Routing/Dispatcher.php b/lib/Cake/Routing/Dispatcher.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Routing/DispatcherFilter.php b/lib/Cake/Routing/DispatcherFilter.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Routing/Filter/AssetDispatcher.php b/lib/Cake/Routing/Filter/AssetDispatcher.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Routing/Filter/CacheDispatcher.php b/lib/Cake/Routing/Filter/CacheDispatcher.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Routing/Route/CakeRoute.php b/lib/Cake/Routing/Route/CakeRoute.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Routing/Route/PluginShortRoute.php b/lib/Cake/Routing/Route/PluginShortRoute.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Routing/Route/RedirectRoute.php b/lib/Cake/Routing/Route/RedirectRoute.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Routing/Router.php b/lib/Cake/Routing/Router.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllBehaviorsTest.php b/lib/Cake/Test/Case/AllBehaviorsTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllCacheTest.php b/lib/Cake/Test/Case/AllCacheTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllComponentsTest.php b/lib/Cake/Test/Case/AllComponentsTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllConfigureTest.php b/lib/Cake/Test/Case/AllConfigureTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllConsoleTest.php b/lib/Cake/Test/Case/AllConsoleTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllControllerTest.php b/lib/Cake/Test/Case/AllControllerTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllCoreTest.php b/lib/Cake/Test/Case/AllCoreTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllDatabaseTest.php b/lib/Cake/Test/Case/AllDatabaseTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllDbRelatedTest.php b/lib/Cake/Test/Case/AllDbRelatedTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllErrorTest.php b/lib/Cake/Test/Case/AllErrorTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllEventTest.php b/lib/Cake/Test/Case/AllEventTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllHelpersTest.php b/lib/Cake/Test/Case/AllHelpersTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllI18nTest.php b/lib/Cake/Test/Case/AllI18nTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllLogTest.php b/lib/Cake/Test/Case/AllLogTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllNetworkTest.php b/lib/Cake/Test/Case/AllNetworkTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllRoutingTest.php b/lib/Cake/Test/Case/AllRoutingTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllTestSuiteTest.php b/lib/Cake/Test/Case/AllTestSuiteTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllTestsTest.php b/lib/Cake/Test/Case/AllTestsTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllUtilityTest.php b/lib/Cake/Test/Case/AllUtilityTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/AllViewTest.php b/lib/Cake/Test/Case/AllViewTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/BasicsTest.php b/lib/Cake/Test/Case/BasicsTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Cache/CacheTest.php b/lib/Cake/Test/Case/Cache/CacheTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Cache/Engine/MemcachedEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/MemcachedEngineTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Configure/IniReaderTest.php b/lib/Cake/Test/Case/Configure/IniReaderTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Configure/PhpReaderTest.php b/lib/Cake/Test/Case/Configure/PhpReaderTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php b/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/AllConsoleTest.php b/lib/Cake/Test/Case/Console/AllConsoleTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/AllShellsTest.php b/lib/Cake/Test/Case/Console/AllShellsTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/AllTasksTest.php b/lib/Cake/Test/Case/Console/AllTasksTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/AclShellTest.php b/lib/Cake/Test/Case/Console/Command/AclShellTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/ApiShellTest.php b/lib/Cake/Test/Case/Console/Command/ApiShellTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/BakeShellTest.php b/lib/Cake/Test/Case/Console/Command/BakeShellTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/CommandListShellTest.php b/lib/Cake/Test/Case/Console/Command/CommandListShellTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/CompletionShellTest.php b/lib/Cake/Test/Case/Console/Command/CompletionShellTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php b/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/CommandTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/CommandTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/ControllerTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ControllerTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/Command/TestShellTest.php b/lib/Cake/Test/Case/Console/Command/TestShellTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php b/lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php b/lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/ConsoleOutputTest.php b/lib/Cake/Test/Case/Console/ConsoleOutputTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/HelpFormatterTest.php b/lib/Cake/Test/Case/Console/HelpFormatterTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/ShellDispatcherTest.php b/lib/Cake/Test/Case/Console/ShellDispatcherTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/ShellTest.php b/lib/Cake/Test/Case/Console/ShellTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Console/TaskCollectionTest.php b/lib/Cake/Test/Case/Console/TaskCollectionTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php b/lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php b/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php b/lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/AclComponentTest.php b/lib/Cake/Test/Case/Controller/Component/AclComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/ActionsAuthorizeTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/ActionsAuthorizeTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/BlowfishAuthenticateTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/BlowfishAuthenticateTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/ControllerAuthorizeTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/ControllerAuthorizeTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/CrudAuthorizeTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/CrudAuthorizeTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/DigestAuthenticateTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/DigestAuthenticateTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/FormAuthenticateTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/FormAuthenticateTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/AuthComponentTest.php b/lib/Cake/Test/Case/Controller/Component/AuthComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/CookieComponentTest.php b/lib/Cake/Test/Case/Controller/Component/CookieComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/EmailComponentTest.php b/lib/Cake/Test/Case/Controller/Component/EmailComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/FlashComponentTest.php b/lib/Cake/Test/Case/Controller/Component/FlashComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/PaginatorComponentTest.php b/lib/Cake/Test/Case/Controller/Component/PaginatorComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php b/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/Component/SessionComponentTest.php b/lib/Cake/Test/Case/Controller/Component/SessionComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php b/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/ComponentTest.php b/lib/Cake/Test/Case/Controller/ComponentTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php b/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/ControllerTest.php b/lib/Cake/Test/Case/Controller/ControllerTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/PagesControllerTest.php b/lib/Cake/Test/Case/Controller/PagesControllerTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Controller/ScaffoldTest.php b/lib/Cake/Test/Case/Controller/ScaffoldTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Core/AppTest.php b/lib/Cake/Test/Case/Core/AppTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Core/CakePluginTest.php b/lib/Cake/Test/Case/Core/CakePluginTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Core/ConfigureTest.php b/lib/Cake/Test/Case/Core/ConfigureTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Core/ObjectTest.php b/lib/Cake/Test/Case/Core/ObjectTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Error/ErrorHandlerTest.php b/lib/Cake/Test/Case/Error/ErrorHandlerTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Error/ExceptionRendererTest.php b/lib/Cake/Test/Case/Error/ExceptionRendererTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Event/CakeEventManagerTest.php b/lib/Cake/Test/Case/Event/CakeEventManagerTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Event/CakeEventTest.php b/lib/Cake/Test/Case/Event/CakeEventTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/I18n/I18nTest.php b/lib/Cake/Test/Case/I18n/I18nTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/I18n/L10nTest.php b/lib/Cake/Test/Case/I18n/L10nTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/I18n/MultibyteTest.php b/lib/Cake/Test/Case/I18n/MultibyteTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Log/CakeLogTest.php b/lib/Cake/Test/Case/Log/CakeLogTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php b/lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Log/Engine/FileLogTest.php b/lib/Cake/Test/Case/Log/Engine/FileLogTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php b/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Log/LogEngineCollectionTest.php b/lib/Cake/Test/Case/Log/LogEngineCollectionTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/AclNodeTest.php b/lib/Cake/Test/Case/Model/AclNodeTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php b/lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Behavior/ContainableBehaviorTest.php b/lib/Cake/Test/Case/Model/Behavior/ContainableBehaviorTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php b/lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php b/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/CakeSchemaTest.php b/lib/Cake/Test/Case/Model/CakeSchemaTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/ConnectionManagerTest.php b/lib/Cake/Test/Case/Model/ConnectionManagerTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php b/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php b/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php b/lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php b/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php b/lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php b/lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php b/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php b/lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php b/lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/ModelDeleteTest.php b/lib/Cake/Test/Case/Model/ModelDeleteTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/ModelIntegrationTest.php b/lib/Cake/Test/Case/Model/ModelIntegrationTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/ModelReadTest.php b/lib/Cake/Test/Case/Model/ModelReadTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/ModelTest.php b/lib/Cake/Test/Case/Model/ModelTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/ModelTestBase.php b/lib/Cake/Test/Case/Model/ModelTestBase.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/ModelValidationTest.php b/lib/Cake/Test/Case/Model/ModelValidationTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/ModelWriteTest.php b/lib/Cake/Test/Case/Model/ModelWriteTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Validator/CakeValidationRuleTest.php b/lib/Cake/Test/Case/Model/Validator/CakeValidationRuleTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php b/lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Model/models.php b/lib/Cake/Test/Case/Model/models.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/CakeRequestTest.php b/lib/Cake/Test/Case/Network/CakeRequestTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/CakeResponseTest.php b/lib/Cake/Test/Case/Network/CakeResponseTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/CakeSocketTest.php b/lib/Cake/Test/Case/Network/CakeSocketTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php b/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php b/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/Email/MailTransportTest.php b/lib/Cake/Test/Case/Network/Email/MailTransportTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php b/lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php b/lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php b/lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/Http/HttpResponseTest.php b/lib/Cake/Test/Case/Network/Http/HttpResponseTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php b/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Routing/DispatcherTest.php b/lib/Cake/Test/Case/Routing/DispatcherTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Routing/Filter/AssetDispatcherTest.php b/lib/Cake/Test/Case/Routing/Filter/AssetDispatcherTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php b/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php b/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php b/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Routing/RouterTest.php b/lib/Cake/Test/Case/Routing/RouterTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php b/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php b/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestSuiteTest.php b/lib/Cake/Test/Case/TestSuite/CakeTestSuiteTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php b/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/TestSuite/Fixture/CakeFixtureManagerTest.php b/lib/Cake/Test/Case/TestSuite/Fixture/CakeFixtureManagerTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/TestSuite/HtmlCoverageReportTest.php b/lib/Cake/Test/Case/TestSuite/HtmlCoverageReportTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/CakeNumberTest.php b/lib/Cake/Test/Case/Utility/CakeNumberTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/CakeTextTest.php b/lib/Cake/Test/Case/Utility/CakeTextTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/CakeTimeTest.php b/lib/Cake/Test/Case/Utility/CakeTimeTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/ClassRegistryTest.php b/lib/Cake/Test/Case/Utility/ClassRegistryTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/DebuggerTest.php b/lib/Cake/Test/Case/Utility/DebuggerTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/FileTest.php b/lib/Cake/Test/Case/Utility/FileTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/FolderTest.php b/lib/Cake/Test/Case/Utility/FolderTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/HashTest.php b/lib/Cake/Test/Case/Utility/HashTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/InflectorTest.php b/lib/Cake/Test/Case/Utility/InflectorTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/ObjectCollectionTest.php b/lib/Cake/Test/Case/Utility/ObjectCollectionTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/SanitizeTest.php b/lib/Cake/Test/Case/Utility/SanitizeTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/SecurityTest.php b/lib/Cake/Test/Case/Utility/SecurityTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/SetTest.php b/lib/Cake/Test/Case/Utility/SetTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/ValidationTest.php b/lib/Cake/Test/Case/Utility/ValidationTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/Utility/XmlTest.php b/lib/Cake/Test/Case/Utility/XmlTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/CacheHelperTest.php b/lib/Cake/Test/Case/View/Helper/CacheHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/FlashHelperTest.php b/lib/Cake/Test/Case/View/Helper/FlashHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php b/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php b/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/JsHelperTest.php b/lib/Cake/Test/Case/View/Helper/JsHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php b/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/NumberHelperTest.php b/lib/Cake/Test/Case/View/Helper/NumberHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php b/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php b/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/RssHelperTest.php b/lib/Cake/Test/Case/View/Helper/RssHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php b/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/TextHelperTest.php b/lib/Cake/Test/Case/View/Helper/TextHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/Helper/TimeHelperTest.php b/lib/Cake/Test/Case/View/Helper/TimeHelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/HelperCollectionTest.php b/lib/Cake/Test/Case/View/HelperCollectionTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/HelperTest.php b/lib/Cake/Test/Case/View/HelperTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/JsonViewTest.php b/lib/Cake/Test/Case/View/JsonViewTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/MediaViewTest.php b/lib/Cake/Test/Case/View/MediaViewTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/ScaffoldViewTest.php b/lib/Cake/Test/Case/View/ScaffoldViewTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/ThemeViewTest.php b/lib/Cake/Test/Case/View/ThemeViewTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/ViewTest.php b/lib/Cake/Test/Case/View/ViewTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Case/View/XmlViewTest.php b/lib/Cake/Test/Case/View/XmlViewTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AccountFixture.php b/lib/Cake/Test/Fixture/AccountFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AcoActionFixture.php b/lib/Cake/Test/Fixture/AcoActionFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AcoFixture.php b/lib/Cake/Test/Fixture/AcoFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AcoTwoFixture.php b/lib/Cake/Test/Fixture/AcoTwoFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AdFixture.php b/lib/Cake/Test/Fixture/AdFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AdvertisementFixture.php b/lib/Cake/Test/Fixture/AdvertisementFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AfterTreeFixture.php b/lib/Cake/Test/Fixture/AfterTreeFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AnotherArticleFixture.php b/lib/Cake/Test/Fixture/AnotherArticleFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AppleFixture.php b/lib/Cake/Test/Fixture/AppleFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ArmorFixture.php b/lib/Cake/Test/Fixture/ArmorFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ArmorsPlayerFixture.php b/lib/Cake/Test/Fixture/ArmorsPlayerFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AroFixture.php b/lib/Cake/Test/Fixture/AroFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AroTwoFixture.php b/lib/Cake/Test/Fixture/AroTwoFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ArosAcoFixture.php b/lib/Cake/Test/Fixture/ArosAcoFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ArosAcoTwoFixture.php b/lib/Cake/Test/Fixture/ArosAcoTwoFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ArticleFeaturedFixture.php b/lib/Cake/Test/Fixture/ArticleFeaturedFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php b/lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ArticleFixture.php b/lib/Cake/Test/Fixture/ArticleFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ArticlesTagFixture.php b/lib/Cake/Test/Fixture/ArticlesTagFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AssertTagsTestCase.php b/lib/Cake/Test/Fixture/AssertTagsTestCase.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AttachmentFixture.php b/lib/Cake/Test/Fixture/AttachmentFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AuthUserCustomFieldFixture.php b/lib/Cake/Test/Fixture/AuthUserCustomFieldFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AuthUserFixture.php b/lib/Cake/Test/Fixture/AuthUserFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/AuthorFixture.php b/lib/Cake/Test/Fixture/AuthorFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BakeArticleFixture.php b/lib/Cake/Test/Fixture/BakeArticleFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BakeArticlesBakeTagFixture.php b/lib/Cake/Test/Fixture/BakeArticlesBakeTagFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BakeCommentFixture.php b/lib/Cake/Test/Fixture/BakeCommentFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BakeTagFixture.php b/lib/Cake/Test/Fixture/BakeTagFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BasketFixture.php b/lib/Cake/Test/Fixture/BasketFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BidFixture.php b/lib/Cake/Test/Fixture/BidFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BiddingFixture.php b/lib/Cake/Test/Fixture/BiddingFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BiddingMessageFixture.php b/lib/Cake/Test/Fixture/BiddingMessageFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BinaryTestFixture.php b/lib/Cake/Test/Fixture/BinaryTestFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/BookFixture.php b/lib/Cake/Test/Fixture/BookFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CacheTestModelFixture.php b/lib/Cake/Test/Fixture/CacheTestModelFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CakeSessionFixture.php b/lib/Cake/Test/Fixture/CakeSessionFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CallbackFixture.php b/lib/Cake/Test/Fixture/CallbackFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CampaignFixture.php b/lib/Cake/Test/Fixture/CampaignFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CategoryFixture.php b/lib/Cake/Test/Fixture/CategoryFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CategoryThreadFixture.php b/lib/Cake/Test/Fixture/CategoryThreadFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CdFixture.php b/lib/Cake/Test/Fixture/CdFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CommentFixture.php b/lib/Cake/Test/Fixture/CommentFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ContentAccountFixture.php b/lib/Cake/Test/Fixture/ContentAccountFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ContentFixture.php b/lib/Cake/Test/Fixture/ContentFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CounterCachePostFixture.php b/lib/Cake/Test/Fixture/CounterCachePostFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php b/lib/Cake/Test/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CounterCacheUserFixture.php b/lib/Cake/Test/Fixture/CounterCacheUserFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php b/lib/Cake/Test/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DataTestFixture.php b/lib/Cake/Test/Fixture/DataTestFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DatatypeFixture.php b/lib/Cake/Test/Fixture/DatatypeFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DependencyFixture.php b/lib/Cake/Test/Fixture/DependencyFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DeviceFixture.php b/lib/Cake/Test/Fixture/DeviceFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DeviceTypeCategoryFixture.php b/lib/Cake/Test/Fixture/DeviceTypeCategoryFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DeviceTypeFixture.php b/lib/Cake/Test/Fixture/DeviceTypeFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DocumentDirectoryFixture.php b/lib/Cake/Test/Fixture/DocumentDirectoryFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DocumentFixture.php b/lib/Cake/Test/Fixture/DocumentFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DomainFixture.php b/lib/Cake/Test/Fixture/DomainFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/DomainsSiteFixture.php b/lib/Cake/Test/Fixture/DomainsSiteFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ExteriorTypeCategoryFixture.php b/lib/Cake/Test/Fixture/ExteriorTypeCategoryFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/FeatureSetFixture.php b/lib/Cake/Test/Fixture/FeatureSetFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/FeaturedFixture.php b/lib/Cake/Test/Fixture/FeaturedFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/FilmFileFixture.php b/lib/Cake/Test/Fixture/FilmFileFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/FixturizedTestCase.php b/lib/Cake/Test/Fixture/FixturizedTestCase.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/FlagTreeFixture.php b/lib/Cake/Test/Fixture/FlagTreeFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/FruitFixture.php b/lib/Cake/Test/Fixture/FruitFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/FruitsUuidTagFixture.php b/lib/Cake/Test/Fixture/FruitsUuidTagFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/GroupUpdateAllFixture.php b/lib/Cake/Test/Fixture/GroupUpdateAllFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/GuildFixture.php b/lib/Cake/Test/Fixture/GuildFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/GuildsPlayerFixture.php b/lib/Cake/Test/Fixture/GuildsPlayerFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/HomeFixture.php b/lib/Cake/Test/Fixture/HomeFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ImageFixture.php b/lib/Cake/Test/Fixture/ImageFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/InnoFixture.php b/lib/Cake/Test/Fixture/InnoFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ItemFixture.php b/lib/Cake/Test/Fixture/ItemFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ItemsPortfolioFixture.php b/lib/Cake/Test/Fixture/ItemsPortfolioFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/JoinABFixture.php b/lib/Cake/Test/Fixture/JoinABFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/JoinACFixture.php b/lib/Cake/Test/Fixture/JoinACFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/JoinAFixture.php b/lib/Cake/Test/Fixture/JoinAFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/JoinBFixture.php b/lib/Cake/Test/Fixture/JoinBFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/JoinCFixture.php b/lib/Cake/Test/Fixture/JoinCFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/JoinThingFixture.php b/lib/Cake/Test/Fixture/JoinThingFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/MessageFixture.php b/lib/Cake/Test/Fixture/MessageFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/MyCategoriesMyProductsFixture.php b/lib/Cake/Test/Fixture/MyCategoriesMyProductsFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/MyCategoriesMyUsersFixture.php b/lib/Cake/Test/Fixture/MyCategoriesMyUsersFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/MyCategoryFixture.php b/lib/Cake/Test/Fixture/MyCategoryFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/MyProductFixture.php b/lib/Cake/Test/Fixture/MyProductFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/MyUserFixture.php b/lib/Cake/Test/Fixture/MyUserFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/NodeFixture.php b/lib/Cake/Test/Fixture/NodeFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/NumberTreeFixture.php b/lib/Cake/Test/Fixture/NumberTreeFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/NumberTreeTwoFixture.php b/lib/Cake/Test/Fixture/NumberTreeTwoFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/NumericArticleFixture.php b/lib/Cake/Test/Fixture/NumericArticleFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/OverallFavoriteFixture.php b/lib/Cake/Test/Fixture/OverallFavoriteFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/PersonFixture.php b/lib/Cake/Test/Fixture/PersonFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/PlayerFixture.php b/lib/Cake/Test/Fixture/PlayerFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/PortfolioFixture.php b/lib/Cake/Test/Fixture/PortfolioFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/PostFixture.php b/lib/Cake/Test/Fixture/PostFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/PostsTagFixture.php b/lib/Cake/Test/Fixture/PostsTagFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/PrefixTestFixture.php b/lib/Cake/Test/Fixture/PrefixTestFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/PrimaryModelFixture.php b/lib/Cake/Test/Fixture/PrimaryModelFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ProductFixture.php b/lib/Cake/Test/Fixture/ProductFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ProductUpdateAllFixture.php b/lib/Cake/Test/Fixture/ProductUpdateAllFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ProjectFixture.php b/lib/Cake/Test/Fixture/ProjectFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/SampleFixture.php b/lib/Cake/Test/Fixture/SampleFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/SecondaryModelFixture.php b/lib/Cake/Test/Fixture/SecondaryModelFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/SessionFixture.php b/lib/Cake/Test/Fixture/SessionFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/SiteFixture.php b/lib/Cake/Test/Fixture/SiteFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/SomethingElseFixture.php b/lib/Cake/Test/Fixture/SomethingElseFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/SomethingFixture.php b/lib/Cake/Test/Fixture/SomethingFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/StoriesTagFixture.php b/lib/Cake/Test/Fixture/StoriesTagFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/StoryFixture.php b/lib/Cake/Test/Fixture/StoryFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/SyfileFixture.php b/lib/Cake/Test/Fixture/SyfileFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/TagFixture.php b/lib/Cake/Test/Fixture/TagFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/TestPluginArticleFixture.php b/lib/Cake/Test/Fixture/TestPluginArticleFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/TestPluginCommentFixture.php b/lib/Cake/Test/Fixture/TestPluginCommentFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ThePaperMonkiesFixture.php b/lib/Cake/Test/Fixture/ThePaperMonkiesFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/ThreadFixture.php b/lib/Cake/Test/Fixture/ThreadFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/TranslateArticleFixture.php b/lib/Cake/Test/Fixture/TranslateArticleFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/TranslateFixture.php b/lib/Cake/Test/Fixture/TranslateFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/TranslateTableFixture.php b/lib/Cake/Test/Fixture/TranslateTableFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/TranslateWithPrefixFixture.php b/lib/Cake/Test/Fixture/TranslateWithPrefixFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/TranslatedArticleFixture.php b/lib/Cake/Test/Fixture/TranslatedArticleFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/TranslatedItemFixture.php b/lib/Cake/Test/Fixture/TranslatedItemFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UnconventionalTreeFixture.php b/lib/Cake/Test/Fixture/UnconventionalTreeFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UnderscoreFieldFixture.php b/lib/Cake/Test/Fixture/UnderscoreFieldFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UnsignedFixture.php b/lib/Cake/Test/Fixture/UnsignedFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UserFixture.php b/lib/Cake/Test/Fixture/UserFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UuidFixture.php b/lib/Cake/Test/Fixture/UuidFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UuidTagFixture.php b/lib/Cake/Test/Fixture/UuidTagFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UuidTreeFixture.php b/lib/Cake/Test/Fixture/UuidTreeFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UuiditemFixture.php b/lib/Cake/Test/Fixture/UuiditemFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php b/lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php b/lib/Cake/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/UuidportfolioFixture.php b/lib/Cake/Test/Fixture/UuidportfolioFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/rss.xml b/lib/Cake/Test/Fixture/rss.xml
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/sample.xml b/lib/Cake/Test/Fixture/sample.xml
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/soap_request.xml b/lib/Cake/Test/Fixture/soap_request.xml
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/Fixture/soap_response.xml b/lib/Cake/Test/Fixture/soap_response.xml
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/bake_compare/Controller/ActionsUsingSessions.ctp b/lib/Cake/Test/bake_compare/Controller/ActionsUsingSessions.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/bake_compare/Controller/ActionsWithNoSessions.ctp b/lib/Cake/Test/bake_compare/Controller/ActionsWithNoSessions.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/bake_compare/Controller/NoActions.ctp b/lib/Cake/Test/bake_compare/Controller/NoActions.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/bake_compare/Controller/NoHelpersOrComponents.ctp b/lib/Cake/Test/bake_compare/Controller/NoHelpersOrComponents.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/bake_compare/Controller/Scaffold.ctp b/lib/Cake/Test/bake_compare/Controller/Scaffold.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/bake_compare/View/index.ctp b/lib/Cake/Test/bake_compare/View/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/acl.ini b/lib/Cake/Test/test_app/Config/acl.ini
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/acl.ini.php b/lib/Cake/Test/test_app/Config/acl.ini.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/acl.php b/lib/Cake/Test/test_app/Config/acl.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/empty.ini b/lib/Cake/Test/test_app/Config/empty.ini
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/empty.php b/lib/Cake/Test/test_app/Config/empty.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/htmlhelper_minimized.ini b/lib/Cake/Test/test_app/Config/htmlhelper_minimized.ini
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/htmlhelper_tags.php b/lib/Cake/Test/test_app/Config/htmlhelper_tags.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/nested.ini b/lib/Cake/Test/test_app/Config/nested.ini
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/no_ini_extension b/lib/Cake/Test/test_app/Config/no_ini_extension
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/no_php_extension b/lib/Cake/Test/test_app/Config/no_php_extension
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/no_section.ini b/lib/Cake/Test/test_app/Config/no_section.ini
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/routes.php b/lib/Cake/Test/test_app/Config/routes.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/var_test.php b/lib/Cake/Test/test_app/Config/var_test.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Config/var_test2.php b/lib/Cake/Test/test_app/Config/var_test2.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Console/Command/SampleShell.php b/lib/Cake/Test/test_app/Console/Command/SampleShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Console/Command/Task/empty b/lib/Cake/Test/test_app/Console/Command/Task/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Console/Templates/test/classes/test_object.ctp b/lib/Cake/Test/test_app/Console/Templates/test/classes/test_object.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Console/Templates/test/views/admin_edit.ctp b/lib/Cake/Test/test_app/Console/Templates/test/views/admin_edit.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Controller/AppController.php b/lib/Cake/Test/test_app/Controller/AppController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Controller/Component/empty b/lib/Cake/Test/test_app/Controller/Component/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Controller/PagesController.php b/lib/Cake/Test/test_app/Controller/PagesController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Controller/TestAppsErrorController.php b/lib/Cake/Test/test_app/Controller/TestAppsErrorController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Controller/TestConfigsController.php b/lib/Cake/Test/test_app/Controller/TestConfigsController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Controller/TestsAppsController.php b/lib/Cake/Test/test_app/Controller/TestsAppsController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Controller/TestsAppsPostsController.php b/lib/Cake/Test/test_app/Controller/TestsAppsPostsController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Error/TestAppsExceptionRenderer.php b/lib/Cake/Test/test_app/Error/TestAppsExceptionRenderer.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Lib/Cache/Engine/TestAppCacheEngine.php b/lib/Cake/Test/test_app/Lib/Cache/Engine/TestAppCacheEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Lib/Library.php b/lib/Cake/Test/test_app/Lib/Library.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php b/lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php b/lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES/dom1.po b/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES/dom1.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES/dom2.po b/lib/Cake/Test/test_app/Locale/cache_test_po/LC_MESSAGES/dom2.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/eng/LC_MESSAGES/validation_messages.po b/lib/Cake/Test/test_app/Locale/eng/LC_MESSAGES/validation_messages.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/ja_jp/LC_TIME b/lib/Cake/Test/test_app/Locale/ja_jp/LC_TIME
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/nld/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/nld/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/nld/LC_TIME b/lib/Cake/Test/test_app/Locale/nld/LC_TIME
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/po/LC_MESSAGES/test_plugin.po b/lib/Cake/Test/test_app/Locale/po/LC_MESSAGES/test_plugin.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/po/LC_MONETARY/default.po b/lib/Cake/Test/test_app/Locale/po/LC_MONETARY/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/po/LC_TIME b/lib/Cake/Test/test_app/Locale/po/LC_TIME
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_0_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_0_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_0_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_0_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_10_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_10_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_10_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_10_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_11_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_11_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_11_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_11_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_12_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_12_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_12_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_12_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_13_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_13_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_13_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_13_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_14_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_14_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_14_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_14_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_15_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_15_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_15_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_15_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_1_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_1_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_1_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_1_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_2_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_2_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_2_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_2_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_3_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_3_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_3_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_3_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_4_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_4_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_4_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_4_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_5_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_5_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_5_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_5_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_6_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_6_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_6_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_6_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_7_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_7_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_7_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_7_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_8_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_8_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_8_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_8_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_9_po/LC_MESSAGES/core.po b/lib/Cake/Test/test_app/Locale/rule_9_po/LC_MESSAGES/core.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/rule_9_po/LC_MESSAGES/default.po b/lib/Cake/Test/test_app/Locale/rule_9_po/LC_MESSAGES/default.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Locale/time_test/LC_TIME b/lib/Cake/Test/test_app/Locale/time_test/LC_TIME
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/AppModel.php b/lib/Cake/Test/test_app/Model/AppModel.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php b/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php b/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/Comment.php b/lib/Cake/Test/test_app/Model/Comment.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/Datasource/Database/TestLocalDriver.php b/lib/Cake/Test/test_app/Model/Datasource/Database/TestLocalDriver.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/Datasource/Session/TestAppLibSession.php b/lib/Cake/Test/test_app/Model/Datasource/Session/TestAppLibSession.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/Datasource/Test2OtherSource.php b/lib/Cake/Test/test_app/Model/Datasource/Test2OtherSource.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/Datasource/Test2Source.php b/lib/Cake/Test/test_app/Model/Datasource/Test2Source.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/Extract.php b/lib/Cake/Test/test_app/Model/Extract.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/PersisterOne.php b/lib/Cake/Test/test_app/Model/PersisterOne.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/PersisterTwo.php b/lib/Cake/Test/test_app/Model/PersisterTwo.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Model/Post.php b/lib/Cake/Test/test_app/Model/Post.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/PluginJs/Config/bootstrap.php b/lib/Cake/Test/test_app/Plugin/PluginJs/Config/bootstrap.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js/one/plugin_one.js b/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js/one/plugin_one.js
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js/plugin_js.js b/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js/plugin_js.js
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/bootstrap.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/bootstrap.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/custom_config.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/custom_config.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/more.load.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/more.load.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/nested.ini b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/nested.ini
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/routes.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/routes.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/TestPluginShell.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/TestPluginShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Templates/empty b/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Templates/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginController.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestsController.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestsController.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache/Engine/TestPluginCacheEngine.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache/Engine/TestPluginCacheEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log/Engine/TestPluginLog.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log/Engine/TestPluginLog.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/Test2DispatcherFilter.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/Test2DispatcherFilter.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/TestDispatcherFilter.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/TestDispatcherFilter.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Route/TestRoute.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Route/TestRoute.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginLibrary.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginLibrary.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale/po/LC_MESSAGES/test_plugin.po b/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale/po/LC_MESSAGES/test_plugin.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale/po/LC_MONETARY/test_plugin.po b/lib/Cake/Test/test_app/Plugin/TestPlugin/Locale/po/LC_MONETARY/test_plugin.po
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterOneBehavior.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterOneBehavior.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterTwoBehavior.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterTwoBehavior.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Database/DboDummy.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Database/DboDummy.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Database/TestDriver.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Database/TestDriver.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Session/TestPluginSession.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/Session/TestPluginSession.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/TestOtherSource.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/TestOtherSource.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/TestSource.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Datasource/TestSource.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAppModel.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAppModel.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthUser.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthUser.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthors.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthors.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginComment.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginComment.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginPost.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginPost.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Utility/TestPluginEngine.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Utility/TestPluginEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/Example/ExampleExample.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/Example/ExampleExample.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/welcome.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/welcome.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/plugin_element.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/plugin_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/sub_dir/sub_element.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/sub_dir/sub_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/test_plugin_element.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/test_plugin_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/translate.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/translate.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Emails/text/test_plugin_tpl.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Emails/text/test_plugin_tpl.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Errors/error500.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Errors/error500.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/Emails/text/plug_default.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/Emails/text/plug_default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/default.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Tests/index.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Tests/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Tests/scaffold.form.ctp b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Tests/scaffold.form.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/test_plugin_asset.css b/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/test_plugin_asset.css
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/theme_one.htc b/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/theme_one.htc
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/unknown.extension b/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/unknown.extension
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/flash/plugin_test.swf b/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/flash/plugin_test.swf
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/js/test_plugin/test.js b/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/js/test_plugin/test.js
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/pdfs/plugin_test.pdf b/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/pdfs/plugin_test.pdf
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/root.js b/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/root.js
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Config/bootstrap.php b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Config/bootstrap.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/Task/empty b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/Task/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Templates/empty b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Templates/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/View/Layouts/Emails/text/default.ctp b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/View/Layouts/Emails/text/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Utility/TestAppEngine.php b/lib/Cake/Test/test_app/Utility/TestAppEngine.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Vendor/Test/MyTest.php b/lib/Cake/Test/test_app/Vendor/Test/MyTest.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Vendor/Test/hello.php b/lib/Cake/Test/test_app/Vendor/Test/hello.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Vendor/css/test_asset.css b/lib/Cake/Test/test_app/Vendor/css/test_asset.css
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Vendor/sample/configure_test_vendor_sample.php b/lib/Cake/Test/test_app/Vendor/sample/configure_test_vendor_sample.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Vendor/somename/some.name.php b/lib/Cake/Test/test_app/Vendor/somename/some.name.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/Vendor/welcome.php b/lib/Cake/Test/test_app/Vendor/welcome.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/Flash/default.ctp b/lib/Cake/Test/test_app/View/Elements/Flash/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/extended_element.ctp b/lib/Cake/Test/test_app/View/Elements/extended_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/extended_missing_element.ctp b/lib/Cake/Test/test_app/View/Elements/extended_missing_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/flash_classy.ctp b/lib/Cake/Test/test_app/View/Elements/flash_classy.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/flash_helper.ctp b/lib/Cake/Test/test_app/View/Elements/flash_helper.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/html_call.ctp b/lib/Cake/Test/test_app/View/Elements/html_call.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/nocache/contains_nocache.ctp b/lib/Cake/Test/test_app/View/Elements/nocache/contains_nocache.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/nocache/plain.ctp b/lib/Cake/Test/test_app/View/Elements/nocache/plain.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/nocache/sub1.ctp b/lib/Cake/Test/test_app/View/Elements/nocache/sub1.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/nocache/sub2.ctp b/lib/Cake/Test/test_app/View/Elements/nocache/sub2.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/parent_element.ctp b/lib/Cake/Test/test_app/View/Elements/parent_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/session_helper.ctp b/lib/Cake/Test/test_app/View/Elements/session_helper.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/test_element.ctp b/lib/Cake/Test/test_app/View/Elements/test_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/test_element.xml b/lib/Cake/Test/test_app/View/Elements/test_element.xml
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Elements/type_check.ctp b/lib/Cake/Test/test_app/View/Elements/type_check.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/html/custom.ctp b/lib/Cake/Test/test_app/View/Emails/html/custom.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/html/default.ctp b/lib/Cake/Test/test_app/View/Emails/html/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/html/html.ctp b/lib/Cake/Test/test_app/View/Emails/html/html.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/html/image.ctp b/lib/Cake/Test/test_app/View/Emails/html/image.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/html/japanese.ctp b/lib/Cake/Test/test_app/View/Emails/html/japanese.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/html/long_line.ctp b/lib/Cake/Test/test_app/View/Emails/html/long_line.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/html/nested_element.ctp b/lib/Cake/Test/test_app/View/Emails/html/nested_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/text/custom.ctp b/lib/Cake/Test/test_app/View/Emails/text/custom.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/text/custom_helper.ctp b/lib/Cake/Test/test_app/View/Emails/text/custom_helper.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/text/default.ctp b/lib/Cake/Test/test_app/View/Emails/text/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/text/japanese.ctp b/lib/Cake/Test/test_app/View/Emails/text/japanese.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Emails/text/wide.ctp b/lib/Cake/Test/test_app/View/Emails/text/wide.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Errors/error400.ctp b/lib/Cake/Test/test_app/View/Errors/error400.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Errors/error500.ctp b/lib/Cake/Test/test_app/View/Errors/error500.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Helper/BananaHelper.php b/lib/Cake/Test/test_app/View/Helper/BananaHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/Emails/html/default.ctp b/lib/Cake/Test/test_app/View/Layouts/Emails/html/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/Emails/html/japanese.ctp b/lib/Cake/Test/test_app/View/Layouts/Emails/html/japanese.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/Emails/html/thin.ctp b/lib/Cake/Test/test_app/View/Layouts/Emails/html/thin.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/Emails/text/default.ctp b/lib/Cake/Test/test_app/View/Layouts/Emails/text/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/Emails/text/japanese.ctp b/lib/Cake/Test/test_app/View/Layouts/Emails/text/japanese.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/ajax.ctp b/lib/Cake/Test/test_app/View/Layouts/ajax.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/ajax2.ctp b/lib/Cake/Test/test_app/View/Layouts/ajax2.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/banana.ctp b/lib/Cake/Test/test_app/View/Layouts/banana.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/cache_empty_sections.ctp b/lib/Cake/Test/test_app/View/Layouts/cache_empty_sections.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/cache_layout.ctp b/lib/Cake/Test/test_app/View/Layouts/cache_layout.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/default.ctp b/lib/Cake/Test/test_app/View/Layouts/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/flash.ctp b/lib/Cake/Test/test_app/View/Layouts/flash.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/js/default.ctp b/lib/Cake/Test/test_app/View/Layouts/js/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/json/default.ctp b/lib/Cake/Test/test_app/View/Layouts/json/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/multi_cache.ctp b/lib/Cake/Test/test_app/View/Layouts/multi_cache.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/rss/default.ctp b/lib/Cake/Test/test_app/View/Layouts/rss/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Layouts/xml/default.ctp b/lib/Cake/Test/test_app/View/Layouts/xml/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Pages/extract.ctp b/lib/Cake/Test/test_app/View/Pages/extract.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Pages/home.ctp b/lib/Cake/Test/test_app/View/Pages/home.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Pages/page.home.ctp b/lib/Cake/Test/test_app/View/Pages/page.home.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/alt_ext.alt b/lib/Cake/Test/test_app/View/Posts/alt_ext.alt
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/cache_empty_sections.ctp b/lib/Cake/Test/test_app/View/Posts/cache_empty_sections.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/cache_form.ctp b/lib/Cake/Test/test_app/View/Posts/cache_form.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/extend_element.ctp b/lib/Cake/Test/test_app/View/Posts/extend_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/extend_loop.ctp b/lib/Cake/Test/test_app/View/Posts/extend_loop.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/extend_loop_inner.ctp b/lib/Cake/Test/test_app/View/Posts/extend_loop_inner.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/extend_missing_element.ctp b/lib/Cake/Test/test_app/View/Posts/extend_missing_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/extend_self.ctp b/lib/Cake/Test/test_app/View/Posts/extend_self.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/extend_with_element.ctp b/lib/Cake/Test/test_app/View/Posts/extend_with_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/helper_overwrite.ctp b/lib/Cake/Test/test_app/View/Posts/helper_overwrite.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/index.ctp b/lib/Cake/Test/test_app/View/Posts/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/json/index.ctp b/lib/Cake/Test/test_app/View/Posts/json/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/multiple_nocache.ctp b/lib/Cake/Test/test_app/View/Posts/multiple_nocache.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/nested_extends.ctp b/lib/Cake/Test/test_app/View/Posts/nested_extends.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/nocache_multiple_element.ctp b/lib/Cake/Test/test_app/View/Posts/nocache_multiple_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/open_block.ctp b/lib/Cake/Test/test_app/View/Posts/open_block.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/parent_1.ctp b/lib/Cake/Test/test_app/View/Posts/parent_1.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/parent_2.ctp b/lib/Cake/Test/test_app/View/Posts/parent_2.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/parent_view.ctp b/lib/Cake/Test/test_app/View/Posts/parent_view.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/scaffold.form.ctp b/lib/Cake/Test/test_app/View/Posts/scaffold.form.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/sequencial_nocache.ctp b/lib/Cake/Test/test_app/View/Posts/sequencial_nocache.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/test_nocache_tags.ctp b/lib/Cake/Test/test_app/View/Posts/test_nocache_tags.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Posts/xml/index.ctp b/lib/Cake/Test/test_app/View/Posts/xml/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Scaffolds/empty b/lib/Cake/Test/test_app/View/Scaffolds/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/TestsApps/index.ctp b/lib/Cake/Test/test_app/View/TestsApps/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/TestsApps/json/index.ctp b/lib/Cake/Test/test_app/View/TestsApps/json/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/Elements/test_element.ctp b/lib/Cake/Test/test_app/View/Themed/TestTheme/Elements/test_element.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/Emails/text/themed.ctp b/lib/Cake/Test/test_app/View/Themed/TestTheme/Emails/text/themed.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/Layouts/default.ctp b/lib/Cake/Test/test_app/View/Themed/TestTheme/Layouts/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Emails/text/test_plugin_tpl.ctp b/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Emails/text/test_plugin_tpl.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Layouts/plugin_default.ctp b/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Layouts/plugin_default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Tests/index.ctp b/lib/Cake/Test/test_app/View/Themed/TestTheme/Plugin/TestPlugin/Tests/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts/index.ctp b/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts/scaffold.index.ctp b/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts/scaffold.index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts/themed.ctp b/lib/Cake/Test/test_app/View/Themed/TestTheme/Posts/themed.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/css/test_asset.css b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/css/test_asset.css
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/css/theme_webroot.css b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/css/theme_webroot.css
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/flash/theme_test.swf b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/flash/theme_test.swf
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/one/theme_one.js b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/one/theme_one.js
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/space image.text b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/space image.text
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/tmp/empty b/lib/Cake/Test/test_app/tmp/empty
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/webroot/theme/test_theme/css/theme_webroot.css b/lib/Cake/Test/test_app/webroot/theme/test_theme/css/theme_webroot.css
old mode 100644
new mode 100755
diff --git a/lib/Cake/Test/test_app/webroot/theme/test_theme/css/webroot_test.css b/lib/Cake/Test/test_app/webroot/theme/test_theme/css/webroot_test.css
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/CakeTestCase.php b/lib/Cake/TestSuite/CakeTestCase.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/CakeTestLoader.php b/lib/Cake/TestSuite/CakeTestLoader.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/CakeTestRunner.php b/lib/Cake/TestSuite/CakeTestRunner.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/CakeTestSuite.php b/lib/Cake/TestSuite/CakeTestSuite.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/CakeTestSuiteCommand.php b/lib/Cake/TestSuite/CakeTestSuiteCommand.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php b/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/ControllerTestCase.php b/lib/Cake/TestSuite/ControllerTestCase.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/Coverage/BaseCoverageReport.php b/lib/Cake/TestSuite/Coverage/BaseCoverageReport.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/Coverage/HtmlCoverageReport.php b/lib/Cake/TestSuite/Coverage/HtmlCoverageReport.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/Coverage/TextCoverageReport.php b/lib/Cake/TestSuite/Coverage/TextCoverageReport.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/Fixture/CakeTestFixture.php b/lib/Cake/TestSuite/Fixture/CakeTestFixture.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/Fixture/CakeTestModel.php b/lib/Cake/TestSuite/Fixture/CakeTestModel.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php b/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php b/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/Reporter/CakeTextReporter.php b/lib/Cake/TestSuite/Reporter/CakeTextReporter.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/templates/footer.php b/lib/Cake/TestSuite/templates/footer.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/templates/header.php b/lib/Cake/TestSuite/templates/header.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/templates/menu.php b/lib/Cake/TestSuite/templates/menu.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/templates/missing_connection.php b/lib/Cake/TestSuite/templates/missing_connection.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/templates/phpunit.php b/lib/Cake/TestSuite/templates/phpunit.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/TestSuite/templates/xdebug.php b/lib/Cake/TestSuite/templates/xdebug.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/CakeNumber.php b/lib/Cake/Utility/CakeNumber.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/CakeText.php b/lib/Cake/Utility/CakeText.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/CakeTime.php b/lib/Cake/Utility/CakeTime.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/ClassRegistry.php b/lib/Cake/Utility/ClassRegistry.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/Debugger.php b/lib/Cake/Utility/Debugger.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/File.php b/lib/Cake/Utility/File.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/Folder.php b/lib/Cake/Utility/Folder.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/Hash.php b/lib/Cake/Utility/Hash.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/Inflector.php b/lib/Cake/Utility/Inflector.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/ObjectCollection.php b/lib/Cake/Utility/ObjectCollection.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/Sanitize.php b/lib/Cake/Utility/Sanitize.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/Security.php b/lib/Cake/Utility/Security.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/Set.php b/lib/Cake/Utility/Set.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/String.php b/lib/Cake/Utility/String.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/Validation.php b/lib/Cake/Utility/Validation.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/Utility/Xml.php b/lib/Cake/Utility/Xml.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/VERSION.txt b/lib/Cake/VERSION.txt
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Elements/Flash/default.ctp b/lib/Cake/View/Elements/Flash/default.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Elements/Flash/error.ctp b/lib/Cake/View/Elements/Flash/error.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Elements/Flash/success.ctp b/lib/Cake/View/Elements/Flash/success.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Elements/exception_stack_trace.ctp b/lib/Cake/View/Elements/exception_stack_trace.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Elements/sql_dump.ctp b/lib/Cake/View/Elements/sql_dump.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/fatal_error.ctp b/lib/Cake/View/Errors/fatal_error.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_action.ctp b/lib/Cake/View/Errors/missing_action.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_behavior.ctp b/lib/Cake/View/Errors/missing_behavior.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_component.ctp b/lib/Cake/View/Errors/missing_component.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_connection.ctp b/lib/Cake/View/Errors/missing_connection.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_controller.ctp b/lib/Cake/View/Errors/missing_controller.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_database.ctp b/lib/Cake/View/Errors/missing_database.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_datasource.ctp b/lib/Cake/View/Errors/missing_datasource.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_datasource_config.ctp b/lib/Cake/View/Errors/missing_datasource_config.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_helper.ctp b/lib/Cake/View/Errors/missing_helper.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_layout.ctp b/lib/Cake/View/Errors/missing_layout.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_plugin.ctp b/lib/Cake/View/Errors/missing_plugin.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_table.ctp b/lib/Cake/View/Errors/missing_table.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/missing_view.ctp b/lib/Cake/View/Errors/missing_view.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/pdo_error.ctp b/lib/Cake/View/Errors/pdo_error.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/private_action.ctp b/lib/Cake/View/Errors/private_action.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Errors/scaffold_error.ctp b/lib/Cake/View/Errors/scaffold_error.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper.php b/lib/Cake/View/Helper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/CacheHelper.php b/lib/Cake/View/Helper/CacheHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/FlashHelper.php b/lib/Cake/View/Helper/FlashHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/FormHelper.php b/lib/Cake/View/Helper/FormHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/HtmlHelper.php b/lib/Cake/View/Helper/HtmlHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/JqueryEngineHelper.php b/lib/Cake/View/Helper/JqueryEngineHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/JsBaseEngineHelper.php b/lib/Cake/View/Helper/JsBaseEngineHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/JsHelper.php b/lib/Cake/View/Helper/JsHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/MootoolsEngineHelper.php b/lib/Cake/View/Helper/MootoolsEngineHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/NumberHelper.php b/lib/Cake/View/Helper/NumberHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/PaginatorHelper.php b/lib/Cake/View/Helper/PaginatorHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/PrototypeEngineHelper.php b/lib/Cake/View/Helper/PrototypeEngineHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/RssHelper.php b/lib/Cake/View/Helper/RssHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/SessionHelper.php b/lib/Cake/View/Helper/SessionHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/TextHelper.php b/lib/Cake/View/Helper/TextHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Helper/TimeHelper.php b/lib/Cake/View/Helper/TimeHelper.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/HelperCollection.php b/lib/Cake/View/HelperCollection.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/JsonView.php b/lib/Cake/View/JsonView.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/MediaView.php b/lib/Cake/View/MediaView.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/ScaffoldView.php b/lib/Cake/View/ScaffoldView.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Scaffolds/form.ctp b/lib/Cake/View/Scaffolds/form.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Scaffolds/index.ctp b/lib/Cake/View/Scaffolds/index.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/Scaffolds/view.ctp b/lib/Cake/View/Scaffolds/view.ctp
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/ThemeView.php b/lib/Cake/View/ThemeView.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/ViewBlock.php b/lib/Cake/View/ViewBlock.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/View/XmlView.php b/lib/Cake/View/XmlView.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/basics.php b/lib/Cake/basics.php
old mode 100644
new mode 100755
diff --git a/lib/Cake/bootstrap.php b/lib/Cake/bootstrap.php
old mode 100644
new mode 100755
