diff --git a/en/appendices/3-1-migration-guide.rst b/en/appendices/3-1-migration-guide.rst index 52f36dc19c..14aaf7d9f6 100644 --- a/en/appendices/3-1-migration-guide.rst +++ b/en/appendices/3-1-migration-guide.rst @@ -29,7 +29,7 @@ Shell Helpers Added ------------------- - Console applications can now create helper classes that encapsulate re-usable - blocks of output logic. See the :doc:`/console-shells-and-tasks/helpers` section + blocks of output logic. See the :doc:`/console-and-shells/helpers` section for more information. RoutesShell @@ -37,7 +37,7 @@ RoutesShell - RoutesShell has been added and now provides you a simple to use CLI interface for testing and debugging routes. See the - :doc:`/console-shells-and-tasks/routes-shell` section for more information. + :doc:`/console-and-shells/routes-shell` section for more information. Controller ========== diff --git a/en/console-shells-and-tasks.rst b/en/console-and-shells.rst similarity index 98% rename from en/console-shells-and-tasks.rst rename to en/console-and-shells.rst index 456725c30b..8c89569bc7 100644 --- a/en/console-shells-and-tasks.rst +++ b/en/console-and-shells.rst @@ -1,5 +1,5 @@ -Console Shells & Tasks -###################### +Console & Shells +################ .. php:namespace:: Cake\Console @@ -299,7 +299,7 @@ Shell Helpers ============= If you have complex output generation logic, you can use -:doc:`/console-shells-and-tasks/helpers` to encapsulate this logic in a re-usable way. +:doc:`/console-and-shells/helpers` to encapsulate this logic in a re-usable way. .. _invoking-other-shells-from-your-shell: @@ -1011,14 +1011,14 @@ More Topics .. toctree:: :maxdepth: 1 - 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 + 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 .. meta:: :title lang=en: Console and Shells diff --git a/en/console-shells-and-tasks/completion-shell.rst b/en/console-and-shells/completion-shell.rst similarity index 100% rename from en/console-shells-and-tasks/completion-shell.rst rename to en/console-and-shells/completion-shell.rst diff --git a/en/console-shells-and-tasks/cron-jobs.rst b/en/console-and-shells/cron-jobs.rst similarity index 100% rename from en/console-shells-and-tasks/cron-jobs.rst rename to en/console-and-shells/cron-jobs.rst diff --git a/en/console-shells-and-tasks/helpers.rst b/en/console-and-shells/helpers.rst similarity index 100% rename from en/console-shells-and-tasks/helpers.rst rename to en/console-and-shells/helpers.rst diff --git a/en/console-shells-and-tasks/i18n-shell.rst b/en/console-and-shells/i18n-shell.rst similarity index 100% rename from en/console-shells-and-tasks/i18n-shell.rst rename to en/console-and-shells/i18n-shell.rst diff --git a/en/console-shells-and-tasks/orm-cache.rst b/en/console-and-shells/orm-cache.rst similarity index 100% rename from en/console-shells-and-tasks/orm-cache.rst rename to en/console-and-shells/orm-cache.rst diff --git a/en/console-shells-and-tasks/plugin-shell.rst b/en/console-and-shells/plugin-shell.rst similarity index 100% rename from en/console-shells-and-tasks/plugin-shell.rst rename to en/console-and-shells/plugin-shell.rst diff --git a/en/console-shells-and-tasks/repl.rst b/en/console-and-shells/repl.rst similarity index 100% rename from en/console-shells-and-tasks/repl.rst rename to en/console-and-shells/repl.rst diff --git a/en/console-shells-and-tasks/routes-shell.rst b/en/console-and-shells/routes-shell.rst similarity index 100% rename from en/console-shells-and-tasks/routes-shell.rst rename to en/console-and-shells/routes-shell.rst diff --git a/en/console-shells-and-tasks/upgrade-shell.rst b/en/console-and-shells/upgrade-shell.rst similarity index 100% rename from en/console-shells-and-tasks/upgrade-shell.rst rename to en/console-and-shells/upgrade-shell.rst diff --git a/en/contents.rst b/en/contents.rst index ae4110d9ed..492dbee032 100644 --- a/en/contents.rst +++ b/en/contents.rst @@ -27,7 +27,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/en/core-libraries/internationalization-and-localization.rst b/en/core-libraries/internationalization-and-localization.rst index 7114cf6975..0d8c739555 100644 --- a/en/core-libraries/internationalization-and-localization.rst +++ b/en/core-libraries/internationalization-and-localization.rst @@ -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 ` to learn more. +the :doc:`following chapter ` to learn more. Setting the Default Locale -------------------------- diff --git a/en/epub-contents.rst b/en/epub-contents.rst index 5f2e84394d..38fcffc95e 100644 --- a/en/epub-contents.rst +++ b/en/epub-contents.rst @@ -23,7 +23,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/en/intro/cakephp-folder-structure.rst b/en/intro/cakephp-folder-structure.rst index 18233bb892..e82573e8c8 100644 --- a/en/intro/cakephp-folder-structure.rst +++ b/en/intro/cakephp-folder-structure.rst @@ -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-shells-and-tasks`. + For more information see :doc:`/console-and-shells`. Controller Contains your application's controllers and their components. Locale diff --git a/en/orm.rst b/en/orm.rst index 126fefd3fb..5f9f372067 100644 --- a/en/orm.rst +++ b/en/orm.rst @@ -124,4 +124,4 @@ More Information orm/associations orm/behaviors orm/schema-system - console-shells-and-tasks/orm-cache + console-and-shells/orm-cache diff --git a/en/orm/database-basics.rst b/en/orm/database-basics.rst index 41ca800422..9d5f9c671e 100644 --- a/en/orm/database-basics.rst +++ b/en/orm/database-basics.rst @@ -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-shells-and-tasks/orm-cache` chapter for more information. +:doc:`/console-and-shells/orm-cache` chapter for more information. .. meta:: diff --git a/en/pdf-contents.rst b/en/pdf-contents.rst index d8f3ef2c43..244938e768 100644 --- a/en/pdf-contents.rst +++ b/en/pdf-contents.rst @@ -23,7 +23,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/en/topics.rst b/en/topics.rst index 5687fc273a..a576f87124 100644 --- a/en/topics.rst +++ b/en/topics.rst @@ -33,6 +33,6 @@ Introduction to all the key parts of CakePHP: * :doc:`/core-libraries/validation` * :doc:`/development/testing` * :doc:`/deployment` -* :doc:`/console-shells-and-tasks` +* :doc:`/console-and-shells` * :doc:`/contributing` * :doc:`/tutorials-and-examples` diff --git a/es/console-shells-and-tasks.rst b/es/console-and-shells.rst similarity index 69% rename from es/console-shells-and-tasks.rst rename to es/console-and-shells.rst index 86c591e394..ca6457cafd 100644 --- a/es/console-shells-and-tasks.rst +++ b/es/console-and-shells.rst @@ -1,5 +1,5 @@ -Console Shells & Tasks -###################### +Console & Shells +################ .. php:namespace:: Cake\Console @@ -18,14 +18,14 @@ More Topics .. toctree:: :maxdepth: 1 - 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 + 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 .. meta:: :title lang=es: Console and Shells diff --git a/es/console-shells-and-tasks/completion-shell.rst b/es/console-and-shells/completion-shell.rst similarity index 100% rename from es/console-shells-and-tasks/completion-shell.rst rename to es/console-and-shells/completion-shell.rst diff --git a/es/console-shells-and-tasks/cron-jobs.rst b/es/console-and-shells/cron-jobs.rst similarity index 100% rename from es/console-shells-and-tasks/cron-jobs.rst rename to es/console-and-shells/cron-jobs.rst diff --git a/es/console-shells-and-tasks/helpers.rst b/es/console-and-shells/helpers.rst similarity index 100% rename from es/console-shells-and-tasks/helpers.rst rename to es/console-and-shells/helpers.rst diff --git a/es/console-shells-and-tasks/i18n-shell.rst b/es/console-and-shells/i18n-shell.rst similarity index 100% rename from es/console-shells-and-tasks/i18n-shell.rst rename to es/console-and-shells/i18n-shell.rst diff --git a/es/console-shells-and-tasks/orm-cache.rst b/es/console-and-shells/orm-cache.rst similarity index 100% rename from es/console-shells-and-tasks/orm-cache.rst rename to es/console-and-shells/orm-cache.rst diff --git a/es/console-shells-and-tasks/plugin-shell.rst b/es/console-and-shells/plugin-shell.rst similarity index 100% rename from es/console-shells-and-tasks/plugin-shell.rst rename to es/console-and-shells/plugin-shell.rst diff --git a/es/console-shells-and-tasks/repl.rst b/es/console-and-shells/repl.rst similarity index 100% rename from es/console-shells-and-tasks/repl.rst rename to es/console-and-shells/repl.rst diff --git a/es/console-shells-and-tasks/routes-shell.rst b/es/console-and-shells/routes-shell.rst similarity index 100% rename from es/console-shells-and-tasks/routes-shell.rst rename to es/console-and-shells/routes-shell.rst diff --git a/es/console-shells-and-tasks/upgrade-shell.rst b/es/console-and-shells/upgrade-shell.rst similarity index 100% rename from es/console-shells-and-tasks/upgrade-shell.rst rename to es/console-and-shells/upgrade-shell.rst diff --git a/es/contents.rst b/es/contents.rst index f71cfc866e..c8473b9775 100644 --- a/es/contents.rst +++ b/es/contents.rst @@ -27,7 +27,7 @@ Contenidos controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/es/epub-contents.rst b/es/epub-contents.rst index 6ce19a2ac3..2d165caf64 100644 --- a/es/epub-contents.rst +++ b/es/epub-contents.rst @@ -23,7 +23,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/es/orm.rst b/es/orm.rst index fa260bbcd2..a41dadd776 100644 --- a/es/orm.rst +++ b/es/orm.rst @@ -27,4 +27,4 @@ More Information orm/associations orm/behaviors orm/schema-system - console-shells-and-tasks/orm-cache + console-and-shells/orm-cache diff --git a/es/pdf-contents.rst b/es/pdf-contents.rst index d8f3ef2c43..244938e768 100644 --- a/es/pdf-contents.rst +++ b/es/pdf-contents.rst @@ -23,7 +23,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/es/topics.rst b/es/topics.rst index 4be7a7981b..f95387889a 100644 --- a/es/topics.rst +++ b/es/topics.rst @@ -40,6 +40,6 @@ Using CakePHP * :doc:`/core-libraries/validation` * :doc:`/development/testing` * :doc:`/deployment` -* :doc:`/console-shells-and-tasks` +* :doc:`/console-and-shells` * :doc:`/contributing` * :doc:`/tutorials-and-examples` diff --git a/fr/appendices/3-1-migration-guide.rst b/fr/appendices/3-1-migration-guide.rst index 849782a7d4..ae4131b7e0 100644 --- a/fr/appendices/3-1-migration-guide.rst +++ b/fr/appendices/3-1-migration-guide.rst @@ -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-shells-and-tasks/helpers` pour plus d'informations. + sur :doc:`/console-and-shells/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-shells-and-tasks/routes-shell` pour plus d'informations. + section :doc:`/console-and-shells/routes-shell` pour plus d'informations. Controller ========== diff --git a/fr/console-shells-and-tasks.rst b/fr/console-and-shells.rst similarity index 98% rename from fr/console-shells-and-tasks.rst rename to fr/console-and-shells.rst index 7e976aa9b1..c59ba7f412 100644 --- a/fr/console-shells-and-tasks.rst +++ b/fr/console-and-shells.rst @@ -1,5 +1,5 @@ -Console Shells & Tasks -###################### +Console & Shells +################ .. php:namespace:: Cake\Console @@ -321,7 +321,7 @@ Shell Helpers ============= Si vous avez une logique complexe de génération de sortie, vous pouvez utiliser -les :doc:`/console-shells-and-tasks/helpers` pour encapsuler cette logique d'une manière +les :doc:`/console-and-shells/helpers` pour encapsuler cette logique d'une manière réutilisable. .. _invoking-other-shells-from-your-shell: @@ -1076,14 +1076,14 @@ Plus de sujets .. toctree:: :maxdepth: 1 - 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 + 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 .. meta:: :title lang=fr: Console et Shells diff --git a/fr/console-shells-and-tasks/completion-shell.rst b/fr/console-and-shells/completion-shell.rst similarity index 100% rename from fr/console-shells-and-tasks/completion-shell.rst rename to fr/console-and-shells/completion-shell.rst diff --git a/fr/console-shells-and-tasks/cron-jobs.rst b/fr/console-and-shells/cron-jobs.rst similarity index 100% rename from fr/console-shells-and-tasks/cron-jobs.rst rename to fr/console-and-shells/cron-jobs.rst diff --git a/fr/console-shells-and-tasks/helpers.rst b/fr/console-and-shells/helpers.rst similarity index 100% rename from fr/console-shells-and-tasks/helpers.rst rename to fr/console-and-shells/helpers.rst diff --git a/fr/console-shells-and-tasks/i18n-shell.rst b/fr/console-and-shells/i18n-shell.rst similarity index 100% rename from fr/console-shells-and-tasks/i18n-shell.rst rename to fr/console-and-shells/i18n-shell.rst diff --git a/fr/console-shells-and-tasks/orm-cache.rst b/fr/console-and-shells/orm-cache.rst similarity index 100% rename from fr/console-shells-and-tasks/orm-cache.rst rename to fr/console-and-shells/orm-cache.rst diff --git a/fr/console-shells-and-tasks/plugin-shell.rst b/fr/console-and-shells/plugin-shell.rst similarity index 100% rename from fr/console-shells-and-tasks/plugin-shell.rst rename to fr/console-and-shells/plugin-shell.rst diff --git a/fr/console-shells-and-tasks/repl.rst b/fr/console-and-shells/repl.rst similarity index 100% rename from fr/console-shells-and-tasks/repl.rst rename to fr/console-and-shells/repl.rst diff --git a/fr/console-shells-and-tasks/routes-shell.rst b/fr/console-and-shells/routes-shell.rst similarity index 100% rename from fr/console-shells-and-tasks/routes-shell.rst rename to fr/console-and-shells/routes-shell.rst diff --git a/fr/console-shells-and-tasks/upgrade-shell.rst b/fr/console-and-shells/upgrade-shell.rst similarity index 100% rename from fr/console-shells-and-tasks/upgrade-shell.rst rename to fr/console-and-shells/upgrade-shell.rst diff --git a/fr/contents.rst b/fr/contents.rst index 8c9b081ad1..171458fde6 100644 --- a/fr/contents.rst +++ b/fr/contents.rst @@ -27,7 +27,7 @@ Contenu controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/fr/core-libraries/internationalization-and-localization.rst b/fr/core-libraries/internationalization-and-localization.rst index 5037972b1a..bb9918ffa9 100644 --- a/fr/core-libraries/internationalization-and-localization.rst +++ b/fr/core-libraries/internationalization-and-localization.rst @@ -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 ` pour en savoir +:doc:`chapitre suivant ` pour en savoir plus. Définir la Locale par Défaut diff --git a/fr/epub-contents.rst b/fr/epub-contents.rst index 1f46d48096..f7ed128b81 100644 --- a/fr/epub-contents.rst +++ b/fr/epub-contents.rst @@ -23,7 +23,7 @@ Contenu controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/fr/intro/cakephp-folder-structure.rst b/fr/intro/cakephp-folder-structure.rst index 3cf6b7edad..49fb5828fa 100644 --- a/fr/intro/cakephp-folder-structure.rst +++ b/fr/intro/cakephp-folder-structure.rst @@ -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-shells-and-tasks`. + :doc:`/console-and-shells`. Controller Contient les Controllers et les Components de votre application. Locale diff --git a/fr/orm.rst b/fr/orm.rst index 66e06139e1..657ca95a32 100644 --- a/fr/orm.rst +++ b/fr/orm.rst @@ -136,4 +136,4 @@ Pour en savoir plus sur les Models orm/associations orm/behaviors orm/schema-system - console-shells-and-tasks/orm-cache + console-and-shells/orm-cache diff --git a/fr/orm/database-basics.rst b/fr/orm/database-basics.rst index b1135f33f1..6274255bac 100644 --- a/fr/orm/database-basics.rst +++ b/fr/orm/database-basics.rst @@ -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-shells-and-tasks/orm-cache` pour plus +Consultez le chapitre :doc:`/console-and-shells/orm-cache` pour plus d'information. diff --git a/fr/pdf-contents.rst b/fr/pdf-contents.rst index c1ae1ae66e..d0dbf304c4 100644 --- a/fr/pdf-contents.rst +++ b/fr/pdf-contents.rst @@ -23,7 +23,7 @@ Contenu controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/fr/topics.rst b/fr/topics.rst index f490e11fd2..fbcdd00bfc 100644 --- a/fr/topics.rst +++ b/fr/topics.rst @@ -33,6 +33,6 @@ Introduction à toutes les parties clés de CakePHP: * :doc:`/core-libraries/validation` * :doc:`/development/testing` * :doc:`/deployment` -* :doc:`/console-shells-and-tasks` +* :doc:`/console-and-shells` * :doc:`/contributing` * :doc:`/tutorials-and-examples` diff --git a/ja/console-and-shells.rst b/ja/console-and-shells.rst index 659279f1e7..ddead3e918 100644 --- a/ja/console-and-shells.rst +++ b/ja/console-and-shells.rst @@ -18,14 +18,14 @@ .. toctree:: :maxdepth: 1 - 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 + 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 .. meta:: :title lang=ja: Console and Shells diff --git a/ja/console-shells-and-tasks/completion-shell.rst b/ja/console-and-shells/completion-shell.rst similarity index 100% rename from ja/console-shells-and-tasks/completion-shell.rst rename to ja/console-and-shells/completion-shell.rst diff --git a/ja/console-shells-and-tasks/cron-jobs.rst b/ja/console-and-shells/cron-jobs.rst similarity index 100% rename from ja/console-shells-and-tasks/cron-jobs.rst rename to ja/console-and-shells/cron-jobs.rst diff --git a/ja/console-shells-and-tasks/helpers.rst b/ja/console-and-shells/helpers.rst similarity index 100% rename from ja/console-shells-and-tasks/helpers.rst rename to ja/console-and-shells/helpers.rst diff --git a/ja/console-shells-and-tasks/i18n-shell.rst b/ja/console-and-shells/i18n-shell.rst similarity index 100% rename from ja/console-shells-and-tasks/i18n-shell.rst rename to ja/console-and-shells/i18n-shell.rst diff --git a/ja/console-shells-and-tasks/orm-cache.rst b/ja/console-and-shells/orm-cache.rst similarity index 100% rename from ja/console-shells-and-tasks/orm-cache.rst rename to ja/console-and-shells/orm-cache.rst diff --git a/ja/console-shells-and-tasks/plugin-shell.rst b/ja/console-and-shells/plugin-shell.rst similarity index 100% rename from ja/console-shells-and-tasks/plugin-shell.rst rename to ja/console-and-shells/plugin-shell.rst diff --git a/ja/console-shells-and-tasks/repl.rst b/ja/console-and-shells/repl.rst similarity index 100% rename from ja/console-shells-and-tasks/repl.rst rename to ja/console-and-shells/repl.rst diff --git a/ja/console-shells-and-tasks/routes-shell.rst b/ja/console-and-shells/routes-shell.rst similarity index 100% rename from ja/console-shells-and-tasks/routes-shell.rst rename to ja/console-and-shells/routes-shell.rst diff --git a/ja/console-shells-and-tasks/upgrade-shell.rst b/ja/console-and-shells/upgrade-shell.rst similarity index 100% rename from ja/console-shells-and-tasks/upgrade-shell.rst rename to ja/console-and-shells/upgrade-shell.rst diff --git a/ja/contents.rst b/ja/contents.rst index 3e8219b8e2..4f7028a12a 100755 --- a/ja/contents.rst +++ b/ja/contents.rst @@ -27,7 +27,7 @@ controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/ja/epub-contents.rst b/ja/epub-contents.rst index 4f28eeef8e..9d4f169712 100644 --- a/ja/epub-contents.rst +++ b/ja/epub-contents.rst @@ -23,7 +23,7 @@ controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/ja/intro/cakephp-folder-structure.rst b/ja/intro/cakephp-folder-structure.rst index 61375dfdf4..361c8f9416 100644 --- a/ja/intro/cakephp-folder-structure.rst +++ b/ja/intro/cakephp-folder-structure.rst @@ -51,7 +51,7 @@ srcフォルダ Console あなたのアプリケーションで使うコンソールコマンドやコンソールタスクが入ります。 - 詳細は :doc:`/console-shells-and-tasks` を確認してください。 + 詳細は :doc:`/console-and-shells` を確認してください。 Controller アプリケーションのコントローラとコンポーネントが入ります。 Locale diff --git a/ja/orm.rst b/ja/orm.rst index 419f516c02..ede0616e91 100644 --- a/ja/orm.rst +++ b/ja/orm.rst @@ -197,4 +197,4 @@ CakePHP は命名規則でテーブルクラスとエンティティクラスを orm/associations orm/behaviors orm/schema-system - console-shells-and-tasks/orm-cache + console-and-shells/orm-cache diff --git a/ja/orm/database-basics.rst b/ja/orm/database-basics.rst index 43b8b194cc..f2dd8299a1 100644 --- a/ja/orm/database-basics.rst +++ b/ja/orm/database-basics.rst @@ -762,7 +762,7 @@ CakePHP の ORM は、あなたのアプリケーションのスキーマ、イ $connection->cacheMetadata('orm_metadata'); CakePHP にはメタデータキャッシュを管理するための CLI ツールも同梱しています。 -詳細については :doc:`/console-shells-and-tasks/orm-cache` を参照してください。 +詳細については :doc:`/console-and-shells/orm-cache` を参照してください。 .. meta:: diff --git a/ja/pdf-contents.rst b/ja/pdf-contents.rst index d8f3ef2c43..244938e768 100644 --- a/ja/pdf-contents.rst +++ b/ja/pdf-contents.rst @@ -23,7 +23,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/ja/topics.rst b/ja/topics.rst index a7d1142f2d..225a132f28 100644 --- a/ja/topics.rst +++ b/ja/topics.rst @@ -42,6 +42,6 @@ Using CakePHP * :doc:`/core-libraries/validation` * :doc:`/development/testing` * :doc:`/deployment` -* :doc:`/console-shells-and-tasks` +* :doc:`/console-and-shells` * :doc:`/contributing` * :doc:`/tutorials-and-examples` diff --git a/pt/console-and-shells.rst b/pt/console-and-shells.rst index 0c7c5f349c..3eb8591393 100644 --- a/pt/console-and-shells.rst +++ b/pt/console-and-shells.rst @@ -937,14 +937,14 @@ Mais tópicos .. toctree:: :maxdepth: 1 - 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 + 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 .. meta:: :title lang=pt: Console e Shells diff --git a/pt/console-shells-and-tasks/completion-shell.rst b/pt/console-and-shells/completion-shell.rst similarity index 100% rename from pt/console-shells-and-tasks/completion-shell.rst rename to pt/console-and-shells/completion-shell.rst diff --git a/pt/console-shells-and-tasks/cron-jobs.rst b/pt/console-and-shells/cron-jobs.rst similarity index 100% rename from pt/console-shells-and-tasks/cron-jobs.rst rename to pt/console-and-shells/cron-jobs.rst diff --git a/pt/console-shells-and-tasks/helpers.rst b/pt/console-and-shells/helpers.rst similarity index 100% rename from pt/console-shells-and-tasks/helpers.rst rename to pt/console-and-shells/helpers.rst diff --git a/pt/console-shells-and-tasks/i18n-shell.rst b/pt/console-and-shells/i18n-shell.rst similarity index 100% rename from pt/console-shells-and-tasks/i18n-shell.rst rename to pt/console-and-shells/i18n-shell.rst diff --git a/pt/console-shells-and-tasks/orm-cache.rst b/pt/console-and-shells/orm-cache.rst similarity index 100% rename from pt/console-shells-and-tasks/orm-cache.rst rename to pt/console-and-shells/orm-cache.rst diff --git a/pt/console-shells-and-tasks/plugin-shell.rst b/pt/console-and-shells/plugin-shell.rst similarity index 100% rename from pt/console-shells-and-tasks/plugin-shell.rst rename to pt/console-and-shells/plugin-shell.rst diff --git a/pt/console-shells-and-tasks/repl.rst b/pt/console-and-shells/repl.rst similarity index 100% rename from pt/console-shells-and-tasks/repl.rst rename to pt/console-and-shells/repl.rst diff --git a/pt/console-shells-and-tasks/routes-shell.rst b/pt/console-and-shells/routes-shell.rst similarity index 100% rename from pt/console-shells-and-tasks/routes-shell.rst rename to pt/console-and-shells/routes-shell.rst diff --git a/pt/console-shells-and-tasks/upgrade-shell.rst b/pt/console-and-shells/upgrade-shell.rst similarity index 100% rename from pt/console-shells-and-tasks/upgrade-shell.rst rename to pt/console-and-shells/upgrade-shell.rst diff --git a/pt/contents.rst b/pt/contents.rst index a76054a200..b6f6f228b7 100644 --- a/pt/contents.rst +++ b/pt/contents.rst @@ -27,7 +27,7 @@ Conteúdo controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/pt/epub-contents.rst b/pt/epub-contents.rst index c26815e6e4..b8dc96ef70 100644 --- a/pt/epub-contents.rst +++ b/pt/epub-contents.rst @@ -23,7 +23,7 @@ Conteúdo controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/pt/intro/cakephp-folder-structure.rst b/pt/intro/cakephp-folder-structure.rst index 0c72ddb839..dcb2e194b3 100644 --- a/pt/intro/cakephp-folder-structure.rst +++ b/pt/intro/cakephp-folder-structure.rst @@ -55,7 +55,7 @@ de sua aplicação. Vamos ver mais de perto a estrutura de pastas dentro de *src Console Contém os comandos e tarefas de console para sua aplicação. - Para mais informações veja :doc:`/console-shells-and-tasks`. + Para mais informações veja :doc:`/console-and-shells`. Controller Contém os controllers de sua aplicação e seus componentes. Locale diff --git a/pt/orm.rst b/pt/orm.rst index 4536649415..7b5b6dc4cf 100644 --- a/pt/orm.rst +++ b/pt/orm.rst @@ -129,4 +129,4 @@ Mais informação orm/associations orm/behaviors orm/schema-system - console-shells-and-tasks/orm-cache + console-and-shells/orm-cache diff --git a/pt/pdf-contents.rst b/pt/pdf-contents.rst index 97b7629bed..406bb561eb 100644 --- a/pt/pdf-contents.rst +++ b/pt/pdf-contents.rst @@ -23,7 +23,7 @@ Conteúdo controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/pt/topics.rst b/pt/topics.rst index e085ed7e1f..ea1bdbde95 100644 --- a/pt/topics.rst +++ b/pt/topics.rst @@ -33,6 +33,6 @@ Introdução aos principais tópicos do CakePHP: * :doc:`/core-libraries/validation` * :doc:`/development/testing` * :doc:`/deployment` -* :doc:`/console-shells-and-tasks` +* :doc:`/console-and-shells` * :doc:`/contributing` * :doc:`/tutorials-and-examples` diff --git a/tr/console-and-shells.rst b/tr/console-and-shells.rst index 7d35a1c843..e06278912c 100644 --- a/tr/console-and-shells.rst +++ b/tr/console-and-shells.rst @@ -934,14 +934,14 @@ Diğer Konular .. toctree:: :maxdepth: 1 - 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 + 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 .. meta:: :title lang=tr: Konsol ve Kabuklar diff --git a/tr/console-shells-and-tasks/completion-shell.rst b/tr/console-and-shells/completion-shell.rst similarity index 100% rename from tr/console-shells-and-tasks/completion-shell.rst rename to tr/console-and-shells/completion-shell.rst diff --git a/tr/console-shells-and-tasks/cron-jobs.rst b/tr/console-and-shells/cron-jobs.rst similarity index 100% rename from tr/console-shells-and-tasks/cron-jobs.rst rename to tr/console-and-shells/cron-jobs.rst diff --git a/tr/console-shells-and-tasks/helpers.rst b/tr/console-and-shells/helpers.rst similarity index 100% rename from tr/console-shells-and-tasks/helpers.rst rename to tr/console-and-shells/helpers.rst diff --git a/tr/console-shells-and-tasks/i18n-shell.rst b/tr/console-and-shells/i18n-shell.rst similarity index 100% rename from tr/console-shells-and-tasks/i18n-shell.rst rename to tr/console-and-shells/i18n-shell.rst diff --git a/tr/console-shells-and-tasks/orm-cache.rst b/tr/console-and-shells/orm-cache.rst similarity index 100% rename from tr/console-shells-and-tasks/orm-cache.rst rename to tr/console-and-shells/orm-cache.rst diff --git a/tr/console-shells-and-tasks/plugin-shell.rst b/tr/console-and-shells/plugin-shell.rst similarity index 100% rename from tr/console-shells-and-tasks/plugin-shell.rst rename to tr/console-and-shells/plugin-shell.rst diff --git a/tr/console-shells-and-tasks/repl.rst b/tr/console-and-shells/repl.rst similarity index 100% rename from tr/console-shells-and-tasks/repl.rst rename to tr/console-and-shells/repl.rst diff --git a/tr/console-shells-and-tasks/routes-shell.rst b/tr/console-and-shells/routes-shell.rst similarity index 100% rename from tr/console-shells-and-tasks/routes-shell.rst rename to tr/console-and-shells/routes-shell.rst diff --git a/tr/console-shells-and-tasks/upgrade-shell.rst b/tr/console-and-shells/upgrade-shell.rst similarity index 100% rename from tr/console-shells-and-tasks/upgrade-shell.rst rename to tr/console-and-shells/upgrade-shell.rst diff --git a/tr/contents.rst b/tr/contents.rst index 3f2ee74f2e..16f1986c35 100644 --- a/tr/contents.rst +++ b/tr/contents.rst @@ -27,7 +27,7 @@ controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/tr/epub-contents.rst b/tr/epub-contents.rst index dd502215ea..dcb1ba5bbc 100644 --- a/tr/epub-contents.rst +++ b/tr/epub-contents.rst @@ -23,7 +23,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/tr/orm.rst b/tr/orm.rst index 1bb437362d..9380092521 100644 --- a/tr/orm.rst +++ b/tr/orm.rst @@ -24,4 +24,4 @@ More Information orm/associations orm/behaviors orm/schema-system - console-shells-and-tasks/orm-cache + console-and-shells/orm-cache diff --git a/tr/pdf-contents.rst b/tr/pdf-contents.rst index d8f3ef2c43..244938e768 100644 --- a/tr/pdf-contents.rst +++ b/tr/pdf-contents.rst @@ -23,7 +23,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/tr/topics.rst b/tr/topics.rst index 73f7385602..4010be14bd 100644 --- a/tr/topics.rst +++ b/tr/topics.rst @@ -32,6 +32,6 @@ CakePHP'nin en öenmli kısımlarına giriş yapalım: * :doc:`/core-libraries/validation` * :doc:`/development/testing` * :doc:`/deployment` -* :doc:`/console-shells-and-tasks` +* :doc:`/console-and-shells` * :doc:`/contributing` * :doc:`/tutorials-and-examples` diff --git a/zh/console-shells-and-tasks.rst b/zh/console-and-shells.rst similarity index 66% rename from zh/console-shells-and-tasks.rst rename to zh/console-and-shells.rst index 04bd46353d..b034b9873a 100644 --- a/zh/console-shells-and-tasks.rst +++ b/zh/console-and-shells.rst @@ -1,5 +1,5 @@ -Console Shells & Tasks -###################### +Console & Shells +################ .. php:namespace:: Cake\Console @@ -17,14 +17,14 @@ Console Shells & Tasks .. toctree:: :maxdepth: 1 - 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 + 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 .. meta:: :title lang=zh: Console and Shells diff --git a/zh/console-shells-and-tasks/completion-shell.rst b/zh/console-and-shells/completion-shell.rst similarity index 100% rename from zh/console-shells-and-tasks/completion-shell.rst rename to zh/console-and-shells/completion-shell.rst diff --git a/zh/console-shells-and-tasks/cron-jobs.rst b/zh/console-and-shells/cron-jobs.rst similarity index 100% rename from zh/console-shells-and-tasks/cron-jobs.rst rename to zh/console-and-shells/cron-jobs.rst diff --git a/zh/console-shells-and-tasks/helpers.rst b/zh/console-and-shells/helpers.rst similarity index 100% rename from zh/console-shells-and-tasks/helpers.rst rename to zh/console-and-shells/helpers.rst diff --git a/zh/console-shells-and-tasks/i18n-shell.rst b/zh/console-and-shells/i18n-shell.rst similarity index 100% rename from zh/console-shells-and-tasks/i18n-shell.rst rename to zh/console-and-shells/i18n-shell.rst diff --git a/zh/console-shells-and-tasks/orm-cache.rst b/zh/console-and-shells/orm-cache.rst similarity index 100% rename from zh/console-shells-and-tasks/orm-cache.rst rename to zh/console-and-shells/orm-cache.rst diff --git a/zh/console-shells-and-tasks/plugin-shell.rst b/zh/console-and-shells/plugin-shell.rst similarity index 100% rename from zh/console-shells-and-tasks/plugin-shell.rst rename to zh/console-and-shells/plugin-shell.rst diff --git a/zh/console-shells-and-tasks/repl.rst b/zh/console-and-shells/repl.rst similarity index 100% rename from zh/console-shells-and-tasks/repl.rst rename to zh/console-and-shells/repl.rst diff --git a/zh/console-shells-and-tasks/routes-shell.rst b/zh/console-and-shells/routes-shell.rst similarity index 100% rename from zh/console-shells-and-tasks/routes-shell.rst rename to zh/console-and-shells/routes-shell.rst diff --git a/zh/console-shells-and-tasks/upgrade-shell.rst b/zh/console-and-shells/upgrade-shell.rst similarity index 100% rename from zh/console-shells-and-tasks/upgrade-shell.rst rename to zh/console-and-shells/upgrade-shell.rst diff --git a/zh/contents.rst b/zh/contents.rst index 564d6fe27a..56fae5f4a3 100644 --- a/zh/contents.rst +++ b/zh/contents.rst @@ -27,7 +27,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/zh/epub-contents.rst b/zh/epub-contents.rst index 7ce0441e3c..aa233fa40b 100644 --- a/zh/epub-contents.rst +++ b/zh/epub-contents.rst @@ -23,7 +23,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/zh/orm.rst b/zh/orm.rst index f36f93403e..0a1f5b922c 100644 --- a/zh/orm.rst +++ b/zh/orm.rst @@ -26,4 +26,4 @@ Models orm/associations orm/behaviors orm/schema-system - console-shells-and-tasks/orm-cache + console-and-shells/orm-cache diff --git a/zh/pdf-contents.rst b/zh/pdf-contents.rst index d8f3ef2c43..244938e768 100644 --- a/zh/pdf-contents.rst +++ b/zh/pdf-contents.rst @@ -23,7 +23,7 @@ Contents controllers/components/authentication bake core-libraries/caching - console-shells-and-tasks + console-and-shells development/debugging deployment core-libraries/email diff --git a/zh/topics.rst b/zh/topics.rst index cf0789ee17..5537cba05b 100644 --- a/zh/topics.rst +++ b/zh/topics.rst @@ -42,6 +42,6 @@ Using CakePHP * :doc:`/core-libraries/validation` * :doc:`/development/testing` * :doc:`/deployment` -* :doc:`/console-shells-and-tasks` +* :doc:`/console-and-shells` * :doc:`/contributing` * :doc:`/tutorials-and-examples`