All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
3.51.0 - 2019-06-27
- The default value for "admin_code" setting at
AdminSearchBlockService. - Values to passed with the "identifier" option for
ListMapper::add()are cast to boolean before using them to infer if the field must be used as identifier or not.
- Passing a non string value as argument 1 to
Pool::getAdminByAdminCode(); - Passing a non valid admin hierarchy as argument 1 to
Pool::getAdminByAdminCode().
- Edit form field group descriptions may again contain HTML.
- Crash when clicking "add" on a collection
3.50.0 - 2019-06-22
- Added "role" option for methods
ListMapper::add(),DatagridMapper::add(),ShowMapper::add()andFormMapper::add(); in order to restrict the content rendering based on the provided role.
- Fixed deprecation notice when core services are injected in service through autowiring
- Deprecated controller syntax generated by "sonata:admin:generate" command.
- Bumped "twig/twig" dependency to "^2.9"
- Changed usages of
{% spaceless %}tag, which is deprecated as of Twig 1.38 with{% apply spaceless %}filter - Changed usages of
{% for .. if .. %}, which is deprecated as of Twig 2.10 withfilterfilter' - Edit form field group descriptions may again contain HTML.
- Truncate long titles at 100 characters at breadcrumb and navbar.
- Subject is now fully displayed at navbar. Before, it was using the same title
as the
<title>tag, which is truncated to 15 characters. - Values to passed with the "identifier" option for
ListMapper::add()are cast to boolean before using them to infer if the field must be used as identifier or not.
- Passing non boolean values to "identifier" option for
ListMapper::add().
3.49.1 - 2019-06-05
- Crash with Twig 2.11 with message
Template "@SonataAdmin/CRUD/base_edit_form.html.twig" cannot be used as a trait.(second attempt)
3.49.0 - 2019-06-02
- CreateClassCacheCommand deprecation message on container compiling
- Crash with Twig 2.11 with message
Template "@SonataAdmin/CRUD/base_edit_form.html.twig" cannot be used as a trait.
- Changed the rendering for the audit revision timestamp in order to use
<time>tags, which print the dates in UTC usingdatetimeandtitleattributes, allowing to view the UTC date with the default browser tooltip.
3.48.3 - 2019-05-21
- Fixed Tabs in Edit Form
3.48.2 - 2019-05-16
- Add canonicalization fallback for missing moment.js
de_DElocale
- Use proper namespace for
Sonata\Exporter\Source\SourceIteratorInterface - Fix bootstrap tab toggle not working when clicking add button more than 2 times.
- Fix in edit page, the footer with actions buttons will be stuck for Windows users and the last field will no longer be hidden
3.48.1 - 2019-04-13
- Changed the way the search action generates links to the results. It used to
consider every item editable, but would throw an error if it wasn't the case.
It now uses the
getSearchResultLinkthat choses the best way to link to a search result; eg.editif available, orshow. - crash when submitting a form with only spaces in a required field
- redirecting to a blank tab after saving an object
- modifying form values changing tabs
3.48.0 - 2019-03-23
- Added ability to back to the tab which was edited on saving an object
3.47.1 - 2019-03-15
- Check if request exists before using it and getting an exception
3.47.0 - 2019-03-13
show_labeloption not being honored when set tofalse- type int for
_pageand_per_pagefrom request - display of batch checkbox when list page is loaded with Ajax
- wrong HTML generated (top nav menu), if the user does not have rights for first or last module
- Changed the rendering for date, datetime and time properties in order to use
<time>tags, which print the dates in UTC usingdatetimeandtitleattributes, allowing to view the UTC date with the default browser tooltip. - Actions buttons were not displayed if the subject was cast to empty string
through the
__toStringmethod.
3.46.0 - 2019-03-07
- the batch flash messages looked bad
- Deprecated jms annotations
3.45.2 - 2019-02-14
- Regression bug which causes SonataMediaBundle's Media list to show fallback image in mosaic view instead of real image preview
- Crash when using
Metadataclass from block bundle sonata_type_collectionfields no longer deletes row when adding a new row- Admin maker no longer produces tabs
3.45.1 - 2019-01-14
- Crash about incompatible signatures involving
ErrorElement - Crash when using
nullas an admin class name
3.45.0 - 2019-01-14
- Added config for default mosaic background
- Added
Sonata\AdminBundle\Object\Metadataclass - Compatibility with
sonata-project/exporter2 - php 7-specific type hints in generated code
strict_typesdeclaration in generated code- generated classes are now final
- Changed
Admin::getObjectMetadatareturn type in PHPDoc
- Some deprecations about the new namespaces have been fixed
- 2 missing Dutch translations were added
3.44.0 - 2019-01-12
- Default admin service options (group, label catalogue and icon) are now configurable
- Added possibility to search globally case-sensitive/case-insensitive
- support for php 5 and php 7.0
- Default values not getting overridden in
make:sonata:admin
3.43.0 - 2018-12-15
- Added
templateoption to adminbatchActions
- Fix crash on form pages that use
ModelAutocompleteTypeand does not have a create route
- Better css layout for single column dropdowns
3.42.2 - 2018-12-07
- Remove "e" letter added after delete checkbox in inline table collection form
3.42.1 - 2018-12-06
- Fix crash on listing pages that have a datagrid filter
3.42.0 - 2018-12-03
- incorrect deprecation message about
AdminInterface::setSecurityHandler() - Error on some fields in collection table when
strict_variablesmode is enabled - Newly created media were not autoselected
header_styleoption
3.41.0 - 2018-11-23
- Allow disabling front debug logs
- Fixed
AdminTypetabs ids when used in collections - the list mode view is now preserved when a sorting is applied
3.40.3 - 2018-11-10
- Added missing polish translation for
link_edit
- Change icon on list column sorting
- invalid html in the export links list
- FrameworkBundle redirect action notation to the current syntax
- BC break when baseControllerName uses bundle notation with subfolder
3.40.2 - 2018-10-17
- Add display of missing
sonata_helpon many form type - confirm_exit, use_select2, use_icheck and use_stickyforms settings.
make:sonata:adminnot working- Moved the JS config in a meta tag in head section of the sonata_layout twig file
3.40.1 - 2018-10-08
- Minor bug in JavaScripts (Admin.js)
3.40.0 - 2018-10-06
- Added
Adminobject reference to javascriptwindowobject - Added
RuntimeExceptionmessage forCreateandShowactions fromCRUDController - Added a new maker to generate admin class, controller and service definition
- Added support for moment.js French language
Pool::getInstancewill always return a valid admin instance- Fixed controller reference deprecations
- Removed inline scripts for
SONATA_CONFIGandSONATA_TRANSLATIONS
3.39.0 - 2018-09-09
- An affirmative grant checker for Twig
- Translation file for
zh_HK(Traditional Chinese).
- Updated Luxembourgish translations
- Fixed negative admin unique id on 32 bits platforms
- Fixed iCheck inputs not triggering change event
- Fixed issue with
getNbResultsreturn negative result, if there where no results - Dashboard block security was expected to be checked affirmatively rather than unanimously
- moved
symfony/class-loaderintorequire-devsection of composer - Use
Admin::getUniqid()to generate HTML tab id
CreateClassCacheCommandis deprecated
3.38.3 - 2018-08-21
- An error message about subclasses has been fixed
- issue Error 500 when requesting short object description as JSON
3.38.2 - 2018-08-17
- Checking the wrong method for form fields
3.38.1 - 2018-08-16
- Added exception message if no field is defined with the
configureFormFields()method
- Fixed tab id when the Admin Id contains backslashes
3.38.0 - 2018-08-14
- Added delete button in form action buttons when the request is ajax
- Added missing french translation
- Missing translation for
link_editin Dutch translation file.
- Admin uniqids are now more consistent
- allow using overwritten constant for the mosaic html classes inside of admin class
- An exception message was improved to include hints about the correct configuration value
SonataAdminBundle\Controller\HelperControlleris now deprecated in favor of actions
3.37.0 - 2018-07-26
- fixed bug with complex properties in
ModelAutocompleteType
- Enable TimeZone for datetime and time templating
- Changing the way of checking the permissions when displaying links in templates
3.36.0 - 2018-07-17
- Added
titleto sidebar toggle - Added missing polish translation for
Toggle Navigation - Added new JS function in Admin.js, which handle the control of a tabs and change address in URL query string when you change tab.
- Added a condition in the
getFieldGetterKeyin order remove the new warning produced by PHP7.2.
- Escaped admin code in autocomplete
Controller\CoreControlleris now deprecated in favor ofAction\{Search,Dasbhoard}Action- Added table-hover class to the table
- Changed ID's and added class name to tabs elements in edit view and show view, so we can control the address.
- Default load order of
assets.javascriptsatConfiguration::getConfigTreeBuilder()
- Warning "Parameter must be an array or an object that implements Countable" for count(null) in php 7.2
- Fixed issue with
appendFormFieldElementActionandretrieveFormFieldElementActionusing ModelManager insteadgetObjectadmin class method - Menu item security was expected to be checked affirmatively rather than unanimously
- Fixed choice field mask initial display when field value is empty
- Added missing russian translation for
Toggle Navigation - ECMAScript error
jquery.js:250 Uncaught Error: cannot call methods on button prior to initialization;while trying to use$.fn.button()(ref: twbs/bootstrap#6094)
3.35.2 - 2018-05-05
- Fixed route generation with parameter for on_top menu items
- Fixed custom group permission for menu items
3.35.1 - 2018-04-20
- Edit on list is fixed for choices not related to an entity
3.35.0 - 2018-04-16
- Admin can now have multiple parents
AbstractAdmin::addChildnow accepts 2nd parameter with parent name
3.34.2 - 2018-04-11
- Editing child admin that does not belong to a given parent
- Regression for child form type rendering
- Fixed a BC break where an overwritten
getTemplate()method in anAdminwas no longer called by Sonata. - Not working persist_filter option for legacy admin property.
3.34.1 - 2018-04-09
- Fix regression on #5051: It is possible again to know which button triggered the submit of the form.
3.34.0 - 2018-04-09
- Added some
Sonata\AdminBundle\Filter\Persister\FilterPersisterInterfaceto externalise filter persistence to a dedicated class - Added some
Sonata\AdminBundle\Filter\Persister\SessionFilterPersisterto store filters to session (as done now) - Added
TemplateRegistry,TemplateRegistryInterfaceandMutableTemplateRegistryInterfaceto handle all template registration related functionality from bothAbstractAdminandPool. - Added
requiredoption to editable listchoice - Added
searchoption to enable/disable the search form in the sidebar
- Changed
Sonata\AdminBundle\Admin\AbstractAdmin::getFilterParametersto use the configured filter persister component - Reordered bootstrap.js javascript dependency fixes problems with jQuery UI dialogs
side_bar_after_nav_contentblock is now empty by default
- Deprecated
AbstractAdminmethodsgetTemplateandgetTemplates. - Deprecated
AbstractAdminattribute$templates. - Deprecated
PoolmethodsgetTemplate,setTemplatesandgetTemplates. - Deprecated
Poolattribute$templates. - Deprecated Twig function
get_pool_template.
- if object is empty, don't try to create an edit route
- Fix edit choice with a relation field on admin list
- Added missing french translation for
Toggle Navigation - Explain command compatible with sf4
- Fixed deprecation notice when Pool is injected in service through autowiring
ChoiceFieldMaskTypenow works on inline table collections- Navbar positioning on mobile is no longer altered like in desktop
- Increase consistency on default page sizes (replaced 192 by 256)
- Disable form submit buttons when the form gets submitted
- form types FQCN are now used in filter. Improves compatibility with SF3/4
- Not working sidebar menu tree with AdminLTE v2.4
3.33.0 - 2018-03-12
- Replaced calls to Twig internal
Environment::loadTemplate()method withEnvironment::load()inSonataAdminExtension.
- Deprecated
SonataAdminExtension::output(). Now using the privaterender()method. Please use therender*()methods instead.
FieldDescriptionnull check missing inModelAutocompleteFilter- Fatal error in strict mode
- Avoid calling protected/private methods when retrieving values from entities
getFieldValuefromBaseFieldDescriptioncan now handle getting a value from null objects.base_listtemplate includes the configurablebutton_createtemplate rather than the defaultcreate_button.html.twig.
3.32.0 - 2018-02-28
- Allow capturing of any link click inside of modal
- batch checkbox is hidden when using the mosaic view in modal
- whole mosaic item is now wrapped in a tag instead of just title
- Make search result page less heavy
ModelAutocompleteTypecan now be used without a linked admin class- Compatibility with edit relation on list with PHPCR and MongoDB Sonata bundles
- fix behaviour of
AbstractAdmin::preValidateby relying on form event listener - Admins without global search filters will no longer be shown in the global search.
- including wrong javascript code for associations modals
- Fixed PHP warnings when
ChoiceFieldMaskTypeoptionmapis invalid or empty - Fixed javascript handling of
ChoiceFieldMaskTypewhen optionexpandedistrue - Templates that rely on the
adminvariable in Twig can now use theget_admin_templatefunction correctly.
3.31.1 - 2018-02-08
- Missing
getOwnerPermissionstoAdminObjectAclData
- Switch all templates references to Twig namespaced syntax
- Switch from templating service to sonata.templating
- Not found issues for some locales which are not present in frontend dependencies like
momentorselect2 - Only do
$filter->applyif the filter is "active" on the datagrid list - Only do
$filter->applyif the filter has a value that is not empty string - Error if the field in filter list is named
children - Use FQCN form types for ACL form creation
- Fixed missing translation for
Toggle navigation
3.31.0 - 2018-01-23
- Added new
safe_labeloption to allow HTML pass-through on autocomplete form type - Added filter counter to admin lists
- template paths to adapt to the convention
- Replace twig paths with new naming conventions
requestattribute deprecation onknp_menu.voter- Added path to cookies when hiding sidebar to avoid creating multiple cookies
- Nested arrays will show properly on show/list fields
- path to dashboard
- ModelHiddenType - default hidden attribute is now set to true
- Fix bug when we pass null as fieldName to BaseFieldDescriptor::getFieldValue
3.30.1 - 2018-01-02
- Make explicit dependency with
symfony/asset
- Admin and filter services are shared
3.30.0 - 2017-12-25
- Menu on the left side stays hidden while changing pages.
AbstractAdmin::addSubClass()
- Checking for fixed class on body before adjusting the position of the content div
- Fixed container compile error, if JMSDiExtraBundle is enabled.
- Fixed twig dependency for sonata.admin.controller.admin service
3.29.0 - 2017-12-16
- Added edit button functionality
- Added possibility to add and remove javascripts/stylesheets without adding all defaults again
- added missing Dutch translations
- Services tagged with
sonata.adminandsonata.admin.filter.typeare now public - Improvements on
AbstractAdmin::getClass()method
- Fixed calling route generator with boolean value
- Replace FQCN strings with
::classconstants - Add trans filter to form_group and form_tab description
- added Turkish translations
- don't display fields that are missing in child classes
- Patched collection form handling script to maintain File input state when new items are added to collections
- exporter-related error during cache:clear command.
- added missing italian translations
3.28.0 - 2017-11-30
- Added
CRUDController::redirectToListmethod for all list redirections - added Russian translations
- Handle empty id list in
CRUDController::batchAction - All services without a declared visibility are now public
- It is now allowed to install Symfony 4
- Updated
src/Resources/views/standard_layout.html.twigtemplate in order to remove whitespace rendering before HTML DOCTYPE declaration. - interference with other bundles
- using the
ChildrenVoterclass - using the
sonata.admin.menu.matcher.voter.childrenservice
- Fixed XSS vulnerability in autocomplete form type
3.27.0 - 2017-11-26
- Added some Japanese messages
- Added
CRUDController::renderWithExtraParamsas a replacement for therendermethod
- Deprecated
CRUDController::render
- Problem with FormRenderer not having environment causing that inline collection was unusable on SF 3.4
- Deprecation warning for overriding
Controller::renderwhich is supposed to be final
3.26.0 - 2017-11-22
- Add html tag attributes support for sonata_type_model_autocomplete form type
- Added edit button that opens in dialog instead of add if there is object already in sonata type model list
- check if the field is used to sort the list
- Add a check for existing var associationadmin which is null for filter
- Fixed
AbstractAdmin::getSubject()behavior whenidparameter is not specified - Add alias on
ChoiceTypeuses to avoid collisions on Form filter classes - BC-break in
CRUDController::render()
- Old usage of read_only var
3.25.1 - 2017-11-20
- Wrong configuration for
DateTimeTypeandDateTypefilters
3.25.0 - 2017-11-19
- Ability to configure sonata main admin and super admin roles under the
securityconfiguration key - Added
translation_domainkey toAdminStatsBlockServiceto change or disable translation - Add support for
addbutton insonata_type_model_autocomplete
- Changed internal folder structure to
src,testsanddocs - a condition to check if the navbar is to be displayed
- subject assignment in embedded admins
- fixed choice_translation_domain for expanded choices in admin
- make false translation_domain working for the label if no translation is needed
- Removed overridden method
CRUDController::addFlashwhich is final in SF 3.4. - Don't translate empty placeholder on form render
- Register commands as services to prevent deprecation notices on Symfony 3.4
AbstractAdmin::hasSubjectis now populatingAbstractAdmin::$subjectproperty- Deprecation about
Symfony\Component\DependencyInjection\DefinitionDecorator - getRuntime now receives a non deprecated runtime
- Fix for getRuntime on Symfony older than 3.4
- displaying a title when there are no specific actions
3.24.0 - 2017-10-23
- Add support for unlimited nested child admins.
Sonata\AdminBundle\Admin\AdminInterfacewas split into smaller interfaces.
AdminInterface::$baseCodeRouteandAdminInterface::setBaseCodeRoute(...).
- Fixed missing space when form class is defined in label_attr
- Fix duplicate DB queries on empty results.
- Fixed sticky navbar when top navbar height changes
- Fix missing flash message translations
- naming conflict with
UrlGeneratorInterface - Print of
sonata_helpfor form subfields - Error class for
sonata_type_immutable_arrayform group - Fixed the BaseFieldDescription class to also support 'has' prefixed getter methods for boolean properties on entities (besides the 'is' prefixed getters)
- Always apply "global_search.empty_boxes" setting to never searched admins
- Fixed a typo in CSS classes in
block_search_result.html.twig - Fixed autocomplete for cases when admin code uses service id and service id is equal to FQCN ('AppBundle\Admin\CompanyAdmin')
- Bad result when
Pool::getAdminByAdminCode()was called with an invalid child path.
- Support for old versions of PHP and Symfony.
3.23.0 - 2017-09-01
- Reference %sonata.admin.configuration.templates% when possible
- Added a
priorityoption insonata_adminextensions config
- Passing object id in edit form from CRUD controller instead of getting it in twig
- Fixed the setting of the
translation_domaintwig variable. The value must change depending if the item has on_top set to true or false. - Escaping of list headers.
- setting the column title
- Fixed deprecation when using checkbox in admin form type
- Fix knp menu extra configuration for domain translations in Group Menu
- Not declared variable trowing errors on some browsers
- Useless IE8 compatibility code
3.22.0 - 2017-08-19
- Added option to inverse background for boolean fields in list and show actions
- Run the Select2 code for autocomplete form type at onload event
- Fixed AbstractAdmin::getSubject on admins with parentFieldDescription
- Fixed deprecation when using hidden form type in model autocomplete
- Fixed the extra option being retrieved. The translation catalogue to be used is inside the label_catalogue option, not translation_domain.
- setting the column title
- Html tags do not appear in the meta title
3.21.0 - 2017-08-14
- Allow label icon on CRUD list table headers.
- Allow to disable label on CRUD list table heades.
- multidimensional arrays support in show array
- inline option in list array
- Added checkbox range selection with shift + click
- Added the persistence independent association templates
- Added Latvian translation of the bundle
- Check for
ChildDefinitioninstance when possible instead ofDefinitionDecoratorwhich got deprecated on Symfony 3.3
ModelChoiceListin favor ofModelChoiceLoader
- Fixes potentially wrong scheme in the sidebar urls by using relative urls
- Fixed choice field mask type javascript in the twig templates to works with immutable array form types
ServiceManipulatornow addspublic: trueto service declaration by default- Fixed deprecation for Sf 3. support
- Sidebar menu elements are active when the current route is a child admin.
- Take admin annotation id into account
3.20.1 - 2017-06-27
- Fixed undefined
view_groupvariable in show template - Fixed compatibility with Symfony's IdentityTranslator when translator is disabled
3.20.0 - 2017-06-22
- Group and tabs translations
- Deprecation notices related to
addClassesToCompile
3.19.0 - 2017-06-12
- compatibility with immutable entities was improved
- Show icon for nav items when using
on_topoption - use generated route instead of plain route in nav items
- it is no longer possible to get core bundle versions incompatible with sf3
- Missing admin-lte image file
- forms with a required autocomplete ajax field can be submitted again
3.18.2 - 2017-05-15
- Selected values issue with Select2 v4 on model autocomplete type
3.18.1 - 2017-05-12
- Fixed select2 width calculation when using select2 v4
- Compatibility with Select2 v4 on model autocomplete type
3.18.0 - 2017-05-09
- Added new configuration parameter named
empty_boxeswith 3 variable: show, hide, fade
- Undefined admin action error on
ModelAutocompleteFilter - added missing italian translations
- deprecations when using
sonata.admin.form.type.model_list
3.17.0 - 2017-04-25
- Added editable support for association fields from type choice in
ListMapper - Added also new
classoption for field description - Translation can now be disabled on specific form fields
- Changed GroupMenuProvider::get to setDisplay(false) on menuItem if on_top used and no items could be displayed
- Fixed the bug that caused an error "The helper "dialog" is not defined." on Symfony3 with new
\Sensio\Bundle\GeneratorBundle\Command\Helper\QuestionHelperwhen you run command "sonata:admin:generate-object-acl". - Fixed issue on getExtendedType of MopaCompatibilityTypeFieldExtension and ChoiceTypeExtension because the method requires to return the fully-qualified class name (FQCN) since symfony version 2.8
ModelTypehave choices as values by default now on SF 2.7+.- Users without the
LISTrole can access the autocomplete items by configuring thetarget_admin_access_actionoption - Non existent
isSuperiorkey onFormViewerror
- recently introduced checkbox-disabling feature, which was not stable enough
3.16.0 - 2017-03-31
- Added
onTopparameter on@Adminannotation - Added new
keep_openoption to keep menu group always open
field_descriptioncomparison inbase_list_field.html.twig
3.15.1 - 2017-03-28
- Added Brazilian Portuguese translation of
title_show
- change show picto on list view to use the same than in edit view
- do not double
FieldDescription::Nameandproperty_pathinAdminType
3.15.0 - 2017-03-27
- Add polish translation of
title_show - Added the ability to leave the label of a show field empty by passing
label => falsetoShowMapper::add()
- Make sure Moment.js translations work for every locale
- The
sonata/exporterconstraint has been bumped to^1.7
- Sanitize masked fields in
ChoiceFieldMaskType - Whitespaces are not taken into account when rendering blocks on
standard_layout - fixed boolean handling for
xEditableType
3.14.0 - 2017-03-16
- Added
labelandtranslation_domainfallback for batch actions - Config option to disable autoregistration of annotations with
JMSDiExtraBundle - Added missing titles to the CRUD show page.
- Added
attributesparameter forurlfield type - Added a missing variable placeholder to a translation unit.
- Missing title for nested admin
- Setting data form on update form field element by using
sonata_type_model - deprecation notices that could not be avoided in the
CoreControllerclass - Fix #4292: don't overwrite
JMSDiExtraBundledefault configuration - Fixed markup on list on Admin with subclasses
- x-editable choices are now correctly translated
- Default translation of Base Breadcrumb
Dashboard - Remove duplicated breadcrumb on admin list
- Breadcrumb without link are now displayed correctly
- Unified styles between admins with subclasses and admins without subclasses
- name of permission, use
VIEWinstead ofSHOW - Handling of boolean types in
HelperController - use
hasAccessinstead ofisGranted - better readability of exception message when too many admins are registered
- Improve Catalan and Spanish translations
- Fixed inconsistent translation placeholder quoting.
- Batch action breaks when coming from list view with filter using
doctrine_orm_model_autocomplete - Fixed non-existent variable
actioninbase_list_field.html.twig
- The export and list actions now integrate the sonata exporter bundle
- Changed
ActiveVoterandChildrenVoterto only work with menu items having theSonataAdminBundleextra set. - Updated AdminLTE to 2.3.11
- Removed non FQCNs on form types on
AbstractAdmin - When checking the delete checkbox of an inline child form of
CollectionTypethe related fields are now disabled to avoid preventing submission of the form when one of those inputs is required. - Updated Luxembourgish translations
- Changed inconsistent translation unit name.
- Replaced
isGranted()byhasAccess()orcheckAccess()
- Exporter class and service : use equivalents from
sonata-project/exporterinstead. - auto registration of
JMSDiExtraBundleannotations is now discouraged in favor of doing it manually
3.13.0 - 2017-02-03
- Added support for priority attribute in the Extension compiler pass
- Compatibility of ajax actions with Twig 2.0
3.12.0 - 2017-01-31
- Compatibility with Twig 2.0
--servicesdefault-value to null inSonata\AdminBundle\Command\GenerateAdminCommand
ModelToArrayTransformer::$choiceListpropertyModelToArrayTransformer::$choiceList::__construct()three-argument-signature is deprecated
- "Silent display of undefined block" Twig deprecation
- Twig deprecation notice when using template inheritance to get a macro
- The
requestparameter is passed to custom batch actions.
3.11.0 - 2017-01-17
- Extract admin group and label translations
- JQuery event trigger to Admin.setup_list_modal()
- Updated compiler pass to support parent definition when using abstract service for admin.
- Fixed behaviour of persistent parameters in list editables
- JMSDiExtraBundle is configured correctly to pick up Sonata annotations.
3.10.3 - 2016-12-22
- A bug with the side menu arrow position
- Display correct name of group uses default translation domain
- A Twig deprecation added in Twig 1.28.0
- A Sonata deprecation called by Sonata itself by adding a way to disable it when called internally
3.10.2 - 2016-12-15
- Filter form theme was used for create and edit forms too.
3.10.1 - 2016-12-13
- Fix compatibility with Symfony 3.2 form renderer.
- Fix permissions when setting role for the security handler
- Translation in twig templates uses the twig translation filter
3.10.0 - 2016-11-25
- Added new
rolesconfiguration field to configuration of menu item routes. - Improved class support for filter factory
- Add a length option to truncate columns on list view
- Update adminLTE dependency to 2.3.6
- Use block instead of macro to render show groups
- Fixed missing access check for menu route items.
- Fixed
trigger_errorcalls -E_USER_DEPRECATEDwas concatenated to the sentence, not passed as argument - Deep arrays can now be displayed without error, and recursively
- Fixed bug in revisions compare view
- Deprecated
base_show_macro.html.twig
3.9.0 - 2016-10-06
- Added
CRUDController::transmethod
- Translation in twig templates uses the twig translation filter
- Deprecated
AdminInterface::transmethod - Deprecated
AbstractAdmin::$translatorproperty - Deprecated
AbstractAdmin::transmethod - Deprecated
AbstractAdmin::transChoicemethod - Deprecated
AbstractAdmin::getTranslatormethod - Deprecated
AbstractAdmin::setTranslatormethod
- Fixed missing default
translationDomain - Fixed deprecated
BaseBlockServiceusage
3.8.0 - 2016-09-20
- Added three new sub-blocks to standard_layouts javascript block
- Moved the raw references of buttons templates from
Admin\AbstractAdminto configuration options
3.7.1 - 2016-09-13
- The
ALLrole needs to be checked separately, otherwise theAuthorizationCheckerreturnfalseall the time. - Added
varkeyword to explicitly define the "showMaskChoiceEl" variable
3.7.0 - 2016-09-07
- Added additional
_ALLrole check toRolesecurityHandler
- Improve accessibility by adding
aria-hidden="true"
- Set
choices_as_valuestotrueon choice type based to be compatible with Symfony 3 - Use class name when referencing
Form Typeto be compatible with Symfony 2.8+ - Remove
Sonata\CoreBundle\Exporter\Exporterfrom classes to compile to cache to avoid deprecation warning
- The admin no longer checks for the
translatorservice before translating.
3.6.0 - 2016-09-01
- Added new methods to set default values for the list view
- Auto-detect type when adding
FormBuilderInterfacetoFormMapper - Type for
Filterto be compatible with Symfony 2.8+ - Type for
Filter Operatorto be compatible with Symfony 2.8+
3.5.0 - 2016-08-29
- Export fields names are now translated
- Added PL translations
- Configuration to change the default route used to generate the link to the parent object inside a breadcrumb, when in a child admin
- Docs for this configuration
- Twig blocks to simplify the template override.
- Added test for
AdminBundle\Menu\Matcher\Voter\ChildrenVoter - Added class name support for
AbstractAdmin::configureDatagridFilters - Added
ShowMapper::removeGroupmethod
- Changed css
margin-left: -20pxof checkbox. - Updated spanish batch confirmation message translation.
- Changed injection of
$containerto$adminPoolinTwig/GlobalVariables - use
RuntimeExceptioninstead of non existingRunTimeException AbstractAdmin::setSubjectin order to check that given$subjectmatches registered admin class entity.- Added the action name to title_batch_confirmation translation.
- Added the object name to message_delete_confirmation translation.
- Added the action name to title_batch_confirmation translation.
- Move actions buttons display logic from templates to
AbstractAdmin::configureActionButtons - Moved translation of breadcrumbs to twig template
- Moved translation of batch action_label to twig template
- Move actions buttons display logic from templates to
AbstractAdmin::configureActionButtons - Widget tests should extend
AbstractWidgetTestCase
- The
$containerproperty inTwig/GlobalVariables
- The "batch" checkbox at the top of the list would not work when iCheck is disabled.
- Not working
read_onlyoption on Twig with Symfony 3 - Fixed PT-BR translations
- XSS Vulnerability in breadcrumbs
- Handle Symfony BC for Datagrid hidden types
- Fixed duplicate translation for list filters
- Fixed visibility of block
sonata_top_nav_menucontents - Fix how metadata information are retrieved when admin information are dumped
- Symfony 3 support in
AclMatrixType - Symfony 3 type support in
AclMatrixType - Fixed translation in browser titles breadcrumb
- Fixed translation of entities in breadcrumb
- Standardize the global form error
- Internal test classes are now excluded from the autoloader
- Removed unnecessary security checks in
standard_layout.html.twig
3.4.0 - 2016-07-05
- Support for select2 v4 (
select2.full.jsfile is needed)
- The
Sonata\AdminBundle\Form\Type\ModelTypeListis deprecated forModelListType
- Ignoring
translation_domainin tab menu
- Removed useless
ModelAutocompleteType::getParentoverride - Removed useless
read_onlyoption definition fromModelAutocompleteType
3.3.2 - 2016-06-23
- Reverted #3961 to fix a regression concerning child admins on edit route
3.3.1 - 2016-06-17
- Fixes broken extractor service
- Make CRUDController::editAction respect optional parameter
- Not aligned checkbox and radio on horizontal form
3.3.0 - 2016-06-13
- The
Selectbutton is always visible and has a primary check style insonata_type_model_listpopups
- The
$contextargument ofAdminInterface::createQuerywas deprecated
- Fix wrong view role check on
AbstractAdmin::getSearchResultLink - Eternal deprecation warning because of old class on compilation
3.2.0 - 2016-06-04
- Added new field type
emailon the list - Added
AbstractAdmin::configureBatchActionsmethod - Extract the breadcrumbs building part of the
AbstractAdminto a separate class - Added
AbstractAdmin::getSearchResultLinkmethod - Add the
AbstractAdmin::showMosaicButtonmethod - Add the
show_mosaic_buttonoption to configuration
- Overriding
AbstractAdmin::configureBatchActionsis now deprecated AbstractAdmin::getBreadcrumbsis deprecated in favor ofBreadcrumbsBuilder::getBreadcrumbsAbstractAdmin::buildBreadcrumbsis deprecatedAbstractAdmin::$breadcrumbsis deprecated
- Fix support for composite primary key in
AbstractAdmin::getSubject - Fixed wrong route in
list__select.html.twig - Fixed wrong method call in
list__select.html.twig - Fixed
Pool::getAdminsByGroup()for the new admin groups values
3.1.0 - 2016-05-17
- Added
AbstractAdminclass, replacingAdminone - Added
BaseMapper::keysmethod
- Updated AdminLTE theme to version 2.3.3
RouteCollection::clearExceptcan now have a single string argument
- Deprecated
BaseFieldDescription::camelize - Deprecated
AdminHelper::camelize - Deprecated
Adminclass - Deprecated
AdminExtensionclass - Deprecated default template loading on exception mechanism
- Fix detection of path when using nested properties with underscores in
AdminHelper:getElementAccessPathmethod - Fixed bad rendering on datetime field with
single_textwidget for date and time - Fixed rendering of empty form groups
3.0.0 - 2016-05-08
- Add missing Route constructor parameters to
RouteCollection:addmethod - Add the
hasRoutemethod to the AdminInterface - Integration of KNPMenu for the admin menu. This integration is reset when the standard layout
standard_layout.html.twigis overriden. The KNPMenu is available insonata_menu.html.twigtemplate. - Add
getFieldOption,setFieldOptionmethods to the FilterInterface - Add the
getFilterFieldDescriptionmethod to the AdminInterface - Add the
getMaxPageLinks,setMaxPageLinksmethods to the PagerInterface
- Admin LTE 2.0 used. Assets files changed.
- Move
sonata_wrapperblock onstandard_layout.html.twig - CSS class
sonata-autocomplete-dropdown-itemis not automatically added to dropdown autocomplete item insonata_type_model_autocomplete, use optiondropdown_item_css_classto set the CSS class of dropdown item. - Text from
Admin::toStringmethod is escaped for html output before adding in flash message to prevent possible XSS vulnerability.
- Remove
btn-outlinefrom doctrine-orm-admin form actions buttons