diff --git a/app/Config/Schema/db_acl.php b/app/Config/Schema/db_acl.php index cb63df7c7..56f027353 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 cd598b35e..c14758610 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 bd7b1efc3..f5134dcc0 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 5e6bfb6e0..71715006c 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 bfdce6f5e..c43f91434 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 1eace32fb..928af8c4b 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 7bb39ee5a..e00aec15e 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 ebd21d475..9c5844a6f 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 539615895..b27ee99fe 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 38b16b00f..00e5aea26 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 852e3f386..a0a415ed2 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 1b9951f38..c49a913f8 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 3bd47a3e3..0d0ad5a9a 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 539615895..b27ee99fe 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 f2338e66e..950d4d9e7 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 a2c303825..43bc4f285 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 e6e63cab8..b024cd255 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 e8a49a26f..952d34e9f 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 @@ HTMLBLOC; $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 1c23636a8..c3c81f9c0 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 6290bd7c9..8f8658088 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 @@ class ControllerTest extends CakeTestCase { ->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 @@ class ControllerTest extends CakeTestCase { ->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 @@ class ControllerTest extends CakeTestCase { $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 @@ class ControllerTest extends CakeTestCase { ->with(302); $Controller->expects($this->never())->method('_stop'); - $Controller->redirect('http://cakephp.org', 301); + $Controller->redirect('https://cakephp.org', 301); } /** @@ -870,11 +870,11 @@ class ControllerTest extends CakeTestCase { $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 @@ class ControllerTest extends CakeTestCase { $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 @@ class ControllerTest extends CakeTestCase { ->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 9e771bdb6..c733d5bb6 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 3398d1661..844da045f 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 db16e6b7f..5c21bb450 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 @@ class CakeRequestTest extends CakeTestCase { $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 66e9530a1..f1ed57341 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 @@ class CakeEmailTest extends CakeTestCase { $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 @@ class CakeEmailTest extends CakeTestCase { ); $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 @@ class CakeEmailTest extends CakeTestCase { * @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 @@ class CakeEmailTest extends CakeTestCase { $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 89bbcdb21..6fb059e55 100644 --- a/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php +++ b/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php @@ -598,7 +598,7 @@ class HttpSocketTest extends CakeTestCase { } /** - * 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 6a05b378c..8ace73130 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 2a5243d32..85422b817 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 4eb654047..ccfb6cad2 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 46d89fac6..331bdcdd7 100644 --- a/lib/Cake/Test/Case/Routing/RouterTest.php +++ b/lib/Cake/Test/Case/Routing/RouterTest.php @@ -20,7 +20,7 @@ App::uses('Router', 'Routing'); 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 0ea4d6253..f7c363d47 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 968d96c5f..f873266b0 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 d33f23406..ec339f5c8 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 24fe7e866..81f1d53a2 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 270b3f238..429ffcde2 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 @@ class ValidationTest extends CakeTestCase { $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 01b13eac6..0c65ba7d1 100644 --- a/lib/Cake/Test/Case/Utility/XmlTest.php +++ b/lib/Cake/Test/Case/Utility/XmlTest.php @@ -1035,7 +1035,7 @@ XML; */ public function testNamespace() { $xml = << + good bad @@ -1056,7 +1056,7 @@ XML; ); $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 @@ XML; ); $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 @@ XML; ); $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 @@ XML; $expected = << - + item 1 item 2 @@ -1118,29 +1118,29 @@ XML; $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 57ece5171..2e36b5290 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('Folder', 'Utility'); 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 @@ class HtmlHelperTest extends CakeTestCase { $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 @@ class HtmlHelperTest extends CakeTestCase { $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 @@ class HtmlHelperTest extends CakeTestCase { ); $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 1c1702d7f..6d53e5192 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 971faa00c..26429b828 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 246f368be..129903b01 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('PaginatorHelper', 'View/Helper'); 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 404e4b377..6fe1385e4 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 eb2961ebf..0ad388d2a 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 778afbe47..b37e669bb 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 9dcc44997..da254750a 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 09b2192b0..5bab64afe 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 14b1162e5..752f9e037 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 9f97a1d40..d7b9ba77a 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 a8289adbe..1d1d4969d 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 1f61c2c07..3e116f80f 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 1f61c2c07..3e116f80f 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 d4e0dccd0..09a93594d 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 8b95db22e..6c72cf66b 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 d762fcde5..d674e3331 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 86b4d843d..8018990b7 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 497fe4f75..4bab8cc05 100644 --- a/lib/Cake/Test/test_app/Controller/TestsAppsController.php +++ b/lib/Cake/Test/test_app/Controller/TestsAppsController.php @@ -49,7 +49,7 @@ class TestsAppsController extends AppController { } 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 85c653c1b..d429ff001 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 b089b235c..fe8ec967d 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 4eaa6bde6..a02cad64a 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 3c376a75f..eac3e0e90 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 56738952a..2b8e8a730 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 5ecd40d7b..ef2e5ea06 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 73dc218ea..e681e801f 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 cde64ac13..ee29a7deb 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 689bae47b..c2861d1a0 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 1f61c2c07..3e116f80f 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 7975e7d3a..5b3dca615 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 5fa3e540b..9ce2a85a1 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 4636d9464..ec7c10c0c 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 e34d3c1dd..a2dc1ca9a 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 c43b572e1..d5520c05f 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 7339bded9..7298f13f8 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 3fe681bde..cba7cfdba 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 d512724cc..8fab28289 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 da3343350..6d4edd736 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 c4134c535..b5773a1d5 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 85c6e2278..f8fa5bc02 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 639c9c41a..23fbe3a6a 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 0d194f795..be0c6bee9 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 8f1e2a936..7a64f854f 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 a39b75c02..e91b260ad 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 c89ead4df..34f0b559b 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 3e68005f3..1f43609d8 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 4ab9d0757..b92d540fc 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 176c62084..c3039fd9f 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 300926a9b..18f8f28fa 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 22d0bb01a..5a6001156 100644 --- a/lib/Cake/View/Helper/JsBaseEngineHelper.php +++ b/lib/Cake/View/Helper/JsBaseEngineHelper.php @@ -1,6 +1,6 @@