File tree Expand file tree Collapse file tree 13 files changed +37
-37
lines changed Expand file tree Collapse file tree 13 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ which is actually a collection of various cache information.
290
290
:ref: `http-expiration-validation ` section.
291
291
292
292
.. index ::
293
- single: Cache; Cache-Control Header
293
+ single: Cache; Cache-Control header
294
294
single: HTTP headers; Cache-Control
295
295
296
296
The Cache-Control Header
@@ -624,7 +624,7 @@ code.
624
624
whether or not the resource has been updated since it was cached.
625
625
626
626
.. index ::
627
- single: Cache; Conditional Get
627
+ single: Cache; Conditional get
628
628
single: HTTP; 304
629
629
630
630
.. _optimizing-cache-validation :
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- single: Assetic; Apply Filters
2
+ single: Assetic; Apply filters
3
3
4
4
How to Apply an Assetic Filter to a Specific File Extension
5
5
===========================================================
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- single: Assetic; Image Optimization
2
+ single: Assetic; Image optimization
3
3
4
4
How to Use Assetic For Image Optimization with Twig Functions
5
5
=============================================================
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- single: Bundle ; Best Practices
2
+ single: Bundles ; Best practices
3
3
4
4
Bundle Structure and Best Practices
5
5
===================================
@@ -9,7 +9,7 @@ from classes to controllers and web resources. Even if bundles are very
9
9
flexible, you should follow some best practices if you want to distribute them.
10
10
11
11
.. index ::
12
- pair: Bundles; Naming Conventions
12
+ pair: Bundles; Naming conventions
13
13
14
14
.. _bundles-naming-conventions :
15
15
Original file line number Diff line number Diff line change 1
1
.. index ::
2
2
single: Configuration; Semantic
3
- single: Bundle; Extension Configuration
3
+ single: Bundle; Extension configuration
4
4
5
5
How to expose a Semantic Configuration for a Bundle
6
6
===================================================
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- pair: Assetic; Configuration Reference
2
+ pair: Assetic; Configuration reference
3
3
4
4
AsseticBundle Configuration Reference
5
5
=====================================
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- single: Doctrine; ORM Configuration Reference
3
- single: Configuration Reference ; Doctrine ORM
2
+ single: Doctrine; ORM configuration reference
3
+ single: Configuration reference ; Doctrine ORM
4
4
5
5
Configuration Reference
6
6
=======================
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- single: Configuration Reference ; Framework
2
+ single: Configuration reference ; Framework
3
3
4
4
FrameworkBundle Configuration ("framework")
5
5
===========================================
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- pair: Monolog; Configuration Reference
2
+ pair: Monolog; Configuration reference
3
3
4
4
Configuration Reference
5
5
=======================
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- single: Security; Configuration Reference
2
+ single: Security; Configuration reference
3
3
4
4
Security Configuration Reference
5
5
================================
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- single: Configuration Reference ; Swiftmailer
2
+ single: Configuration reference ; Swiftmailer
3
3
4
4
SwiftmailerBundle Configuration ("swiftmailer")
5
5
===============================================
Original file line number Diff line number Diff line change 1
1
.. index ::
2
- pair: Twig; Configuration Reference
2
+ pair: Twig; Configuration reference
3
3
4
4
TwigBundle Configuration Reference
5
5
==================================
Original file line number Diff line number Diff line change 1
- .. index ::
2
- single: Configuration Reference ; WebProfiler
3
-
4
- WebProfilerBundle Configuration
5
- ===============================
6
-
7
- Full Default Configuration
8
- --------------------------
9
-
10
- .. configuration-block ::
11
-
12
- .. code-block :: yaml
13
-
14
- web_profiler :
15
-
16
- # display secondary information, disable to make the toolbar shorter
17
- verbose : true
18
-
19
- # display the web debug toolbar at the bottom of pages with a summary of profiler info
20
- toolbar : false
21
-
22
- # gives you the opportunity to look at the collected data before following the redirect
1
+ .. index ::
2
+ single: Configuration reference ; WebProfiler
3
+
4
+ WebProfilerBundle Configuration
5
+ ===============================
6
+
7
+ Full Default Configuration
8
+ --------------------------
9
+
10
+ .. configuration-block ::
11
+
12
+ .. code-block :: yaml
13
+
14
+ web_profiler :
15
+
16
+ # display secondary information, disable to make the toolbar shorter
17
+ verbose : true
18
+
19
+ # display the web debug toolbar at the bottom of pages with a summary of profiler info
20
+ toolbar : false
21
+
22
+ # gives you the opportunity to look at the collected data before following the redirect
23
23
intercept_redirects : false
You can’t perform that action at this time.
0 commit comments