Skip to content

Commit

Permalink
Remove references to lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Feb 10, 2016
1 parent 651fdd8 commit c2a817c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion en/appendices/2-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ CakeSession

.. versionchanged:: 2.1.1
CakeSession no longer sets the P3P header, as this is the responsibility of your application.
More info see ticket `#2515 <http://cakephp.lighthouseapp.com/projects/42648/tickets/2515-cakephp-20-session-p3p-header-doesnt-work-in-an-iframe>`_ in lighthouse

Behaviors
=========
Expand Down
1 change: 0 additions & 1 deletion en/appendices/new-features-in-cakephp-2-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ HtmlHelper
----------

* ``getCrumbList()`` Creates breadcrumb links wrapped in ``<li>`` elements.
See `#856 <http://cakephp.lighthouseapp.com/projects/42648/tickets/856>`_.
* ``loadConfig()`` has moved from :php:class:`Helper` to :php:class:`HtmlHelper`
class. This method now uses the new reader classes (see 2.0 :php:class:`Configure`)
to load your config file. As an option you can pass the path as second parameter
Expand Down
5 changes: 1 addition & 4 deletions fr/appendices/2-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ CakeSession

.. versionchanged:: 2.1.1
CakeSession ne fixe plus l'en-tête P3P, puisque cela relève de la
responsabilité de votre application. Pour plus d'informations, voyez le
ticket
`#2515 <http://cakephp.lighthouseapp.com/projects/42648/tickets/2515-cakephp-20-session-p3p-header-doesnt-work-in-an-iframe>`_
dans la lighthouse
responsabilité de votre application.

Behaviors
=========
Expand Down
1 change: 0 additions & 1 deletion fr/appendices/new-features-in-cakephp-2-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ HtmlHelper
----------

* ``getCrumbList()`` Créé un fil d'ariane de liens entourés d'éléments ``<li>``.
Regardez `#856 <http://cakephp.lighthouseapp.com/projects/42648/tickets/856>`_.
* ``loadConfig()`` a été déplacé de :php:class:`Helper` vers la classe
:php:class:`HtmlHelper`. Cette méthode utilise maintenant les nouvelles
classes de lecture (voir 2.0 :php:class:`Configure`)
Expand Down
3 changes: 0 additions & 3 deletions ja/appendices/2-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,10 @@ CakeSession
..
.. versionchanged:: 2.1.1
CakeSession no longer sets the P3P header, as this is the responsibity of your application.
More info see ticket `#2515 <http://cakephp.lighthouseapp.com/projects/42648/tickets/2515-cakephp-20-session-p3p-header-doesnt-work-in-an-iframe>`_ in lighthouse
.. versionchanged:: 2.1.1
CakeSession は P3P ヘッダをセットしなくなりました。このことは、あな
たのアプリケーションの動作に変化でる場合があります。
更に詳しい情報は lighthouse にある次のチケットを参照してください。
`#2515 <http://cakephp.lighthouseapp.com/projects/42648/tickets/2515-cakephp-20-session-p3p-header-doesnt-work-in-an-iframe>`_

ビヘイビア
===========
Expand Down
1 change: 0 additions & 1 deletion ja/appendices/new-features-in-cakephp-2-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ HtmlHelper
----------

* ``getCrumbList()`` は ``<li>`` エレメントでラップされたぱんくずリストのリンクを生成します。
`#856 <http://cakephp.lighthouseapp.com/projects/42648/tickets/856>`_ を見てください。
* ``loadConfig()`` は :php:class:`Helper` から :php:class:`HtmlHelper` に移動しました。
このメソッドは設定ファイルを読み込むのに新しいリーダークラス(2.0 :php:class:`Configure` をみてください)を使うようになりました。
省略可能ですが、二番目の引数としてパス(デフォルトは ``app/Config`` )を渡すことができます。
Expand Down

0 comments on commit c2a817c

Please sign in to comment.