Skip to content

Commit

Permalink
Merge pull request #111 from FriendsOfSymfony/refactor-docs
Browse files Browse the repository at this point in the history
Refactor docs
  • Loading branch information
dbu committed Jul 30, 2014
2 parents d22a5e3 + 308be68 commit 51bee50
Show file tree
Hide file tree
Showing 40 changed files with 1,362 additions and 947 deletions.
4 changes: 0 additions & 4 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,6 @@ private function addFlashMessageSection(ArrayNodeDefinition $rootNode)
->defaultFalse()
->info('Whether the cookie should only be transmitted over a secure HTTPS connection from the client.')
->end()
->scalarNode('httpOnly')
->defaultTrue()
->info('Whether the cookie will be made accessible only through the HTTP protocol.')
->end()
->end()
->end()
->end();
Expand Down
2 changes: 1 addition & 1 deletion EventListener/FlashMessageSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function onKernelResponse(FilterResponseEvent $event)
$this->options['path'],
$this->options['host'],
$this->options['secure'],
$this->options['httpOnly']
false
);

$response->headers->setCookie($cookie);
Expand Down
4 changes: 2 additions & 2 deletions Resources/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'FOSHttptpCacheBundle', 'FOSHttptpCacheBundle Documentation',
'David de Boer, David Buchmann', 'FOSHttptpCacheBundle', 'One line description of project.',
('index', 'FOSHttpCacheBundle', 'FOSHttpCacheBundle Documentation',
'David de Boer, David Buchmann', 'FOSHttpCacheBundle', 'A Symfony bundle to help with HTTP caching and invalidation',
'Miscellaneous'),
]

Expand Down
32 changes: 0 additions & 32 deletions Resources/doc/configuration/debug.rst

This file was deleted.

64 changes: 0 additions & 64 deletions Resources/doc/configuration/index.rst

This file was deleted.

92 changes: 0 additions & 92 deletions Resources/doc/configuration/proxy-client.rst

This file was deleted.

8 changes: 0 additions & 8 deletions Resources/doc/event-subscribers.rst

This file was deleted.

0 comments on commit 51bee50

Please sign in to comment.