Skip to content

Commit

Permalink
OD-117: Review Book and Cookbook
Browse files Browse the repository at this point in the history
  - review fixes
  • Loading branch information
Alexander Kuzmenko committed Aug 10, 2015
1 parent 4ce3fc5 commit fb699a8
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 7 deletions.
Empty file modified cookbook/faq.rst
100755 → 100644
Empty file.
6 changes: 3 additions & 3 deletions cookbook/how_to_accelerate_import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The following example shows services that should be created to add a new import
# Custom strategy
orocrm_contact.importexport.strategy.contact.add:
class: %orocrm_contact.importexport.strategy.contact.add.class%
class: "%orocrm_contact.importexport.strategy.contact.add.class%"
parent: oro_importexport.strategy.add
# Processor for custom strategy
Expand All @@ -192,6 +192,6 @@ The following example shows services that should be created to add a new import
calls:
- [setStrategy, [@orocrm_contact.importexport.strategy.contact.add]]
tags:
- { name: oro_importexport.processor, type: import, entity: %orocrm_contact.entity.class%, alias: orocrm_contact.add }
- { name: oro_importexport.processor, type: import_validation, entity: %orocrm_contact.entity.class%, alias: orocrm_contact.add }
- { name: oro_importexport.processor, type: import, entity: "%orocrm_contact.entity.class%", alias: orocrm_contact.add }
- { name: oro_importexport.processor, type: import_validation, entity: "%orocrm_contact.entity.class%", alias: orocrm_contact.add }
Empty file modified cookbook/how_to_add_an_extension_to_oro_marketplace.rst
100755 → 100644
Empty file.
Empty file modified cookbook/how_to_add_entity_event_listeners.rst
100755 → 100644
Empty file.
6 changes: 2 additions & 4 deletions cookbook/how_to_create_and_customize_application_menu.rst
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ First, you have to go to your default controller, create your action and specify
.. seealso::

You can read more about both the ``@Route`` and the ``@Template`` annotation in the
`SensioFrameworkExtraBundle documentation`_.

.. _`SensioFrameworkExtraBundle documentation`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
You can read more about both the ``@Route`` and the ``@Template`` annotation in the `SensioFrameworkExtraBundle documentation`_.

Next, you should create a template for your action with the following content:

Expand Down Expand Up @@ -183,3 +180,4 @@ References

.. _Symfony Best Practices for Structuring Bundles: http://symfony.com/doc/2.3/cookbook/bundles/best_practices.html
.. _OroPlatform NavigationBundle README.md: https://github.com/orocrm/platform/blob/master/src/Oro/Bundle/NavigationBundle/README.md
.. _`SensioFrameworkExtraBundle documentation`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
Empty file modified cookbook/how_to_create_new_bundle.rst
100755 → 100644
Empty file.
Empty file modified cookbook/how_to_enable_https.rst
100755 → 100644
Empty file.
Empty file modified cookbook/how_to_extend_existing_bundle.rst
100755 → 100644
Empty file.
Empty file modified cookbook/how_to_pass_request_parameter_to_grid.rst
100755 → 100644
Empty file.
Empty file modified cookbook/how_to_use_wsse_authentication.rst
100755 → 100644
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified cookbook/user_custom_validation_constraints.rst
100755 → 100644
Empty file.

0 comments on commit fb699a8

Please sign in to comment.