Fabien Potencier
|
e92ac9eeef
Merge remote branch 'weaverryan/exception_page_changes'
|
hace 14 años |
Bernhard Schussek
|
72a41f8c94
[Form] Fixed: Booleans can be used as choice keys now
|
hace 14 años |
Fabien Potencier
|
1cd9b5bb49
Merge remote branch 'kriswallsmith/assetic/updates'
|
hace 14 años |
Fabien Potencier
|
0667e706fe
Merge remote branch 'kriswallsmith/assetic/config-fixes'
|
hace 14 años |
Fabien Potencier
|
336a184bb4
Merge remote branch 'kriswallsmith/assetic/coalesce-dirs'
|
hace 14 años |
Bernhard Schussek
|
a5d0b3aea6
[Form] Changed FormBuilder::set(Client|Norm)Transformer to FormBuilder::prepend(Client|Norm)Transformer and FormBuilder::append(Client|Norm)Transformer to facilitate extension of types
|
hace 14 años |
Victor Berchet
|
5e141402e1
[WebProfilerBundle] Fix the intercept_redirects option
|
hace 14 años |
Victor Berchet
|
ac03440d7a
[WebProfilerBundle] Make wdtb verbosity configurable
|
hace 14 años |
Victor Berchet
|
b2be041475
[WebProfilerBundle] Remove the format and content type from the wdtb
|
hace 14 años |
Bernhard Schussek
|
be9ef42af9
[Form] Renamed choice transformers for better clarity
|
hace 14 años |
Bernhard Schussek
|
fc59936740
[Form] Fixed: ThemeRenderer::isChoiceSelected() works correctly for boolean choices
|
hace 14 años |
Bernhard Schussek
|
a4bbc40ac6
[Form] Cleaned up ChoiceListInterface
|
hace 14 años |
Pascal Borreli
|
8a82aee56f
[Locale][Windows] Fixing tests for old ICU version (default in php.net packages)
|
hace 14 años |
Bernhard Schussek
|
d3b7c4e8c1
[Form] Moved getLabel(), isChoiceSelected() and isChoiceGroup() from ChoiceListInterface to ThemeRenderer
|
hace 14 años |
Bernhard Schussek
|
d3c8647f49
[Form] Fixed EntitiesToArrayTransformer::reverseTransform() to accept NULL values
|
hace 14 años |
Ryan Weaver
|
39f81753ce
[FrameworkBundle] When there are multiple nested exceptions, this hides the stacktrace from all exceptions by default
|
hace 14 años |
Ryan Weaver
|
a166b8de64
[FrameworkBundle] Fixing small bug on exception page where the +/- icons didn't toggle correctly
|
hace 14 años |
Bernhard Schussek
|
94f2baa895
[Form] Fixed BooleanToStringTransformer::reverseTransform() to accept NULL values. Fixes ChoiceTypeTest
|
hace 14 años |
Bernhard Schussek
|
37e8e1270c
[Form][FrameworkBundle][TwigBundle] Renamed view variable 'disabled' to 'read_only' to match with the according FormInterface methods
|
hace 14 años |
Bernhard Schussek
|
39b0aafc00
Merge remote branch 'symfony/master' into experimental
|
hace 14 años |
Bernhard Schussek
|
35d9b7f800
[Form] Improved test coverage of Form. The emptyValue closure now receives the Form instance to use form data when constructing new objects
|
hace 14 años |
Bernhard Schussek
|
4f39234741
[Form] bind() is ignored if a form is read-only
|
hace 14 años |
Bernhard Schussek
|
ca20aef379
[Form] Improved test coverage of DelegatingValidator and fixed validation group inheritance
|
hace 14 años |
Bernhard Schussek
|
33b0011f86
[Form] Improved test coverage of Form
|
hace 14 años |
Fabien Potencier
|
1d4024c654
[Process] added some missing accessors/mutators
|
hace 14 años |
Kris Wallsmith
|
06074c367d
[AsseticBundle] added twig support for asset packages
|
hace 14 años |
Kris Wallsmith
|
e6d4734d4e
[AsseticBundle] cleaned up php templating support
|
hace 14 años |
Kris Wallsmith
|
6c3f50a585
[FrameworkBundle] fixed interface and usage in RouterHelper
|
hace 14 años |
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.
|
hace 14 años |
Ryan Weaver
|
b9883a3bad
[Config] Improving the exception when a resource cannot be imported
|
hace 14 años |