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

Skip to content

Commit ea981e7

Browse files
committed
Merge remote-tracking branch 'origin/2.0' into 2.0
2 parents 36f89d3 + 3f4fa7c commit ea981e7

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ Learn more from the Cookbook
15171517
* :doc:`File Field Reference </reference/forms/types/file>`
15181518
* :doc:`Creating Custom Field Types </cookbook/form/create_custom_field_type>`
15191519
* :doc:`/cookbook/form/form_customization`
1520-
* :doc:`/cookbook/form/dynamic_form_generation`
1520+
* :doc:`/cookbook/form/dynamic_form_modification`
15211521
* :doc:`/cookbook/form/data_transformers`
15221522

15231523
.. _`Symfony2 Form Component`: https://github.com/symfony/Form

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If there are any issues, correct them now before moving on.
119119

120120
**Note that not all web servers run as the user** ``www-data`` as in the examples
121121
below. Instead, check which user *your* web server is being run as and
122-
use it place of ``www-data``.
122+
use it in place of ``www-data``.
123123

124124
On a UNIX system, this can be done with one of the following commands:
125125

cookbook/form/dynamic_form_generation.rst renamed to cookbook/form/dynamic_form_modification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. index::
22
single: Form; Events
33

4-
How to Dynamically Generate Forms Using Form Events
4+
How to Dynamically Modify Forms Using Form Events
55
===================================================
66

77
Before jumping right into dynamic form generation, let's have a quick review

cookbook/form/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Form
66

77
form_customization
88
data_transformers
9-
dynamic_form_generation
9+
dynamic_form_modification
1010
form_collections
1111
create_custom_field_type
1212
create_form_type_extension

cookbook/map.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
* :doc:`/cookbook/form/form_customization`
7676
* :doc:`/cookbook/form/data_transformers`
77-
* :doc:`/cookbook/form/dynamic_form_generation`
77+
* :doc:`/cookbook/form/dynamic_form_modification`
7878
* :doc:`/cookbook/form/form_collections`
7979
* :doc:`/cookbook/form/create_custom_field_type`
8080
* :doc:`/cookbook/form/create_form_type_extension`

redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/cookbook/doctrine/migrations /bundles/DoctrineFixturesBundle/index
22
/cookbook/doctrine/doctrine_fixtures /bundles/DoctrineFixturesBundle/index
33
/cookbook/doctrine/mongodb /bundles/DoctrineMongoDBBundle/index
4+
/cookbook/form/dynamic_form_generation /cookbook/form/dynamic_form_modification
45
/cookbook/form/simple_signup_form_with_mongodb /bundles/DoctrineMongoDBBundle/form
56
/cookbook/email /cookbook/email/email
67
/cookbook/gmail /cookbook/email/gmail

0 commit comments

Comments
 (0)