michaelwilliams
|
46b711c4a8
Update PDO session storage to check if any rows are updated when doing a session write. If no rows are udpated when performing a session write it generally means that we have created a new session id somewhere and we have not inserted into the database. This is the case for when calling regenerate_session_id() from the native session storage class. It will update the session id then call sessionWrite() to save the session but since the new session id does not exist in the DB, no rows are updated and any new session attributes such as security tokens are lost.
|
14 anos atrás |
Ryan Weaver
|
b9883a3bad
[Config] Improving the exception when a resource cannot be imported
|
14 anos atrás |
Ryan Weaver
|
65ac5ec7c0
[DependencyInjection] Fixing a bug where "ignore_errors" doesn't work in YAML and XML
|
14 anos atrás |
Ryan Weaver
|
083b25b68c
[HttpKernel] Wrapping the end of handleException() in a try-catch to prevent response listeners from throwing another exception
|
14 anos atrás |
Kris Wallsmith
|
98b3a2d9eb
[AsseticBundle] fixed twig classes for api changes in assetic
|
14 anos atrás |
Kris Wallsmith
|
2bc8c5f796
[AsseticBundle] moved some parameter defaults to Configuration
|
14 anos atrás |
Fabien Potencier
|
54655104ca
[Process] changed run() behavior to always populate getOutput() and getErrorOutput()
|
14 anos atrás |
Fabien Potencier
|
1a486492b8
[HttpKernel] fixed test
|
14 anos atrás |
Kris Wallsmith
|
347b66a2b6
[AsseticBundle] fixed definition of filter configs
|
14 anos atrás |
Kris Wallsmith
|
e2f317c0bb
[AsseticBundle] added coalescing directory resources that check the kernel for bundle templates
|
14 anos atrás |
Fabien Potencier
|
10297d4eb5
Merge remote branch 'hason/frameworkbundle'
|
14 anos atrás |
Kris Wallsmith
|
daccbf45bf
[Routing] updated for DirectoryResource changes
|
14 anos atrás |
Kris Wallsmith
|
c51b716180
[Config] simplified DirectoryResource to only allow one regex
|
14 anos atrás |
Johannes Schmitt
|
4776f9523b
[SecurityBundle] inline parameters which are only used in one place
|
14 anos atrás |
Martin Hason
|
e43b53fea3
[HttpKernel] removed unused class
|
14 anos atrás |
Martin Hason
|
57b1b4992b
[FrameworkBundle] fixed bugs
|
14 anos atrás |
Martin Hason
|
c045f2896b
[FrameworkBundle] fixed test on windows
|
14 anos atrás |
Martin Hason
|
3baebe4e3b
[FrameworkBundle] fixed CS
|
14 anos atrás |
Fabien Potencier
|
c9c66db108
Merge remote branch 'kadeer/master'
|
14 anos atrás |
Johannes Schmitt
|
e0c745757d
[SecurityBundle] moved all non-class parameters to the Configuration file
|
14 anos atrás |
Fabien Potencier
|
046e3637db
[FrameworkBundle] removed unused parameters
|
14 anos atrás |
Fabien Potencier
|
46dc196288
[DoctrineMongoDBBundle] added a FIXME not for non-working code
|
14 anos atrás |
Fabien Potencier
|
eb21f5b76e
[FrameworkBundle] moved some validation related services to the XML services file
|
14 anos atrás |
Fabien Potencier
|
33add37f7c
[FrameworkBundle] removed the validator.annotations.namespaces parameter
|
14 anos atrás |
Fabien Potencier
|
fe19646470
[HttpKernel] made the _route request attribute _internal for embedded controller renderings
|
14 anos atrás |
Fabien Potencier
|
a9160eee70
[Validator] made fields the default option for Collection constraint
|
14 anos atrás |
Fabien Potencier
|
16a98cf104
[Validator] added a Metadata factory that can be used with ValidatorInterface::validateValue()
|
14 anos atrás |
Lukas Kahwe Smith
|
ab93d40855
added default implementation for getNamespace()
|
14 anos atrás |
Martin Hason
|
e21591e16e
[Validator] fixed CS
|
14 anos atrás |
Abdulkadir N. A.
|
8931096449
[DoctrineBundle] fixes issues with $this->container->get('form.context')
|
14 anos atrás |