Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added sr/_static/img/basic_mvc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sr/_static/img/code-coverage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sr/_static/img/typical-cake-request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions sr/appendices.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
Appendices
##########

Appendices contain information regarding the new features
introduced in 2.x, and the migration path from 1.3 to 2.0.

2.4 Migration Guide
===================

.. toctree::
:maxdepth: 1

appendices/2-4-migration-guide

2.3 Migration Guide
===================

.. toctree::
:maxdepth: 1

appendices/2-3-migration-guide

2.2 Migration Guide
===================

.. toctree::
:maxdepth: 1

appendices/2-2-migration-guide

2.1 Migration Guide
===================

.. toctree::
:maxdepth: 1

appendices/2-1-migration-guide
appendices/new-features-in-cakephp-2-1

2.0 Migration Guide
===================

.. toctree::
:maxdepth: 1

appendices/2-0-migration-guide
appendices/new-features-in-cakephp-2-0
appendices/phpunit-migration-hints

Migration from 1.2 to 1.3
=========================

.. toctree::
:maxdepth: 1

appendices/migrating-from-cakephp-1-2-to-1-3
appendices/new-features-in-cakephp-1-3

General Information
===================

.. toctree::
:maxdepth: 1

appendices/cakephp-development-process
appendices/glossary


.. meta::
:title lang=en: Appendices
:keywords lang=en: migration guide,migration path,new features,glossary
Loading