Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 918aad8

Browse files
Added some missing index entries
1 parent fccf571 commit 918aad8

26 files changed

+75
-5
lines changed

book/stable_api.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Stable API
3+
14
The Symfony2 Stable API
25
=======================
36

components/dependency_injection/compilation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Compiling the Container
1+
.. index::
2+
single: Dependency Injection; Compilation
3+
4+
Compiling the Container
25
=======================
36

47
The service container can be compiled for various reasons. These reasons

components/yaml.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Yaml
3+
14
The YAML Component
25
==================
36

cookbook/bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Bundles; Best Practices
2+
single: Bundle; Best Practices
33

44
Bundle Structure and Best Practices
55
===================================

cookbook/configuration/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Environments;
2+
single: Environments
33

44
How to Master and Create new Environments
55
=========================================

cookbook/controller/error_pages.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. index::
2+
single: Controller; Customize error pages
3+
single: Error pages
4+
15
How to customize Error Pages
26
============================
37

cookbook/doctrine/common_extensions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Doctrine; Common extensions
3+
14
Doctrine Extensions: Timestampable, Sluggable, Translatable, etc.
25
=================================================================
36

cookbook/doctrine/custom_dql_functions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Doctrine; Custom DQL functions
3+
14
Registering Custom DQL Functions
25
================================
36

cookbook/doctrine/event_listeners_subscribers.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Doctrine; Event listeners and subscribers
3+
14
.. _doctrine-event-config:
25

36
Registering Event Listeners and Subscribers

cookbook/doctrine/file_uploads.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. index::
2+
single: Doctrine; File uploads
3+
4+
15
How to handle File Uploads with Doctrine
26
========================================
37

cookbook/doctrine/multiple_entity_managers.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Doctrine; Multiple entity managers
3+
14
How to work with Multiple Entity Managers
25
=========================================
36

cookbook/email/dev_environment.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Emails; In development
3+
14
How to Work with Emails During Development
25
==========================================
36

cookbook/email/spool.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Emails; Spooling
3+
14
How to Spool Email
25
==================
36

cookbook/form/data_transformers.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Form; Data transformers
3+
14
Using Data Transformers
25
=======================
36

cookbook/form/use_virtuals_forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Form; Use virtual forms
2+
single: Form; Virtual forms
33

44
How to use the Virtual Form Field Option
55
========================================

cookbook/logging/monolog_email.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Logging; Emailling errors
3+
14
How to Configure Monolog to Email Errors
25
========================================
36

cookbook/security/force_https.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Security; Force HTTPS
3+
14
How to force HTTPS or HTTP for Different URLs
25
=============================================
36

cookbook/security/form_login.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Security; Customizing form login
3+
14
How to customize your Form Login
25
================================
36

cookbook/security/remember_me.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Security; "Remember me"
3+
14
How to add "Remember Me" Login Functionality
25
============================================
36

cookbook/security/securing_services.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. index::
2+
single: Security; Securing any service
3+
single: Security; Securing any method
4+
15
How to secure any Service or Method in your Application
26
=======================================================
37

cookbook/service_container/compiler_passes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. index::
2+
single: Dependency Injection; Compiler passes
3+
single: Service Container; Compiler passes
4+
15
How to work with Compiler Passes in Bundles
26
===========================================
37

cookbook/service_container/scopes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Dependency Injection; Scopes
3+
14
How to work with Scopes
25
=======================
36

cookbook/symfony1.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: symfony1
3+
14
How Symfony2 differs from symfony1
25
==================================
36

cookbook/testing/insulating_clients.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Tests
2+
single: Tests; Insulating clients
33

44
How to test the Interaction of several Clients
55
==============================================

cookbook/workflow/new_project_git.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Workflow; Git
3+
14
How to Create and store a Symfony2 Project in git
25
=================================================
36

cookbook/workflow/new_project_svn.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. index::
2+
single: Workflow; Subversion
3+
14
How to Create and store a Symfony2 Project in Subversion
25
========================================================
36

0 commit comments

Comments
 (0)