From 2609016dfe82e5c489721a8382c8c77473eb2dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Tue, 25 Jun 2013 22:58:30 +0200 Subject: [PATCH] Changed http links to lighthouse, groups.google and github to https Because they get redirected anyway and we should follow good practices. Also in many cases similar URLs were already using https --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- app/View/Pages/home.ctp | 6 +++--- build.xml | 2 +- lib/Cake/Console/Templates/skel/View/Pages/home.ctp | 6 +++--- .../Controller/Component/RequestHandlerComponentTest.php | 2 +- .../Case/Controller/Component/SecurityComponentTest.php | 4 ++-- lib/Cake/Test/Case/Core/AppTest.php | 2 +- lib/Cake/Test/Case/Model/ModelWriteTest.php | 6 +++--- lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php | 2 +- lib/Cake/Test/test_app/View/Pages/home.ctp | 4 ++-- lib/Cake/TestSuite/templates/phpunit.php | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b05c2754..1697844de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,6 +68,6 @@ for the sniff and phpcs. * [CakePHP coding standards](http://book.cakephp.org/2.0/en/contributing/cakephp-coding-conventions.html) * [Bug tracker](https://cakephp.lighthouseapp.com/projects/42648-cakephp) -* [General GitHub documentation](http://help.github.com/) -* [GitHub pull request documentation](http://help.github.com/send-pull-requests/) +* [General GitHub documentation](https://help.github.com/) +* [GitHub pull request documentation](https://help.github.com/send-pull-requests/) * #cakephp IRC channel on freenode.org diff --git a/README.md b/README.md index 611729f08..e38062eef 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ Some Handy Links Get Support! ------------ -[Our Google Group](http://groups.google.com/group/cake-php) - community mailing list and forum +[Our Google Group](https://groups.google.com/group/cake-php) - community mailing list and forum [#cakephp](http://webchat.freenode.net/?channels=#cakephp) on irc.freenode.net - Come chat with us, we have cake. [Q & A](http://ask.cakephp.org/) - Ask questions here, all questions welcome -[Lighthouse](http://cakephp.lighthouseapp.com/) - Got issues? Please tell us! +[Lighthouse](https://cakephp.lighthouseapp.com/) - Got issues? Please tell us! [![Bake Status](https://secure.travis-ci.org/cakephp/cakephp.png?branch=master)](http://travis-ci.org/cakephp/cakephp) diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp index 2e1cb69b1..4aa772bcd 100644 --- a/app/View/Pages/home.ctp +++ b/app/View/Pages/home.ctp @@ -216,12 +216,12 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
  • -
  • +
  • irc.freenode.net #cakephp
  • -
  • +
  • -
  • +
  • diff --git a/build.xml b/build.xml index e98fb5324..70f51338f 100644 --- a/build.xml +++ b/build.xml @@ -133,7 +133,7 @@ MIT License - http://github.com/cakephp/cakephp/blob/master/README + https://github.com/cakephp/cakephp/blob/master/README diff --git a/lib/Cake/Console/Templates/skel/View/Pages/home.ctp b/lib/Cake/Console/Templates/skel/View/Pages/home.ctp index dbc9ef71c..f2424c7e8 100644 --- a/lib/Cake/Console/Templates/skel/View/Pages/home.ctp +++ b/lib/Cake/Console/Templates/skel/View/Pages/home.ctp @@ -217,12 +217,12 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
  • -
  • +
  • irc.freenode.net #cakephp
  • -
  • +
  • -
  • +
  • diff --git a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php index 769effe05..10144ef31 100644 --- a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php @@ -822,7 +822,7 @@ class RequestHandlerComponentTest extends CakeTestCase { * array URLs into their correct string ones, and adds base => false so * the correct URLs are generated. * - * @link http://cakephp.lighthouseapp.com/projects/42648-cakephp-1x/tickets/276 + * @link https://cakephp.lighthouseapp.com/projects/42648-cakephp-1x/tickets/276 * @return void */ public function testBeforeRedirectCallbackWithArrayUrl() { diff --git a/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php b/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php index 26ebd7f07..05f60fc40 100644 --- a/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php @@ -1092,7 +1092,7 @@ class SecurityComponentTest extends CakeTestCase { * the params. * * @return void - * @see http://cakephp.lighthouseapp.com/projects/42648/tickets/68 + * @see https://cakephp.lighthouseapp.com/projects/42648/tickets/68 */ public function testSettingTokenForRequestAction() { $this->Controller->Security->startup($this->Controller); @@ -1109,7 +1109,7 @@ class SecurityComponentTest extends CakeTestCase { * test that blackhole doesn't delete the _Token session key so repeat data submissions * stay blackholed. * - * @link http://cakephp.lighthouseapp.com/projects/42648/tickets/214 + * @link https://cakephp.lighthouseapp.com/projects/42648/tickets/214 * @return void */ public function testBlackHoleNotDeletingSessionInformation() { diff --git a/lib/Cake/Test/Case/Core/AppTest.php b/lib/Cake/Test/Case/Core/AppTest.php index f9d14ac1a..30c1b7901 100644 --- a/lib/Cake/Test/Case/Core/AppTest.php +++ b/lib/Cake/Test/Case/Core/AppTest.php @@ -597,7 +597,7 @@ class AppTest extends CakeTestCase { * test that building helper paths actually works. * * @return void - * @link http://cakephp.lighthouseapp.com/projects/42648/tickets/410 + * @link https://cakephp.lighthouseapp.com/projects/42648/tickets/410 */ public function testImportingHelpersFromAlternatePaths() { $this->assertFalse(class_exists('BananaHelper', false), 'BananaHelper exists, cannot test importing it.'); diff --git a/lib/Cake/Test/Case/Model/ModelWriteTest.php b/lib/Cake/Test/Case/Model/ModelWriteTest.php index eaa339ab3..7d4639248 100644 --- a/lib/Cake/Test/Case/Model/ModelWriteTest.php +++ b/lib/Cake/Test/Case/Model/ModelWriteTest.php @@ -4802,7 +4802,7 @@ class ModelWriteTest extends BaseModelTest { /** * test that saveAll behaves like plain save() when supplied empty data * - * @link http://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data + * @link https://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data * @return void */ public function testSaveAllEmptyData() { @@ -6190,7 +6190,7 @@ class ModelWriteTest extends BaseModelTest { /** * test that saveMany behaves like plain save() when suplied empty data * - * @link http://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data + * @link https://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data * @return void */ public function testSaveManyEmptyData() { @@ -6209,7 +6209,7 @@ class ModelWriteTest extends BaseModelTest { /** * test that saveAssociated behaves like plain save() when supplied empty data * - * @link http://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data + * @link https://cakephp.lighthouseapp.com/projects/42648/tickets/277-test-saveall-with-validation-returns-incorrect-boolean-when-saving-empty-data * @return void */ public function testSaveAssociatedEmptyData() { diff --git a/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php b/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php index fa0163d6d..0c99842e5 100644 --- a/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php +++ b/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php @@ -536,7 +536,7 @@ class ControllerTestCaseTest extends CakeTestCase { * will always have a fresh reference to those object available * * @return void - * @see http://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/2705-requesthandler-weird-behavior + * @see https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/2705-requesthandler-weird-behavior */ public function testComponentsSameRequestAndResponse() { $this->Case->generate('TestsApps'); diff --git a/lib/Cake/Test/test_app/View/Pages/home.ctp b/lib/Cake/Test/test_app/View/Pages/home.ctp index 5326a29d1..6090d03ec 100644 --- a/lib/Cake/Test/test_app/View/Pages/home.ctp +++ b/lib/Cake/Test/test_app/View/Pages/home.ctp @@ -134,9 +134,9 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
  • irc.freenode.net #cakephp
  • -
  • +
  • -
  • +
  • diff --git a/lib/Cake/TestSuite/templates/phpunit.php b/lib/Cake/TestSuite/templates/phpunit.php index 30db0cb93..cb3796c03 100644 --- a/lib/Cake/TestSuite/templates/phpunit.php +++ b/lib/Cake/TestSuite/templates/phpunit.php @@ -31,7 +31,7 @@

    Once PHPUnit is installed make sure its located on PHP's include_path by checking your php.ini

    For full instructions on how to install PHPUnit, see the PHPUnit installation guide.

    -

    Download PHPUnit

    +

    Download PHPUnit