From 04efc7ba50eed0df5f2bdaedef7253485920e448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Sun, 11 Jun 2017 00:15:34 +0200 Subject: [PATCH] Use HTTPS for the book.cakephp.org URL --- app/Controller/AppController.php | 2 +- app/Controller/PagesController.php | 2 +- app/View/Pages/home.ctp | 10 +- app/webroot/test.php | 4 +- lib/Cake/Configure/PhpReader.php | 2 +- lib/Cake/Console/Command/BakeShell.php | 2 +- lib/Cake/Console/Command/SchemaShell.php | 2 +- lib/Cake/Console/Command/ServerShell.php | 2 +- lib/Cake/Console/Command/TestShell.php | 4 +- lib/Cake/Console/Command/TestsuiteShell.php | 4 +- lib/Cake/Console/Shell.php | 40 ++++---- lib/Cake/Console/ShellDispatcher.php | 2 +- .../skel/Controller/AppController.php | 2 +- .../skel/Controller/PagesController.php | 2 +- .../Templates/skel/View/Pages/home.ctp | 10 +- .../Console/Templates/skel/webroot/test.php | 2 +- lib/Cake/Controller/Component.php | 12 +-- lib/Cake/Controller/Component/Acl/DbAcl.php | 6 +- .../Controller/Component/AclComponent.php | 2 +- .../Component/Auth/BlowfishPasswordHasher.php | 2 +- .../Component/Auth/SimplePasswordHasher.php | 2 +- .../Controller/Component/AuthComponent.php | 22 ++--- .../Controller/Component/CookieComponent.php | 10 +- .../Controller/Component/EmailComponent.php | 4 +- .../Component/PaginatorComponent.php | 2 +- .../Component/RequestHandlerComponent.php | 2 +- .../Component/SecurityComponent.php | 10 +- .../Controller/Component/SessionComponent.php | 16 ++-- lib/Cake/Controller/Controller.php | 50 +++++----- lib/Cake/Core/App.php | 22 ++--- lib/Cake/Core/CakePlugin.php | 2 +- lib/Cake/Core/Configure.php | 10 +- lib/Cake/Error/exceptions.php | 2 +- lib/Cake/Log/CakeLog.php | 6 +- lib/Cake/Model/Behavior/AclBehavior.php | 4 +- .../Model/Behavior/ContainableBehavior.php | 4 +- lib/Cake/Model/Behavior/TranslateBehavior.php | 2 +- lib/Cake/Model/Behavior/TreeBehavior.php | 24 ++--- lib/Cake/Model/Datasource/DataSource.php | 2 +- lib/Cake/Model/Model.php | 92 +++++++++---------- lib/Cake/Model/ModelValidator.php | 2 +- .../Model/Validator/CakeValidationRule.php | 2 +- .../Model/Validator/CakeValidationSet.php | 2 +- lib/Cake/Test/Case/BasicsTest.php | 4 +- lib/Cake/Test/Case/Cache/CacheTest.php | 4 +- .../Test/Case/Cache/Engine/ApcEngineTest.php | 4 +- .../Test/Case/Cache/Engine/FileEngineTest.php | 4 +- .../Case/Cache/Engine/MemcacheEngineTest.php | 4 +- .../Case/Cache/Engine/MemcachedEngineTest.php | 4 +- .../Case/Cache/Engine/RedisEngineTest.php | 4 +- .../Case/Cache/Engine/WincacheEngineTest.php | 4 +- .../Case/Cache/Engine/XcacheEngineTest.php | 4 +- .../Test/Case/Configure/IniReaderTest.php | 4 +- .../Test/Case/Configure/PhpReaderTest.php | 4 +- .../Case/Console/ConsoleOptionParserTest.php | 4 +- .../Test/Case/Console/ConsoleOutputTest.php | 4 +- .../Test/Case/Console/HelpFormatterTest.php | 4 +- .../Test/Case/Console/ShellDispatcherTest.php | 4 +- .../Test/Case/Console/TaskCollectionTest.php | 2 +- .../Controller/Component/AclComponentTest.php | 4 +- .../Component/AuthComponentTest.php | 4 +- .../Component/CookieComponentTest.php | 4 +- .../Component/EmailComponentTest.php | 4 +- .../Component/FlashComponentTest.php | 4 +- .../Component/PaginatorComponentTest.php | 4 +- .../Component/RequestHandlerComponentTest.php | 4 +- .../Component/SecurityComponentTest.php | 4 +- .../Component/SessionComponentTest.php | 4 +- .../Controller/ComponentCollectionTest.php | 2 +- .../Test/Case/Controller/ComponentTest.php | 4 +- .../Controller/ControllerMergeVarsTest.php | 4 +- .../Test/Case/Controller/ControllerTest.php | 4 +- .../Case/Controller/PagesControllerTest.php | 4 +- .../Test/Case/Controller/ScaffoldTest.php | 4 +- lib/Cake/Test/Case/Core/CakeObjectTest.php | 4 +- lib/Cake/Test/Case/Core/ConfigureTest.php | 4 +- lib/Cake/Test/Case/Error/ErrorHandlerTest.php | 4 +- .../Test/Case/Error/ExceptionRendererTest.php | 4 +- lib/Cake/Test/Case/I18n/I18nTest.php | 4 +- lib/Cake/Test/Case/I18n/L10nTest.php | 4 +- lib/Cake/Test/Case/I18n/MultibyteTest.php | 4 +- lib/Cake/Test/Case/Log/CakeLogTest.php | 4 +- .../Test/Case/Log/Engine/ConsoleLogTest.php | 4 +- lib/Cake/Test/Case/Log/Engine/FileLogTest.php | 4 +- .../Test/Case/Log/Engine/SyslogLogTest.php | 4 +- .../Test/Case/Log/LogEngineCollectionTest.php | 4 +- lib/Cake/Test/Case/Model/AclNodeTest.php | 4 +- .../Behavior/ContainableBehaviorTest.php | 4 +- .../Model/Behavior/TranslateBehaviorTest.php | 4 +- .../Model/Behavior/TreeBehaviorAfterTest.php | 4 +- .../Model/Behavior/TreeBehaviorNumberTest.php | 4 +- .../Model/Behavior/TreeBehaviorScopedTest.php | 4 +- .../Model/Behavior/TreeBehaviorUuidTest.php | 4 +- lib/Cake/Test/Case/Model/CakeSchemaTest.php | 4 +- .../Test/Case/Model/ConnectionManagerTest.php | 2 +- .../Case/Model/Datasource/CakeSessionTest.php | 4 +- .../Case/Model/Datasource/DataSourceTest.php | 4 +- .../Case/Model/Datasource/DboSourceTest.php | 4 +- .../Datasource/Session/CacheSessionTest.php | 2 +- .../Session/DatabaseSessionTest.php | 2 +- .../Case/Model/ModelCrossSchemaHabtmTest.php | 4 +- lib/Cake/Test/Case/Model/ModelDeleteTest.php | 4 +- .../Test/Case/Model/ModelIntegrationTest.php | 4 +- lib/Cake/Test/Case/Model/ModelReadTest.php | 4 +- lib/Cake/Test/Case/Model/ModelTestBase.php | 4 +- .../Test/Case/Model/ModelValidationTest.php | 4 +- lib/Cake/Test/Case/Model/ModelWriteTest.php | 4 +- .../Validator/CakeValidationRuleTest.php | 4 +- .../Model/Validator/CakeValidationSetTest.php | 4 +- lib/Cake/Test/Case/Model/models.php | 4 +- lib/Cake/Test/Case/Network/CakeSocketTest.php | 4 +- .../Test/Case/Network/Email/CakeEmailTest.php | 4 +- .../Case/Network/Email/DebugTransportTest.php | 4 +- .../Case/Network/Email/MailTransportTest.php | 4 +- .../Case/Network/Email/SmtpTransportTest.php | 4 +- .../Network/Http/BasicAuthenticationTest.php | 4 +- .../Network/Http/DigestAuthenticationTest.php | 4 +- .../Case/Network/Http/HttpResponseTest.php | 4 +- .../Test/Case/Network/Http/HttpSocketTest.php | 4 +- lib/Cake/Test/Case/Routing/DispatcherTest.php | 4 +- .../Routing/Filter/AssetDispatcherTest.php | 4 +- lib/Cake/Test/Case/Routing/RouterTest.php | 4 +- .../Case/TestSuite/CakeTestFixtureTest.php | 4 +- lib/Cake/Test/Case/Utility/CakeNumberTest.php | 4 +- lib/Cake/Test/Case/Utility/CakeTextTest.php | 2 +- lib/Cake/Test/Case/Utility/CakeTimeTest.php | 4 +- .../Test/Case/Utility/ClassRegistryTest.php | 4 +- lib/Cake/Test/Case/Utility/FileTest.php | 4 +- lib/Cake/Test/Case/Utility/FolderTest.php | 4 +- lib/Cake/Test/Case/Utility/InflectorTest.php | 2 +- .../Case/Utility/ObjectCollectionTest.php | 2 +- lib/Cake/Test/Case/Utility/SanitizeTest.php | 4 +- lib/Cake/Test/Case/Utility/SecurityTest.php | 4 +- lib/Cake/Test/Case/Utility/SetTest.php | 4 +- lib/Cake/Test/Case/Utility/ValidationTest.php | 4 +- lib/Cake/Test/Case/Utility/XmlTest.php | 4 +- .../Test/Case/View/Helper/CacheHelperTest.php | 4 +- .../Test/Case/View/Helper/FlashHelperTest.php | 4 +- .../Test/Case/View/Helper/FormHelperTest.php | 4 +- .../Test/Case/View/Helper/HtmlHelperTest.php | 4 +- .../View/Helper/JqueryEngineHelperTest.php | 2 +- .../Test/Case/View/Helper/JsHelperTest.php | 4 +- .../Case/View/Helper/NumberHelperTest.php | 4 +- .../Case/View/Helper/PaginatorHelperTest.php | 4 +- .../Test/Case/View/Helper/RssHelperTest.php | 4 +- .../Case/View/Helper/SessionHelperTest.php | 4 +- .../Test/Case/View/Helper/TextHelperTest.php | 4 +- .../Test/Case/View/Helper/TimeHelperTest.php | 4 +- .../Test/Case/View/HelperCollectionTest.php | 2 +- lib/Cake/Test/Case/View/HelperTest.php | 4 +- lib/Cake/Test/Case/View/JsonViewTest.php | 4 +- lib/Cake/Test/Case/View/MediaViewTest.php | 4 +- lib/Cake/Test/Case/View/ScaffoldViewTest.php | 4 +- lib/Cake/Test/Case/View/ThemeViewTest.php | 4 +- lib/Cake/Test/Case/View/ViewTest.php | 4 +- lib/Cake/Test/Case/View/XmlViewTest.php | 4 +- lib/Cake/Test/Fixture/AccountFixture.php | 4 +- lib/Cake/Test/Fixture/AcoActionFixture.php | 4 +- lib/Cake/Test/Fixture/AcoFixture.php | 4 +- lib/Cake/Test/Fixture/AcoTwoFixture.php | 4 +- .../Test/Fixture/AdvertisementFixture.php | 4 +- .../Test/Fixture/AnotherArticleFixture.php | 4 +- lib/Cake/Test/Fixture/AppleFixture.php | 4 +- lib/Cake/Test/Fixture/ArmorFixture.php | 4 +- lib/Cake/Test/Fixture/ArmorsPlayerFixture.php | 4 +- lib/Cake/Test/Fixture/AroFixture.php | 4 +- lib/Cake/Test/Fixture/AroTwoFixture.php | 4 +- lib/Cake/Test/Fixture/ArosAcoFixture.php | 4 +- lib/Cake/Test/Fixture/ArosAcoTwoFixture.php | 4 +- .../Test/Fixture/ArticleFeaturedFixture.php | 4 +- .../Fixture/ArticleFeaturedsTagsFixture.php | 4 +- lib/Cake/Test/Fixture/ArticleFixture.php | 4 +- lib/Cake/Test/Fixture/ArticlesTagFixture.php | 4 +- lib/Cake/Test/Fixture/AttachmentFixture.php | 4 +- .../Fixture/AuthUserCustomFieldFixture.php | 4 +- lib/Cake/Test/Fixture/AuthUserFixture.php | 4 +- lib/Cake/Test/Fixture/AuthorFixture.php | 4 +- lib/Cake/Test/Fixture/BakeArticleFixture.php | 4 +- .../Fixture/BakeArticlesBakeTagFixture.php | 4 +- lib/Cake/Test/Fixture/BakeCommentFixture.php | 4 +- lib/Cake/Test/Fixture/BakeTagFixture.php | 4 +- lib/Cake/Test/Fixture/BasketFixture.php | 4 +- lib/Cake/Test/Fixture/BidFixture.php | 4 +- lib/Cake/Test/Fixture/BiddingFixture.php | 4 +- .../Test/Fixture/BiddingMessageFixture.php | 4 +- lib/Cake/Test/Fixture/BinaryTestFixture.php | 4 +- lib/Cake/Test/Fixture/BookFixture.php | 4 +- .../Test/Fixture/CacheTestModelFixture.php | 4 +- lib/Cake/Test/Fixture/CakeSessionFixture.php | 4 +- lib/Cake/Test/Fixture/CallbackFixture.php | 4 +- lib/Cake/Test/Fixture/CategoryFixture.php | 4 +- .../Test/Fixture/CategoryThreadFixture.php | 4 +- lib/Cake/Test/Fixture/CdFixture.php | 4 +- lib/Cake/Test/Fixture/CommentFixture.php | 4 +- .../Test/Fixture/ContentAccountFixture.php | 4 +- lib/Cake/Test/Fixture/ContentFixture.php | 4 +- .../Test/Fixture/CounterCachePostFixture.php | 4 +- ...rCachePostNonstandardPrimaryKeyFixture.php | 4 +- .../Test/Fixture/CounterCacheUserFixture.php | 4 +- ...rCacheUserNonstandardPrimaryKeyFixture.php | 4 +- lib/Cake/Test/Fixture/DataTestFixture.php | 4 +- lib/Cake/Test/Fixture/DeviceFixture.php | 4 +- .../Fixture/DeviceTypeCategoryFixture.php | 4 +- lib/Cake/Test/Fixture/DeviceTypeFixture.php | 4 +- .../Test/Fixture/DocumentDirectoryFixture.php | 4 +- lib/Cake/Test/Fixture/DocumentFixture.php | 4 +- lib/Cake/Test/Fixture/DomainFixture.php | 4 +- lib/Cake/Test/Fixture/DomainsSiteFixture.php | 4 +- .../Fixture/ExteriorTypeCategoryFixture.php | 4 +- lib/Cake/Test/Fixture/FeatureSetFixture.php | 4 +- lib/Cake/Test/Fixture/FeaturedFixture.php | 4 +- lib/Cake/Test/Fixture/FilmFileFixture.php | 4 +- lib/Cake/Test/Fixture/FlagTreeFixture.php | 4 +- lib/Cake/Test/Fixture/FruitFixture.php | 4 +- .../Test/Fixture/FruitsUuidTagFixture.php | 4 +- .../Test/Fixture/GroupUpdateAllFixture.php | 4 +- lib/Cake/Test/Fixture/GuildFixture.php | 4 +- lib/Cake/Test/Fixture/GuildsPlayerFixture.php | 4 +- lib/Cake/Test/Fixture/HomeFixture.php | 4 +- lib/Cake/Test/Fixture/ImageFixture.php | 4 +- lib/Cake/Test/Fixture/InnoFixture.php | 4 +- lib/Cake/Test/Fixture/ItemFixture.php | 4 +- .../Test/Fixture/ItemsPortfolioFixture.php | 4 +- lib/Cake/Test/Fixture/JoinABFixture.php | 4 +- lib/Cake/Test/Fixture/JoinACFixture.php | 4 +- lib/Cake/Test/Fixture/JoinAFixture.php | 4 +- lib/Cake/Test/Fixture/JoinBFixture.php | 4 +- lib/Cake/Test/Fixture/JoinCFixture.php | 4 +- lib/Cake/Test/Fixture/JoinThingFixture.php | 4 +- lib/Cake/Test/Fixture/MessageFixture.php | 4 +- .../Fixture/MyCategoriesMyProductsFixture.php | 4 +- .../Fixture/MyCategoriesMyUsersFixture.php | 4 +- lib/Cake/Test/Fixture/MyCategoryFixture.php | 4 +- lib/Cake/Test/Fixture/MyProductFixture.php | 4 +- lib/Cake/Test/Fixture/MyUserFixture.php | 4 +- lib/Cake/Test/Fixture/NumberTreeFixture.php | 4 +- .../Test/Fixture/NumberTreeTwoFixture.php | 4 +- .../Test/Fixture/NumericArticleFixture.php | 4 +- .../Test/Fixture/OverallFavoriteFixture.php | 4 +- lib/Cake/Test/Fixture/PersonFixture.php | 4 +- lib/Cake/Test/Fixture/PlayerFixture.php | 4 +- lib/Cake/Test/Fixture/PortfolioFixture.php | 4 +- lib/Cake/Test/Fixture/PostFixture.php | 4 +- lib/Cake/Test/Fixture/PostsTagFixture.php | 4 +- lib/Cake/Test/Fixture/PrefixTestFixture.php | 4 +- lib/Cake/Test/Fixture/PrimaryModelFixture.php | 4 +- lib/Cake/Test/Fixture/ProductFixture.php | 4 +- .../Test/Fixture/ProductUpdateAllFixture.php | 4 +- lib/Cake/Test/Fixture/ProjectFixture.php | 4 +- lib/Cake/Test/Fixture/SampleFixture.php | 4 +- .../Test/Fixture/SecondaryModelFixture.php | 4 +- lib/Cake/Test/Fixture/SessionFixture.php | 4 +- lib/Cake/Test/Fixture/SiteFixture.php | 4 +- .../Test/Fixture/SomethingElseFixture.php | 4 +- lib/Cake/Test/Fixture/SomethingFixture.php | 4 +- lib/Cake/Test/Fixture/StoriesTagFixture.php | 4 +- lib/Cake/Test/Fixture/StoryFixture.php | 4 +- lib/Cake/Test/Fixture/SyfileFixture.php | 4 +- lib/Cake/Test/Fixture/TagFixture.php | 4 +- .../Test/Fixture/TestPluginArticleFixture.php | 4 +- .../Test/Fixture/TestPluginCommentFixture.php | 4 +- .../Test/Fixture/ThePaperMonkiesFixture.php | 4 +- lib/Cake/Test/Fixture/ThreadFixture.php | 4 +- .../Test/Fixture/TranslateArticleFixture.php | 4 +- lib/Cake/Test/Fixture/TranslateFixture.php | 4 +- .../Test/Fixture/TranslateTableFixture.php | 4 +- .../Fixture/TranslateWithPrefixFixture.php | 4 +- .../Test/Fixture/TranslatedArticleFixture.php | 4 +- .../Test/Fixture/TranslatedItemFixture.php | 4 +- .../Fixture/UnconventionalTreeFixture.php | 4 +- .../Test/Fixture/UnderscoreFieldFixture.php | 4 +- lib/Cake/Test/Fixture/UnsignedFixture.php | 4 +- lib/Cake/Test/Fixture/UserFixture.php | 4 +- lib/Cake/Test/Fixture/UuidFixture.php | 4 +- lib/Cake/Test/Fixture/UuidNativeFixture.php | 4 +- .../Test/Fixture/UuidNativeTagFixture.php | 4 +- .../Test/Fixture/UuidNativeTreeFixture.php | 4 +- lib/Cake/Test/Fixture/UuidTagFixture.php | 4 +- lib/Cake/Test/Fixture/UuidTreeFixture.php | 4 +- lib/Cake/Test/Fixture/UuiditemFixture.php | 4 +- .../Fixture/UuiditemsUuidportfolioFixture.php | 4 +- ...UuiditemsUuidportfolioNumericidFixture.php | 4 +- .../Test/Fixture/UuidnativeitemFixture.php | 4 +- ...dnativeitemsUuidnativeportfolioFixture.php | 4 +- ...emsUuidnativeportfolioNumericidFixture.php | 4 +- .../Fixture/UuidnativeportfolioFixture.php | 4 +- .../Test/Fixture/UuidportfolioFixture.php | 4 +- .../test_app/Console/Command/SampleShell.php | 4 +- .../test_app/Controller/AppController.php | 2 +- .../test_app/Controller/PagesController.php | 2 +- .../Controller/TestsAppsController.php | 4 +- .../Controller/TestsAppsPostsController.php | 4 +- .../Lib/Cache/Engine/TestAppCacheEngine.php | 4 +- lib/Cake/Test/test_app/Lib/Library.php | 4 +- .../test_app/Lib/Log/Engine/TestAppLog.php | 4 +- .../test_app/Lib/Utility/TestUtilityClass.php | 4 +- .../Plugin/TestPlugin/Config/load.php | 4 +- .../Plugin/TestPlugin/Config/more.load.php | 4 +- .../Console/Command/ExampleShell.php | 4 +- .../Console/Command/Task/OtherTaskTask.php | 4 +- .../Console/Command/TestPluginShell.php | 4 +- .../Controller/Component/OtherComponent.php | 4 +- .../Controller/Component/PluginsComponent.php | 4 +- .../Component/TestPluginComponent.php | 4 +- .../Component/TestPluginOtherComponent.php | 4 +- .../Controller/TestPluginAppController.php | 4 +- .../Controller/TestPluginController.php | 4 +- .../TestPlugin/Controller/TestsController.php | 4 +- .../Cache/Engine/TestPluginCacheEngine.php | 4 +- .../Lib/Custom/Package/CustomLibClass.php | 4 +- .../Lib/Log/Engine/TestPluginLog.php | 4 +- .../TestPlugin/Lib/TestPluginLibrary.php | 4 +- .../TestPlugin/Lib/TestPluginOtherLibrary.php | 4 +- .../TestPlugin/Model/TestPluginAppModel.php | 4 +- .../Vendor/sample/sample_plugin.php | 4 +- .../Plugin/TestPlugin/Vendor/welcome.php | 4 +- .../View/Helper/OtherHelperHelper.php | 4 +- .../View/Helper/PluggedHelperHelper.php | 4 +- .../Console/Command/ExampleShell.php | 4 +- .../Console/Command/WelcomeShell.php | 4 +- lib/Cake/Test/test_app/Vendor/Test/MyTest.php | 4 +- lib/Cake/Test/test_app/Vendor/Test/hello.php | 4 +- .../sample/configure_test_vendor_sample.php | 4 +- .../test_app/Vendor/somename/some.name.php | 4 +- lib/Cake/Test/test_app/Vendor/welcome.php | 4 +- lib/Cake/TestSuite/CakeTestCase.php | 4 +- .../TestSuite/CakeTestSuiteDispatcher.php | 2 +- lib/Cake/TestSuite/ControllerTestCase.php | 4 +- .../TestSuite/Fixture/CakeTestFixture.php | 4 +- lib/Cake/TestSuite/Fixture/CakeTestModel.php | 4 +- .../TestSuite/Reporter/CakeBaseReporter.php | 2 +- .../TestSuite/Reporter/CakeHtmlReporter.php | 2 +- .../TestSuite/Reporter/CakeTextReporter.php | 2 +- lib/Cake/TestSuite/templates/footer.php | 4 +- lib/Cake/TestSuite/templates/header.php | 4 +- lib/Cake/TestSuite/templates/menu.php | 4 +- .../templates/missing_connection.php | 4 +- lib/Cake/TestSuite/templates/phpunit.php | 4 +- lib/Cake/TestSuite/templates/xdebug.php | 4 +- lib/Cake/Utility/CakeNumber.php | 20 ++-- lib/Cake/Utility/CakeText.php | 10 +- lib/Cake/Utility/CakeTime.php | 58 ++++++------ lib/Cake/Utility/Debugger.php | 12 +-- lib/Cake/Utility/File.php | 68 +++++++------- lib/Cake/Utility/Folder.php | 56 +++++------ lib/Cake/Utility/Hash.php | 46 +++++----- lib/Cake/Utility/Inflector.php | 20 ++-- lib/Cake/Utility/Security.php | 2 +- lib/Cake/Utility/Set.php | 44 ++++----- lib/Cake/View/Helper.php | 2 +- lib/Cake/View/Helper/CacheHelper.php | 4 +- lib/Cake/View/Helper/FormHelper.php | 56 +++++------ lib/Cake/View/Helper/HtmlHelper.php | 46 +++++----- lib/Cake/View/Helper/JsHelper.php | 14 +-- lib/Cake/View/Helper/NumberHelper.php | 14 +-- lib/Cake/View/Helper/PaginatorHelper.php | 40 ++++---- lib/Cake/View/Helper/RssHelper.php | 14 +-- lib/Cake/View/Helper/SessionHelper.php | 12 +-- lib/Cake/View/Helper/TextHelper.php | 22 ++--- lib/Cake/View/Helper/TimeHelper.php | 50 +++++----- lib/Cake/basics.php | 54 +++++------ 361 files changed, 1112 insertions(+), 1112 deletions(-) diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php index 49ae581f6..f034e3726 100644 --- a/app/Controller/AppController.php +++ b/app/Controller/AppController.php @@ -28,7 +28,7 @@ App::uses('Controller', 'Controller'); * will inherit them. * * @package app.Controller - * @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller + * @link https://book.cakephp.org/2.0/en/controllers.html#the-app-controller */ class AppController extends Controller { } diff --git a/app/Controller/PagesController.php b/app/Controller/PagesController.php index 4db16eae4..feb96bdf3 100644 --- a/app/Controller/PagesController.php +++ b/app/Controller/PagesController.php @@ -26,7 +26,7 @@ App::uses('AppController', 'Controller'); * Override this controller by placing a copy in controllers directory of an application * * @package app.Controller - * @link http://book.cakephp.org/2.0/en/controllers/pages-controller.html + * @link https://book.cakephp.org/2.0/en/controllers/pages-controller.html */ class PagesController extends AppController { diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp index 1364c35cd..cd976169c 100644 --- a/app/View/Pages/home.ctp +++ b/app/View/Pages/home.ctp @@ -23,8 +23,8 @@ endif;

- 1) Help me configure it - 2) I don't / can't use URL rewriting + 1) Help me configure it + 2) I don't / can't use URL rewriting

@@ -159,7 +159,7 @@ You can also add some CSS styles for your pages at: %s.', Html->link( sprintf('%s %s', __d('cake_dev', 'New'), __d('cake_dev', 'CakePHP 2.0 Docs')), - 'http://book.cakephp.org/2.0/en/', + 'https://book.cakephp.org/2.0/en/', array('target' => '_blank', 'escape' => false) ); ?> @@ -168,7 +168,7 @@ You can also add some CSS styles for your pages at: %s.', Html->link( __d('cake_dev', 'The 15 min Blog Tutorial'), - 'http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html', + 'https://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html', array('target' => '_blank', 'escape' => false) ); ?> @@ -199,7 +199,7 @@ You can also add some CSS styles for your pages at: %s.',