From 17314baa159c64a912aee087bd1092172978f948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Sat, 10 Jun 2017 23:33:55 +0200 Subject: [PATCH] Use HTTPS for the cakephp.org URL --- app/Config/Schema/db_acl.php | 4 +-- app/Config/Schema/i18n.php | 4 +-- app/Config/Schema/sessions.php | 4 +-- app/Config/acl.ini.php | 4 +-- app/Config/acl.php | 4 +-- app/Config/bootstrap.php | 4 +-- app/Config/core.php | 4 +-- app/Config/database.php.default | 4 +-- app/Config/email.php.default | 4 +-- app/Config/routes.php | 4 +-- app/Console/Command/AppShell.php | 4 +-- app/Console/cake | 4 +-- app/Console/cake.bat | 4 +-- app/Console/cake.php | 4 +-- app/Controller/AppController.php | 4 +-- app/Controller/PagesController.php | 4 +-- app/Model/AppModel.php | 4 +-- app/View/Emails/html/default.ctp | 4 +-- app/View/Emails/text/default.ctp | 4 +-- app/View/Errors/error400.ctp | 4 +-- app/View/Errors/error500.ctp | 4 +-- app/View/Helper/AppHelper.php | 4 +-- app/View/Layouts/Emails/html/default.ctp | 6 ++-- app/View/Layouts/Emails/text/default.ctp | 6 ++-- app/View/Layouts/ajax.ctp | 4 +-- app/View/Layouts/default.ctp | 6 ++-- app/View/Layouts/error.ctp | 6 ++-- app/View/Layouts/flash.ctp | 4 +-- app/View/Pages/home.ctp | 6 ++-- app/index.php | 4 +-- app/webroot/css/cake.generic.css | 4 +-- app/webroot/index.php | 4 +-- index.php | 4 +-- lib/Cake/Cache/Cache.php | 4 +-- lib/Cake/Cache/CacheEngine.php | 4 +-- lib/Cake/Cache/Engine/ApcEngine.php | 4 +-- lib/Cake/Cache/Engine/FileEngine.php | 4 +-- lib/Cake/Cache/Engine/MemcacheEngine.php | 4 +-- lib/Cake/Cache/Engine/MemcachedEngine.php | 4 +-- lib/Cake/Cache/Engine/RedisEngine.php | 4 +-- lib/Cake/Cache/Engine/WincacheEngine.php | 4 +-- lib/Cake/Cache/Engine/XcacheEngine.php | 4 +-- lib/Cake/Config/config.php | 4 +-- lib/Cake/Config/routes.php | 4 +-- .../Config/unicode/casefolding/0080_00ff.php | 4 +-- .../Config/unicode/casefolding/0100_017f.php | 4 +-- .../Config/unicode/casefolding/0180_024F.php | 4 +-- .../Config/unicode/casefolding/0250_02af.php | 4 +-- .../Config/unicode/casefolding/0370_03ff.php | 4 +-- .../Config/unicode/casefolding/0400_04ff.php | 4 +-- .../Config/unicode/casefolding/0500_052f.php | 4 +-- .../Config/unicode/casefolding/0530_058f.php | 4 +-- .../Config/unicode/casefolding/1e00_1eff.php | 4 +-- .../Config/unicode/casefolding/1f00_1fff.php | 4 +-- .../Config/unicode/casefolding/2100_214f.php | 4 +-- .../Config/unicode/casefolding/2150_218f.php | 4 +-- .../Config/unicode/casefolding/2460_24ff.php | 4 +-- .../Config/unicode/casefolding/2c00_2c5f.php | 4 +-- .../Config/unicode/casefolding/2c60_2c7f.php | 4 +-- .../Config/unicode/casefolding/2c80_2cff.php | 4 +-- .../Config/unicode/casefolding/ff00_ffef.php | 4 +-- lib/Cake/Configure/ConfigReaderInterface.php | 4 +-- lib/Cake/Configure/IniReader.php | 4 +-- lib/Cake/Console/Command/AclShell.php | 4 +-- lib/Cake/Console/Command/ApiShell.php | 4 +-- lib/Cake/Console/Command/AppShell.php | 4 +-- lib/Cake/Console/Command/BakeShell.php | 4 +-- lib/Cake/Console/Command/CommandListShell.php | 4 +-- lib/Cake/Console/Command/CompletionShell.php | 4 +-- lib/Cake/Console/Command/ConsoleShell.php | 4 +-- lib/Cake/Console/Command/I18nShell.php | 4 +-- lib/Cake/Console/Command/SchemaShell.php | 4 +-- lib/Cake/Console/Command/ServerShell.php | 4 +-- lib/Cake/Console/Command/Task/BakeTask.php | 4 +-- lib/Cake/Console/Command/Task/CommandTask.php | 4 +-- .../Console/Command/Task/ControllerTask.php | 4 +-- .../Console/Command/Task/DbConfigTask.php | 4 +-- lib/Cake/Console/Command/Task/ExtractTask.php | 4 +-- lib/Cake/Console/Command/Task/FixtureTask.php | 4 +-- lib/Cake/Console/Command/Task/ModelTask.php | 4 +-- lib/Cake/Console/Command/Task/PluginTask.php | 4 +-- lib/Cake/Console/Command/Task/ProjectTask.php | 4 +-- .../Console/Command/Task/TemplateTask.php | 4 +-- lib/Cake/Console/Command/Task/TestTask.php | 4 +-- lib/Cake/Console/Command/Task/ViewTask.php | 4 +-- lib/Cake/Console/Command/UpgradeShell.php | 4 +-- lib/Cake/Console/ConsoleErrorHandler.php | 4 +-- lib/Cake/Console/ConsoleInput.php | 4 +-- lib/Cake/Console/ConsoleInputArgument.php | 4 +-- lib/Cake/Console/ConsoleInputOption.php | 4 +-- lib/Cake/Console/ConsoleInputSubcommand.php | 4 +-- lib/Cake/Console/ConsoleOptionParser.php | 4 +-- lib/Cake/Console/ConsoleOutput.php | 4 +-- lib/Cake/Console/HelpFormatter.php | 4 +-- lib/Cake/Console/Helper/BaseShellHelper.php | 4 +-- .../Console/Helper/ProgressShellHelper.php | 4 +-- lib/Cake/Console/Helper/TableShellHelper.php | 4 +-- lib/Cake/Console/Shell.php | 4 +-- lib/Cake/Console/ShellDispatcher.php | 4 +-- lib/Cake/Console/TaskCollection.php | 4 +-- .../default/actions/controller_actions.ctp | 4 +-- .../Templates/default/classes/controller.ctp | 4 +-- .../Templates/default/classes/fixture.ctp | 4 +-- .../Templates/default/classes/model.ctp | 4 +-- .../Templates/default/classes/test.ctp | 4 +-- .../Console/Templates/default/views/form.ctp | 4 +-- .../Console/Templates/default/views/index.ctp | 4 +-- .../Console/Templates/default/views/view.ctp | 4 +-- .../Templates/skel/Config/Schema/db_acl.php | 2 +- .../Templates/skel/Config/Schema/i18n.php | 4 +-- .../Templates/skel/Config/Schema/sessions.php | 4 +-- .../Console/Templates/skel/Config/acl.ini.php | 2 +- .../Console/Templates/skel/Config/acl.php | 2 +- .../Templates/skel/Config/bootstrap.php | 2 +- .../Console/Templates/skel/Config/core.php | 2 +- .../skel/Config/database.php.default | 2 +- .../Templates/skel/Config/email.php.default | 2 +- .../Console/Templates/skel/Config/routes.php | 2 +- .../skel/Console/Command/AppShell.php | 2 +- lib/Cake/Console/Templates/skel/Console/cake | 4 +-- .../Console/Templates/skel/Console/cake.bat | 4 +-- .../Console/Templates/skel/Console/cake.php | 4 +-- .../skel/Controller/AppController.php | 2 +- .../skel/Controller/PagesController.php | 2 +- .../Console/Templates/skel/Model/AppModel.php | 2 +- .../Templates/skel/Test/Case/AllTestsTest.php | 4 +-- .../skel/View/Emails/html/default.ctp | 4 +-- .../skel/View/Emails/text/default.ctp | 4 +-- .../Templates/skel/View/Errors/error400.ctp | 2 +- .../Templates/skel/View/Errors/error500.ctp | 2 +- .../Templates/skel/View/Helper/AppHelper.php | 2 +- .../skel/View/Layouts/Emails/html/default.ctp | 4 +-- .../skel/View/Layouts/Emails/text/default.ctp | 6 ++-- .../Templates/skel/View/Layouts/ajax.ctp | 2 +- .../Templates/skel/View/Layouts/default.ctp | 4 +-- .../Templates/skel/View/Layouts/error.ctp | 4 +-- .../Templates/skel/View/Layouts/flash.ctp | 2 +- .../Templates/skel/View/Pages/home.ctp | 6 ++-- lib/Cake/Console/Templates/skel/index.php | 2 +- .../skel/webroot/css/cake.generic.css | 4 +-- .../Console/Templates/skel/webroot/index.php | 4 +-- lib/Cake/Console/cake | 4 +-- lib/Cake/Console/cake.bat | 4 +-- lib/Cake/Console/cake.php | 4 +-- lib/Cake/Controller/CakeErrorController.php | 4 +-- lib/Cake/Controller/Component.php | 4 +-- .../Controller/Component/Acl/AclInterface.php | 4 +-- lib/Cake/Controller/Component/Acl/DbAcl.php | 4 +-- lib/Cake/Controller/Component/Acl/IniAcl.php | 4 +-- lib/Cake/Controller/Component/Acl/PhpAcl.php | 4 +-- .../Controller/Component/AclComponent.php | 4 +-- .../Component/Auth/AbstractPasswordHasher.php | 4 +-- .../Component/Auth/ActionsAuthorize.php | 4 +-- .../Component/Auth/BaseAuthenticate.php | 4 +-- .../Component/Auth/BaseAuthorize.php | 4 +-- .../Component/Auth/BasicAuthenticate.php | 4 +-- .../Component/Auth/BlowfishAuthenticate.php | 4 +-- .../Component/Auth/BlowfishPasswordHasher.php | 4 +-- .../Component/Auth/ControllerAuthorize.php | 4 +-- .../Component/Auth/CrudAuthorize.php | 4 +-- .../Component/Auth/DigestAuthenticate.php | 4 +-- .../Component/Auth/FormAuthenticate.php | 4 +-- .../Component/Auth/SimplePasswordHasher.php | 4 +-- .../Controller/Component/AuthComponent.php | 4 +-- .../Controller/Component/CookieComponent.php | 4 +-- .../Controller/Component/EmailComponent.php | 4 +-- .../Controller/Component/FlashComponent.php | 4 +-- .../Component/PaginatorComponent.php | 4 +-- .../Component/RequestHandlerComponent.php | 4 +-- .../Component/SecurityComponent.php | 4 +-- .../Controller/Component/SessionComponent.php | 4 +-- lib/Cake/Controller/ComponentCollection.php | 4 +-- lib/Cake/Controller/Controller.php | 4 +-- lib/Cake/Controller/Scaffold.php | 4 +-- lib/Cake/Core/App.php | 4 +-- lib/Cake/Core/CakeObject.php | 4 +-- lib/Cake/Core/CakePlugin.php | 4 +-- lib/Cake/Core/Configure.php | 4 +-- lib/Cake/Core/Object.php | 4 +-- lib/Cake/Error/ErrorHandler.php | 4 +-- lib/Cake/Error/ExceptionRenderer.php | 4 +-- lib/Cake/Error/exceptions.php | 2 +- lib/Cake/Event/CakeEvent.php | 4 +-- lib/Cake/Event/CakeEventListener.php | 4 +-- lib/Cake/Event/CakeEventManager.php | 4 +-- lib/Cake/I18n/I18n.php | 4 +-- lib/Cake/I18n/L10n.php | 4 +-- lib/Cake/I18n/Multibyte.php | 4 +-- lib/Cake/LICENSE.txt | 2 +- lib/Cake/Log/CakeLog.php | 4 +-- lib/Cake/Log/CakeLogInterface.php | 4 +-- lib/Cake/Log/Engine/BaseLog.php | 2 +- lib/Cake/Log/Engine/ConsoleLog.php | 2 +- lib/Cake/Log/Engine/FileLog.php | 2 +- lib/Cake/Log/Engine/SyslogLog.php | 2 +- lib/Cake/Log/LogEngineCollection.php | 4 +-- lib/Cake/Model/AclNode.php | 4 +-- lib/Cake/Model/Aco.php | 4 +-- lib/Cake/Model/AcoAction.php | 4 +-- lib/Cake/Model/Aro.php | 4 +-- lib/Cake/Model/Behavior/AclBehavior.php | 4 +-- .../Model/Behavior/ContainableBehavior.php | 4 +-- lib/Cake/Model/Behavior/TranslateBehavior.php | 4 +-- lib/Cake/Model/Behavior/TreeBehavior.php | 4 +-- lib/Cake/Model/BehaviorCollection.php | 4 +-- lib/Cake/Model/CakeSchema.php | 4 +-- lib/Cake/Model/ConnectionManager.php | 4 +-- lib/Cake/Model/Datasource/CakeSession.php | 4 +-- lib/Cake/Model/Datasource/DataSource.php | 4 +-- lib/Cake/Model/Datasource/Database/Mysql.php | 4 +-- .../Model/Datasource/Database/Postgres.php | 4 +-- lib/Cake/Model/Datasource/Database/Sqlite.php | 4 +-- .../Model/Datasource/Database/Sqlserver.php | 4 +-- lib/Cake/Model/Datasource/DboSource.php | 4 +-- .../Model/Datasource/Session/CacheSession.php | 4 +-- .../Session/CakeSessionHandlerInterface.php | 4 +-- .../Datasource/Session/DatabaseSession.php | 4 +-- lib/Cake/Model/I18nModel.php | 4 +-- lib/Cake/Model/Model.php | 4 +-- lib/Cake/Model/ModelBehavior.php | 4 +-- lib/Cake/Model/ModelValidator.php | 4 +-- lib/Cake/Model/Permission.php | 4 +-- .../Model/Validator/CakeValidationRule.php | 4 +-- .../Model/Validator/CakeValidationSet.php | 4 +-- lib/Cake/Network/CakeRequest.php | 4 +-- lib/Cake/Network/CakeResponse.php | 4 +-- lib/Cake/Network/CakeSocket.php | 4 +-- lib/Cake/Network/Email/AbstractTransport.php | 4 +-- lib/Cake/Network/Email/CakeEmail.php | 4 +-- lib/Cake/Network/Email/DebugTransport.php | 4 +-- lib/Cake/Network/Email/MailTransport.php | 4 +-- lib/Cake/Network/Email/SmtpTransport.php | 4 +-- lib/Cake/Network/Http/BasicAuthentication.php | 4 +-- .../Network/Http/DigestAuthentication.php | 4 +-- lib/Cake/Network/Http/HttpResponse.php | 4 +-- lib/Cake/Network/Http/HttpSocket.php | 6 ++-- lib/Cake/Network/Http/HttpSocketResponse.php | 4 +-- lib/Cake/Routing/Dispatcher.php | 4 +-- lib/Cake/Routing/DispatcherFilter.php | 4 +-- lib/Cake/Routing/Filter/AssetDispatcher.php | 4 +-- lib/Cake/Routing/Filter/CacheDispatcher.php | 4 +-- lib/Cake/Routing/Route/CakeRoute.php | 4 +-- lib/Cake/Routing/Route/PluginShortRoute.php | 4 +-- lib/Cake/Routing/Route/RedirectRoute.php | 4 +-- lib/Cake/Routing/Router.php | 4 +-- lib/Cake/Test/Case/AllBehaviorsTest.php | 4 +-- lib/Cake/Test/Case/AllCacheTest.php | 4 +-- lib/Cake/Test/Case/AllComponentsTest.php | 4 +-- lib/Cake/Test/Case/AllConfigureTest.php | 4 +-- lib/Cake/Test/Case/AllConsoleTest.php | 4 +-- lib/Cake/Test/Case/AllControllerTest.php | 4 +-- lib/Cake/Test/Case/AllCoreTest.php | 4 +-- lib/Cake/Test/Case/AllDatabaseTest.php | 4 +-- lib/Cake/Test/Case/AllDbRelatedTest.php | 4 +-- lib/Cake/Test/Case/AllErrorTest.php | 4 +-- lib/Cake/Test/Case/AllEventTest.php | 4 +-- lib/Cake/Test/Case/AllHelpersTest.php | 4 +-- lib/Cake/Test/Case/AllI18nTest.php | 4 +-- lib/Cake/Test/Case/AllLogTest.php | 4 +-- lib/Cake/Test/Case/AllNetworkTest.php | 4 +-- lib/Cake/Test/Case/AllRoutingTest.php | 4 +-- lib/Cake/Test/Case/AllTestSuiteTest.php | 4 +-- lib/Cake/Test/Case/AllTestsTest.php | 4 +-- lib/Cake/Test/Case/AllUtilityTest.php | 4 +-- lib/Cake/Test/Case/AllViewTest.php | 4 +-- .../Test/Case/Console/AllConsoleLibsTest.php | 4 +-- lib/Cake/Test/Case/Console/AllConsoleTest.php | 4 +-- lib/Cake/Test/Case/Console/AllShellsTest.php | 4 +-- lib/Cake/Test/Case/Console/AllTasksTest.php | 4 +-- .../Case/Console/Command/AclShellTest.php | 4 +-- .../Case/Console/Command/ApiShellTest.php | 4 +-- .../Case/Console/Command/BakeShellTest.php | 4 +-- .../Console/Command/CommandListShellTest.php | 4 +-- .../Console/Command/CompletionShellTest.php | 4 +-- .../Case/Console/Command/SchemaShellTest.php | 4 +-- .../Console/Command/Task/CommandTaskTest.php | 4 +-- .../Command/Task/ControllerTaskTest.php | 4 +-- .../Console/Command/Task/DbConfigTaskTest.php | 4 +-- .../Console/Command/Task/ExtractTaskTest.php | 4 +-- .../Console/Command/Task/FixtureTaskTest.php | 4 +-- .../Console/Command/Task/ModelTaskTest.php | 4 +-- .../Console/Command/Task/PluginTaskTest.php | 4 +-- .../Console/Command/Task/ProjectTaskTest.php | 4 +-- .../Console/Command/Task/TemplateTaskTest.php | 4 +-- .../Console/Command/Task/TestTaskTest.php | 4 +-- .../Console/Command/Task/ViewTaskTest.php | 4 +-- .../Case/Console/Command/TestShellTest.php | 4 +-- .../Case/Console/ConsoleErrorHandlerTest.php | 4 +-- .../Helper/ProgressShellHelperTest.php | 4 +-- .../Console/Helper/TableShellHelperTest.php | 4 +-- lib/Cake/Test/Case/Console/ShellTest.php | 4 +-- .../Test/Case/Console/TaskCollectionTest.php | 2 +- .../Controller/Component/Acl/DbAclTest.php | 4 +-- .../Controller/Component/Acl/IniAclTest.php | 4 +-- .../Controller/Component/Acl/PhpAclTest.php | 4 +-- .../Component/Auth/ActionsAuthorizeTest.php | 4 +-- .../Component/Auth/BasicAuthenticateTest.php | 4 +-- .../Auth/BlowfishAuthenticateTest.php | 4 +-- .../Auth/ControllerAuthorizeTest.php | 4 +-- .../Component/Auth/CrudAuthorizeTest.php | 4 +-- .../Component/Auth/DigestAuthenticateTest.php | 4 +-- .../Component/Auth/FormAuthenticateTest.php | 4 +-- .../Component/EmailComponentTest.php | 8 +++--- .../Controller/ComponentCollectionTest.php | 2 +- .../Test/Case/Controller/ControllerTest.php | 28 +++++++++---------- lib/Cake/Test/Case/Core/AppTest.php | 4 +-- lib/Cake/Test/Case/Core/CakePluginTest.php | 4 +-- .../Test/Case/Event/CakeEventManagerTest.php | 4 +-- lib/Cake/Test/Case/Event/CakeEventTest.php | 4 +-- .../Case/Model/Behavior/AclBehaviorTest.php | 4 +-- .../Case/Model/Behavior/TreeBehaviorTest.php | 4 +-- .../Case/Model/BehaviorCollectionTest.php | 4 +-- .../Model/Datasource/Database/MysqlTest.php | 4 +-- .../Datasource/Database/PostgresTest.php | 4 +-- .../Model/Datasource/Database/SqliteTest.php | 4 +-- .../Datasource/Database/SqlserverTest.php | 4 +-- .../Datasource/Session/CacheSessionTest.php | 2 +- .../Session/DatabaseSessionTest.php | 2 +- lib/Cake/Test/Case/Model/ModelTest.php | 4 +-- .../Test/Case/Network/CakeRequestTest.php | 12 ++++---- .../Test/Case/Network/CakeResponseTest.php | 4 +-- .../Test/Case/Network/Email/CakeEmailTest.php | 16 +++++------ .../Test/Case/Network/Http/HttpSocketTest.php | 2 +- .../Test/Case/Routing/Route/CakeRouteTest.php | 4 +-- .../Routing/Route/PluginShortRouteTest.php | 4 +-- .../Case/Routing/Route/RedirectRouteTest.php | 4 +-- lib/Cake/Test/Case/Routing/RouterTest.php | 2 +- .../Test/Case/TestSuite/CakeTestCaseTest.php | 4 +-- .../Test/Case/TestSuite/CakeTestSuiteTest.php | 4 +-- .../Case/TestSuite/ControllerTestCaseTest.php | 6 ++-- .../Fixture/CakeFixtureManagerTest.php | 4 +-- .../Case/TestSuite/HtmlCoverageReportTest.php | 4 +-- .../TestSuite/Stub/ConsoleOutputStubTest.php | 4 +-- lib/Cake/Test/Case/Utility/CakeTextTest.php | 2 +- lib/Cake/Test/Case/Utility/DebuggerTest.php | 4 +-- lib/Cake/Test/Case/Utility/HashTest.php | 4 +-- lib/Cake/Test/Case/Utility/InflectorTest.php | 2 +- .../Case/Utility/ObjectCollectionTest.php | 2 +- lib/Cake/Test/Case/Utility/ValidationTest.php | 10 +++---- lib/Cake/Test/Case/Utility/XmlTest.php | 28 +++++++++---------- .../Test/Case/View/Helper/HtmlHelperTest.php | 14 +++++----- .../View/Helper/JqueryEngineHelperTest.php | 2 +- .../View/Helper/MootoolsEngineHelperTest.php | 4 +-- .../Case/View/Helper/PaginatorHelperTest.php | 2 +- .../View/Helper/PrototypeEngineHelperTest.php | 4 +-- .../Test/Case/View/HelperCollectionTest.php | 2 +- lib/Cake/Test/Fixture/AdFixture.php | 2 +- lib/Cake/Test/Fixture/AfterTreeFixture.php | 2 +- lib/Cake/Test/Fixture/CampaignFixture.php | 2 +- lib/Cake/Test/Fixture/DatatypeFixture.php | 4 +-- lib/Cake/Test/Fixture/DependencyFixture.php | 4 +-- lib/Cake/Test/Fixture/NodeFixture.php | 4 +-- lib/Cake/Test/test_app/Config/acl.ini | 4 +-- lib/Cake/Test/test_app/Config/acl.ini.php | 4 +-- lib/Cake/Test/test_app/Config/acl.php | 4 +-- lib/Cake/Test/test_app/Config/routes.php | 4 +-- .../test_app/Controller/AppController.php | 4 +-- .../test_app/Controller/PagesController.php | 4 +-- .../Controller/TestsAppsController.php | 2 +- lib/Cake/Test/test_app/Model/AppModel.php | 4 +-- .../Behavior/PersisterOneBehaviorBehavior.php | 4 +-- .../Behavior/PersisterTwoBehaviorBehavior.php | 4 +-- lib/Cake/Test/test_app/Model/Comment.php | 4 +-- lib/Cake/Test/test_app/Model/Extract.php | 4 +-- lib/Cake/Test/test_app/Model/PersisterOne.php | 4 +-- lib/Cake/Test/test_app/Model/PersisterTwo.php | 4 +-- lib/Cake/Test/test_app/Model/Post.php | 4 +-- .../TestPlugin/Config/Schema/schema.php | 4 +-- .../Plugin/TestPlugin/Config/acl.ini.php | 4 +-- .../Lib/Error/TestPluginExceptionRenderer.php | 4 +-- .../Routing/Filter/Test2DispatcherFilter.php | 4 +-- .../Routing/Filter/TestDispatcherFilter.php | 4 +-- .../TestPluginPersisterOneBehavior.php | 4 +-- .../TestPluginPersisterTwoBehavior.php | 4 +-- .../TestPlugin/Model/TestPluginAuthUser.php | 4 +-- .../TestPlugin/Model/TestPluginAuthors.php | 2 +- .../TestPlugin/Model/TestPluginComment.php | 2 +- .../TestPlugin/Model/TestPluginPost.php | 4 +-- .../View/Layouts/Emails/html/default.ctp | 2 +- .../View/Layouts/Emails/html/japanese.ctp | 2 +- .../View/Layouts/Emails/text/default.ctp | 2 +- .../View/Layouts/Emails/text/japanese.ctp | 2 +- .../Test/test_app/View/Layouts/default.ctp | 2 +- lib/Cake/TestSuite/CakeTestLoader.php | 4 +-- lib/Cake/TestSuite/CakeTestRunner.php | 4 +-- lib/Cake/TestSuite/CakeTestSuite.php | 4 +-- lib/Cake/TestSuite/CakeTestSuiteCommand.php | 4 +-- .../TestSuite/CakeTestSuiteDispatcher.php | 2 +- .../TestSuite/Coverage/BaseCoverageReport.php | 4 +-- .../TestSuite/Coverage/HtmlCoverageReport.php | 4 +-- .../TestSuite/Coverage/TextCoverageReport.php | 4 +-- .../TestSuite/Fixture/CakeFixtureManager.php | 4 +-- .../TestSuite/Reporter/CakeBaseReporter.php | 2 +- .../TestSuite/Reporter/CakeHtmlReporter.php | 2 +- .../TestSuite/Reporter/CakeTextReporter.php | 2 +- lib/Cake/TestSuite/Stub/ConsoleOutputStub.php | 4 +-- lib/Cake/Utility/CakeNumber.php | 4 +-- lib/Cake/Utility/CakeText.php | 4 +-- lib/Cake/Utility/CakeTime.php | 4 +-- lib/Cake/Utility/ClassRegistry.php | 4 +-- lib/Cake/Utility/Debugger.php | 4 +-- lib/Cake/Utility/File.php | 4 +-- lib/Cake/Utility/Folder.php | 4 +-- lib/Cake/Utility/Hash.php | 4 +-- lib/Cake/Utility/Inflector.php | 4 +-- lib/Cake/Utility/ObjectCollection.php | 4 +-- lib/Cake/Utility/Sanitize.php | 4 +-- lib/Cake/Utility/Security.php | 4 +-- lib/Cake/Utility/Set.php | 4 +-- lib/Cake/Utility/String.php | 4 +-- lib/Cake/Utility/Validation.php | 4 +-- lib/Cake/Utility/Xml.php | 4 +-- lib/Cake/VERSION.txt | 4 +-- .../View/Elements/exception_stack_trace.ctp | 4 +-- lib/Cake/View/Elements/sql_dump.ctp | 4 +-- lib/Cake/View/Errors/fatal_error.ctp | 4 +-- lib/Cake/View/Errors/missing_action.ctp | 4 +-- lib/Cake/View/Errors/missing_behavior.ctp | 4 +-- lib/Cake/View/Errors/missing_component.ctp | 4 +-- lib/Cake/View/Errors/missing_connection.ctp | 4 +-- lib/Cake/View/Errors/missing_controller.ctp | 4 +-- lib/Cake/View/Errors/missing_database.ctp | 4 +-- lib/Cake/View/Errors/missing_datasource.ctp | 4 +-- .../View/Errors/missing_datasource_config.ctp | 4 +-- lib/Cake/View/Errors/missing_helper.ctp | 4 +-- lib/Cake/View/Errors/missing_layout.ctp | 4 +-- lib/Cake/View/Errors/missing_plugin.ctp | 4 +-- lib/Cake/View/Errors/missing_table.ctp | 4 +-- lib/Cake/View/Errors/missing_view.ctp | 4 +-- lib/Cake/View/Errors/pdo_error.ctp | 4 +-- lib/Cake/View/Errors/private_action.ctp | 4 +-- lib/Cake/View/Errors/scaffold_error.ctp | 4 +-- lib/Cake/View/Helper.php | 4 +-- lib/Cake/View/Helper/CacheHelper.php | 4 +-- lib/Cake/View/Helper/FlashHelper.php | 4 +-- lib/Cake/View/Helper/FormHelper.php | 4 +-- lib/Cake/View/Helper/HtmlHelper.php | 6 ++-- lib/Cake/View/Helper/JqueryEngineHelper.php | 4 +-- lib/Cake/View/Helper/JsBaseEngineHelper.php | 4 +-- lib/Cake/View/Helper/JsHelper.php | 4 +-- lib/Cake/View/Helper/MootoolsEngineHelper.php | 4 +-- lib/Cake/View/Helper/NumberHelper.php | 4 +-- lib/Cake/View/Helper/PaginatorHelper.php | 4 +-- .../View/Helper/PrototypeEngineHelper.php | 4 +-- lib/Cake/View/Helper/RssHelper.php | 4 +-- lib/Cake/View/Helper/SessionHelper.php | 4 +-- lib/Cake/View/Helper/TextHelper.php | 4 +-- lib/Cake/View/Helper/TimeHelper.php | 4 +-- lib/Cake/View/HelperCollection.php | 4 +-- lib/Cake/View/JsonView.php | 4 +-- lib/Cake/View/MediaView.php | 4 +-- lib/Cake/View/ScaffoldView.php | 4 +-- lib/Cake/View/Scaffolds/form.ctp | 4 +-- lib/Cake/View/Scaffolds/index.ctp | 4 +-- lib/Cake/View/Scaffolds/view.ctp | 4 +-- lib/Cake/View/ThemeView.php | 4 +-- lib/Cake/View/View.php | 4 +-- lib/Cake/View/ViewBlock.php | 4 +-- lib/Cake/View/XmlView.php | 4 +-- lib/Cake/basics.php | 4 +-- lib/Cake/bootstrap.php | 4 +-- 461 files changed, 925 insertions(+), 925 deletions(-) diff --git a/app/Config/Schema/db_acl.php b/app/Config/Schema/db_acl.php index cb63df7c7c0..56f0273533d 100644 --- a/app/Config/Schema/db_acl.php +++ b/app/Config/Schema/db_acl.php @@ -4,7 +4,7 @@ * * Use it to configure database for ACL * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package app.Config.Schema * @since CakePHP(tm) v 0.2.9 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/app/Config/Schema/i18n.php b/app/Config/Schema/i18n.php index cd598b35e3d..c1475861042 100644 --- a/app/Config/Schema/i18n.php +++ b/app/Config/Schema/i18n.php @@ -4,7 +4,7 @@ * * Use it to configure database for i18n * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package app.Config.Schema * @since CakePHP(tm) v 0.2.9 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/app/Config/Schema/sessions.php b/app/Config/Schema/sessions.php index bd7b1efc343..f5134dcc006 100644 --- a/app/Config/Schema/sessions.php +++ b/app/Config/Schema/sessions.php @@ -4,7 +4,7 @@ * * Use it to configure database for Sessions * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package app.Config.Schema * @since CakePHP(tm) v 0.2.9 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/app/Config/acl.ini.php b/app/Config/acl.ini.php index 5e6bfb6e0fc..71715006c01 100644 --- a/app/Config/acl.ini.php +++ b/app/Config/acl.ini.php @@ -2,14 +2,14 @@ ;/** ; * ACL Configuration ; * -; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) +; * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * ; * Licensed under The MIT License ; * Redistributions of files must retain the above copyright notice. ; * ; * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) -; * @link http://cakephp.org CakePHP(tm) Project +; * @link https://cakephp.org CakePHP(tm) Project ; * @package app.Config ; * @since CakePHP(tm) v 0.10.0.1076 ; * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/app/Config/acl.php b/app/Config/acl.php index bfdce6f5e04..c43f9143484 100644 --- a/app/Config/acl.php +++ b/app/Config/acl.php @@ -4,7 +4,7 @@ * * Use it to configure access control of your CakePHP application. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package app.Config * @since CakePHP(tm) v 2.1 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index 1eace32fb4b..928af8c4b28 100644 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -8,7 +8,7 @@ * You should also use this file to include any files that provide global functions/constants * that your application uses. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package app.Config * @since CakePHP(tm) v 0.10.8.2117 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/app/Config/core.php b/app/Config/core.php index 7bb39ee5aa1..e00aec15e3b 100644 --- a/app/Config/core.php +++ b/app/Config/core.php @@ -4,7 +4,7 @@ * * Use it to configure core behavior of Cake. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package app.Config * @since CakePHP(tm) v 0.2.9 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/app/Config/database.php.default b/app/Config/database.php.default index ebd21d475d6..9c5844a6f63 100644 --- a/app/Config/database.php.default +++ b/app/Config/database.php.default @@ -1,6 +1,6 @@ fetch('content'); ?> -

This email was sent using the CakePHP Framework

+

This email was sent using the CakePHP Framework

\ No newline at end of file diff --git a/app/View/Layouts/Emails/text/default.ctp b/app/View/Layouts/Emails/text/default.ctp index 53961589540..b27ee99fe55 100644 --- a/app/View/Layouts/Emails/text/default.ctp +++ b/app/View/Layouts/Emails/text/default.ctp @@ -1,6 +1,6 @@ fetch('content'); ?> -This email was sent using the CakePHP Framework, http://cakephp.org. +This email was sent using the CakePHP Framework, https://cakephp.org. diff --git a/app/View/Layouts/ajax.ctp b/app/View/Layouts/ajax.ctp index 38b16b00f7f..00e5aea2689 100644 --- a/app/View/Layouts/ajax.ctp +++ b/app/View/Layouts/ajax.ctp @@ -1,6 +1,6 @@
diff --git a/app/View/Layouts/error.ctp b/app/View/Layouts/error.ctp index 852e3f38610..a0a415ed2fc 100644 --- a/app/View/Layouts/error.ctp +++ b/app/View/Layouts/error.ctp @@ -1,6 +1,6 @@
diff --git a/app/View/Layouts/flash.ctp b/app/View/Layouts/flash.ctp index 1b9951f38f1..c49a913f89d 100644 --- a/app/View/Layouts/flash.ctp +++ b/app/View/Layouts/flash.ctp @@ -1,6 +1,6 @@

- Html->link(__d('cake_dev', 'Read the changelog'), 'http://cakephp.org/changelogs/' . Configure::version()); ?> + Html->link(__d('cake_dev', 'Read the changelog'), 'https://cakephp.org/changelogs/' . Configure::version()); ?>

0): @@ -197,7 +197,7 @@ You can also add some CSS styles for your pages at: %s.',

    -
  • CakePHP +
  • CakePHP
  • diff --git a/app/index.php b/app/index.php index 3bd47a3e311..0d0ad5a9ad3 100644 --- a/app/index.php +++ b/app/index.php @@ -1,6 +1,6 @@ fetch('content'); ?> -

    This email was sent using the CakePHP Framework

    +

    This email was sent using the CakePHP Framework

    \ No newline at end of file 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 index 53961589540..b27ee99fe55 100644 --- a/lib/Cake/Console/Templates/skel/View/Layouts/Emails/text/default.ctp +++ b/lib/Cake/Console/Templates/skel/View/Layouts/Emails/text/default.ctp @@ -1,6 +1,6 @@ fetch('content'); ?> -This email was sent using the CakePHP Framework, http://cakephp.org. +This email was sent using the CakePHP Framework, https://cakephp.org. diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp index f2338e66e79..950d4d9e7c1 100644 --- a/lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp +++ b/lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp @@ -1,6 +1,6 @@
    diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/error.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/error.ctp index a2c30382577..43bc4f28549 100644 --- a/lib/Cake/Console/Templates/skel/View/Layouts/error.ctp +++ b/lib/Cake/Console/Templates/skel/View/Layouts/error.ctp @@ -1,6 +1,6 @@
    diff --git a/lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp b/lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp index e6e63cab873..b024cd2556f 100644 --- a/lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp +++ b/lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp @@ -1,6 +1,6 @@

    - +

    0): @@ -200,7 +200,7 @@ You can also add some CSS styles for your pages at: %s.',

      -
    • CakePHP +
    • CakePHP
    • diff --git a/lib/Cake/Console/Templates/skel/index.php b/lib/Cake/Console/Templates/skel/index.php index e8a49a26fcb..952d34e9f6c 100644 --- a/lib/Cake/Console/Templates/skel/index.php +++ b/lib/Cake/Console/Templates/skel/index.php @@ -1,6 +1,6 @@

      This is the body of the message

      -

      This email was sent using the CakePHP Framework

      +

      This email was sent using the CakePHP Framework

      HTMLBLOC; @@ -488,7 +488,7 @@ public function testMessageRetrievalWithTemplate() { $text = <<

      Here is your value: 22091985

      -

      This email was sent using the CakePHP Framework

      +

      This email was sent using the CakePHP Framework

      HTMLBLOC; diff --git a/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php b/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php index 1c23636a84b..c3c81f9c0e1 100644 --- a/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php +++ b/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php @@ -2,7 +2,7 @@ /** * ComponentCollectionTest file * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License diff --git a/lib/Cake/Test/Case/Controller/ControllerTest.php b/lib/Cake/Test/Case/Controller/ControllerTest.php index 6290bd7c9e8..8f8658088c5 100644 --- a/lib/Cake/Test/Case/Controller/ControllerTest.php +++ b/lib/Cake/Test/Case/Controller/ControllerTest.php @@ -1,6 +1,6 @@ response->expects($this->once())->method('statusCode') ->with($code); $Controller->response->expects($this->once())->method('header') - ->with('Location', 'http://cakephp.org'); + ->with('Location', 'https://cakephp.org'); - $Controller->redirect('http://cakephp.org', (int)$code, false); + $Controller->redirect('https://cakephp.org', (int)$code, false); $this->assertFalse($Controller->autoRender); } @@ -776,9 +776,9 @@ public function testRedirectByMessage($code, $msg) { ->with($code); $Controller->response->expects($this->once())->method('header') - ->with('Location', 'http://cakephp.org'); + ->with('Location', 'https://cakephp.org'); - $Controller->redirect('http://cakephp.org', $msg, false); + $Controller->redirect('https://cakephp.org', $msg, false); $this->assertFalse($Controller->autoRender); } @@ -799,9 +799,9 @@ public function testRedirectTriggeringComponentsReturnNull() { ->with(301); $Controller->response->expects($this->once())->method('header') - ->with('Location', 'http://cakephp.org'); + ->with('Location', 'https://cakephp.org'); - $Controller->redirect('http://cakephp.org', 301, false); + $Controller->redirect('https://cakephp.org', 301, false); } /** @@ -823,7 +823,7 @@ public function testRedirectBeforeRedirectModifyingParams() { $Controller->response->expects($this->once())->method('header') ->with('Location', 'http://book.cakephp.org'); - $Controller->redirect('http://cakephp.org', 301, false); + $Controller->redirect('https://cakephp.org', 301, false); } /** @@ -856,7 +856,7 @@ public function testRedirectBeforeRedirectModifyingParamsArrayReturn() { ->with(302); $Controller->expects($this->never())->method('_stop'); - $Controller->redirect('http://cakephp.org', 301); + $Controller->redirect('https://cakephp.org', 301); } /** @@ -870,11 +870,11 @@ public function testRedirectBeforeRedirectInController() { $Controller->Components = $this->getMock('ComponentCollection', array('trigger')); $Controller->expects($this->once())->method('beforeRedirect') - ->with('http://cakephp.org') + ->with('https://cakephp.org') ->will($this->returnValue(false)); $Controller->response->expects($this->never())->method('header'); $Controller->expects($this->never())->method('_stop'); - $Controller->redirect('http://cakephp.org'); + $Controller->redirect('https://cakephp.org'); } /** @@ -889,7 +889,7 @@ public function testRedirectBeforeRedirectInControllerWithArray() { $Controller->expects($this->once()) ->method('beforeRedirect') - ->with('http://cakephp.org', null, true) + ->with('https://cakephp.org', null, true) ->will($this->returnValue(array( 'url' => 'http://example.org', 'status' => 302, @@ -901,7 +901,7 @@ public function testRedirectBeforeRedirectInControllerWithArray() { ->with('Location', 'http://example.org'); $Controller->expects($this->once())->method('_stop'); - $Controller->redirect('http://cakephp.org'); + $Controller->redirect('https://cakephp.org'); } /** diff --git a/lib/Cake/Test/Case/Core/AppTest.php b/lib/Cake/Test/Case/Core/AppTest.php index 9e771bdb6b7..c733d5bb635 100644 --- a/lib/Cake/Test/Case/Core/AppTest.php +++ b/lib/Cake/Test/Case/Core/AppTest.php @@ -2,7 +2,7 @@ /** * AppTest file. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.Case.Core * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Case/Core/CakePluginTest.php b/lib/Cake/Test/Case/Core/CakePluginTest.php index 3398d166132..844da045f1d 100644 --- a/lib/Cake/Test/Case/Core/CakePluginTest.php +++ b/lib/Cake/Test/Case/Core/CakePluginTest.php @@ -2,7 +2,7 @@ /** * CakePluginTest file. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.Case.Core * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Case/Event/CakeEventManagerTest.php b/lib/Cake/Test/Case/Event/CakeEventManagerTest.php index db16e6b7fb5..5c21bb450c0 100644 --- a/lib/Cake/Test/Case/Event/CakeEventManagerTest.php +++ b/lib/Cake/Test/Case/Event/CakeEventManagerTest.php @@ -1,6 +1,6 @@ assertEquals('tasks/index/page:1/', $request->url); - $_SERVER['REQUEST_URI'] = '/some/path?url=http://cakephp.org'; + $_SERVER['REQUEST_URI'] = '/some/path?url=https://cakephp.org'; $request = new CakeRequest(); $this->assertEquals('some/path', $request->url); - $_SERVER['REQUEST_URI'] = Configure::read('App.fullBaseUrl') . '/other/path?url=http://cakephp.org'; + $_SERVER['REQUEST_URI'] = Configure::read('App.fullBaseUrl') . '/other/path?url=https://cakephp.org'; $request = new CakeRequest(); $this->assertEquals('other/path', $request->url); } @@ -735,9 +735,9 @@ public function testReferer() { $request = new CakeRequest('some/path'); $request->webroot = '/'; - $_SERVER['HTTP_REFERER'] = 'http://cakephp.org'; + $_SERVER['HTTP_REFERER'] = 'https://cakephp.org'; $result = $request->referer(); - $this->assertSame($result, 'http://cakephp.org'); + $this->assertSame($result, 'https://cakephp.org'); $_SERVER['HTTP_REFERER'] = ''; $result = $request->referer(); diff --git a/lib/Cake/Test/Case/Network/CakeResponseTest.php b/lib/Cake/Test/Case/Network/CakeResponseTest.php index 66e9530a1f0..f1ed5734199 100644 --- a/lib/Cake/Test/Case/Network/CakeResponseTest.php +++ b/lib/Cake/Test/Case/Network/CakeResponseTest.php @@ -1,6 +1,6 @@ CakeEmail->charset = 'ISO-2022-JP'; $result = $this->CakeEmail->send(); - $expected = mb_convert_encoding('CakePHP Framework を使って送信したメールです。 http://cakephp.org.', 'ISO-2022-JP'); + $expected = mb_convert_encoding('CakePHP Framework を使って送信したメールです。 https://cakephp.org.', 'ISO-2022-JP'); $this->assertContains($expected, $result['message']); $this->assertContains('Message-ID: ', $result['headers']); $this->assertContains('To: ', $result['headers']); @@ -1773,10 +1773,10 @@ public function testMessage() { $this->CakeEmail->emailFormat('both'); $this->CakeEmail->send(); - $expected = '

      This email was sent using the CakePHP Framework

      '; + $expected = '

      This email was sent using the CakePHP Framework

      '; $this->assertContains($expected, $this->CakeEmail->message(CakeEmail::MESSAGE_HTML)); - $expected = 'This email was sent using the CakePHP Framework, http://cakephp.org.'; + $expected = 'This email was sent using the CakePHP Framework, https://cakephp.org.'; $this->assertContains($expected, $this->CakeEmail->message(CakeEmail::MESSAGE_TEXT)); $message = $this->CakeEmail->message(); @@ -1861,11 +1861,11 @@ public function testWrap() { ); $this->assertSame($expected, $result); - $text = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac turpis orci, non commodo odio. Morbi nibh nisi, vehicula pellentesque accumsan amet.'; + $text = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac turpis orci, non commodo odio. Morbi nibh nisi, vehicula pellentesque accumsan amet.'; $result = $this->CakeEmail->wrap($text, CakeEmail::LINE_LENGTH_SHOULD); $expected = array( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac', - 'turpis orci, non commodo odio. Morbi nibh', + 'turpis orci, non commodo odio. Morbi nibh', 'nisi, vehicula pellentesque accumsan amet.', '' ); @@ -2331,7 +2331,7 @@ protected function _getEmailByNewStyleCharset($charset, $headerCharset) { * @return void */ public function testWrapLongLine() { - $message = '' . str_repeat('x', CakeEmail::LINE_LENGTH_MUST) . ""; + $message = '' . str_repeat('x', CakeEmail::LINE_LENGTH_MUST) . ""; $this->CakeEmail->reset(); $this->CakeEmail->transport('Debug'); @@ -2340,7 +2340,7 @@ public function testWrapLongLine() { $this->CakeEmail->subject('Wordwrap Test'); $this->CakeEmail->config(array('empty')); $result = $this->CakeEmail->send($message); - $expected = "' . str_repeat('x', CakeEmail::LINE_LENGTH_MUST - 26) . "\r\n" . + $expected = "' . str_repeat('x', CakeEmail::LINE_LENGTH_MUST - 26) . "\r\n" . str_repeat('x', 26) . "\r\n\r\n\r\n"; $this->assertEquals($expected, $result['message']); $this->assertLineLengths($result['message']); diff --git a/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php b/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php index 89bbcdb21fa..6fb059e5551 100644 --- a/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php +++ b/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php @@ -598,7 +598,7 @@ public function testGetWithSchemeAndPort() { } /** - * Test URLs like http://cakephp.org/index.php?somestring without key/value pair for query + * Test URLs like https://cakephp.org/index.php?somestring without key/value pair for query * * @return void */ diff --git a/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php b/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php index 6a05b378c2a..8ace73130a0 100644 --- a/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php +++ b/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php @@ -2,7 +2,7 @@ /** * CakeRequest Test case file. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.Case.Routing.Route * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php b/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php index 2a5243d32f6..85422b81701 100644 --- a/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php +++ b/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php @@ -2,7 +2,7 @@ /** * CakeRequest Test case file. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.Case.Routing.Route * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php b/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php index 4eb65404750..ccfb6cad222 100644 --- a/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php +++ b/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php @@ -2,7 +2,7 @@ /** * CakeRequest Test case file. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.Case.Routing.Route * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Case/Routing/RouterTest.php b/lib/Cake/Test/Case/Routing/RouterTest.php index 46d89fac6b6..331bdcdd780 100644 --- a/lib/Cake/Test/Case/Routing/RouterTest.php +++ b/lib/Cake/Test/Case/Routing/RouterTest.php @@ -20,7 +20,7 @@ App::uses('CakeResponse', 'Network'); if (!defined('FULL_BASE_URL')) { - define('FULL_BASE_URL', 'http://cakephp.org'); + define('FULL_BASE_URL', 'https://cakephp.org'); } /** diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php b/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php index 0ea4d6253b3..f7c363d47f4 100644 --- a/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php +++ b/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php @@ -4,7 +4,7 @@ * * Test Case for CakeTestCase class * - * CakePHP : Rapid Development Framework (http://cakephp.org) + * CakePHP : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.Case.TestSuite * @since CakePHP v 1.2.0.4487 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestSuiteTest.php b/lib/Cake/Test/Case/TestSuite/CakeTestSuiteTest.php index 968d96c5fc7..f873266b08b 100644 --- a/lib/Cake/Test/Case/TestSuite/CakeTestSuiteTest.php +++ b/lib/Cake/Test/Case/TestSuite/CakeTestSuiteTest.php @@ -1,6 +1,6 @@ Case->testAction('/tests_apps/redirect_to'); $results = $this->Case->headers; $expected = array( - 'Location' => 'http://cakephp.org' + 'Location' => 'https://cakephp.org' ); $this->assertEquals($expected, $results); $this->assertSame(302, $Controller->response->statusCode()); diff --git a/lib/Cake/Test/Case/TestSuite/Fixture/CakeFixtureManagerTest.php b/lib/Cake/Test/Case/TestSuite/Fixture/CakeFixtureManagerTest.php index d33f2340629..ec339f5c8e6 100644 --- a/lib/Cake/Test/Case/TestSuite/Fixture/CakeFixtureManagerTest.php +++ b/lib/Cake/Test/Case/TestSuite/Fixture/CakeFixtureManagerTest.php @@ -2,7 +2,7 @@ /** * CakeFixtureManager file * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.Case.TestSuite.Fixture * @since CakePHP v 2.5 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Case/TestSuite/HtmlCoverageReportTest.php b/lib/Cake/Test/Case/TestSuite/HtmlCoverageReportTest.php index 24fe7e86657..81f1d53a260 100644 --- a/lib/Cake/Test/Case/TestSuite/HtmlCoverageReportTest.php +++ b/lib/Cake/Test/Case/TestSuite/HtmlCoverageReportTest.php @@ -4,7 +4,7 @@ * * PHP5 * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.Case.TestSuite * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Case/TestSuite/Stub/ConsoleOutputStubTest.php b/lib/Cake/Test/Case/TestSuite/Stub/ConsoleOutputStubTest.php index 270b3f23800..429ffcde2fb 100644 --- a/lib/Cake/Test/Case/TestSuite/Stub/ConsoleOutputStubTest.php +++ b/lib/Cake/Test/Case/TestSuite/Stub/ConsoleOutputStubTest.php @@ -1,6 +1,6 @@ assertTrue(Validation::url('http://www.cakephp.org')); - $this->assertTrue(Validation::url('http://cakephp.org')); + $this->assertTrue(Validation::url('https://cakephp.org')); $this->assertTrue(Validation::url('http://www.cakephp.org/somewhere#anchor')); $this->assertTrue(Validation::url('http://192.168.0.1')); $this->assertTrue(Validation::url('https://www.cakephp.org')); @@ -1929,10 +1929,10 @@ public function testUrl() { $this->assertTrue(Validation::url('http://äüö.eräume.foo')); $this->assertTrue(Validation::url('http://cakephp.org:80')); - $this->assertTrue(Validation::url('http://cakephp.org:443')); - $this->assertTrue(Validation::url('http://cakephp.org:2000')); - $this->assertTrue(Validation::url('http://cakephp.org:27000')); - $this->assertTrue(Validation::url('http://cakephp.org:65000')); + $this->assertTrue(Validation::url('https://cakephp.org:443')); + $this->assertTrue(Validation::url('https://cakephp.org:2000')); + $this->assertTrue(Validation::url('https://cakephp.org:27000')); + $this->assertTrue(Validation::url('https://cakephp.org:65000')); $this->assertTrue(Validation::url('[2001:0db8::1428:57ab]')); $this->assertTrue(Validation::url('[::1]')); diff --git a/lib/Cake/Test/Case/Utility/XmlTest.php b/lib/Cake/Test/Case/Utility/XmlTest.php index 01b13eac674..0c65ba7d158 100644 --- a/lib/Cake/Test/Case/Utility/XmlTest.php +++ b/lib/Cake/Test/Case/Utility/XmlTest.php @@ -1035,7 +1035,7 @@ public function testSoap() { */ public function testNamespace() { $xml = << + good bad @@ -1056,7 +1056,7 @@ public function testNamespace() { ); $this->assertEquals($expected, Xml::toArray($xmlResponse)); - $xmlResponse = Xml::build('1'); + $xmlResponse = Xml::build('1'); $expected = array( 'root' => array( 'ns:tag' => array( @@ -1069,7 +1069,7 @@ public function testNamespace() { ); $this->assertEquals($expected, Xml::toArray($xmlResponse)); - $xmlResponse = Xml::build('1'); + $xmlResponse = Xml::build('1'); $expected = array( 'root' => array( 'ns:attr' => '1' @@ -1077,25 +1077,25 @@ public function testNamespace() { ); $this->assertEquals($expected, Xml::toArray($xmlResponse)); - $xmlResponse = Xml::build('1'); + $xmlResponse = Xml::build('1'); $this->assertEquals($expected, Xml::toArray($xmlResponse)); $xml = array( 'root' => array( 'ns:attr' => array( - 'xmlns:ns' => 'http://cakephp.org', + 'xmlns:ns' => 'https://cakephp.org', '@' => 1 ) ) ); - $expected = '<' . '?xml version="1.0" encoding="UTF-8"?>1'; + $expected = '<' . '?xml version="1.0" encoding="UTF-8"?>1'; $xmlResponse = Xml::fromArray($xml); $this->assertEquals($expected, str_replace(array("\r", "\n"), '', $xmlResponse->asXML())); $xml = array( 'root' => array( 'tag' => array( - 'xmlns:pref' => 'http://cakephp.org', + 'xmlns:pref' => 'https://cakephp.org', 'pref:item' => array( 'item 1', 'item 2' @@ -1106,7 +1106,7 @@ public function testNamespace() { $expected = << - + item 1 item 2 @@ -1118,29 +1118,29 @@ public function testNamespace() { $xml = array( 'root' => array( 'tag' => array( - 'xmlns:' => 'http://cakephp.org' + 'xmlns:' => 'https://cakephp.org' ) ) ); - $expected = '<' . '?xml version="1.0" encoding="UTF-8"?>'; + $expected = '<' . '?xml version="1.0" encoding="UTF-8"?>'; $xmlResponse = Xml::fromArray($xml); $this->assertXmlStringEqualsXmlString($expected, $xmlResponse->asXML()); $xml = array( 'root' => array( - 'xmlns:' => 'http://cakephp.org' + 'xmlns:' => 'https://cakephp.org' ) ); - $expected = '<' . '?xml version="1.0" encoding="UTF-8"?>'; + $expected = '<' . '?xml version="1.0" encoding="UTF-8"?>'; $xmlResponse = Xml::fromArray($xml); $this->assertXmlStringEqualsXmlString($expected, $xmlResponse->asXML()); $xml = array( 'root' => array( - 'xmlns:ns' => 'http://cakephp.org' + 'xmlns:ns' => 'https://cakephp.org' ) ); - $expected = '<' . '?xml version="1.0" encoding="UTF-8"?>'; + $expected = '<' . '?xml version="1.0" encoding="UTF-8"?>'; $xmlResponse = Xml::fromArray($xml); $this->assertXmlStringEqualsXmlString($expected, $xmlResponse->asXML()); } diff --git a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php b/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php index 57ece517195..2e36b5290a9 100644 --- a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php @@ -26,7 +26,7 @@ App::uses('CakePlugin', 'Core'); if (!defined('FULL_BASE_URL')) { - define('FULL_BASE_URL', 'http://cakephp.org'); + define('FULL_BASE_URL', 'https://cakephp.org'); } /** @@ -444,8 +444,8 @@ public function testImagePathPrefix() { $result = $this->Html->image('test.gif', array('pathPrefix' => '/my/custom/path/')); $this->assertTags($result, array('img' => array('src' => '/my/custom/path/test.gif', 'alt' => ''))); - $result = $this->Html->image('test.gif', array('pathPrefix' => 'http://cakephp.org/assets/img/')); - $this->assertTags($result, array('img' => array('src' => 'http://cakephp.org/assets/img/test.gif', 'alt' => ''))); + $result = $this->Html->image('test.gif', array('pathPrefix' => 'https://cakephp.org/assets/img/')); + $this->assertTags($result, array('img' => array('src' => 'https://cakephp.org/assets/img/test.gif', 'alt' => ''))); $result = $this->Html->image('test.gif', array('pathPrefix' => '//cakephp.org/assets/img/')); $this->assertTags($result, array('img' => array('src' => '//cakephp.org/assets/img/test.gif', 'alt' => ''))); @@ -644,8 +644,8 @@ public function testCssLink() { $expected['link']['href'] = '/my/custom/path/cake.generic.css'; $this->assertTags($result, $expected); - $result = $this->Html->css('cake.generic', array('pathPrefix' => 'http://cakephp.org/assets/css/')); - $expected['link']['href'] = 'http://cakephp.org/assets/css/cake.generic.css'; + $result = $this->Html->css('cake.generic', array('pathPrefix' => 'https://cakephp.org/assets/css/')); + $expected['link']['href'] = 'https://cakephp.org/assets/css/cake.generic.css'; $this->assertTags($result, $expected); $previousConfig = Configure::read('App.cssBaseUrl'); @@ -1035,9 +1035,9 @@ public function testScript() { ); $this->assertTags($result, $expected); - $result = $this->Html->script('foo3', array('pathPrefix' => 'http://cakephp.org/assets/js/')); + $result = $this->Html->script('foo3', array('pathPrefix' => 'https://cakephp.org/assets/js/')); $expected = array( - 'script' => array('type' => 'text/javascript', 'src' => 'http://cakephp.org/assets/js/foo3.js') + 'script' => array('type' => 'text/javascript', 'src' => 'https://cakephp.org/assets/js/foo3.js') ); $this->assertTags($result, $expected); diff --git a/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php b/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php index 1c1702d7fea..6d53e519285 100644 --- a/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.Case.View.Helper * @license http://www.opensource.org/licenses/mit-license.php MIT License */ diff --git a/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php b/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php index 971faa00cc8..26429b8281d 100644 --- a/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php @@ -2,7 +2,7 @@ /** * MooEngineTestCase * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.Case.View.Helper * @license http://www.opensource.org/licenses/mit-license.php MIT License */ diff --git a/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php b/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php index 246f368be3b..129903b01fd 100644 --- a/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php @@ -23,7 +23,7 @@ App::uses('FormHelper', 'View/Helper'); if (!defined('FULL_BASE_URL')) { - define('FULL_BASE_URL', 'http://cakephp.org'); + define('FULL_BASE_URL', 'https://cakephp.org'); } /** diff --git a/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php b/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php index 404e4b3776a..6fe1385e480 100644 --- a/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php @@ -2,7 +2,7 @@ /** * PrototypeEngine TestCase * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.Case.View.Helper * @license http://www.opensource.org/licenses/mit-license.php MIT License */ diff --git a/lib/Cake/Test/Case/View/HelperCollectionTest.php b/lib/Cake/Test/Case/View/HelperCollectionTest.php index eb2961ebf83..0ad388d2adb 100644 --- a/lib/Cake/Test/Case/View/HelperCollectionTest.php +++ b/lib/Cake/Test/Case/View/HelperCollectionTest.php @@ -2,7 +2,7 @@ /** * HelperCollectionTest file * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License diff --git a/lib/Cake/Test/Fixture/AdFixture.php b/lib/Cake/Test/Fixture/AdFixture.php index 778afbe47f8..b37e669bb7b 100644 --- a/lib/Cake/Test/Fixture/AdFixture.php +++ b/lib/Cake/Test/Fixture/AdFixture.php @@ -4,7 +4,7 @@ * * Long description for ad_fixture.php * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt diff --git a/lib/Cake/Test/Fixture/AfterTreeFixture.php b/lib/Cake/Test/Fixture/AfterTreeFixture.php index 9dcc44997ca..da254750af4 100644 --- a/lib/Cake/Test/Fixture/AfterTreeFixture.php +++ b/lib/Cake/Test/Fixture/AfterTreeFixture.php @@ -4,7 +4,7 @@ * * Long description for after_tree_fixture.php * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt diff --git a/lib/Cake/Test/Fixture/CampaignFixture.php b/lib/Cake/Test/Fixture/CampaignFixture.php index 09b2192b03a..5bab64afe6d 100644 --- a/lib/Cake/Test/Fixture/CampaignFixture.php +++ b/lib/Cake/Test/Fixture/CampaignFixture.php @@ -4,7 +4,7 @@ * * Long description for campaign_fixture.php * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt diff --git a/lib/Cake/Test/Fixture/DatatypeFixture.php b/lib/Cake/Test/Fixture/DatatypeFixture.php index 14b1162e5bc..752f9e037c1 100644 --- a/lib/Cake/Test/Fixture/DatatypeFixture.php +++ b/lib/Cake/Test/Fixture/DatatypeFixture.php @@ -2,7 +2,7 @@ /** * Short description for file. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.Fixture * @since CakePHP(tm) v 1.2.0.7026 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Fixture/DependencyFixture.php b/lib/Cake/Test/Fixture/DependencyFixture.php index 9f97a1d40c7..d7b9ba77a59 100644 --- a/lib/Cake/Test/Fixture/DependencyFixture.php +++ b/lib/Cake/Test/Fixture/DependencyFixture.php @@ -2,7 +2,7 @@ /** * Short description for file. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.Fixture * @since CakePHP(tm) v 1.2.0.6879//Correct version number as needed** * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/Fixture/NodeFixture.php b/lib/Cake/Test/Fixture/NodeFixture.php index a8289adbe59..1d1d4969d81 100644 --- a/lib/Cake/Test/Fixture/NodeFixture.php +++ b/lib/Cake/Test/Fixture/NodeFixture.php @@ -2,7 +2,7 @@ /** * Short description for file. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.Fixture * @since CakePHP(tm) v 1.2.0.6879 //Correct version number as needed** * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Config/acl.ini b/lib/Cake/Test/test_app/Config/acl.ini index 1f61c2c0705..3e116f80f7d 100644 --- a/lib/Cake/Test/test_app/Config/acl.ini +++ b/lib/Cake/Test/test_app/Config/acl.ini @@ -3,14 +3,14 @@ ;/** ; * Test App Ini Based Acl Config File ; * -; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) +; * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * ; * Licensed under The MIT License ; * Redistributions of files must retain the above copyright notice. ; * ; * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) -; * @link http://cakephp.org CakePHP(tm) Project +; * @link https://cakephp.org CakePHP(tm) Project ; * @package Cake.Test.TestApp.Config ; * @since CakePHP(tm) v 0.10.0.1076 ; * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Config/acl.ini.php b/lib/Cake/Test/test_app/Config/acl.ini.php index 1f61c2c0705..3e116f80f7d 100644 --- a/lib/Cake/Test/test_app/Config/acl.ini.php +++ b/lib/Cake/Test/test_app/Config/acl.ini.php @@ -3,14 +3,14 @@ ;/** ; * Test App Ini Based Acl Config File ; * -; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) +; * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * ; * Licensed under The MIT License ; * Redistributions of files must retain the above copyright notice. ; * ; * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) -; * @link http://cakephp.org CakePHP(tm) Project +; * @link https://cakephp.org CakePHP(tm) Project ; * @package Cake.Test.TestApp.Config ; * @since CakePHP(tm) v 0.10.0.1076 ; * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Config/acl.php b/lib/Cake/Test/test_app/Config/acl.php index d4e0dccd080..09a93594dee 100644 --- a/lib/Cake/Test/test_app/Config/acl.php +++ b/lib/Cake/Test/test_app/Config/acl.php @@ -2,14 +2,14 @@ /* * Test App PHP Based Acl Config File * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.TestApp.Config * @since CakePHP(tm) v 0.10.0.1076 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Config/routes.php b/lib/Cake/Test/test_app/Config/routes.php index 8b95db22e5a..6c72cf66b8f 100644 --- a/lib/Cake/Test/test_app/Config/routes.php +++ b/lib/Cake/Test/test_app/Config/routes.php @@ -4,7 +4,7 @@ * * Routes for test app * - * CakePHP : Rapid Development Framework (http://cakephp.org) + * CakePHP : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.TestApp.Config * @since CakePHP v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Controller/AppController.php b/lib/Cake/Test/test_app/Controller/AppController.php index d762fcde5e7..d674e3331d4 100644 --- a/lib/Cake/Test/test_app/Controller/AppController.php +++ b/lib/Cake/Test/test_app/Controller/AppController.php @@ -5,7 +5,7 @@ * This file is application-wide controller file. You can put all * application-wide controller-related methods here. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Controller * @since CakePHP(tm) v 0.2.9 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Controller/PagesController.php b/lib/Cake/Test/test_app/Controller/PagesController.php index 86b4d843d6a..8018990b702 100644 --- a/lib/Cake/Test/test_app/Controller/PagesController.php +++ b/lib/Cake/Test/test_app/Controller/PagesController.php @@ -4,7 +4,7 @@ * * This file will render views from views/pages/ * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Controller * @since CakePHP(tm) v 0.2.9 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Controller/TestsAppsController.php b/lib/Cake/Test/test_app/Controller/TestsAppsController.php index 497fe4f7567..4bab8cc0568 100644 --- a/lib/Cake/Test/test_app/Controller/TestsAppsController.php +++ b/lib/Cake/Test/test_app/Controller/TestsAppsController.php @@ -49,7 +49,7 @@ public function file() { } public function redirect_to() { - return $this->redirect('http://cakephp.org'); + return $this->redirect('https://cakephp.org'); } } diff --git a/lib/Cake/Test/test_app/Model/AppModel.php b/lib/Cake/Test/test_app/Model/AppModel.php index 85c653c1b4c..d429ff0011d 100644 --- a/lib/Cake/Test/test_app/Model/AppModel.php +++ b/lib/Cake/Test/test_app/Model/AppModel.php @@ -5,7 +5,7 @@ * This file is application-wide model file. You can put all * application-wide model-related methods here. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Model * @since CakePHP(tm) v 0.2.9 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php b/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php index b089b235c76..fe8ec967da5 100644 --- a/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php +++ b/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php @@ -4,7 +4,7 @@ * * Behavior to simplify manipulating a model's bindings when doing a find operation * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.TestApp.Model.Behavior * @since CakePHP(tm) v 1.2.0.5669 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php b/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php index 4eaa6bde693..a02cad64a96 100644 --- a/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php +++ b/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php @@ -4,7 +4,7 @@ * * Behavior to simplify manipulating a model's bindings when doing a find operation * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.TestApp.Model.Behavior * @since CakePHP(tm) v 1.2.0.5669 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Model/Comment.php b/lib/Cake/Test/test_app/Model/Comment.php index 3c376a75f9b..eac3e0e905a 100644 --- a/lib/Cake/Test/test_app/Model/Comment.php +++ b/lib/Cake/Test/test_app/Model/Comment.php @@ -2,7 +2,7 @@ /** * Test App Comment Model * - * CakePHP : Rapid Development Framework (http://cakephp.org) + * CakePHP : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.TestApp.Model * @since CakePHP v 1.2.0.7726 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Model/Extract.php b/lib/Cake/Test/test_app/Model/Extract.php index 56738952a4f..2b8e8a73068 100644 --- a/lib/Cake/Test/test_app/Model/Extract.php +++ b/lib/Cake/Test/test_app/Model/Extract.php @@ -2,7 +2,7 @@ /** * Test App Extract Model * - * CakePHP : Rapid Development Framework (http://cakephp.org) + * CakePHP : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.TestApp.Model * @since CakePHP v 2.4 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Model/PersisterOne.php b/lib/Cake/Test/test_app/Model/PersisterOne.php index 5ecd40d7bef..ef2e5ea0689 100644 --- a/lib/Cake/Test/test_app/Model/PersisterOne.php +++ b/lib/Cake/Test/test_app/Model/PersisterOne.php @@ -2,7 +2,7 @@ /** * Test App Comment Model * - * CakePHP : Rapid Development Framework (http://cakephp.org) + * CakePHP : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.TestApp.Model * @since CakePHP v 1.2.0.7726 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Model/PersisterTwo.php b/lib/Cake/Test/test_app/Model/PersisterTwo.php index 73dc218ea6a..e681e801f60 100644 --- a/lib/Cake/Test/test_app/Model/PersisterTwo.php +++ b/lib/Cake/Test/test_app/Model/PersisterTwo.php @@ -2,7 +2,7 @@ /** * Test App Comment Model * - * CakePHP : Rapid Development Framework (http://cakephp.org) + * CakePHP : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.TestApp.Model * @since CakePHP v 1.2.0.7726 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/Test/test_app/Model/Post.php b/lib/Cake/Test/test_app/Model/Post.php index cde64ac134f..ee29a7deb97 100644 --- a/lib/Cake/Test/test_app/Model/Post.php +++ b/lib/Cake/Test/test_app/Model/Post.php @@ -2,7 +2,7 @@ /** * Test App Comment Model * - * CakePHP : Rapid Development Framework (http://cakephp.org) + * CakePHP : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP Project + * @link https://cakephp.org CakePHP Project * @package Cake.Test.TestApp.Model * @since CakePHP v 1.2.0.7726 * @license http://www.opensource.org/licenses/mit-license.php MIT License 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 index 689bae47b38..c2861d1a0d6 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php @@ -4,7 +4,7 @@ * * Use for testing the loading of schema files from plugins. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.TestApp.Plugin.TestPlugin.Config.Schema * @since CakePHP(tm) v 1.3 * @license http://www.opensource.org/licenses/mit-license.php MIT License 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 index 1f61c2c0705..3e116f80f7d 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php @@ -3,14 +3,14 @@ ;/** ; * Test App Ini Based Acl Config File ; * -; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) +; * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * ; * Licensed under The MIT License ; * Redistributions of files must retain the above copyright notice. ; * ; * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) -; * @link http://cakephp.org CakePHP(tm) Project +; * @link https://cakephp.org CakePHP(tm) Project ; * @package Cake.Test.TestApp.Config ; * @since CakePHP(tm) v 0.10.0.1076 ; * @license http://www.opensource.org/licenses/mit-license.php MIT License 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 index 7975e7d3afa..5b3dca615de 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php @@ -5,7 +5,7 @@ * Provides Exception rendering features. Which allow exceptions to be rendered * as HTML pages. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.Test.TestApp.Plugin.TestPlugin.Lib.Error * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License 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 index 5fa3e540b21..9ce2a85a1fc 100644 --- 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 @@ -1,6 +1,6 @@ fetch('content'); ?> -

      This email was sent using the CakePHP Framework

      +

      This email was sent using the CakePHP Framework

      \ No newline at end of file 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 index 4636d946433..ec7c10c0cc1 100644 --- a/lib/Cake/Test/test_app/View/Layouts/Emails/html/japanese.ctp +++ b/lib/Cake/Test/test_app/View/Layouts/Emails/html/japanese.ctp @@ -8,6 +8,6 @@ fetch('content'); ?> -

      このメールは CakePHP Framework を利用して送信しました。

      +

      このメールは CakePHP Framework を利用して送信しました。

      \ No newline at end of file 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 index e34d3c1ddaf..a2dc1ca9a62 100644 --- a/lib/Cake/Test/test_app/View/Layouts/Emails/text/default.ctp +++ b/lib/Cake/Test/test_app/View/Layouts/Emails/text/default.ctp @@ -1,4 +1,4 @@ fetch('content'); ?> -This email was sent using the CakePHP Framework, http://cakephp.org. \ No newline at end of file +This email was sent using the CakePHP Framework, https://cakephp.org. \ No newline at end of file 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 index c43b572e120..d5520c05f89 100644 --- a/lib/Cake/Test/test_app/View/Layouts/Emails/text/japanese.ctp +++ b/lib/Cake/Test/test_app/View/Layouts/Emails/text/japanese.ctp @@ -1,4 +1,4 @@ fetch('content'); ?> -CakePHP Framework を使って送信したメールです。 http://cakephp.org. \ No newline at end of file +CakePHP Framework を使って送信したメールです。 https://cakephp.org. \ No newline at end of file diff --git a/lib/Cake/Test/test_app/View/Layouts/default.ctp b/lib/Cake/Test/test_app/View/Layouts/default.ctp index 7339bded9ab..7298f13f89d 100644 --- a/lib/Cake/Test/test_app/View/Layouts/default.ctp +++ b/lib/Cake/Test/test_app/View/Layouts/default.ctp @@ -23,7 +23,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
      diff --git a/lib/Cake/TestSuite/CakeTestLoader.php b/lib/Cake/TestSuite/CakeTestLoader.php index 3fe681bde87..cba7cfdba40 100644 --- a/lib/Cake/TestSuite/CakeTestLoader.php +++ b/lib/Cake/TestSuite/CakeTestLoader.php @@ -4,7 +4,7 @@ * * Turns partial paths used on the testsuite console and web UI into full file paths. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License * @package Cake.TestSuite diff --git a/lib/Cake/TestSuite/CakeTestRunner.php b/lib/Cake/TestSuite/CakeTestRunner.php index d512724cc04..8fab2828945 100644 --- a/lib/Cake/TestSuite/CakeTestRunner.php +++ b/lib/Cake/TestSuite/CakeTestRunner.php @@ -2,7 +2,7 @@ /** * TestRunner for CakePHP Test suite. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License */ diff --git a/lib/Cake/TestSuite/CakeTestSuite.php b/lib/Cake/TestSuite/CakeTestSuite.php index da334335026..6d4edd7362c 100644 --- a/lib/Cake/TestSuite/CakeTestSuite.php +++ b/lib/Cake/TestSuite/CakeTestSuite.php @@ -2,7 +2,7 @@ /** * A class to contain test cases and run them with shared fixtures * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.TestSuite * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/TestSuite/CakeTestSuiteCommand.php b/lib/Cake/TestSuite/CakeTestSuiteCommand.php index c4134c535ea..b5773a1d511 100644 --- a/lib/Cake/TestSuite/CakeTestSuiteCommand.php +++ b/lib/Cake/TestSuite/CakeTestSuiteCommand.php @@ -2,7 +2,7 @@ /** * TestRunner for CakePHP Test suite. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.TestSuite * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php b/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php index 85c6e2278e3..f8fa5bc026b 100644 --- a/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php +++ b/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.TestSuite * @since CakePHP(tm) v 1.3 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/TestSuite/Coverage/BaseCoverageReport.php b/lib/Cake/TestSuite/Coverage/BaseCoverageReport.php index 639c9c41a66..23fbe3a6a86 100644 --- a/lib/Cake/TestSuite/Coverage/BaseCoverageReport.php +++ b/lib/Cake/TestSuite/Coverage/BaseCoverageReport.php @@ -5,7 +5,7 @@ * * PHP5 * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -13,7 +13,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.TestSuite.Coverage * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/TestSuite/Coverage/HtmlCoverageReport.php b/lib/Cake/TestSuite/Coverage/HtmlCoverageReport.php index 0d194f795b8..be0c6bee984 100644 --- a/lib/Cake/TestSuite/Coverage/HtmlCoverageReport.php +++ b/lib/Cake/TestSuite/Coverage/HtmlCoverageReport.php @@ -2,7 +2,7 @@ /** * PHP5 * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.TestSuite.Coverage * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/TestSuite/Coverage/TextCoverageReport.php b/lib/Cake/TestSuite/Coverage/TextCoverageReport.php index 8f1e2a9361c..7a64f854fce 100644 --- a/lib/Cake/TestSuite/Coverage/TextCoverageReport.php +++ b/lib/Cake/TestSuite/Coverage/TextCoverageReport.php @@ -4,7 +4,7 @@ * * PHP5 * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -12,7 +12,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.TestSuite.Coverage * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php index a39b75c0281..e91b260ad0b 100644 --- a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php +++ b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php @@ -2,7 +2,7 @@ /** * A factory class to manage the life cycle of test fixtures * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.TestSuite.Fixture * @since CakePHP(tm) v 2.0 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php b/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php index c89ead4df71..34f0b559bd3 100644 --- a/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php +++ b/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @since CakePHP(tm) v 1.3 * @license http://www.opensource.org/licenses/mit-license.php MIT License */ diff --git a/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php b/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php index 3e68005f3a8..1f43609d8bc 100644 --- a/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php +++ b/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @since CakePHP(tm) v 1.2.0.4433 * @license http://www.opensource.org/licenses/mit-license.php MIT License */ diff --git a/lib/Cake/TestSuite/Reporter/CakeTextReporter.php b/lib/Cake/TestSuite/Reporter/CakeTextReporter.php index 4ab9d0757c7..b92d540fc67 100644 --- a/lib/Cake/TestSuite/Reporter/CakeTextReporter.php +++ b/lib/Cake/TestSuite/Reporter/CakeTextReporter.php @@ -10,7 +10,7 @@ * Redistributions of files must retain the above copyright notice * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @since CakePHP(tm) v 1.3 * @license http://www.opensource.org/licenses/mit-license.php MIT License */ diff --git a/lib/Cake/TestSuite/Stub/ConsoleOutputStub.php b/lib/Cake/TestSuite/Stub/ConsoleOutputStub.php index 176c62084ff..c3039fd9f98 100644 --- a/lib/Cake/TestSuite/Stub/ConsoleOutputStub.php +++ b/lib/Cake/TestSuite/Stub/ConsoleOutputStub.php @@ -1,6 +1,6 @@ Html->image('cake_icon.png', array('alt' => 'CakePHP', 'url' => 'http://cakephp.org'));` + * `echo $this->Html->image('cake_icon.png', array('alt' => 'CakePHP', 'url' => 'https://cakephp.org'));` * * ### Options: * diff --git a/lib/Cake/View/Helper/JqueryEngineHelper.php b/lib/Cake/View/Helper/JqueryEngineHelper.php index 300926a9b3a..18f8f28faab 100644 --- a/lib/Cake/View/Helper/JqueryEngineHelper.php +++ b/lib/Cake/View/Helper/JqueryEngineHelper.php @@ -8,7 +8,7 @@ * support all options found in the JsHelper, as well as those in the jQuery * documentation. * - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License @@ -16,7 +16,7 @@ * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) - * @link http://cakephp.org CakePHP(tm) Project + * @link https://cakephp.org CakePHP(tm) Project * @package Cake.View.Helper * @since CakePHP(tm) v 1.3 * @license http://www.opensource.org/licenses/mit-license.php MIT License diff --git a/lib/Cake/View/Helper/JsBaseEngineHelper.php b/lib/Cake/View/Helper/JsBaseEngineHelper.php index 22d0bb01a4c..5a600115631 100644 --- a/lib/Cake/View/Helper/JsBaseEngineHelper.php +++ b/lib/Cake/View/Helper/JsBaseEngineHelper.php @@ -1,6 +1,6 @@