Skip to content

Commit

Permalink
Change "Console & Shells" to "Console Shells & Tasks"
Browse files Browse the repository at this point in the history
Resolves cakephp#3427
  • Loading branch information
ravage84 committed Oct 23, 2015
1 parent bf87aaf commit 32ffdf7
Show file tree
Hide file tree
Showing 116 changed files with 114 additions and 114 deletions.
4 changes: 2 additions & 2 deletions en/appendices/3-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Shell Helpers Added
-------------------

- Console applications can now create helper classes that encapsulate re-usable
blocks of output logic. See the :doc:`/console-and-shells/helpers` section
blocks of output logic. See the :doc:`/console-shells-and-tasks/helpers` section
for more information.

RoutesShell
-----------

- RoutesShell has been added and now provides you a simple to use CLI
interface for testing and debugging routes. See the
:doc:`/console-and-shells/routes-shell` section for more information.
:doc:`/console-shells-and-tasks/routes-shell` section for more information.

Controller
==========
Expand Down
22 changes: 11 additions & 11 deletions en/console-and-shells.rst → en/console-shells-and-tasks.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Console & Shells
################
Console Shells & Tasks
######################

.. php:namespace:: Cake\Console
Expand Down Expand Up @@ -299,7 +299,7 @@ Shell Helpers
=============

If you have complex output generation logic, you can use
:doc:`/console-and-shells/helpers` to encapsulate this logic in a re-usable way.
:doc:`/console-shells-and-tasks/helpers` to encapsulate this logic in a re-usable way.

.. _invoking-other-shells-from-your-shell:

Expand Down Expand Up @@ -1011,14 +1011,14 @@ More Topics
.. toctree::
:maxdepth: 1

console-and-shells/helpers
console-and-shells/repl
console-and-shells/cron-jobs
console-and-shells/i18n-shell
console-and-shells/completion-shell
console-and-shells/plugin-shell
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-shells-and-tasks/helpers
console-shells-and-tasks/repl
console-shells-and-tasks/cron-jobs
console-shells-and-tasks/i18n-shell
console-shells-and-tasks/completion-shell
console-shells-and-tasks/plugin-shell
console-shells-and-tasks/routes-shell
console-shells-and-tasks/upgrade-shell

.. meta::
:title lang=en: Console and Shells
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion en/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contents
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Extract Pot Files with I18n Shell

To create the pot files from `__()` and other internationalized types of
messages that can be found in your code, you can use the i18n shell. Please read
the :doc:`following chapter </console-and-shells/i18n-shell>` to learn more.
the :doc:`following chapter </console-shells-and-tasks/i18n-shell>` to learn more.

Setting the Default Locale
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion en/epub-contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Contents
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
2 changes: 1 addition & 1 deletion en/intro/cakephp-folder-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ development. Let's look a little closer at the folders inside

Console
Contains the console commands and console tasks for your application.
For more information see :doc:`/console-and-shells`.
For more information see :doc:`/console-shells-and-tasks`.
Controller
Contains your application's controllers and their components.
Locale
Expand Down
2 changes: 1 addition & 1 deletion en/orm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ More Information
orm/associations
orm/behaviors
orm/schema-system
console-and-shells/orm-cache
console-shells-and-tasks/orm-cache
2 changes: 1 addition & 1 deletion en/orm/database-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ You can also configure the metadata caching at runtime with the
$connection->cacheMetadata('orm_metadata');

CakePHP also includes a CLI tool for managing metadata caches. See the
:doc:`/console-and-shells/orm-cache` chapter for more information.
:doc:`/console-shells-and-tasks/orm-cache` chapter for more information.


.. meta::
Expand Down
2 changes: 1 addition & 1 deletion en/pdf-contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Contents
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
2 changes: 1 addition & 1 deletion en/topics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Introduction to all the key parts of CakePHP:
* :doc:`/core-libraries/validation`
* :doc:`/development/testing`
* :doc:`/deployment`
* :doc:`/console-and-shells`
* :doc:`/console-shells-and-tasks`
* :doc:`/contributing`
* :doc:`/tutorials-and-examples`
20 changes: 10 additions & 10 deletions es/console-and-shells.rst → es/console-shells-and-tasks.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Console & Shells
################
Console Shells & Tasks
######################

