Bulat Shakirzyanov
|
acb19bc43f
[FrameworkBundle] added 'document_root' option for File objects
|
14 anos atrás |
Fabien Potencier
|
6d1e91a1fa
refactored bundle management
|
14 anos atrás |
Bernhard Schussek
|
8f8f53d631
[Form][FrameworkBundle] Implemented FormFactory and added it to the DI container
|
14 anos atrás |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 anos atrás |
Fabien Potencier
|
ea279278ae
disable session if not explicitely enabled
|
14 anos atrás |
Fabien Potencier
|
e0050dfc8f
[FrameworkBundle] added a compiler pass for translation loaders
|
14 anos atrás |
Fabien Potencier
|
b7d2528384
added a way for any extension to add classes to the class cache
|
14 anos atrás |
Fabien Potencier
|
055b6e4d6e
made a big refactoring of the templating sub-framework
|
14 anos atrás |
Bulat Shakirzyanov
|
8cd54453f1
[Form, FrameworkBundle] added csrf tokens reset on Kernel::shutdown() to preven tokens stacking in tests
|
14 anos atrás |
Johannes M. Schmitt
|
c77fb2d0a0
added validator pass to pass config
|
14 anos atrás |
Johannes M. Schmitt
|
c5ef113b18
DI container optimization
|
14 anos atrás |
Bernhard Schussek
|
48af2fc86e
[Form][FrameworkBundle][HttpFoundation] The session is now automatically started when a form is CSRF protected
|
14 anos atrás |
Fabien Potencier
|
2985cfa5a9
[FrameworkBundle] converted the special Profiler class to a DIC compiler class
|
14 anos atrás |
Fabien Potencier
|
385ad72d64
[FrameworkBundle] converted the special routing resolver to a DIC compiler pass
|
14 anos atrás |
Henrik Bjørnskov
|
3516a043bc
[FrameworkBundle] Moved the adding of Converter tags to a CompilerPass by suggestion of schmittjoh.
|
14 anos atrás |
Johannes M. Schmitt
|
03d25cc7fa
refactored creation of access decision manager to make use of newly added compiler passes
|
14 anos atrás |
Fabien Potencier
|
1e983a6115
moved static Form configuration to a new class (avoid loading 7 classes just to enable CSRF -- even when no form is present in the page)
|
14 anos atrás |
Fabien Potencier
|
f21c58c56b
[FrameworkBundle] finished code migration after the removal of the ArrayAccess interface for the Container
|
14 anos atrás |
Kris Wallsmith
|
f79e23ffb5
Removed all those spaces after @author that were bothering me so…
|
14 anos atrás |
Fabien Potencier
|
d657adbfa2
removed Symfony\Framework
|
14 anos atrás |
Fabien Potencier
|
74bc9d461b
[FrameworkBundle] made csrf_secret parameter optional
|
14 anos atrás |
Fabien Potencier
|
226277fd0e
added a way to activate CSRF protection from the configuration
|
14 anos atrás |
Fabien Potencier
|
17bc06a4d2
made some cleanup
|
15 anos atrás |
Fabien Potencier
|
9e82497d5b
removed BundleInterface::buildContainer() method (extensions are now automatically registered -- or override the getExtensions() method if you do not follow the conventions)
|
15 anos atrás |
Fabien Potencier
|
4e2df31d64
[FrameworkBundle] moved templating configuration from FrameworkBundle to FrameworkExtension
|
15 anos atrás |
Kris Wallsmith
|
fa3980f66f
Removed some use statements that are no longer needed.
|
15 anos atrás |
Fabien Potencier
|
ee2ff39eaf
removed @package and @subpackage annotations
|
15 anos atrás |
Fabien Potencier
|
1a9f2ca755
updated PHPDoc as the API tool knows about the current use statements
|
15 anos atrás |
Fabien Potencier
|
2a051b5039
moved DI extensions classes to their own sub-namespace
|
15 anos atrás |
Fabien Potencier
|
7796eb213c
merged BuilderConfiguration and Builder classes into a new ContainerBuilder class
|
15 anos atrás |