Skip to content

Commit b33e777

Browse files
committed
Merge branch '2.7' into 2.8
Conflicts: _images/quick_tour/hello_fabien.png book/installation.rst book/routing.rst book/service_container.rst components/dependency_injection/index.rst components/index.rst components/map.rst.inc controller.rst cookbook/assetic/index.rst cookbook/configuration/index.rst cookbook/map.rst.inc cookbook/security/index.rst cookbook/service_container/index.rst forms.rst reference/twig_reference.rst security/custom_authentication_provider.rst templating.rst
2 parents 113cbbc + 6d7e324 commit b33e777

File tree

450 files changed

+4811
-5727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+4811
-5727
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/_build
1+
/_build/doctrees
2+
/_build/html
23
*.pyc

.travis.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
language: python
22

3-
python: "2.7"
3+
python: 2.7
44

55
sudo: false
6-
76
cache:
8-
directories:
9-
- $HOME/.cache/pip
10-
- _build
7+
directories: [$HOME/.cache/pip]
118

129
install: pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
1310

14-
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
11+
script: sphinx-build -nW -c _build/ -b html -d _build/doctrees . _build/html
1512

1613
branches:
1714
except:
File renamed without changes.
File renamed without changes.

conf.py renamed to _build/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
# List of patterns, relative to source directory, that match files and
7777
# directories to ignore when looking for source files.
78-
exclude_patterns = ['_theme']
78+
exclude_patterns = ['_build']
7979

8080
# The reST default role (used for this markup: `text`) to use for all documents.
8181
#default_role = None
@@ -279,4 +279,3 @@
279279

280280
# Use PHP syntax highlighting in code examples by default
281281
highlight_language='php'
282-
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assetic.rst

+10

cookbook/assetic/asset_management.rst renamed to assetic/asset_management.rst

+2-2

cookbook/assetic/yuicompressor.rst renamed to assetic/yuicompressor.rst

+1-1

best_practices/configuration.rst

+3-3

best_practices/controllers.rst

+1-1

best_practices/creating-the-project.rst

+4-4

best_practices/forms.rst

+1-1

best_practices/security.rst

+9-10

best_practices/web-assets.rst

+3-3

0 commit comments

Comments
 (0)