.. php:namespace:: Cake\Console
Expand All @@ -18,14 +18,14 @@ More Topics
.. toctree::
:maxdepth: 1

console-and-shells/helpers
console-and-shells/repl
console-and-shells/cron-jobs
console-and-shells/i18n-shell
console-and-shells/completion-shell
console-and-shells/plugin-shell
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-shells-and-tasks/helpers
console-shells-and-tasks/repl
console-shells-and-tasks/cron-jobs
console-shells-and-tasks/i18n-shell
console-shells-and-tasks/completion-shell
console-shells-and-tasks/plugin-shell
console-shells-and-tasks/routes-shell
console-shells-and-tasks/upgrade-shell

.. meta::
:title lang=es: Console and Shells
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion es/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contenidos
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
2 changes: 1 addition & 1 deletion es/epub-contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Contents
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
2 changes: 1 addition & 1 deletion es/orm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ More Information
orm/associations
orm/behaviors
orm/schema-system
console-and-shells/orm-cache
console-shells-and-tasks/orm-cache
2 changes: 1 addition & 1 deletion es/pdf-contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Contents
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
2 changes: 1 addition & 1 deletion es/topics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Using CakePHP
* :doc:`/core-libraries/validation`
* :doc:`/development/testing`
* :doc:`/deployment`
* :doc:`/console-and-shells`
* :doc:`/console-shells-and-tasks`
* :doc:`/contributing`
* :doc:`/tutorials-and-examples`
4 changes: 2 additions & 2 deletions fr/appendices/3-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Ajout des Shell Helpers

- Les applications de console peuvent maintenant créer des classes Helper qui
encapsulent des blocs réutilisables de logique de sortie. Consultez la section
sur :doc:`/console-and-shells/helpers` pour plus d'informations.
sur :doc:`/console-shells-and-tasks/helpers` pour plus d'informations.

RoutesShell
-----------

- RoutesShell a été ajouté et vous fournit maintenant un moyen simple pour
utiliser l'interface CLI pour tester et débugger les routes. Consultez la
section :doc:`/console-and-shells/routes-shell` pour plus d'informations.
section :doc:`/console-shells-and-tasks/routes-shell` pour plus d'informations.

Controller
==========
Expand Down
22 changes: 11 additions & 11 deletions fr/console-and-shells.rst → fr/console-shells-and-tasks.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Console & Shells
################
Console Shells & Tasks
######################

.. php:namespace:: Cake\Console
Expand Down Expand Up @@ -321,7 +321,7 @@ Shell Helpers
=============

Si vous avez une logique complexe de génération de sortie, vous pouvez utiliser
les :doc:`/console-and-shells/helpers` pour encapsuler cette logique d'une manière
les :doc:`/console-shells-and-tasks/helpers` pour encapsuler cette logique d'une manière
réutilisable.

.. _invoking-other-shells-from-your-shell:
Expand Down Expand Up @@ -1076,14 +1076,14 @@ Plus de sujets
.. toctree::
:maxdepth: 1

console-and-shells/helpers
console-and-shells/repl
console-and-shells/cron-jobs
console-and-shells/i18n-shell
console-and-shells/completion-shell
console-and-shells/plugin-shell
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-shells-and-tasks/helpers
console-shells-and-tasks/repl
console-shells-and-tasks/cron-jobs
console-shells-and-tasks/i18n-shell
console-shells-and-tasks/completion-shell
console-shells-and-tasks/plugin-shell
console-shells-and-tasks/routes-shell
console-shells-and-tasks/upgrade-shell

.. meta::
:title lang=fr: Console et Shells
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion fr/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contenu
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Extraire les Fichiers Pot avec le Shell I18n
Pour créer les fichiers pot à partir de `__()` et des autres types de
messages internationalisés qui se trouvent dans votre code, vous pouvez
utiliser le shell i18n. Vous pouvez consulter le
:doc:`chapitre suivant </console-and-shells/i18n-shell>` pour en savoir
:doc:`chapitre suivant </console-shells-and-tasks/i18n-shell>` pour en savoir
plus.

