issues
search
pawaclawczyk
/
SymfonyUpgradeHelper
This tool will helps you upgrade your Symfony2 project.
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add MutableAclFixer.
#64
pawaclawczyk
closed
10 years ago
1
You must clear old profiles after upgrading to 2.1. If you are using a database then you will need to remove the table.
#63
pawaclawczyk
opened
10 years ago
0
session options: lifetime, path, domain, secure, httponly were deprecated.
#62
pawaclawczyk
opened
10 years ago
0
Two new parameters have been added to the DIC: router.request_context.host and router.request_context.scheme.
#61
pawaclawczyk
opened
10 years ago
0
The UrlMatcher urldecodes the route parameters only once, they were decoded twice before.
#60
pawaclawczyk
opened
10 years ago
0
The item element is now converted to an array when deserializing XML.
#59
pawaclawczyk
opened
10 years ago
0
The key names created by the GetSetMethodNormalizer have changed from all lowercased to camelCased (e.g. mypropertyvalue to myPropertyValue).
#58
pawaclawczyk
opened
10 years ago
0
Refactor code using $session->*flash*() methods to use $session->getFlashBag()->*().
#57
pawaclawczyk
opened
10 years ago
0
Session handler drivers should implement \SessionHandlerInterface or extend from Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeHandlerInterface base class and renamed to Handler\FooSessionHandler.
#56
pawaclawczyk
opened
10 years ago
0
Using get to retrieve flash messages now returns an array.
#55
pawaclawczyk
opened
10 years ago
0
The namespace of the Session class changed from Symfony\Component\HttpFoundation\Session to Symfony\Component\HttpFoundation\Session\Session.
#54
pawaclawczyk
opened
10 years ago
0
The classes ValidatorContext and ValidatorFactory were deprecated and will be removed in Symfony 2.3.
#53
pawaclawczyk
opened
10 years ago
0
The MinLength and MaxLength constraints were deprecated and will be removed in Symfony 2.3.
#52
pawaclawczyk
opened
10 years ago
0
The Size, Min and Max constraints were deprecated and will be removed in Symfony 2.3.
#51
pawaclawczyk
opened
10 years ago
0
Collections (arrays or instances of \Traversable) in properties annotated with Valid are not traversed recursively by default anymore.
#50
pawaclawczyk
opened
10 years ago
0
Core translation messages changed. A dot is added at the end of each message. Overwritten core translations need to be fixed.
#49
pawaclawczyk
opened
10 years ago
0
The method isValid of ConstraintValidatorInterface was renamed to validate and its return value was dropped.
#48
pawaclawczyk
opened
10 years ago
0
The method setPropertyPath() in the ExecutionContext class was removed.
#47
pawaclawczyk
opened
10 years ago
0
The methods setMessage(), getMessageTemplate() and getMessageParameters() in the ConstraintValidator class were deprecated and will be removed in Symfony 2.3.
#46
pawaclawczyk
opened
10 years ago
0
Methods in class FormView were deprecated and will be removed in Symfony 2.3.
#45
pawaclawczyk
opened
10 years ago
0
The methods addType, hasType and getType in FormFactory are deprecated and will be removed in Symfony 2.3.
#44
pawaclawczyk
opened
10 years ago
0
The options "data_timezone" and "user_timezone" in DateType, DateTimeType and TimeType were deprecated and will be removed in Symfony 2.3.
#43
pawaclawczyk
opened
10 years ago
0
The option "validation_constraint" was deprecated and will be removed in Symfony 2.3.
#42
pawaclawczyk
opened
10 years ago
0
Methods in Form were deprecated and will be removed in Symfony 2.3.
#41
pawaclawczyk
opened
10 years ago
0
Setting the option "property_path" to false was deprecated and will be unsupported as of Symfony 2.3.
#40
pawaclawczyk
opened
10 years ago
0
The method `guessMinLength()` of `FormTypeGuesserInterface` was deprecated and will be removed in Symfony 2.3.
#39
pawaclawczyk
opened
10 years ago
0
The interface `FormValidatorInterface` was deprecated and will be removed in Symfony 2.3.
#38
pawaclawczyk
opened
10 years ago
0
Events were deprecated and have a new equivalent.
#37
pawaclawczyk
opened
10 years ago
0
Methods in FormBuilder were deprecated and have a new equivalent.
#36
pawaclawczyk
opened
10 years ago
0
Methods getDefaultOptions and getAllowedOptionValues of FormTypeInterface and FormTypeExtensionInterface are deprecated and will be removed in Symfony 2.3.
#35
pawaclawczyk
opened
10 years ago
0
The add(), remove(), setParent(), bind() and setData() methods in the Form class now throw an exception if the form is already bound.
#34
pawaclawczyk
opened
10 years ago
0
FormUtil::toArrayKey() and FormUtil::toArrayKeys() were removed.
#33
pawaclawczyk
opened
10 years ago
0
Transformers were renamed.
#32
pawaclawczyk
opened
10 years ago
0
EntitiesToArrayTransformer and EntityToIdTransformer were removed.
#31
pawaclawczyk
opened
10 years ago
0
HTML attributes are now passed in the label_attr variable for the form_label function.
#30
pawaclawczyk
opened
10 years ago
0
The implementation of `ChoiceList` was changed heavily. As a result, `ArrayChoiceList` was replaced.
#29
pawaclawczyk
opened
10 years ago
0
The order of the first two arguments of the methods createNamed and createNamedBuilder in FormFactoryInterface was reversed to be consistent with the rest of the component.
#28
pawaclawczyk
opened
10 years ago
0
The method renderBlock() of the helper for the PHP Templating component was renamed to block().
#27
pawaclawczyk
opened
10 years ago
0
Custom styling of individual rows of a collection form has been removed for performance reasons.
#26
pawaclawczyk
opened
10 years ago
0
Creation of default labels has been moved to the view layer.
#25
pawaclawczyk
opened
10 years ago
0
In the choice field type's template, the _form_is_choice_selected method used to identify a selected choice has been replaced with the selectedchoice filter.
#24
pawaclawczyk
opened
10 years ago
0
The strategy for generating the id and name HTML attributes for checkboxes and radio buttons in a choice field has changed.
#23
pawaclawczyk
opened
10 years ago
0
FormType and FieldType were merged and require you to adapt your form themes.
#22
pawaclawczyk
opened
10 years ago
0
Child forms are no longer automatically validated.
#21
pawaclawczyk
opened
10 years ago
0
The "read_only" option now renders as readonly="readonly", use "disabled" instead for disabled="disabled".
#20
pawaclawczyk
opened
10 years ago
0
In the collection type's template, the default name of the prototype field has changed from $$name$$ to __name__.
#19
pawaclawczyk
opened
10 years ago
0
Form and field names must now start with a letter, digit or underscore and only contain letters, digits, underscores, hyphens and colons.
#18
pawaclawczyk
opened
10 years ago
0
The mapping of property paths to arrays has changed.
#17
pawaclawczyk
opened
10 years ago
0
The "data_class" option now must be set if a form maps to an object.
#16
pawaclawczyk
opened
10 years ago
0
No options are passed to getParent() of FormTypeInterface anymore.
#15
pawaclawczyk
opened
10 years ago
0
Next