Définir la Locale par Défaut
Expand Down
2 changes: 1 addition & 1 deletion fr/epub-contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Contenu
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
2 changes: 1 addition & 1 deletion fr/intro/cakephp-folder-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ du développement de votre application. Regardons d'un peu plus près les dossie
Console
Contient les commandes de la console et les Tasks de la console pour votre
application. Pour plus d'informations, regardez
:doc:`/console-and-shells`.
:doc:`/console-shells-and-tasks`.
Controller
Contient les Controllers et les Components de votre application.
Locale
Expand Down
2 changes: 1 addition & 1 deletion fr/orm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ Pour en savoir plus sur les Models
orm/associations
orm/behaviors
orm/schema-system
console-and-shells/orm-cache
console-shells-and-tasks/orm-cache
2 changes: 1 addition & 1 deletion fr/orm/database-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ méthode ``cacheMetadata()``::
$connection->cacheMetadata('orm_metadata');

CakePHP intègre aussi un outil CLI pour gérer les mises en cache de metadata.
Consultez le chapitre :doc:`/console-and-shells/orm-cache` pour plus
Consultez le chapitre :doc:`/console-shells-and-tasks/orm-cache` pour plus
d'information.


Expand Down
2 changes: 1 addition & 1 deletion fr/pdf-contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Contenu
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
2 changes: 1 addition & 1 deletion fr/topics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Introduction à toutes les parties clés de CakePHP:
* :doc:`/core-libraries/validation`
* :doc:`/development/testing`
* :doc:`/deployment`
* :doc:`/console-and-shells`
* :doc:`/console-shells-and-tasks`
* :doc:`/contributing`
* :doc:`/tutorials-and-examples`
16 changes: 8 additions & 8 deletions ja/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
.. toctree::
:maxdepth: 1

console-and-shells/helpers
console-and-shells/repl
console-and-shells/cron-jobs
console-and-shells/i18n-shell
console-and-shells/completion-shell
console-and-shells/plugin-shell
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-shells-and-tasks/helpers
console-shells-and-tasks/repl
console-shells-and-tasks/cron-jobs
console-shells-and-tasks/i18n-shell
console-shells-and-tasks/completion-shell
console-shells-and-tasks/plugin-shell
console-shells-and-tasks/routes-shell
console-shells-and-tasks/upgrade-shell

.. meta::
:title lang=ja: Console and Shells
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ja/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
2 changes: 1 addition & 1 deletion ja/epub-contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
2 changes: 1 addition & 1 deletion ja/intro/cakephp-folder-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ srcフォルダ

Console
あなたのアプリケーションで使うコンソールコマンドやコンソールタスクが入ります。
詳細は :doc:`/console-and-shells` を確認してください。
詳細は :doc:`/console-shells-and-tasks` を確認してください。
Controller
アプリケーションのコントローラとコンポーネントが入ります。
Locale
Expand Down
2 changes: 1 addition & 1 deletion ja/orm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ CakePHP は命名規則でテーブルクラスとエンティティクラスを
orm/associations
orm/behaviors
orm/schema-system
console-and-shells/orm-cache
console-shells-and-tasks/orm-cache
2 changes: 1 addition & 1 deletion ja/orm/database-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ CakePHP の ORM は、あなたのアプリケーションのスキーマ、イ
$connection->cacheMetadata('orm_metadata');

CakePHP にはメタデータキャッシュを管理するための CLI ツールも同梱しています。
詳細については :doc:`/console-and-shells/orm-cache` を参照してください。
詳細については :doc:`/console-shells-and-tasks/orm-cache` を参照してください。


.. meta::
Expand Down
2 changes: 1 addition & 1 deletion ja/pdf-contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Contents
controllers/components/authentication
bake
core-libraries/caching
console-and-shells
console-shells-and-tasks
development/debugging
deployment
core-libraries/email
Expand Down
Loading

0 comments on commit 32ffdf7

Please sign in to comment.