From 88a8ead12ffc83eb0d60e9902317b21f5cf57e72 Mon Sep 17 00:00:00 2001 From: Ruud Denivel Date: Tue, 1 Aug 2017 10:45:42 +0200 Subject: [PATCH] update changelog + upgrade docs --- CHANGELOG-4.X.md | 155 ++++++++ CHANGELOG-5.X.md | 21 + CHANGELOG.md | 992 ----------------------------------------------- UPGRADE-5.0.md | 12 +- UPGRADE-X.X.md | 11 - 5 files changed, 187 insertions(+), 1004 deletions(-) create mode 100644 CHANGELOG-4.X.md create mode 100644 CHANGELOG-5.X.md delete mode 100644 CHANGELOG.md delete mode 100644 UPGRADE-X.X.md diff --git a/CHANGELOG-4.X.md b/CHANGELOG-4.X.md new file mode 100644 index 0000000000..2c894584e7 --- /dev/null +++ b/CHANGELOG-4.X.md @@ -0,0 +1,155 @@ +# Changelog + +## 4.1.0 / TBA + +* [TranslatorBundle] Fix phpunit tests for translator bundle [#1562](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1562) ([@dannyvw](https://github.com/dannyvw)) +* [Travis] Add php 7.1 to travis [#1561](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1561) ([@dannyvw](https://github.com/dannyvw)) +* [TranslatorBundle] Remove .sublime-project file [#1558](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1558) ([@svenluijten](https://github.com/svenluijten)) +* [KunstmaanAdminListBundle]: add new event subscriber [#1549](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1549) ([@sandergo90](https://github.com/sandergo90)) +* [KunstmaanAdminListBundle]: always get latest overviewpage [#1545](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1545) ([@sandergo90](https://github.com/sandergo90)) +* [KunstmaanPagePartBundle]: check if add pagepart button is the first one [#1544](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1544) ([@sandergo90](https://github.com/sandergo90)) +* [All] Add polish translations [#1541](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1541) ([@piszczek](https://github.com/piszczek)) +* [FixturesBundle] Add provider to get Node by fixture [#1538](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1538) ([@wesleylancel](https://github.com/wesleylancel)) +* [NodeBundle, AdminListBundle]: fix new introduced abstractPageAdminList [#1534](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1534) ([@sandergo90](https://github.com/sandergo90)) +* [NodeBundle] fix overwrite of original breadcrumb [#1530](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1530) ([@Devolicious](https://github.com/Devolicious)) +* [PagePartBundle] Fix new pagepart chooser [#1529](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1529) ([@Devolicious](https://github.com/Devolicious)) +* [AdminListBundle] add translation for filter types [#1511](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1511) ([@genjusz](https://github.com/genjusz)) +* [Docs]: fix getting started links [#1505](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1505) ([@sandergo90](https://github.com/sandergo90)) +* [GeneratorBundle] Make buildUI.sh executable [#1504](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1504) ([@fchris82](https://github.com/fchris82)) +* [AdminListBundle] Renamed index nt_owner_public_idx in EntityVersionLock [#1499](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1499) ([@treeleaf](https://github.com/treeleaf)) +* [KunstmaanRedirectBundle]: fix admin tests [#1497](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1497) ([@sandergo90](https://github.com/sandergo90)) +* [AdminListBundle] fix lockable entity denied access upon first edit [#1496](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1496) ([@Devolicious](https://github.com/Devolicious)) +* [GeneratorBundle] Fix hologram doc syntax [#1495](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1495) ([@dbeerten](https://github.com/dbeerten)) +* [KunstmaanCacheBundle]: add new caching bundle [#1493](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1493) ([@sandergo90](https://github.com/sandergo90)) +* [RedirectBundle]: add note to redirect [#1490](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1490) ([@sandergo90](https://github.com/sandergo90)) +* [GeneratorBundle] Add Groundcontrol-simple [#1481](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1481) ([@dbeerten](https://github.com/dbeerten)) +* [NodeSearchBundle]: add possibility to index multiple regions [#1479](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1479) ([@sandergo90](https://github.com/sandergo90)) +* [GeneratorBundle] Cleanup Generator UI skeleton [#1476](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1476) ([@dbeerten](https://github.com/dbeerten)) +* [AdminListBundle] Abstract implementation for page adminlists #1470 [#1474](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1474) ([@PMassoels](https://github.com/PMassoels)) +* [AdminBundle] Added optional password restrictions [#1473](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1473) ([@deZinc](https://github.com/deZinc)) +* [TranslatorBundle]: add csv export for translations [#1463](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1463) ([@sandergo90](https://github.com/sandergo90)) +* [PagePartBundle]: make page variable available inside pagepart admin [#1424](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1424) ([@sandergo90](https://github.com/sandergo90)) +* [TaggingBundle] Inject only needed service instead of full container [#1405](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1405) ([@dannyvw](https://github.com/dannyvw)) +* [AdminListBundle] Allow locking of individual entities in adminlists. [#1384](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1384) ([@Numkil](https://github.com/Numkil)) +* [NodeBundle]: Nested regions [#1379](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1379) ([@sandergo90](https://github.com/sandergo90)) +* [AllBundles] Update default form types [#1353](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1353) ([@dannyvw](https://github.com/dannyvw)) +* [All bundles] Allow /admin/ url to be configurable in parameters.yml [#1349](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1349) ([@Numkil](https://github.com/Numkil)) +* [AdminBundle][PagePartBundle] implement new way to choose pageparts [#1247](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1247) ([@Numkil](https://github.com/Numkil)) + + +## 4.0.3 / TBA + +* [Docs] Update list of generated classes [#1552](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1552) ([@svenluijten](https://github.com/svenluijten)) +* [KunstmaanConfigBundle]: change typo [#1546](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1546) ([@sandergo90](https://github.com/sandergo90)) +* [MediaBundle] Fix audio display if media type isn't soundcloud [#1543](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1543) ([@piszczek](https://github.com/piszczek)) +* [NodeBundle] Fix export pagetemplate [#1542](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1542) ([@piszczek](https://github.com/piszczek)) +* [AdminBundle] [NodeBundle] rewrite urlchooser in scalable manner [#1537](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1537) ([@Numkil](https://github.com/Numkil)) +* [MultiDomainBundle] Removed unused and invalid interface from TwigExtension [#1535](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1535) ([@wesleylancel](https://github.com/wesleylancel)) +* [Docs]: change documentation paths [#1525](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1525) ([@sandergo90](https://github.com/sandergo90)) +* [KunstmaanAdminBundle]: reinit modules javascript on nested forms [#1521](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1521) ([@sandergo90](https://github.com/sandergo90)) +* [SeoBundle]: change meta length [#1519](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1519) ([@sandergo90](https://github.com/sandergo90)) +* [AdminBundle]: fix #1514 [#1517](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1517) ([@sandergo90](https://github.com/sandergo90)) +* [AdminListBundle] Use getStringValue for adminlist view template [#1507](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1507) ([@wesleylancel](https://github.com/wesleylancel)) +* [AdminBundle] Fix MediaTokenTransformer with null values [#1506](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1506) ([@peterbxyz](https://github.com/peterbxyz)) +* [KunstmaanAdminBundle]: use addHtmlContent for domcrawler [#1502](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1502) ([@sandergo90](https://github.com/sandergo90)) +* [DOCS]: add all doc information from bundles [#1501](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1501) ([@sandergo90](https://github.com/sandergo90)) +* [AllBundles]: fix ckeditor media tokens [#1492](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1492) ([@sandergo90](https://github.com/sandergo90)) +* [GeneratorBundle]: add replace_url by default [#1491](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1491) ([@sandergo90](https://github.com/sandergo90)) +* [AdminBundle]: fix fos user enabled state [#1489](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1489) ([@sandergo90](https://github.com/sandergo90)) +* [ArticleBundle] Fix typo in translations [#1486](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1486) ([@pix-art](https://github.com/pix-art)) +* [AdminBundle]: fix permissionadmin for sf3 [#1484](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1484) ([@sandergo90](https://github.com/sandergo90)) +* [AllBundles] Add form isSubmitted before isValid [#1403](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1403) ([@dannyvw](https://github.com/dannyvw)) +* [AllBundles] Add missing translations [#1400](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1400) ([@dannyvw](https://github.com/dannyvw)) +* [AdminBundle] Add missing translations for admin login [#1398](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1398) ([@dannyvw](https://github.com/dannyvw)) + + +## 4.0.2 / 2017-03-21 + +* [AdminListBundle] fixed type from string to array [#1483](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1483) ([@Devolicious](https://github.com/Devolicious)) +* [Documentation] Update adminlist documentation [#1482](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1482) ([@Devolicious](https://github.com/Devolicious)) +* [All] downgrade cmf routing right before bc break [#1477](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1477) ([@Devolicious](https://github.com/Devolicious)) +* [GeneratorBundle] fixed bug in adminlist view route [#1475](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1475) ([@deZinc](https://github.com/deZinc)) +* [AdminListBundle] Moved setting of sort weight on new items to a protected method (revised) [#1464](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1464) ([@mtnorthrop](https://github.com/mtnorthrop)) +* [GeneratorBundle]: make new entity extend AbstractEntity again [#1462](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1462) ([@sandergo90](https://github.com/sandergo90)) +* [AdminListBundle] export csv bug [#1460](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1460) ([@bakie](https://github.com/bakie)) +* [AdminBundle]: url chooser fix for media [#1453](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1453) ([@sandergo90](https://github.com/sandergo90)) +* [NodeBundle] ignore slug of structurenode when changing slug of page [#1450](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1450) ([@bakie](https://github.com/bakie)) +* [GeneratorBundle] Fix when using traits inside pages folder [#1449](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1449) ([@Devolicious](https://github.com/Devolicious)) +* [MenuBundle] View would not automatically switch to the menuitems of your new locale [#1439](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1439) ([@Numkil](https://github.com/Numkil)) +* [GeneratorBundle]: incorrect translation for search page [#1438](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1438) ([@sandergo90](https://github.com/sandergo90)) +* [ALL] updated twig includes to correct convention [#1436](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1436) ([@Devolicious](https://github.com/Devolicious)) + + +## 4.0.1 / 2017-01-09 + +* [FormBundle] Fixed form export when using multiple fields with same label [#1430](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1430) ([@marksel](https://github.com/marksel)) +* [TaggingBundle]: make tag names translatable [#1429](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1429) ([@sandergo90](https://github.com/sandergo90)) +* [PagePartBundle]: add post persist event [#1426](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1426) ([@sandergo90](https://github.com/sandergo90)) +* [GeneratorBundle]: set default values [#1422](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1422) ([@sandergo90](https://github.com/sandergo90)) +* [All] Allow symfony/monolog-bundle v3 [#1421](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1421) ([@aistis-](https://github.com/aistis-)) +* [ConfigBundle] Fixed variable name, in routing and view, for ConfigController::indexAction. [#1419](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1419) ([@adrianwaler](https://github.com/adrianwaler)) +* [GeneratorBundle] fixed datafixtures for default site [#1415](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1415) ([@Devolicious](https://github.com/Devolicious)) +* [AdminBundle]: remove locked and expired [#1414](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1414) ([@sandergo90](https://github.com/sandergo90)) + + +## 4.0.0 / 2016-12-13 + +* [AllBundles]: change symfony 2 to symfony 3 [#1408](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1408) ([@sandergo90](https://github.com/sandergo90)) +* [NodeBundle]: remove choices_as_values [#1407](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1407) ([@sandergo90](https://github.com/sandergo90)) +* [MediaBundle] Use https link for slideshare embed [#1402](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1402) ([@dannyvw](https://github.com/dannyvw)) +* [AdminBundle] Typo [#1401](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1401) ([@dannyvw](https://github.com/dannyvw)) +* [MediaBundle] Remove duplicate translation [#1399](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1399) ([@dannyvw](https://github.com/dannyvw)) +* [GeneratorBundle]: fix typo made [#1397](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1397) ([@sandergo90](https://github.com/sandergo90)) +* [All Bundles]: Upgrading to symfony 3.2 [#1386](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1386) ([@sandergo90](https://github.com/sandergo90)) +* [AdminListBundle]: Add Form & Request property and Response function in AdminListEvent [#1371](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1371) ([@mattiasdelang](https://github.com/mattiasdelang)) +* [AdminBundle] Update Guzzle version [#1370](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1370) ([@aistis-](https://github.com/aistis-)) +* [NodeBundle]: check if we have a request [#1368](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1368) ([@sandergo90](https://github.com/sandergo90)) +* [PagePartBundle] Url chooser dutch [#1366](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1366) ([@sandergo90](https://github.com/sandergo90)) +* [RedirectBundle] Added unique entity constraint for redirect entity [#1362](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1362) ([@dannyvw](https://github.com/dannyvw)) +* [GeneratorBundle] better papgepart code generation [#1361](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1361) ([@Devolicious](https://github.com/Devolicious)) +* [GeneratorBundle] better code generation and some fixes [#1359](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1359) ([@Devolicious](https://github.com/Devolicious)) +* [MediaBundle] Cleanup service old media migrate command [#1355](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1355) ([@dannyvw](https://github.com/dannyvw)) +* [AdminBundle][MultiDomainBundle] Fixed missing getFullHostConfig [#1352](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1352) ([@dannyvw](https://github.com/dannyvw)) +* [NodeSearchBundle]: fix request scope [#1350](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1350) ([@mattiasdelang](https://github.com/mattiasdelang)) +* [NodeBundle]: change selectLink template [#1346](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1346) ([@sandergo90](https://github.com/sandergo90)) +* Revert "[AllBundles] Fixed switching domain" [#1345](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1345) ([@jockri](https://github.com/jockri)) +* [ConfigBundle] Fixed: non-abstract classes in constructor, code style [#1344](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1344) ([@aistis-](https://github.com/aistis-)) +* Revert "[AllBundle]: removed getName from twig extensions" [#1339](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1339) ([@jockri](https://github.com/jockri)) +* [FormBundle]: fix TopMenuItem [#1338](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1338) ([@mattiasdelang](https://github.com/mattiasdelang)) +* [TranslatorBundle]: Scale textarea to content [#1337](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1337) ([@mattiasdelang](https://github.com/mattiasdelang)) +* [AllBundle]: removed getName from twig extensions [#1336](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1336) ([@mattiasdelang](https://github.com/mattiasdelang)) +* [AdminListBundle]: don't redirect on add form [#1335](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1335) ([@sandergo90](https://github.com/sandergo90)) +* [AdminListBundle] Update PhpDoc [#1327](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1327) ([@aistis-](https://github.com/aistis-)) +* [NodeBundle]: url chooser fix [#1322](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1322) ([@sandergo90](https://github.com/sandergo90)) +* [Composer]: revert twig to 1.25 [#1321](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1321) ([@sandergo90](https://github.com/sandergo90)) +* [URLChooser]: add link_types [#1319](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1319) ([@sandergo90](https://github.com/sandergo90)) +* [AllBundles] Fixed switching domain [#1302](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1302) ([@dannyvw](https://github.com/dannyvw)) +* [NodeBundle] Cleanup old command [#1300](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1300) ([@dannyvw](https://github.com/dannyvw)) +* [AllBundles] Remove choices_as_values [#1297](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1297) ([@dannyvw](https://github.com/dannyvw)) +* Remove whitespace [#1295](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1295) ([@aistis-](https://github.com/aistis-)) +* [FormBundle] Remove reference to removed sequence_number column [#1291](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1291) ([@jockri](https://github.com/jockri)) +* [NodeBundle] Typo [#1290](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1290) ([@aistis-](https://github.com/aistis-)) +* [NodeBundle]: add posibility to 'lock' nodes for editing #1248 [#1285](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1285) ([@treeleaf](https://github.com/treeleaf)) +* [GeneratorBundle]: fix last test [#1282](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1282) ([@sandergo90](https://github.com/sandergo90)) +* [AdminListBundle]: urlchooser ajax requests [#1278](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1278) ([@sandergo90](https://github.com/sandergo90)) +* [AllBundles] Final v4.0.0 release todo [#1255](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1255) ([@sandergo90](https://github.com/sandergo90)) +* [MultiDomainBundle] Check if host exists [#1251](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1251) ([@sandergo90](https://github.com/sandergo90)) +* [AdminBundle]: sequence can't be submitted for new url chooser [#1249](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1249) ([@sandergo90](https://github.com/sandergo90)) +* [AllBundles] fix cmf routing dependency [#1240](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1240) ([@Devolicious](https://github.com/Devolicious)) +* [AllBundles] URLChooser major changes [#1225](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1225) ([@sandergo90](https://github.com/sandergo90)) +* [Travis] Better travic config [#1211](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1211) ([@jockri](https://github.com/jockri)) +* [LiveReloadBundle, LanguageChooserBundle, PagePartBundle] Remove LiveReloadBundle and LanguageChooserBundle + fix unit tests [#1210](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1210) ([@jockri](https://github.com/jockri)) +* [AdminListBundle]: form submit to form handlerequest [#1128](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1128) ([@sandergo90](https://github.com/sandergo90)) +* [FormBundle]: change bound to submitted [#1113](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1113) ([@sandergo90](https://github.com/sandergo90)) +* [AdminBundle]: change fos_user_resetting to FQN name [#1055](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1055) ([@sandergo90](https://github.com/sandergo90)) +* [ConfigBundle]: add new configuration bundle [#1053](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1053) ([@sandergo90](https://github.com/sandergo90)) +* [GeneratorBundle]: Use fqn for class when generating admin tests [#1048](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1048) ([@sandergo90](https://github.com/sandergo90)) +* [AdminBundle]: add custom AclVoter [#1037](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1037) ([@sandergo90](https://github.com/sandergo90)) +* [NodeBundle] fix acl permissionmap service definition [#1027](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1027) ([@jockri](https://github.com/jockri)) +* [AdminBundle] Fix security acl permission map [#1026](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1026) ([@jockri](https://github.com/jockri)) +* [AllBundles]: remove choices_as_values [#1025](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1025) ([@sandergo90](https://github.com/sandergo90)) +* [Docs] Change all occurrences of app/console to bin/console [#1024](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1024) ([@sandergo90](https://github.com/sandergo90)) +* [TestListener]: change nelmio doctrine to new class [#1023](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1023) ([@sandergo90](https://github.com/sandergo90)) +* [AdminBundle]: Change fosuser extends to syntax without namespaces [#1022](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1022) ([@sandergo90](https://github.com/sandergo90)) +* [GeneratorBundle]: add file_get_contents to Yaml::parse function [#1021](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1021) ([@sandergo90](https://github.com/sandergo90)) +* [AdminBundle] change console path in version check [#1017](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1017) ([@jockri](https://github.com/jockri)) \ No newline at end of file diff --git a/CHANGELOG-5.X.md b/CHANGELOG-5.X.md new file mode 100644 index 0000000000..1a26d3be7f --- /dev/null +++ b/CHANGELOG-5.X.md @@ -0,0 +1,21 @@ +# Changelog + +## 5.0.0-RC1 / 2017-08-01 + +* [MenuBundle] Fix adminlist to use FQCN instead of object for form type [#1564](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1564) ([@Devolicious](https://github.com/Devolicious)) +* [UI] Added buildGroundControlSkeleton task [#1560](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1560) ([@janb87](https://github.com/janb87)) +* [SeoBundle] Fix Seo tab nodelistener [#1559](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1559) ([@Devolicious](https://github.com/Devolicious)) +* [UI] Added server & watch tasks for development [#1548](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1548) ([@dbeerten](https://github.com/dbeerten)) +* [AdminBundle] [GeneratorBundle]: Add possibility to add extra js for the backend [#1539](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1539) ([@dbeerten](https://github.com/dbeerten)) +* [DOCS]: add gulp-cli dependency [#1533](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1533) ([@dbeerten](https://github.com/dbeerten)) +* [Composer] update fos userbundle dependency [#1531](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1531) ([@Devolicious](https://github.com/Devolicious)) +* [AllBundles] Improved FE development environment [#1528](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1528) ([@janb87](https://github.com/janb87)) +* [AdminBundle] Remove key for ConsoleExceptionListener argument [#1516](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1516) ([@wesleylancel](https://github.com/wesleylancel)) +* [ALL] use gulp for cms assets & add compiled assets to public folders [#1510](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1510) ([@dbeerten](https://github.com/dbeerten)) +* [KunstmaanNodeSearchBundle]: upgrade elastica to 5.1 [#1494](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1494) ([@sandergo90](https://github.com/sandergo90)) +* [All] move from php 5.5 to php 5.6 [#1471](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1471) ([@Devolicious](https://github.com/Devolicious)) +* [All] fix cmf-routing dependency [#1468](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1468) ([@Devolicious](https://github.com/Devolicious)) +* [NodeSearchBundle] Make NodeSearcher properties protected for extending [#1451](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1451) ([@b-franco](https://github.com/b-franco)) +* [NodeBundle] Remove default for is_homepage [#1442](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1442) ([@wesleylancel](https://github.com/wesleylancel)) +* [ArticleBundle] [GeneratorBundle] Add support for tags and categories in ArticleBundle and refactoring of article generator [#1391](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1391) ([@treeleaf](https://github.com/treeleaf)) +* [AllBundles][BC break] Change initiating new form type by fqcn (SF3 style) [#1348](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1348) ([@aistis-](https://github.com/aistis-)) diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 36a6394e76..0000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,992 +0,0 @@ -# Changelog - -## 4.0.2 / 2017-03-21 - -* [AdminListBundle] fixed type from string to array [#1483](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1483) ([@Devolicious](https://github.com/Devolicious)) -* [Documentation] Update adminlist documentation [#1482](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1482) ([@Devolicious](https://github.com/Devolicious)) -* [All] downgrade cmf routing right before bc break [#1477](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1477) ([@Devolicious](https://github.com/Devolicious)) -* [GeneratorBundle] fixed bug in adminlist view route [#1475](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1475) ([@deZinc](https://github.com/deZinc)) -* [AdminListBundle] Moved setting of sort weight on new items to a protected method (revised) [#1464](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1464) ([@mtnorthrop](https://github.com/mtnorthrop)) -* [GeneratorBundle]: make new entity extend AbstractEntity again [#1462](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1462) ([@sandergo90](https://github.com/sandergo90)) -* [AdminListBundle] export csv bug [#1460](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1460) ([@bakie](https://github.com/bakie)) -* [AdminBundle]: url chooser fix for media [#1453](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1453) ([@sandergo90](https://github.com/sandergo90)) -* [NodeBundle] ignore slug of structurenode when changing slug of page [#1450](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1450) ([@bakie](https://github.com/bakie)) -* [GeneratorBundle] Fix when using traits inside pages folder [#1449](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1449) ([@Devolicious](https://github.com/Devolicious)) -* [MenuBundle] View would not automatically switch to the menuitems of your new locale [#1439](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1439) ([@Numkil](https://github.com/Numkil)) -* [GeneratorBundle]: incorrect translation for search page [#1438](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1438) ([@sandergo90](https://github.com/sandergo90)) -* [ALL] updated twig includes to correct convention [#1436](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1436) ([@Devolicious](https://github.com/Devolicious)) - - -## 4.0.1 / 2017-01-09 - -* [FormBundle] Fixed form export when using multiple fields with same label [#1430](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1430) ([@marksel](https://github.com/marksel)) -* [TaggingBundle]: make tag names translatable [#1429](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1429) ([@sandergo90](https://github.com/sandergo90)) -* [PagePartBundle]: add post persist event [#1426](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1426) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: set default values [#1422](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1422) ([@sandergo90](https://github.com/sandergo90)) -* [All] Allow symfony/monolog-bundle v3 [#1421](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1421) ([@aistis-](https://github.com/aistis-)) -* [ConfigBundle] Fixed variable name, in routing and view, for ConfigController::indexAction. [#1419](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1419) ([@adrianwaler](https://github.com/adrianwaler)) -* [GeneratorBundle] fixed datafixtures for default site [#1415](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1415) ([@Devolicious](https://github.com/Devolicious)) -* [AdminBundle]: remove locked and expired [#1414](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1414) ([@sandergo90](https://github.com/sandergo90)) - - -## 4.0.0 / 2016-12-13 - -* [AllBundles]: change symfony 2 to symfony 3 [#1408](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1408) ([@sandergo90](https://github.com/sandergo90)) -* [NodeBundle]: remove choices_as_values [#1407](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1407) ([@sandergo90](https://github.com/sandergo90)) -* [MediaBundle] Use https link for slideshare embed [#1402](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1402) ([@dannyvw](https://github.com/dannyvw)) -* [AdminBundle] Typo [#1401](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1401) ([@dannyvw](https://github.com/dannyvw)) -* [MediaBundle] Remove duplicate translation [#1399](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1399) ([@dannyvw](https://github.com/dannyvw)) -* [GeneratorBundle]: fix typo made [#1397](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1397) ([@sandergo90](https://github.com/sandergo90)) -* [All Bundles]: Upgrading to symfony 3.2 [#1386](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1386) ([@sandergo90](https://github.com/sandergo90)) -* [AdminListBundle]: Add Form & Request property and Response function in AdminListEvent [#1371](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1371) ([@mattiasdelang](https://github.com/mattiasdelang)) -* [AdminBundle] Update Guzzle version [#1370](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1370) ([@aistis-](https://github.com/aistis-)) -* [NodeBundle]: check if we have a request [#1368](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1368) ([@sandergo90](https://github.com/sandergo90)) -* [PagePartBundle] Url chooser dutch [#1366](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1366) ([@sandergo90](https://github.com/sandergo90)) -* [RedirectBundle] Added unique entity constraint for redirect entity [#1362](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1362) ([@dannyvw](https://github.com/dannyvw)) -* [GeneratorBundle] better papgepart code generation [#1361](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1361) ([@Devolicious](https://github.com/Devolicious)) -* [GeneratorBundle] better code generation and some fixes [#1359](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1359) ([@Devolicious](https://github.com/Devolicious)) -* [MediaBundle] Cleanup service old media migrate command [#1355](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1355) ([@dannyvw](https://github.com/dannyvw)) -* [AdminBundle][MultiDomainBundle] Fixed missing getFullHostConfig [#1352](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1352) ([@dannyvw](https://github.com/dannyvw)) -* [NodeSearchBundle]: fix request scope [#1350](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1350) ([@mattiasdelang](https://github.com/mattiasdelang)) -* [NodeBundle]: change selectLink template [#1346](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1346) ([@sandergo90](https://github.com/sandergo90)) -* Revert "[AllBundles] Fixed switching domain" [#1345](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1345) ([@jockri](https://github.com/jockri)) -* [ConfigBundle] Fixed: non-abstract classes in constructor, code style [#1344](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1344) ([@aistis-](https://github.com/aistis-)) -* Revert "[AllBundle]: removed getName from twig extensions" [#1339](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1339) ([@jockri](https://github.com/jockri)) -* [FormBundle]: fix TopMenuItem [#1338](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1338) ([@mattiasdelang](https://github.com/mattiasdelang)) -* [TranslatorBundle]: Scale textarea to content [#1337](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1337) ([@mattiasdelang](https://github.com/mattiasdelang)) -* [AllBundle]: removed getName from twig extensions [#1336](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1336) ([@mattiasdelang](https://github.com/mattiasdelang)) -* [AdminListBundle]: don't redirect on add form [#1335](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1335) ([@sandergo90](https://github.com/sandergo90)) -* [AdminListBundle] Update PhpDoc [#1327](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1327) ([@aistis-](https://github.com/aistis-)) -* [NodeBundle]: url chooser fix [#1322](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1322) ([@sandergo90](https://github.com/sandergo90)) -* [Composer]: revert twig to 1.25 [#1321](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1321) ([@sandergo90](https://github.com/sandergo90)) -* [URLChooser]: add link_types [#1319](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1319) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] Fixed switching domain [#1302](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1302) ([@dannyvw](https://github.com/dannyvw)) -* [NodeBundle] Cleanup old command [#1300](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1300) ([@dannyvw](https://github.com/dannyvw)) -* [AllBundles] Remove choices_as_values [#1297](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1297) ([@dannyvw](https://github.com/dannyvw)) -* Remove whitespace [#1295](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1295) ([@aistis-](https://github.com/aistis-)) -* [FormBundle] Remove reference to removed sequence_number column [#1291](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1291) ([@jockri](https://github.com/jockri)) -* [NodeBundle] Typo [#1290](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1290) ([@aistis-](https://github.com/aistis-)) -* [NodeBundle]: add posibility to 'lock' nodes for editing #1248 [#1285](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1285) ([@treeleaf](https://github.com/treeleaf)) -* [GeneratorBundle]: fix last test [#1282](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1282) ([@sandergo90](https://github.com/sandergo90)) -* [AdminListBundle]: urlchooser ajax requests [#1278](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1278) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] Final v4.0.0 release todo [#1255](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1255) ([@sandergo90](https://github.com/sandergo90)) -* [MultiDomainBundle] Check if host exists [#1251](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1251) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: sequence can't be submitted for new url chooser [#1249](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1249) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] fix cmf routing dependency [#1240](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1240) ([@Devolicious](https://github.com/Devolicious)) -* [AllBundles] URLChooser major changes [#1225](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1225) ([@sandergo90](https://github.com/sandergo90)) - - -## 4.0.0-RC1 / 2016-06-21 - -* [Travis] Better travic config [#1211](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1211) ([@jockri](https://github.com/jockri)) -* [LiveReloadBundle, LanguageChooserBundle, PagePartBundle] Remove LiveReloadBundle and LanguageChooserBundle + fix unit tests [#1210](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1210) ([@jockri](https://github.com/jockri)) -* [AdminListBundle]: form submit to form handlerequest [#1128](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1128) ([@sandergo90](https://github.com/sandergo90)) -* [FormBundle]: change bound to submitted [#1113](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1113) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: change fos_user_resetting to FQN name [#1055](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1055) ([@sandergo90](https://github.com/sandergo90)) -* [ConfigBundle]: add new configuration bundle [#1053](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1053) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: Use fqn for class when generating admin tests [#1048](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1048) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: add custom AclVoter [#1037](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1037) ([@sandergo90](https://github.com/sandergo90)) -* [NodeBundle] fix acl permissionmap service definition [#1027](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1027) ([@jockri](https://github.com/jockri)) -* [AdminBundle] Fix security acl permission map [#1026](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1026) ([@jockri](https://github.com/jockri)) -* [AllBundles]: remove choices_as_values [#1025](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1025) ([@sandergo90](https://github.com/sandergo90)) -* [Docs] Change all occurrences of app/console to bin/console [#1024](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1024) ([@sandergo90](https://github.com/sandergo90)) -* [TestListener]: change nelmio doctrine to new class [#1023](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1023) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: Change fosuser extends to syntax without namespaces [#1022](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1022) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: add file_get_contents to Yaml::parse function [#1021](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1021) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle] change console path in version check [#1017](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1017) ([@jockri](https://github.com/jockri)) - -## 3.6.1 / 2016-12-13 - -* [Docs] Change release process documentation [#1412](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1412) ([@jockri](https://github.com/jockri)) -* [Docs] update docs [#1410](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1410) ([@Devolicious](https://github.com/Devolicious)) -* [GeneratorBundle] Site map view fix [#1409](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1409) ([@tompoc](https://github.com/tompoc)) -* [MediaBundle]: check if file exists [#1396](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1396) ([@sandergo90](https://github.com/sandergo90)) -* [Composer]: lock fos-user version [#1394](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1394) ([@sandergo90](https://github.com/sandergo90)) -* [MediaBundle]: check if the extension for iconfontloader is css [#1393](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1393) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: fix user admin tes [#1392](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1392) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: fix media admin test [#1390](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1390) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: remove locked setter [#1389](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1389) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] Docs slug [#1388](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1388) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: Change admin tests for new fos user flow see #2250 on fos user [#1387](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1387) ([@sandergo90](https://github.com/sandergo90)) -* [Documentation] Create a "Community Bundles" documentation page [#1383](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1383) ([@mlebkowski](https://github.com/mlebkowski)) -* [ArticleBundle] fix syntax error in configurators [#1382](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1382) ([@Numkil](https://github.com/Numkil)) -* [AdminListBundle] Add column sort and export for one to many field [#1376](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1376) ([@mattiasdelang](https://github.com/mattiasdelang)) -* [AdminList] Allow custom xlsx template on string values [#1372](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1372) ([@jverdeyen](https://github.com/jverdeyen)) -* [Composer] Update fzaninotto/faker in sf3 [#1363](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1363) ([@jockri](https://github.com/jockri)) -* [Composer] Update fzaninotto/faker to 1.6 [#1357](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1357) ([@dannyvw](https://github.com/dannyvw)) -* [UserManagementBundle] Use built-in authorization check [#1343](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1343) ([@dannyvw](https://github.com/dannyvw)) -* [AllBundles] Use built-in getParameter [#1342](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1342) ([@dannyvw](https://github.com/dannyvw)) -* [AllBundles] Use built-in flash [#1341](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1341) ([@dannyvw](https://github.com/dannyvw)) -* [MediaBundle] Added new sample pdf in MediaBundle [#1340](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1340) ([@jverdeyen](https://github.com/jverdeyen)) -* [NodeSearchBundle]: php doc not correct [#1326](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1326) ([@sandergo90](https://github.com/sandergo90)) -* [SeoBundle] Catch exception when OG image no longer exists [#1324](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1324) ([@wesleylancel](https://github.com/wesleylancel)) -* [SearchBundle] swap the filter order index/suggestion analyzer [#1318](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1318) ([@bakie](https://github.com/bakie)) -* [PagePartBundle] fix typo [#1317](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1317) ([@bakie](https://github.com/bakie)) -* [NodeBundle] Fix CKE url chooser [#1315](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1315) ([@Numkil](https://github.com/Numkil)) -* [ArticleBundle][SeoBundle] Use built-in getDoctrine [#1313](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1313) ([@dannyvw](https://github.com/dannyvw)) -* [AllBundles] Use built-in authorization check [#1312](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1312) ([@dannyvw](https://github.com/dannyvw)) -* [PagePartBundle] Remove duplicate code in PagePartTwigExtension [#1311](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1311) ([@dannyvw](https://github.com/dannyvw)) -* [DashboardBundle] Fix custom router incompatibility, code style [#1308](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1308) ([@aistis-](https://github.com/aistis-)) -* [Translations] Missing NL translations [#1306](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1306) ([@jverdeyen](https://github.com/jverdeyen)) -* [AdminBundle] Fix user create (custom user error) [#1305](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1305) ([@fchris82](https://github.com/fchris82)) -* [NodeBundle] Prevent to translate integer values [#1304](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1304) ([@piszczek](https://github.com/piszczek)) -* [MediaBundle] Added pagination for thumbnail view [#1301](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1301) ([@dannyvw](https://github.com/dannyvw)) -* [NodeBundle] Typo [#1299](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1299) ([@dannyvw](https://github.com/dannyvw)) -* [MenuBundle] Added translations [#1298](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1298) ([@dannyvw](https://github.com/dannyvw)) -* [NodeBundle] Clarify that page will be deleted in all languages [#1286](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1286) ([@wesleylancel](https://github.com/wesleylancel)) -* [GeneratorBundle] Revert "Upgrade fixtures translation" [#1281](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1281) ([@jockri](https://github.com/jockri)) -* [GeneratorBundle]: add superadmin instead of guests [#1280](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1280) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle] Add cookie consent to generatorBundle [#1279](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1279) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [AdminBundle, NodeBundle], fix #491 [#1276](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1276) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle] Changed the entity generator to use the same fields as pagepart generator [#1273](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1273) ([@treeleaf](https://github.com/treeleaf)) -* [MediaBundle] Rename soft deleted media [#1271](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1271) ([@dannyvw](https://github.com/dannyvw)) -* [AdminBundle] Added post-install script to setup single lang site [#1270](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1270) ([@treeleaf](https://github.com/treeleaf)) -* [MediaBundle] Define parent service of PDF handler [#1269](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1269) ([@mwoynarski](https://github.com/mwoynarski)) -* [FixturesBundle] Improve argument matching and pass set of fixtures [#1264](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1264) ([@wesleylancel](https://github.com/wesleylancel)) -* [RedirectBundle] Added violation if origin and target are the same [#1261](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1261) ([@dannyvw](https://github.com/dannyvw)) -* [Docs] Added gem install bundler to installation docs [#1260](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1260) ([@dannyvw](https://github.com/dannyvw)) -* [FixtureBundle] Check allowed_children and getPossibleChildTypes in fixture generator [#1257](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1257) ([@jverdeyen](https://github.com/jverdeyen)) -* [SearchBundle] check if index exists before deleting [#1256](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1256) ([@bakie](https://github.com/bakie)) -* [SearchBundle] Allow easier switching between language and ngram word analyzers. [#1252](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1252) ([@Numkil](https://github.com/Numkil)) -* [SearchBundle] Reenable nGrams by default, we need it more often than not [#1250](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1250) ([@Numkil](https://github.com/Numkil)) -* [NodeBundle] fix bug error label not correct slugchooser [#1245](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1245) ([@Numkil](https://github.com/Numkil)) -* [AdminBundle] remove up/down buttons when sortable is false [#1244](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1244) ([@Devolicious](https://github.com/Devolicious)) -* [AdminListBundle] replace PhpExcel for a more performant variant box/spout [#1241](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1241) ([@Numkil](https://github.com/Numkil)) -* [MediaBundle]: extension_guesser needs to be passed to pdf handler to [#1239](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1239) ([@sandergo90](https://github.com/sandergo90)) -* [AdminListBundle]: revert pull request #889 [#1237](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1237) ([@sandergo90](https://github.com/sandergo90)) -* [PagePartBundle]: pass the page parameter to twig [#1236](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1236) ([@sandergo90](https://github.com/sandergo90)) -* [LeadGenerationBundle] Fix some syntax errors [#1235](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1235) ([@Numkil](https://github.com/Numkil)) -* [MediaBundle] Updated aviary url to https [#1233](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1233) ([@dannyvw](https://github.com/dannyvw)) -* [AdminBundle] Remove only current image preview [#1232](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1232) ([@dannyvw](https://github.com/dannyvw)) -* [MediaBundle] fix adding new media object crash [#1231](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1231) ([@bakie](https://github.com/bakie)) -* [NodeBundle] allow deleting homepage when no children attached [#1230](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1230) ([@sandergo90](https://github.com/sandergo90)) -* [PagePartBundle] Make ConfigurationReader properties protected [#1228](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1228) ([@wesleylancel](https://github.com/wesleylancel)) -* [NodeBundle] Fix URLChooser to work with both single and multi language setups [#1224](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1224) ([@iknowfoobar](https://github.com/iknowfoobar)) -* [MediaBundle] CleanDeleteMediaCommand fix + new column in Media [#1222](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1222) ([@bakie](https://github.com/bakie)) -* [GeneratorBundle] formatting fix [#1221](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1221) ([@fchris82](https://github.com/fchris82)) -* [GeneratorBundle] Feature/videofix [#1220](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1220) ([@fchris82](https://github.com/fchris82)) -* [AdminBundle] Feature/js translation [#1219](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1219) ([@fchris82](https://github.com/fchris82)) -* [Translations] Hungarian translation fix [#1213](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1213) ([@fchris82](https://github.com/fchris82)) -* [NodeBundle]: add recursive children iterator [#1212](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1212) ([@sandergo90](https://github.com/sandergo90)) -* [MediaBundle] Auto guess Extension when missing from file or throw validation error if not possible to guess. [#1208](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1208) ([@Numkil](https://github.com/Numkil)) -* [NodeBundle] Make it easier to hide add homepage button [#1193](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1193) ([@dannyvw](https://github.com/dannyvw)) - - -## 3.6.0 / 2016-06-20 - -* [Composer] Update cmf routing [#1207](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1207) ([@jockri](https://github.com/jockri)) -* [BundlesCMS][SearchBundle][NodeSearchBundle] Remove all deprecations in our ElasticaSearch related code. [#1185](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1185) ([@Numkil](https://github.com/Numkil)) - - -## 3.5.2 / 2016-06-20 - -* [Documentation] Minor typo [#1206](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1206) ([@jverdeyen](https://github.com/jverdeyen)) -* [Documentation] Updated the roadmap + upgrade guides [#1205](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1205) ([@jockri](https://github.com/jockri)) -* [NodeBundle]: add custom form type for node translations [#1204](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1204) ([@sandergo90](https://github.com/sandergo90)) -* [AdminListBundle] Fixed wrong translations amdin -> admin [#1202](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1202) ([@jverdeyen](https://github.com/jverdeyen)) -* [MediaBundle] Workaround crash when invalid FileUploadForm inside modal [#1201](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1201) ([@Numkil](https://github.com/Numkil)) -* [GeneratorBundle] Fixed rendering form label class [#1197](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1197) ([@dannyvw](https://github.com/dannyvw)) -* [AdminBundle] Upgrade CKEditor configuration doc [#1194](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1194) ([@fchris82](https://github.com/fchris82)) -* [MenuBundle] Fixed new window for menu items [#1192](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1192) ([@dannyvw](https://github.com/dannyvw)) -* [NodeBundle] Make node publish date stepping configurable [#1191](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1191) ([@dannyvw](https://github.com/dannyvw)) -* [AllBundles] Add new translations [#1190](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1190) ([@fchris82](https://github.com/fchris82)) -* [NodeSearchBundle] Change title search + add configuration [#1188](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1188) ([@fchris82](https://github.com/fchris82)) -* [SeoBundle] check on twitterImage [#1186](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1186) ([@bakie](https://github.com/bakie)) -* [AdminBundle] fix regex to check if admin preview [#1182](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1182) ([@bakie](https://github.com/bakie)) -* [AdminListBundle] Fix adminlist SimpleItemAction template [#1181](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1181) ([@jockri](https://github.com/jockri)) -* [MediaBundle] Video thumbnail fix [#1179](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1179) ([@fchris82](https://github.com/fchris82)) -* [AdminListBundle] Updated list template to use an icon for the View link [#1178](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1178) ([@mtnorthrop](https://github.com/mtnorthrop)) -* [AllBundles] Fix translation [#1177](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1177) ([@fchris82](https://github.com/fchris82)) -* [All bundle] Translation fixes [#1172](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1172) ([@fchris82](https://github.com/fchris82)) -* [AdminBundle] Remove ROLE_SUPER_ADMIN role from permissions when user is not an superadmin [#1170](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1170) ([@dannyvw](https://github.com/dannyvw)) -* [UserManagementBundle] Added event listeners for user management [#1169](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1169) ([@dannyvw](https://github.com/dannyvw)) -* [AdminBundle] Command to update all nodes with given permission(s) for a desired role. [#1168](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1168) ([@bijsterdee](https://github.com/bijsterdee)) -* [AdminBundle] Fixes issue #1164 [#1166](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1166) ([@jverdeyen](https://github.com/jverdeyen)) -* [AdminListBundle] Translate adminlist excel export headers [#1165](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1165) ([@jverdeyen](https://github.com/jverdeyen)) -* [ArticleBundle] Added ability to select which overview page to add an article page to [#1160](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1160) ([@veloxy](https://github.com/veloxy)) -* [AdminBundle]: remove check for user token [#1158](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1158) ([@sandergo90](https://github.com/sandergo90)) -* [NodeBundle] unpublish needs to be publish [#1157](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1157) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle] OAuthUserCreator Should query on username and email [#1154](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1154) ([@Numkil](https://github.com/Numkil)) -* [AllBundles] Add hungarian translations [#1151](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1151) ([@fchris82](https://github.com/fchris82)) -* [AdminBundle] fix oAuth authenticator typehint [#1148](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1148) ([@Devolicious](https://github.com/Devolicious)) -* [PagePartBundle] Allow overriding the page part widget for a specific… [#1147](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1147) ([@wesleylancel](https://github.com/wesleylancel)) -* [DashboardBundle] Add messages.nl.yml for google analytics dashboard [#1146](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1146) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: add missing dutch translations [#1145](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1145) ([@sandergo90](https://github.com/sandergo90)) -* [UserManagementBundle] User form rendered twice when using tabpanes [#1142](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1142) ([@ro0NL](https://github.com/ro0NL)) -* [NodeBundle] Fix admin tree [#1140](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1140) ([@jockri](https://github.com/jockri)) -* [GeneratorBundle] use constants for fixture references [#1139](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1139) ([@slaci](https://github.com/slaci)) -* [NodeBundle]: add group by clause for mysql 5.7 for symfony 2 [#1138](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1138) ([@sandergo90](https://github.com/sandergo90)) -* [NodeBundle]: add group by clause for mysql 5.7 for symfony 2 [#1136](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1136) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle] Instanceof check always fails with a custom user class in oauthusercreator [#1135](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1135) ([@Numkil](https://github.com/Numkil)) -* [NodeBundle]: add group by clause for mysql 5.7 for symfony 2 [#1134](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1134) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle] Load modules in sidebar [#1132](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1132) ([@fchris82](https://github.com/fchris82)) -* [UserManagementBundle] workaround for custom user entity class [#1131](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1131) ([@ro0NL](https://github.com/ro0NL)) -* [Documentation] Fix Elasticsearch version [#1129](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1129) ([@fchris82](https://github.com/fchris82)) -* [MediaBundle] Implement clean deleted media command [#1127](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1127) ([@Numkil](https://github.com/Numkil)) -* [AdminBundle] fixed undefined index client_id [#1126](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1126) ([@slaci](https://github.com/slaci)) -* [Global] Add flash and modal translations [#1125](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1125) ([@fchris82](https://github.com/fchris82)) -* [AdminListBundle] Implement missing function fixes #1087 [#1123](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1123) ([@Numkil](https://github.com/Numkil)) -* [FormBundle] Fix #1120 bad reference to repository [#1122](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1122) ([@Numkil](https://github.com/Numkil)) -* [AdminBundle] Auto Google SignIn with Guard [#1119](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1119) ([@Numkil](https://github.com/Numkil)) -* [Documentation] Fix errors and improve documentation [#1118](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1118) ([@Numkil](https://github.com/Numkil)) -* [Global] Translation fix [#1115](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1115) ([@fchris82](https://github.com/fchris82)) -* [MediaBundle] Make remote thumbnails loading with relative protocol [#1114](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1114) ([@aistis-](https://github.com/aistis-)) -* [MediaBundle] Added button to clear content media folder [#1112](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1112) ([@wouterv55](https://github.com/wouterv55)) -* [MediaBundle] Added delete confirmation modal when deleting images from media [#1110](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1110) ([@dannyvw](https://github.com/dannyvw)) -* [PagePartBundle] refactor `PagePartReader` and `PageTemplateReader` allowing using symfony configuration for storage [#1109](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1109) ([@mlebkowski](https://github.com/mlebkowski)) -* [NodeSearchBundle] fire service() method on Page in renderCustomSearchView() [#1108](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1108) ([@genjusz](https://github.com/genjusz)) -* [AdminBundle] Prevent duplicate reinits in same pagepart (reorder) [#1106](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1106) ([@dannyvw](https://github.com/dannyvw)) -* [MediaBundle] Update admin translations [#1104](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1104) ([@wouterv55](https://github.com/wouterv55)) -* [MediaBundle] Fixed image cache path [#1100](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1100) ([@dannyvw](https://github.com/dannyvw)) -* [MediaBundle] Move aviary js to own file [#1099](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1099) ([@dannyvw](https://github.com/dannyvw)) -* [GeneratorBundle]: change imagepagepart, url's are already absolute [#1098](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1098) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle, NodeBundle] Moved twig extension [#1097](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1097) ([@wouterv55](https://github.com/wouterv55)) -* [AdminBundle] Change admin template extends [#1096](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1096) ([@dannyvw](https://github.com/dannyvw)) -* [AllBundles ]Make admin menu translatable via existing translations [#1091](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1091) ([@mennowame](https://github.com/mennowame)) -* [GeneratorBundle] Spaceless fix [#1090](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1090) ([@fchris82](https://github.com/fchris82)) -* [AllBundles] Dutch translations [#1089](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1089) ([@mennowame](https://github.com/mennowame)) -* [NodeBundle & AdminBundle] improve link chooser rendering [#1088](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1088) ([@bakie](https://github.com/bakie)) -* [Docs] Fixed a spelling mistake (creating-an-adminlist) [#1084](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1084) ([@wouterv55](https://github.com/wouterv55)) -* [AdminListBundle] fix pagination filtering [#1083](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1083) ([@bakie](https://github.com/bakie)) -* [NodeBundle] remove subquery in tree query [#1082](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1082) ([@bakie](https://github.com/bakie)) -* [RedirectBundle] Redirect bugfix [#1081](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1081) ([@wesleylancel](https://github.com/wesleylancel)) -* [AdminListBundle] Bugfix: Default add order by fix [#1078](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1078) ([@fchris82](https://github.com/fchris82)) -* [AdminBundle] Save the content of the ckeditor before destroying it [#1077](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1077) ([@dbeerten](https://github.com/dbeerten)) -* [AdminBundle] Prevent duplicate reInits in the same pagepart [#1076](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1076) ([@dbeerten](https://github.com/dbeerten)) -* [MediaBundle] Pluggable filesystem [#1072](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1072) ([@wesleylancel](https://github.com/wesleylancel)) -* [AdminListBundle] Fix admin list sorting [#1071](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1071) ([@fchris82](https://github.com/fchris82)) -* [AdminBundle] JS fix: page part sorting [#1070](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1070) ([@fchris82](https://github.com/fchris82)) -* [PagePartBundle]: check if pagepart admintype is a service [#1068](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1068) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle] Fix slash character in the Entity alias name [#1064](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1064) ([@fchris82](https://github.com/fchris82)) -* [Documentation] Single language documentation fix [#1063](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1063) ([@fchris82](https://github.com/fchris82)) -* [PagePartBundle] Fix untranslated text [#1060](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1060) ([@mwoynarski](https://github.com/mwoynarski)) -* [AllBundles] Fix untranslated text [#1059](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1059) ([@mwoynarski](https://github.com/mwoynarski)) -* [MediaBundle] Translate media sort fields [#1058](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1058) ([@mwoynarski](https://github.com/mwoynarski)) -* [GeneratorBundle]: Upgrade error layout skeleton: Remove deleted js twig [#1057](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1057) ([@fchris82](https://github.com/fchris82)) -* [AdminBundle] Added focus on sidebar search input when sidebar search is made visible [#1034](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1034) ([@przemekkot](https://github.com/przemekkot)) - - -## 3.5.1 / 2016-03-01 - -* [AdminBundle]: check correct parent when moving page parts [#1051](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1051) ([@sandergo90](https://github.com/sandergo90)) -* [MediaBundle] add preview icon for pdf upload [#1045](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1045) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [GeneratorBundle]: update menuadaptor to correct syntax [#1044](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1044) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: add quotes for routing generation [#1043](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1043) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: Check if sortfield requested [#1041](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1041) ([@sandergo90](https://github.com/sandergo90)) -* [NodeBundle]: rewrite implementation for templatelistener [#1039](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1039) ([@sandergo90](https://github.com/sandergo90)) -* [NodeSearchBundle] Fix typo in SearchBundle (RenderContect -> RenderContext) [#1038](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1038) ([@jverdeyen](https://github.com/jverdeyen)) -* [SearchBundle] Add basic auth support for Elasticsearch with shield plugin [#1035](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1035) ([@jverdeyen](https://github.com/jverdeyen)) -* [AdminBundle]: change fosuser extends to syntax without namespaces [#1032](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1032) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: add correct syntax for variables in pagepart editor [#1030](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1030) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] Fix media chooser form type + media handlers [#1028](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1028) ([@jockri](https://github.com/jockri)) -* [GitHub] add github templates, move templates to .github folder [#1019](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1019) ([@diskwriter](https://github.com/diskwriter)) -* [AdminBundle] fix modal position on mobile [#1016](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1016) ([@dbeerten](https://github.com/dbeerten)) -* [TranslatorBundle]: remove datacollector for translations in toolbar [#1015](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1015) ([@sandergo90](https://github.com/sandergo90)) -* [RedirectBundle]: Add admin type options for form [#1014](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1014) ([@sandergo90](https://github.com/sandergo90)) -* [MediaBundle]: imageurlretina not defined [#1013](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1013) ([@sandergo90](https://github.com/sandergo90)) -* [FormBundle] FileUploadPagePart overwrites media with the same name [#1012](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1012) ([@sandergo90](https://github.com/sandergo90)) -* [PagePartBundle]: transform service to fqn for forms [#1011](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1011) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]update styling info text [#1010](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1010) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [AllBundles] Deprecation fixes [#1008](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1008) ([@jockri](https://github.com/jockri)) - - -## 3.5.0 / 2016-02-15 - -* [AdminBundle] add margin to responsive table inside app__content [#1007](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1007) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [AdminListBundle] Some missing stuff for the new canView [#1006](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1006) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminBundle] update backend responsive [#1003](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1003) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [GeneratorBundle] update image pp [#1002](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1002) ([@FVKVN](https://github.com/FVKVN)) -* [MenuBundle] Use kunstmaan_menu.entity.menu.class param instead of harcoded class [#1000](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1000) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminlistBundle] Adminlist viewaction [#999](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/999) ([@whitewhidow](https://github.com/whitewhidow)) -* [AllBundles] use `request_stack` instead of `request` [#997](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/997) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle] Fix info_text at select2 field [#996](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/996) ([@dbeerten](https://github.com/dbeerten)) -* [Docs] Fixes typo [#993](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/993) ([@benoitgeerinck](https://github.com/benoitgeerinck)) -* [MediaBundle] use `SlugifierInterface` [#992](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/992) ([@mlebkowski](https://github.com/mlebkowski)) -* [AllBundles]: fixes generated by sensiolabs insights [#991](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/991) ([@sandergo90](https://github.com/sandergo90)) -* [Travis]: remove php 7 from allowed failures [#990](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/990) ([@sandergo90](https://github.com/sandergo90)) -* [NodeBundle]: remove getChildren on NodeTranslationRepository -> never used [#989](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/989) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: use namespace paths for admin tests generator [#987](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/987) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: fix behat tests [#985](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/985) ([@sandergo90](https://github.com/sandergo90)) -* [AdminListBundle, GeneratorBundle]: add sortable interface [#984](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/984) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: change fosuser template extends [#983](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/983) ([@sandergo90](https://github.com/sandergo90)) -* [NodeBundle] only use `$request->attributes` to get `NodeTranslation` [#982](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/982) ([@mlebkowski](https://github.com/mlebkowski)) -* [FixturesBundle] Set Media folder name by internal name in fixtures [#981](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/981) ([@jverdeyen](https://github.com/jverdeyen)) -* [NodeBundle] View permission on node in adminlist [#980](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/980) ([@whitewhidow](https://github.com/whitewhidow)) -* [MediaBundle]: check if imageurlretina is defined, refs #978 [#979](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/979) ([@sandergo90](https://github.com/sandergo90)) -* [NodeBundle]: add ability to recopy content from other language [#977](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/977) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle] Remove style-ie9.min.css & _js_header.html.twig [#976](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/976) ([@dbeerten](https://github.com/dbeerten)) -* [AdminListBundle] Add events to AdminListController [#974](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/974) ([@wesleylancel](https://github.com/wesleylancel)) -* [MediaBundle] Fix bulk upload [#973](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/973) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminListBundle, GeneratorBundle] add sortable option to entities [#972](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/972) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle] stripped layout for error pages [#971](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/971) ([@dbeerten](https://github.com/dbeerten)) -* [MediaBundle] fix bulk upload errors display [#970](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/970) ([@whitewhidow](https://github.com/whitewhidow)) -* [FormBundle] fix btn pagepart dont submit in admin [#969](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/969) ([@whitewhidow](https://github.com/whitewhidow)) -* [GeneratorBundle]: request needs to be passed in generatorbundle [#968](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/968) ([@sandergo90](https://github.com/sandergo90)) -* [MediaBundle]: add breadcrumb to go back to root folder #545 [#967](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/967) ([@sandergo90](https://github.com/sandergo90)) -* [MediaBundle] validate slug input [#965](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/965) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminListBundle]: add validation for datetime #807 [#964](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/964) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: remove dependency on NodeBundle #700 [#963](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/963) ([@sandergo90](https://github.com/sandergo90)) -* [SeoBundle]: add imagine filter for seo images, refs #765 [#962](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/962) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] refactor @ notations in twig [#961](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/961) ([@whitewhidow](https://github.com/whitewhidow)) -* [AllBundles]: fixes for symfony 2.8 compability [#959](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/959) ([@sandergo90](https://github.com/sandergo90)) -* [Composer]: update assetic bundle [#958](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/958) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: targetId needs dollar sign [#957](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/957) ([@sandergo90](https://github.com/sandergo90)) -* [Composer] Update sensio distribution bundle for symfony 2.8 [#956](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/956) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle] add styling to range slider [#954](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/954) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [LeadGenerationbundle] deprecation fix [#953](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/953) ([@whitewhidow](https://github.com/whitewhidow)) -* [AllBundles]: remove deprecation notices [#952](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/952) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle]: getEntityManager deprecated [#951](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/951) ([@sandergo90](https://github.com/sandergo90)) -* [AdminListBundle, MenuBundle], Passing arguments to form type is deprecated [#950](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/950) ([@sandergo90](https://github.com/sandergo90)) -* [FixturesBundle] Fix missing singe quote in yaml config [#949](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/949) ([@whitewhidow](https://github.com/whitewhidow)) -* [AllBundles]: update symfony-cmf routing to release candidate [#948](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/948) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: Add use statement for form type [#947](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/947) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] 2.8fixes quoted yml [#946](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/946) ([@whitewhidow](https://github.com/whitewhidow)) -* [AllBundles]: use fully qualified class names for forms [#945](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/945) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] Dep#small issues [#944](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/944) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] Fixes for SensiolabsInsights [#943](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/943) ([@jockri](https://github.com/jockri)) -* [GenerarorBundle] Fix assets_version deprecated messages [#942](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/942) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminBundle, UserManagementBundle]: Change argument passing to form type [#941](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/941) ([@sandergo90](https://github.com/sandergo90)) -* [PagePartBundle] Pass context to fetch right pagepartsrefs when adding a pagepart [#940](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/940) ([@kristofvc](https://github.com/kristofvc)) -* [AdminBundle, ArticleBundle] remove dep getRequest() [#939](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/939) ([@sandergo90](https://github.com/sandergo90)) -* [GeneratorBundle, TranslatorBundle] The option "type" of the CollectionType has been renamed to "entry_type" [#938](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/938) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles]: Change deprecated form functions [#937](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/937) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] Fixes for SensiolabsInsight [#936](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/936) ([@jockri](https://github.com/jockri)) -* [Composer ]Use imagine v5.0 to fix background filter [#935](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/935) ([@jockri](https://github.com/jockri)) -* [Composer] Fix imagine version in bundles [#934](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/934) ([@jockri](https://github.com/jockri)) -* [TaggingBundle] Lost old tags after adding new one to an entity [#933](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/933) ([@mdxpl](https://github.com/mdxpl)) -* [MediaBundle] Update LiipImagineBundle to v1.4.3 with workaround [#932](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/932) ([@jockri](https://github.com/jockri)) -* [AllBundles]: deprecated form types in symfony 2.8 [#930](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/930) ([@sandergo90](https://github.com/sandergo90)) -* [MediaBundle] fix special chars in media filename [#929](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/929) ([@whitewhidow](https://github.com/whitewhidow)) -* [PagePartBundle] Edited max min all pp to max min region [#928](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/928) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [AdminBundle] Characters-left javascript needs to be added to the js_footer for assetic dumping [#926](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/926) ([@sandergo90](https://github.com/sandergo90)) -* [MenuBundle] Do not require online NodeTranslation for url_link MenuItems [#925](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/925) ([@wesleylancel](https://github.com/wesleylancel)) -* [NodeBundle, NodeSearchBundle] Remove some deprecations [#924](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/924) ([@jockri](https://github.com/jockri)) -* [MenuBundle] Deprecated addViolationAt [#923](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/923) ([@sandergo90](https://github.com/sandergo90)) -* [TranslatorBundle, VotingBundle] Deprecated request call [#921](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/921) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle] The "array" type hint was removed from the OptionsResolverInterface [#920](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/920) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle, MenuBundle] deprecated Assert\Callback on entity, put it above function instead [#919](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/919) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] Deprecated form_enctype, replace it with correct form_start [#918](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/918) ([@sandergo90](https://github.com/sandergo90)) -* [AllBundles] Deprecated "empty_value" option when using choice as form type. Replace it with "placeholder" [#917](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/917) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle]: symfony 2.7 syntax [#916](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/916) ([@sandergo90](https://github.com/sandergo90)) -* Fix#deprecations 2.8 [#913](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/913) ([@sandergo90](https://github.com/sandergo90)) -* [MediaBundle, MediaBundle] Fix: the "property" option is deprecated since version 2.7 and will be removed in 3.0. Use "choice_label" instead [#912](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/912) ([@jockri](https://github.com/jockri)) -* [MediaBundle] fix retina filter for mediabundle [#911](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/911) ([@FVKVN](https://github.com/FVKVN)) -* [MediaBundle] theme sorting of media in thumb-view correctly [#910](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/910) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle] remove console logs from pagepart_editor.js [#909](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/909) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle] Added up/down arrows on nested forms, fix rich editor when moving elements in DOM [#908](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/908) ([@sandergo90](https://github.com/sandergo90)) -* [AdminBundle] character counter for input fields with a limited character count [#905](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/905) ([@FVKVN](https://github.com/FVKVN)) -* [MediaBundle] sorting of media in thumb-view [#904](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/904) ([@whitewhidow](https://github.com/whitewhidow)) -* [PagePartBundle, AdminBundle] resizing pp + scroll when pp moves [#900](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/900) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [Documentation] Updated roadmap [#898](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/898) ([@jockri](https://github.com/jockri)) -* [AdminBundle] fixed responsiveness main nav [#896](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/896) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [GeneratorBundle] Namespace bug in generator [#895](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/895) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminListBundle] Fix for adding bulk actions that prevent the delete button from working on the first item [#894](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/894) ([@whitewhidow](https://github.com/whitewhidow)) -* [MediaBundle] added short version of delete and add folder btns [#893](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/893) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [GeneratorBundle] Change default twig includes [#892](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/892) ([@whitewhidow](https://github.com/whitewhidow)) -* [TaggingBundle] Fix created/updated fieldnames [#891](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/891) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminBundle] refactor create user command [#890](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/890) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminlistBundle] Update issue 822 export.csv.twig [#889](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/889) ([@denbatte](https://github.com/denbatte)) -* [MediaBundle] add retina image thumbnails to mediabundle [#888](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/888) ([@FVKVN](https://github.com/FVKVN)) -* [Documentation] Create roadmap.md [#887](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/887) ([@denbatte](https://github.com/denbatte)) -* [AllBundles] Replace deprecated SecurityContext service [#886](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/886) ([@jockri](https://github.com/jockri)) -* [MediaBundle] fix media handler issue [#885](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/885) ([@whitewhidow](https://github.com/whitewhidow)) -* added brand logo on login page [AdminBundle] [#884](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/884) ([@LiesbethVanaerschot](https://github.com/LiesbethVanaerschot)) -* [AdminBundle, LiveReloadBundle] Composer guzzle dep fixes [#883](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/883) ([@whitewhidow](https://github.com/whitewhidow)) -* [MediaBundle] Fix media chooser type selector when no type was passed [#882](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/882) ([@jockri](https://github.com/jockri)) -* [MediaBundle] better thumb for youtube media [#880](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/880) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminListBundle] Fixed display page 1 [#879](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/879) ([@whitewhidow](https://github.com/whitewhidow)) -* [AdminBundle] Add reinit-js attribute on the wysiwyg textarea [#878](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/878) ([@dbeerten](https://github.com/dbeerten)) -* [All] Allow Symfony 2.8 and fix some deprecations [#873](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/873) ([@WouterJ](https://github.com/WouterJ)) -* [MenuBundle] Make sure there are no duplicate locales in the list [#862](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/862) ([@jockri](https://github.com/jockri)) -* [SeoBundle, Documentation] Added removal of SEOtags to release notes [#861](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/861) ([@denbatte](https://github.com/denbatte)) -* [LeadGenerationBundle] Add LocaleBlacklistRule and LocaleWhitelistRule [#860](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/860) ([@kimausloos](https://github.com/kimausloos)) -* [AdminBundle] Added datepicker reinit for nested forms [#859](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/859) ([@mtnorthrop](https://github.com/mtnorthrop)) -* [Documentation] Fixed typo + puphpet image in docs [#856](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/856) ([@jockri](https://github.com/jockri)) -* [GeneratorBundle] Add FE styling to pageparts in CMS [#853](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/853) ([@dbeerten](https://github.com/dbeerten)) -* [AdminBundle] Dynamic reinit modules when a pagepart is added [#849](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/849) ([@dbeerten](https://github.com/dbeerten)) -* [NodeBundle] Remove gedmo.listener.tree definition [#846](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/846) ([@joker806](https://github.com/joker806)) -* [PagePartBundle] Flush only the pagePartRef that is found by PagePart… [#844](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/844) ([@joker806](https://github.com/joker806)) -* [GeneratorBundle] Videopp adding compatibility for Vimeo and Dailymotion [#821](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/821) ([@morenonaitana](https://github.com/morenonaitana)) - - -## 3.4.2 / 2015-12-02 - -* [NodeBundle] Hide page status indicator if it's a StructureNode page [#851](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/851) ([@dbeerten](https://github.com/dbeerten)) -* [AdminBundle] Make sure folder is always a property [#850](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/850) ([@wesleylancel](https://github.com/wesleylancel)) -* [AdminBundle] Fix -is not a function- bug [#848](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/848) ([@dbeerten](https://github.com/dbeerten)) -* [NodeBundle] Make SlugType accept SlugifierInterface [#845](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/845) ([@joker806](https://github.com/joker806)) -* [GeneratorBundle] Add check for GIF's in image-pp [#841](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/841) ([@dbeerten](https://github.com/dbeerten)) -* [GeneratorBundle] Add woff2 to Ground Control [#840](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/840) ([@dbeerten](https://github.com/dbeerten)) -* [Documentation] Cookbook items containing some documentation [#839](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/839) ([@denbatte](https://github.com/denbatte)) -* [MediaBundle] Fixed uppercase extension (again) [#838](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/838) ([@yoshz](https://github.com/yoshz)) -* [AdminBundle] Correct styling for Change password form errors [#837](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/837) ([@dbeerten](https://github.com/dbeerten)) -* [SeoBundle] Fix bad NOFOLLOW value in SeoType [#834](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/834) ([@joker806](https://github.com/joker806)) -* [AdminBundle] Add indication that page is online/offline [#833](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/833) ([@dbeerten](https://github.com/dbeerten)) -* [MultiDomainBundle] Use url locale to link extra parameters [#832](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/832) ([@jockri](https://github.com/jockri)) -* [AdminBundle] Show only icons of table actions [#831](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/831) ([@dbeerten](https://github.com/dbeerten)) -* [NodeBundle] StructureNode now have a folder icon in the pages tree [#830](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/830) ([@dbeerten](https://github.com/dbeerten)) -* [NodeBundle] Also expose the NodeTranslation id in link chooser template [#829](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/829) ([@jockri](https://github.com/jockri)) -* [MenuBundle] Fix parent menu item in menu edit form [#827](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/827) ([@denbatte](https://github.com/denbatte)) -* [FormBundle - Insights] PHP code should follow PSR-1 basic coding standard [#826](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/826) ([@denbatte](https://github.com/denbatte)) -* [Lead-, Seo-, MenuBundle] Fix codestyle issues [#825](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/825) ([@denbatte](https://github.com/denbatte)) -* [MenuBundle, LeadgenerationBundle] Removed unused use statements and add typehints [#824](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/824) ([@denbatte](https://github.com/denbatte)) -* [GeneratorBundle] Spaceless in layout twig [#820](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/820) ([@morenonaitana](https://github.com/morenonaitana)) -* [GeneratorBundle] Favicons [#819](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/819) ([@morenonaitana](https://github.com/morenonaitana)) -* [GeneratorBundle] Made validateTargetDir a local function [#815](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/815) ([@mbosgraaf-wirelab](https://github.com/mbosgraaf-wirelab)) -* [MultiDomainBundle] Allows to configure/retrieve extra parameters for each domain locale [#814](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/814) ([@jockri](https://github.com/jockri)) -* [MediaBundle] Add 'Add media' button translation [#813](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/813) ([@joker806](https://github.com/joker806)) -* [GeneratorBundle] Fixed wrong dependency for sensio/generator-bundle [#812](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/812) ([@yoshz](https://github.com/yoshz)) -* [SeoBundle] Closed article meta tags [#809](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/809) ([@denbatte](https://github.com/denbatte)) -* [AdminListBundle] Add validation for invalid filter value [#808](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/808) ([@aistis-](https://github.com/aistis-)) -* [MenuBundle] Add templating possibilities for menuItems [#798](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/798) ([@denbatte](https://github.com/denbatte)) -* [FixturesBundle] Add MenuItemBuilder for MenuItem fixtures [#797](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/797) ([@wesleylancel](https://github.com/wesleylancel)) -* [DashboardBundle] Added german dashboard translation [#795](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/795) ([@virtualize](https://github.com/virtualize)) -* [AdminBundle] Fix missing variables in app scripts [#790](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/790) ([@joker806](https://github.com/joker806)) -* [SeoBundle] Idea for fix for possible multiple db-query issues [#788](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/788) ([@tentwofour](https://github.com/tentwofour)) -* [AdminListBundle] Fix for ORM adminlist to allow setting a custom number of items per page [#787](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/787) ([@wimvds](https://github.com/wimvds)) -* [MenuBundle] Add separate function to get menu items [#786](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/786) ([@wesleylancel](https://github.com/wesleylancel)) -* [SeoBundle] Facebook only accepts locales in format xx_XX [#781](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/781) ([@jockri](https://github.com/jockri)) -* [MultiDomainBundle] Replaced host override cookie with session [#688](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/688) ([@yoshz](https://github.com/yoshz)) - - -## 3.4.1 / 2015-10-25 - -* [MediaBundle] Create web safe filenames [#780](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/780) ([@tentwofour](https://github.com/tentwofour)) -* [LeadGenerationBundle] Added extra lead generation rule: on exit intent [#778](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/778) ([@jockri](https://github.com/jockri)) -* [AdminBundle] Allow `SimpleMenuAdaptor` to create items in main menu [#777](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/777) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle] Fix assigning groups to user in kuma:user:create command [#776](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/776) ([@denbatte](https://github.com/denbatte)) -* [MultiDomainBundle] Get Extra Multi Domain data twig extension [#775](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/775) ([@denbatte](https://github.com/denbatte)) -* [MediaBundle] Update required KnpGaufretteBundle version in MediaBundle [#773](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/773) ([@joker806](https://github.com/joker806)) -* [AdminBundle] Update required Symfony version in AdminBundle [#772](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/772) ([@joker806](https://github.com/joker806)) -* [LeadGenerationBundle] Improved in the documentation and twig demo templates + added debug configuration parameter [#771](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/771) ([@jockri](https://github.com/jockri)) -* [Documentation] Add info for admin list configurator buttons from image to icon [#770](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/770) ([@aistis-](https://github.com/aistis-)) -* [DashboardBundle] Fix https render_esi() dashboard problem [#769](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/769) ([@jockri](https://github.com/jockri)) -* [MediaBundle] fix remove percent sign from filename when uploading [#768](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/768) ([@bakie](https://github.com/bakie)) -* [SeoBundle] Check for older bundles version [#767](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/767) ([@denbatte](https://github.com/denbatte)) -* [MenuBundle] Define a proper MenuItem entity class [#766](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/766) ([@aistis-](https://github.com/aistis-)) -* [Documentation] Added documentation for Social and Seo update [#763](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/763) ([@denbatte](https://github.com/denbatte)) -* [MenuBundle] Swap default options paramers [#762](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/762) ([@aistis-](https://github.com/aistis-)) -* [SeoBundle] Extra article seo meta tags [#761](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/761) ([@denbatte](https://github.com/denbatte)) -* [NodeBundle] fix slug refresh button behaviour [#760](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/760) ([@bakie](https://github.com/bakie)) -* [SeoBundle] Improved ogUrl tag handling [#759](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/759) ([@denbatte](https://github.com/denbatte)) -* [SeoBundle] Add extra tags OG tags [#758](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/758) ([@denbatte](https://github.com/denbatte)) -* [AdminBundle] pp view block overflow clearfix fix [#757](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/757) ([@indrikenens](https://github.com/indrikenens)) -* [MenuBundle] fix last PR mistakes in the menuBundle and corrected styling issues f… [#756](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/756) ([@denbatte](https://github.com/denbatte)) -* [AdminListBundle] Change image button image to icon [#755](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/755) ([@aistis-](https://github.com/aistis-)) -* [MenuBundle] Let define extra link classes to decorator [#754](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/754) ([@aistis-](https://github.com/aistis-)) -* [NodeBundle] Show publish button when editing a page [#752](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/752) ([@jockri](https://github.com/jockri)) -* [All Bundles] PSR-1 fixes, Removed unused [#751](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/751) ([@wimvds](https://github.com/wimvds)) -* [SeoBundle] Seo and social tab update [#750](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/750) ([@denbatte](https://github.com/denbatte)) -* [All bundles] SensioInsights & code cleanup [#748](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/748) ([@wimvds](https://github.com/wimvds)) -* [MediaBundle] Refactor remote media types [#747](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/747) ([@wimvds](https://github.com/wimvds)) -* [AdminBundle] fix admin 404 (#169) [#746](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/746) ([@wimvds](https://github.com/wimvds)) -* [Tests] unit tests + small fixes [#744](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/744) ([@wimvds](https://github.com/wimvds)) -* [MenuBundle] Some refactoring of the menuBundle - Make it extendable [#729](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/729) ([@denbatte](https://github.com/denbatte)) - - -## 3.4.0 / 2015-10-05 - -* upgrade doc v3.3 -> v3.4 [#742](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/742) ([@wimvds](https://github.com/wimvds)) -* [AdminBundle] Make PagePartEditor emit events on add, edit and delete [#740](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/740) ([@tarjei](https://github.com/tarjei)) -* [AdminBundle] Jquery is required before CKEditor [#739](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/739) ([@tarjei](https://github.com/tarjei)) -* [AdminBundle] Document what extending the editor may look like. [#738](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/738) ([@tarjei](https://github.com/tarjei)) -* [SeoBundle] Remove incorrect slash from image_src tag [#737](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/737) ([@waaghals](https://github.com/waaghals)) -* [AdminBundle] Fix admin sidebar when NodeBundle is not used [#731](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/731) ([@jockri](https://github.com/jockri)) -* [TranslatorBundle] add missing use statement [#728](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/728) ([@piotrbelina](https://github.com/piotrbelina)) -* [KunstmaanAdminBundle] Refactor DomainConfiguration [#726](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/726) ([@wimvds](https://github.com/wimvds)) -* [MediaBundle] Fixed image file extension [#725](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/725) ([@dannyvw](https://github.com/dannyvw)) -* [AdminBundle] add div wrapper to tables [#724](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/724) ([@diskwriter](https://github.com/diskwriter)) -* [LeadGenerationBundle] Handle type via request url as fallback [#723](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/723) ([@kimausloos](https://github.com/kimausloos)) - - -## 3.3.3 / 2015-10-27 - -* [MediaBundle] Backport #780 to the 3.3 branch [#784](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/784) ([@tentwofour](https://github.com/tentwofour)) - - -## 3.3.2 / 2015-09-18 - -* [AllBundles] revert bc breaks [#722](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/722) ([@piotrbelina](https://github.com/piotrbelina)) -* [FolderBundle] refactor reorderAction [#721](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/721) ([@piotrbelina](https://github.com/piotrbelina)) -* [MediaBundle] add parsing youtu.be urls [#720](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/720) ([@piotrbelina](https://github.com/piotrbelina)) - - -## 3.3.1 / 2015-09-18 - -* [FormBundle] fix view icon [#719](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/719) ([@piotrbelina](https://github.com/piotrbelina)) -* [MediaBundle] fix folder position saving via drag and drop [#718](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/718) ([@piotrbelina](https://github.com/piotrbelina)) -* [AdminBundle] Improve submenu caret alignment [#717](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/717) ([@wimvds](https://github.com/wimvds)) -* [AdminBundle] fix annotation autoloading for tests [#716](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/716) ([@piotrbelina](https://github.com/piotrbelina)) -* [All Bundles] removed deprecated notices [#715](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/715) ([@piotrbelina](https://github.com/piotrbelina)) -* [AdminBundle] fix JS undefined issue & add translations in permissions widget [#714](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/714) ([@wimvds](https://github.com/wimvds)) -* [SearchBundle] fixed typo in SearchConfigurationChain::getConfiguration [#713](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/713) ([@piotrbelina](https://github.com/piotrbelina)) -* [NodeSearch][SearchBundle] upgrade Elastica to 2.3 version [#712](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/712) ([@piotrbelina](https://github.com/piotrbelina)) -* [GeneratorBundle] fixed exception for top level search results [#711](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/711) ([@piotrbelina](https://github.com/piotrbelina)) -* [NodeBundle] performance fixes [#710](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/710) ([@wimvds](https://github.com/wimvds)) -* [GeneratorBundle] moved NodeTranslationTwigExtension to separate extension [#708](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/708) ([@piotrbelina](https://github.com/piotrbelina)) -* [NodeBundle] Set default weight for new subpage [#707](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/707) ([@mdxpl](https://github.com/mdxpl)) -* [Nodebundle] [critical] Fix services.yml error in NodeBundle [#706](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/706) ([@jverdeyen](https://github.com/jverdeyen)) -* [MultiDomainBundle] Added host aliases support [#704](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/704) ([@yoshz](https://github.com/yoshz)) -* [LeadGenerationBundle] Add required type parameters as hidden form field [#698](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/698) ([@kimausloos](https://github.com/kimausloos)) -* [AdminListBundle] Deprecated twig function my_router_params() [#697](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/697) ([@kimausloos](https://github.com/kimausloos)) -* [Documentation] Fix upgrade to 3.3 command [#696](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/696) ([@kimausloos](https://github.com/kimausloos)) -* [NodeBundle] don’t use session if not in request scope [#637](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/637) ([@mlebkowski](https://github.com/mlebkowski)) - - -## 3.3.0 / 2015-09-06 - -* Clear translation cache without exec but with native unlink function [#694](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/694) ([@jverdeyen](https://github.com/jverdeyen)) -* [MenuBundle] use DomainConfigurationInterface instead of DomainConfiguration + depend on NodeBundle [#693](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/693) ([@jockri](https://github.com/jockri)) -* [MenuBundle] Make it possible to move menu items up/down [#692](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/692) ([@jockri](https://github.com/jockri)) -* [NodeBundle] Documentation fix [#691](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/691) ([@mdxpl](https://github.com/mdxpl)) -* [RedirectBundle] remove double input info [#687](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/687) ([@jockri](https://github.com/jockri)) -* [AdminBundle] Make it easier to append javascript/css/CKConfiguration [#683](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/683) ([@krispypen](https://github.com/krispypen)) -* [RedirectBundle] Add domain field when configuring redirects [#682](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/682) ([@jockri](https://github.com/jockri)) -* [AdminBundle] Warning in collection when using media as type [#680](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/680) ([@yoshz](https://github.com/yoshz)) -* [PagePartBundle] Hide pagepart dropdown when there are no options configured [#679](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/679) ([@jverdeyen](https://github.com/jverdeyen)) -* [NodeBundle] Re-add nodemenu again in the rendercontext [#678](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/678) ([@krispypen](https://github.com/krispypen)) -* [MenuBundle] Refactor MenuBundle to use a MenuService [#677](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/677) ([@jverdeyen](https://github.com/jverdeyen)) -* [MultiDomainBundle] Cache root node [#675](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/675) ([@wimvds](https://github.com/wimvds)) -* [AdminBundle] Updated select2 to 4.0.0 [#674](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/674) ([@yoshz](https://github.com/yoshz)) -* [AdminBundle] Trigger change event for urlChooser and mediaChooser [#673](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/673) ([@yoshz](https://github.com/yoshz)) -* [DashboardBundle] Only allow super admin to configure the dashboard [#672](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/672) ([@yoshz](https://github.com/yoshz)) -* [FixturesBundle] Fix for fixtures populator entity array [#671](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/671) ([@virtualize](https://github.com/virtualize)) -* [PagePartBundle] Pageparts recursive regions [#668](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/668) ([@wesleylancel](https://github.com/wesleylancel)) -* [FixturesBundle] Allow adding "offline" structure nodes as a parent in fixtures. Incl … [#667](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/667) ([@jverdeyen](https://github.com/jverdeyen)) -* [FixturesBundle] Insights fix for fixtures [#666](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/666) ([@wesleylancel](https://github.com/wesleylancel)) -* [MenuBundle] Add option for activeClass on links for MenuBundle [#663](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/663) ([@wesleylancel](https://github.com/wesleylancel)) -* [FixturesBundle] Add option to set pagetemplate in fixtures [#662](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/662) ([@wesleylancel](https://github.com/wesleylancel)) -* [SEOBundle] Wrap cookbook information in block tag [#661](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/661) ([@jverdeyen](https://github.com/jverdeyen)) -* [AdminBundle] Wrap the login logo in a block tag [#660](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/660) ([@jverdeyen](https://github.com/jverdeyen)) -* [PagePartBundle] Translate context names [#659](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/659) ([@wesleylancel](https://github.com/wesleylancel)) -* [FixturesBundle] Make sure pagepart translations are saved in fixtures [#658](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/658) ([@wesleylancel](https://github.com/wesleylancel)) -* [FixturesBundle] Pass arguments to Faker provider [#657](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/657) ([@wesleylancel](https://github.com/wesleylancel)) -* [PagePartBundle] Translate PageTemplate and PagePart names [#656](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/656) ([@wesleylancel](https://github.com/wesleylancel)) -* [PagePartBundle] Added move up/down buttons for re-ordering pageparts [#654](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/654) ([@jockri](https://github.com/jockri)) -* [AdminBundle] Fix CreateUserCommand with --group option [#653](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/653) ([@jverdeyen](https://github.com/jverdeyen)) -* [NodeBundle] Make it possible to configure internalName and weight for structure nodes [#652](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/652) ([@jockri](https://github.com/jockri)) -* [MediaBundle] Show internal name field for media folders [#651](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/651) ([@krispypen](https://github.com/krispypen)) -* [AdminBundle] Allow custom ckeditor height [#650](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/650) ([@jockri](https://github.com/jockri)) -* [AdminBundle] Fix js error in media chooser [#649](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/649) ([@jockri](https://github.com/jockri)) -* [All Bundles] Sensiolabs Insight fixes [#648](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/648) ([@roderik](https://github.com/roderik)) -* [AdminBundle] Update ckeditor to 4.5.3, allow custom configuration and extra plugins [#647](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/647) ([@diskwriter](https://github.com/diskwriter)) -* [NodeBundle] Fix page edit tab logic [#646](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/646) ([@jockri](https://github.com/jockri)) -* [NodeBundle] fix reorder method in case the node hasn't been translated [#645](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/645) ([@samuele-mrapps](https://github.com/samuele-mrapps)) -* [MultiDomainBundle] Fix host override warnings [#644](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/644) ([@wimvds](https://github.com/wimvds)) -* [MultiDomainBundle] Update the MultiDomainBundle documentation + remove extra parameters from request _route_params [#643](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/643) ([@jockri](https://github.com/jockri)) -* [SeoBundle] Logical operators should be avoided [#642](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/642) ([@anvanza](https://github.com/anvanza)) -* [MultiDomainBundle] Fix host override [#641](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/641) ([@wimvds](https://github.com/wimvds)) -* [PagePartBundle] Make it possible to override the twig template for a custom PagePartWidget [#635](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/635) ([@jockri](https://github.com/jockri)) -* [SearchBundle] Add the locale to the request context when populating the search index [#634](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/634) ([@jockri](https://github.com/jockri)) -* [MultiDomainBundle] Add MultiDomainBundle [#633](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/633) ([@wimvds](https://github.com/wimvds)) -* [PagepartBundle] Fix alingment of pageparts [#632](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/632) ([@Sambego](https://github.com/Sambego)) -* [NodeBundle] Removed fallback logic for simple route loaders [#630](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/630) ([@jockri](https://github.com/jockri)) -* [AdminBundle] nested form: don’t remove entities in many-to-many relation [#629](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/629) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminListBundle] Dispatch ADAPT_SIMPLE_FORM event in the AdminListController add action [#628](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/628) ([@dpk125](https://github.com/dpk125)) -* Fixed nested form second level [#627](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/627) ([@evgemar](https://github.com/evgemar)) -* [NodeBundle] Prevent add pagepart from blocking page [#626](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/626) ([@kimausloos](https://github.com/kimausloos)) -* [NodeBundle] Refactor online template [#520](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/520) ([@denbatte](https://github.com/denbatte)) - - -## 3.2.5 / 2015-10-27 - -* [MediaBundle] Proposed fix/feature for web safe filenames [#783](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/783) ([@tentwofour](https://github.com/tentwofour)) - - -## 3.2.4.1 / 2015-08-09 - -* [TranslatorBundle] Don't load database translations if the database does not exist. [#621](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/621) ([@roderik](https://github.com/roderik)) -* [TranslatorBundle] Don't warm up the database translations. [#620](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/620) ([@roderik](https://github.com/roderik)) - - -## 3.2.4 / 2015-08-09 - -* [GeneratorBundle] Preserve environment in defaultController:indexAction redirect [#619](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/619) ([@mwoynarski](https://github.com/mwoynarski)) -* [AdminBundle] Fixed warning in acl helper on exception handling [#617](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/617) ([@dannyvw](https://github.com/dannyvw)) -* [MediaBundle] Fixed 404 slideshare embed code [#616](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/616) ([@dannyvw](https://github.com/dannyvw)) -* [NodeBundle] Let SlugController fall through to kernel.view [#615](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/615) ([@kimausloos](https://github.com/kimausloos)) -* [AdminBundle] Fix CreateUserCommand with --group option [#614](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/614) ([@jverdeyen](https://github.com/jverdeyen)) -* [FixturesBundle] When a value holds a Fixture, it should get the entity of the fixture. [#613](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/613) ([@jverdeyen](https://github.com/jverdeyen)) -* [GeneratorBundle] Fix minor typo [#612](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/612) ([@jverdeyen](https://github.com/jverdeyen)) -* sensio/generator-bundle >=2.5.0 [#611](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/611) ([@jverdeyen](https://github.com/jverdeyen)) - - -## 3.2.3 / 2015-08-05 - -* [Travis] Add test DB [#609](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/609) ([@roderik](https://github.com/roderik)) -* [Composer] Update some dependencies [#608](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/608) ([@roderik](https://github.com/roderik)) -* [AdminListBundle] Remove bad twig markup [#606](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/606) ([@mwoynarski](https://github.com/mwoynarski)) -* [MenuBundle] Make it possible to show hidden from nav menu nodes via the menu bundle twig extension [#605](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/605) ([@jockri](https://github.com/jockri)) -* [Tests] Do not use n-a as default slugified text [#603](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/603) ([@krispypen](https://github.com/krispypen)) -* [AdminBundle] Fix admin locale listener for >= Symfony 2.6 [#601](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/601) ([@Devolicious](https://github.com/Devolicious)) -* [Dependencies] Support for symfony2.7 [#600](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/600) ([@krispypen](https://github.com/krispypen)) -* [AdminBundle] fixed nested-form multiple add buttons [#596](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/596) ([@jeroenjans](https://github.com/jeroenjans)) -* [NodeSearchBundle] fix escaping the search query [#592](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/592) ([@mlebkowski](https://github.com/mlebkowski)) -* [NodeBundle] Added 3 new helper methods [#590](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/590) ([@tentwofour](https://github.com/tentwofour)) -* [PagePartBundle] fix for pageparts containing bootstrap3 columns [#588](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/588) ([@wimvds](https://github.com/wimvds)) -* [NodeSearchBundle] `indexType` needs to have language appended [#587](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/587) ([@mlebkowski](https://github.com/mlebkowski)) - - -## 3.2.2 / 2015-07-23 - -* [NodeBundle] fix loading hidden nodes with internalnames [#582](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/582) ([@krispypen](https://github.com/krispypen)) -* [NodeBundle] Re-add the nodemenu again and make it lazy loading [#581](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/581) ([@krispypen](https://github.com/krispypen)) -* [AdminBundle] Fix the datepicker with new added fields [#578](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/578) ([@Sambego](https://github.com/Sambego)) -* [Documentation] Update the single language documentation [#577](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/577) ([@timhc22](https://github.com/timhc22)) -* [AdminBundle] use `AuthorizationChecker` interface instead of a concrete implementation [#576](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/576) ([@mlebkowski](https://github.com/mlebkowski)) -* [Travis] Remove the memory limit on all travis tests [#574](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/574) ([@roderik](https://github.com/roderik)) -* [MediaBundle] Empty media preview is resulting in a request to homepage [#573](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/573) ([@yoshz](https://github.com/yoshz)) -* [AdminBundle] Added missing assetic dependency for icon-chooser.js [#572](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/572) ([@yoshz](https://github.com/yoshz)) -* [TaggingBundle] Change parameter type to BaseTaggable [#571](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/571) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle, MediaBundle] Fix the iconchooser [#569](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/569) ([@Sambego](https://github.com/Sambego)) - - -## 3.2.1.1 / 2015-07-17 - -* [NodeBundle] Don't ensure slug for root nodes (broken after #558) [#567](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/567) ([@yoshz](https://github.com/yoshz)) -* [Documentation] Minimal typofix. al -> all [#565](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/565) ([@tarjei](https://github.com/tarjei)) -* [Documentation] Update the search docs [#564](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/564) ([@tarjei](https://github.com/tarjei)) -* [Tests] Use new travis config for submodules and bring them in line with eachother [#563](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/563) ([@krispypen](https://github.com/krispypen)) -* [GeneratorBundle] Fix for page generation when there are no Page entities available in a bundle. [#562](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/562) ([@tentwofour](https://github.com/tentwofour)) - - -## 3.2.1 / 2015-07-16 - -* [NodeBundle] Possible to create a page type which is default hidden from navigation [#559](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/559) ([@krispypen](https://github.com/krispypen)) -* [NodeBundle] Slugify the slug when saving the page [#558](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/558) ([@krispypen](https://github.com/krispypen)) -* [NodeBundle] Do not load all nodes when you are not in the page section [#557](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/557) ([@krispypen](https://github.com/krispypen)) -* [MediaBundle] Don't fail outright on bad pdf [#555](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/555) ([@mwoynarski](https://github.com/mwoynarski)) -* [AdminBundle] Fix the datepickers not overflowing their containers [#554](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/554) ([@Sambego](https://github.com/Sambego)) -* [NodeBundle] Fix the possibility to publish and unpublish today [#553](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/553) ([@Sambego](https://github.com/Sambego)) -* [AdminBundle,MediaBundle] Fix the icon-chooser [#552](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/552) ([@Sambego](https://github.com/Sambego)) -* [NodeBundle] Fix not checking on online status in some cases [#551](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/551) ([@kimausloos](https://github.com/kimausloos)) -* [NodeSearchBundle] Fix indexing children of StructureNodes [#549](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/549) ([@Devolicious](https://github.com/Devolicious)) -* [NodeBundle] Minor performance tweak on loading the page [#548](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/548) ([@krispypen](https://github.com/krispypen)) -* [AdminBundle] Clear floats datetime group | html structure bootstrap radio buttons [#546](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/546) ([@FVKVN](https://github.com/FVKVN)) -* [NodeBundle] Allow more flexible entity controller handling [#544](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/544) ([@kimausloos](https://github.com/kimausloos)) -* [AdminBundle] simple menu adaptor [#542](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/542) ([@mlebkowski](https://github.com/mlebkowski)) -* [TaggingBundle] lazy-load tags [#541](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/541) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle] allow nesting non-compound forms [#540](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/540) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle] allow nested forms in nested forms in nested forms… [#539](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/539) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle, NodeBundle] allow changing nodes parent in sidebar tree [#538](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/538) ([@mlebkowski](https://github.com/mlebkowski)) -* [NodeSearchBundle] move mapping to symfony config and allow custom data to be indexed [#537](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/537) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle] fix admin locale listener on RememberMe token [#536](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/536) ([@mlebkowski](https://github.com/mlebkowski)) -* Bundle specific kunstmaan dependencies always require 3.0 [#535](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/535) ([@yoshz](https://github.com/yoshz)) -* [NodeBundle] Allow custom route loaders in combination with SlugActionInterface [#534](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/534) ([@jockri](https://github.com/jockri)) -* [AdminListBundle] Fix pagination issue for DBAL adminlists [#532](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/532) ([@jockri](https://github.com/jockri)) -* Add check for presence of security token in AdminLocaleListener [#531](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/531) ([@bureaublauwgeel](https://github.com/bureaublauwgeel)) -* [GeneratorBundle] finder->in(dir) not ->in(dir/glob) [#529](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/529) ([@tarjei](https://github.com/tarjei)) -* [MediaBundle] Change MediaController createAndRedirect() from private to protected [#526](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/526) ([@mwoynarski](https://github.com/mwoynarski)) -* [GeneratorBundle] Increase the version of Gulp [#525](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/525) ([@Devolicious](https://github.com/Devolicious)) -* [Documentation] improved upgrade guide [#524](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/524) ([@mennowame](https://github.com/mennowame)) - - -## 3.2.0 / 2015-07-06 - -* [PagepartBundle] Pagepart limits [#523](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/523) ([@bureaublauwgeel](https://github.com/bureaublauwgeel)) -* [NodeBundle] Fix admin preview when controller as a service is used [#522](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/522) ([@Devolicious](https://github.com/Devolicious)) -* [AdminBundle] Make it possible to use a custom form template without overriding the default Tab/FormWidget [#519](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/519) ([@jockri](https://github.com/jockri)) -* [SitemapBundle] Fix HiddenFromSitemap interface name [#518](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/518) ([@jockri](https://github.com/jockri)) -* [AdminBundle] fixed styling error labels in page-main-tabs [#517](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/517) ([@dbeerten](https://github.com/dbeerten)) -* [AdminBundle] fix date time picker widget, time issue [#515](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/515) ([@FVKVN](https://github.com/FVKVN)) -* [FixturesBundle] FixturesBundle with yaml files (inspired by nelmio/alice) [#514](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/514) ([@Devolicious](https://github.com/Devolicious)) -* [NodeSearchBundle] changed NodePagesConfiguration methods/properties from private to protected to improve extendability [#513](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/513) ([@Devolicious](https://github.com/Devolicious)) -* [Documentation] Working with admin lists follow naming conventions [#512](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/512) ([@denbatte](https://github.com/denbatte)) -* [Documentation] Working with adminlists [#511](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/511) ([@denbatte](https://github.com/denbatte)) -* [Documentation] Updated copyright to 2015 [#510](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/510) ([@maqnouch](https://github.com/maqnouch)) -* [MediaBundle] refactored `MediaValidator`, fixed missing `TOO_NARROW_ERROR` constant [#508](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/508) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle] reinit advancedSelect when editing a PagePart [#507](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/507) ([@mlebkowski](https://github.com/mlebkowski)) -* [SitemapBundle] Add required interface to the SitemapPage [#506](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/506) ([@kimausloos](https://github.com/kimausloos)) -* [Documentation] Managing menu items [#504](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/504) ([@denbatte](https://github.com/denbatte)) -* [Documentation] Use stable version instead of master (as the latter can be unstable) [#501](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/501) ([@wimvds](https://github.com/wimvds)) -* [AdminBundle] Make AdminLocaleListener also update locale on subrequests [#499](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/499) ([@bureaublauwgeel](https://github.com/bureaublauwgeel)) -* [AdminBundle] Fix for failure to save permissions [#496](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/496) ([@kos4live](https://github.com/kos4live)) -* [AdminBundle] Fixed missing error messages due to overwriting the errors array [#495](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/495) ([@Devolicious](https://github.com/Devolicious)) -* [MenuBundle] Added the KunstmaanMenuBundle [#492](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/492) ([@jockri](https://github.com/jockri)) -* [UtilitiesBundle] Changed Transliterator behavior to handle polish diacritics [#490](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/490) ([@genjusz](https://github.com/genjusz)) -* [GeneratorBundle] Update of the demosite styleguide [#489](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/489) ([@FVKVN](https://github.com/FVKVN)) -* Extending the admin User entity 3.2.*@dev [#484](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/484) ([@wimvds](https://github.com/wimvds)) -* [GeneratorBundle] Fix for nodemenu in generated twig template [#483](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/483) ([@woutervandamme](https://github.com/woutervandamme)) -* [GeneratorBundle] Fix for nodemenu in generated twig template [#482](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/482) ([@woutervandamme](https://github.com/woutervandamme)) -* [LeadGenerationBundle] remove commented code [#481](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/481) ([@woutervandamme](https://github.com/woutervandamme)) -* [LeadGenerationBundle] Moved the LeadGenerationBundle documentation to the cookbook [#479](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/479) ([@jockri](https://github.com/jockri)) -* [GeneratorBundle] Prevent class not found bug when creating an entity and admin list [#478](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/478) ([@wimvds](https://github.com/wimvds)) -* [Documentation] Add custom filter documentation to cookbook [#477](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/477) ([@wimvds](https://github.com/wimvds)) -* [DashboardBundle] unified the css output paths for assetic [#476](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/476) ([@virtualize](https://github.com/virtualize)) -* [Dependencies] Remove support for symfony 2.3 [#475](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/475) ([@krispypen](https://github.com/krispypen)) -* [NodeBundle] change nodeMenu in renderContext to twig function [#474](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/474) ([@woutervandamme](https://github.com/woutervandamme)) -* [AdminBundle] Add command to migrate existing users [#472](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/472) ([@arneruy](https://github.com/arneruy)) -* [LeadGenerationBundle] added initial LeadGenerationBundle version [#471](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/471) ([@jockri](https://github.com/jockri)) -* [Dependencies] Lock on symfony lower then 2.7 (TEMPORARY) [#470](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/470) ([@krispypen](https://github.com/krispypen)) -* [SeoBundle] Avoid using "and" operator, using && [#468](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/468) ([@denbatte](https://github.com/denbatte)) -* [NodeSearchBundle] Refactored search to seperate service [#465](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/465) ([@woutervandamme](https://github.com/woutervandamme)) -* [NodeBundle, UserManagementBundle, AdminBundle, AdminListBundle, ArticleBundle, LiveReloadBundle, MediaBundle, SeoBundle, VotingBundle] removed unused use statementes [#463](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/463) ([@denbatte](https://github.com/denbatte)) -* [SitemapBundle] refactored SitemapInterface [#462](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/462) ([@denbatte](https://github.com/denbatte)) -* [NodeBundle] fixes Sensiolabs insight issues on Nodebundle [#461](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/461) ([@denbatte](https://github.com/denbatte)) -* [FormBundle] Order the FormSubmissionFields like their respective PageParts on the FormPage [#446](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/446) ([@kln3wrld](https://github.com/kln3wrld)) -* [AdminBundle, GeneratorBundle, UserManagementBundle] Remove default hardcoded admin/admin [#382](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/382) ([@arneruy](https://github.com/arneruy)) -* [SitemapBundle] Make use of a sitemapindex and sub sitemaps [#330](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/330) ([@denbatte](https://github.com/denbatte)) -* Upgrade dev-master branch alias to 3.2-dev [#308](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/308) ([@roderik](https://github.com/roderik)) -* [GeneratorBundle] Replace DialogHelper with QuestionHelper [#304](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/304) ([@arneruy](https://github.com/arneruy)) - - -## 3.1.3 / 2015-10-27 - -* Backport #780 to the 3.1 branch [#785](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/785) ([@tentwofour](https://github.com/tentwofour)) - - -## 3.1.2 / 2015-06-02 - -* [AdminBundle] Update layout to fix with or without sub-actions [#459](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/459) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [AdminBundle] Usage of a function in loops should be avoided and refactor groups mechanism [#458](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/458) ([@denbatte](https://github.com/denbatte)) -* [AdminBundle] Fix Select 2 in form-controls [#457](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/457) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [MediaBundle] Fix Media previews [#456](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/456) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [SeoBundle] Fixed issue that OG image can not be deleted [#452](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/452) ([@wimvds](https://github.com/wimvds)) -* [Nodebunde] Fix not slugified slug [#451](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/451) ([@Devolicious](https://github.com/Devolicious)) -* [NodeBundle] Add twig function get page by nodeTranslation [#450](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/450) ([@denbatte](https://github.com/denbatte)) -* [GeneratorBundle] Re-add services.yml configuration for the twig extension [#448](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/448) ([@jockri](https://github.com/jockri)) -* [AdminBundle] syntax error in rich editor js [#442](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/442) ([@kln3wrld](https://github.com/kln3wrld)) -* [GeneratorBundle] remove the obsolete default locale fallback from generator [#441](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/441) ([@kln3wrld](https://github.com/kln3wrld)) -* [AdminBundle] Fix drag and drop sub entities [#439](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/439) ([@FVKVN](https://github.com/FVKVN)) -* [AdminBundle] Added an option to change the backend site name to a logo [#437](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/437) ([@Devolicious](https://github.com/Devolicious)) -* [AdminListBundle] Fixes adminlist filters [#436](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/436) ([@FVKVN](https://github.com/FVKVN)) -* [AdminBundle] Added option to use a custom CKEditor config.js file [#432](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/432) ([@mtnorthrop](https://github.com/mtnorthrop)) -* [AdminBundle] Fix title and edit button styling of old dashboard [#431](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/431) ([@jockri](https://github.com/jockri)) -* [NodeBundle] Don't add slug for structure node [#429](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/429) ([@Devolicious](https://github.com/Devolicious)) -* [AdminBundle] fix date time picker widget when there's only a date input field [#427](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/427) ([@FVKVN](https://github.com/FVKVN)) -* [NodeBundle] Show published subpages of structured nodes as online in the link chooser popup [#425](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/425) ([@jockri](https://github.com/jockri)) -* [FormBundle] added buildFilters method as required by interface [#422](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/422) ([@kimausloos](https://github.com/kimausloos)) -* [AdminListBundle] The form tag should be opened on a higher level, otherwise nested entities in adminlists will not work [#421](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/421) ([@jockri](https://github.com/jockri)) -* [AdminBundle] When an extra css class was added in the FormType, the basic classes where removed [#420](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/420) ([@jockri](https://github.com/jockri)) -* [NodeBundle] Fix online/offline indication in the menu tree for child pages of structure nodes [#418](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/418) ([@jockri](https://github.com/jockri)) -* [TranslatorBundle] Fix error when importing translations where keyword length > 255 characters [#417](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/417) ([@jockri](https://github.com/jockri)) -* [GeneratorBundle] corrected Wrong bundlename in pagetemplate [#414](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/414) ([@woutervandamme](https://github.com/woutervandamme)) -* [TranslatorBundle] add confirmation box to force import [#413](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/413) ([@woutervandamme](https://github.com/woutervandamme)) -* [DashboardBundle] Fixes: the code from google is not decoded [#410](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/410) ([@0xPr0xy](https://github.com/0xPr0xy)) -* [NodeBundle] Fix for publishing a draft version of page [#409](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/409) ([@woutervandamme](https://github.com/woutervandamme)) -* [MediaBundle] Fix error on pdf preview [#408](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/408) ([@arneruy](https://github.com/arneruy)) -* [GeneratorBundle] Refactor pagepart media validation [#406](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/406) ([@arneruy](https://github.com/arneruy)) -* [AdminBundle,GeneratorBundle,NodeBundle,UtilitiesBundle] Change slugifier into service [#404](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/404) ([@woutervandamme](https://github.com/woutervandamme)) -* [GeneratorBundle] Replace the generated DefaultLocaleListener by generated DefaultController [#399](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/399) ([@woutervandamme](https://github.com/woutervandamme)) -* [NodeBundle] Add button to create a duplicate of a page [#392](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/392) ([@woutervandamme](https://github.com/woutervandamme)) - - -## 3.1.1 / 2015-05-05 - -* [GeneratorBundle] Fix a typo in demosite fixture [#397](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/397) ([@woutervandamme](https://github.com/woutervandamme)) -* [AdminBundle] IP and user agent check now are disabled by default [#396](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/396) ([@woutervandamme](https://github.com/woutervandamme)) -* [MediaBundle] Add priority to media handlers [#394](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/394) ([@arneruy](https://github.com/arneruy)) -* [NodeBundle] Removed redundant code in SlugListener [#391](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/391) ([@woutervandamme](https://github.com/woutervandamme)) -* [GeneratorBundle] Fix typo generator bundle [#390](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/390) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [FormBundle] Layout export button form-bundle [#387](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/387) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [AdminBundle] Cleanup and fix styling FOS Change Password form [#386](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/386) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [NodeBundle] Fixed error when passing null to slugEvent [#384](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/384) ([@woutervandamme](https://github.com/woutervandamme)) -* [AdminListBundle] Export should only export the currently selected filters [#381](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/381) ([@kimausloos](https://github.com/kimausloos)) -* [NodeBundle] Added pre and post event to the slugController [#379](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/379) ([@woutervandamme](https://github.com/woutervandamme)) -* [NodeBundle] Don't BC break nodeTranslation introduced when we depreciated the service method [#377](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/377) ([@woutervandamme](https://github.com/woutervandamme)) -* [AdminBundle] Allow custom configuration for the ckEditors [#375](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/375) ([@diskwriter](https://github.com/diskwriter)) -* [GeneratorBundle] Added missing check for AbstractPagePart during page part generation [#374](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/374) ([@stefvaessen](https://github.com/stefvaessen)) -* [MediaBundle] Fix missing type variable when accessing FolderController [#373](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/373) ([@arneruy](https://github.com/arneruy)) -* [NodeBundle, NodeSearchBundle] Handle case when RenderContext is not an array but ArrayObject [#372](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/372) ([@kimausloos](https://github.com/kimausloos)) -* [AdminBundle] Fix bad UX for DND PageParts [#369](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/369) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [GeneratorBundle] Fix blue background styleguide demo-site [#368](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/368) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [AdminBundle] Fix tooltip and colorpicker implementations [#367](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/367) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [MediaBundle] Fix drag & drop file upload boolean conversion exception [#366](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/366) ([@mlebkowski](https://github.com/mlebkowski)) -* [GeneratorBundle] Add missing entity namespace folder in the AudioPagePartAdminType [#365](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/365) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle] Fix rich-editor issues for pageparts with subentities [#364](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/364) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [GeneratorBundle] Use real bundle name if it’s not the same as the namespace [#363](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/363) ([@mlebkowski](https://github.com/mlebkowski)) -* [AdminBundle] Prevent session hijacking checks from starting a session and preventing pages to be cached in Varnish [#361](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/361) ([@kimausloos](https://github.com/kimausloos)) -* [SeoBundle] Fix hanging flash message, it will now disappear after save [#357](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/357) ([@denbatte](https://github.com/denbatte)) -* [GeneratorBundle] Fix error when generating pagepart with images [#356](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/356) ([@arneruy](https://github.com/arneruy)) -* [GeneratorBundle] Updated behat tests for the new backend and demosite [#355](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/355) ([@arneruy](https://github.com/arneruy)) -* [GeneratorBundle] Fix wysiwyg template to make it visible in frontend [#350](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/350) ([@denbatte](https://github.com/denbatte)) -* [AdminBundle, UserManagmentBundle, AdminListBundle] Added seperate event to add tabs to admin forms and user forms [#349](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/349) ([@woutervandamme](https://github.com/woutervandamme)) -* [MediaBundle] Fix missing use statement and cleaned file [#348](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/348) ([@denbatte](https://github.com/denbatte)) -* [SeoBundle] Suggest a default value in the robots.txt field when empty [#347](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/347) ([@denbatte](https://github.com/denbatte)) -* [ArticleBundle] Fix default sorting of article pages in adminlist, issue due to doctrine 2.5 adding validation checks [#345](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/345) ([@krispypen](https://github.com/krispypen)) -* [AdminListBundle] Fix the save button in adminlists, it was placed outside the
tag [#344](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/344) ([@jockri](https://github.com/jockri)) -* [FormBundle] Dispatch an event when a new formpage submission gets saved [#343](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/343) ([@jockri](https://github.com/jockri)) -* [FormBundle] Fix the formpage submissions due to the refactoring of the service method. [#342](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/342) ([@jockri](https://github.com/jockri)) -* [AdminBundle] Update sortable to v1.2.0 [#340](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/340) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [MediaBundle] Passed the type parameter on creation/deletion subfolder in media-chooser [#339](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/339) ([@woutervandamme](https://github.com/woutervandamme)) -* [SeoBundle] Remove the required option from the Open Graph Image field in the social tab [#338](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/338) ([@denbatte](https://github.com/denbatte)) -* [MediaBundle] Media chooser type parameter now filters results correctly [#335](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/335) ([@woutervandamme](https://github.com/woutervandamme)) -* [AdminListBundle] Re-use the default title logic for adminlists instead of duplicating it [#334](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/334) ([@jockri](https://github.com/jockri)) -* [AdminBundle, AdminListBundle] Add an admin page title when the adminlist is not included in the menu + make it possible to override the admin page title + fix action button position when there is no admin page title [#331](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/331) ([@jockri](https://github.com/jockri)) -* [GeneratorBundle] Updated livereload injection for styleguide and added missing error image [#329](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/329) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [GeneratorBundle] Removed glob calls in favor of symfony finder [#324](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/324) ([@woutervandamme](https://github.com/woutervandamme)) -* [MediaBundle] Fix single slash in media path [#323](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/323) ([@arneruy](https://github.com/arneruy)) -* [AdminBundle] Show list of available groups when creating a new admin user via the console [#320](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/320) ([@woutervandamme](https://github.com/woutervandamme)) -* [MediaBundle] Fix translations and behaviour for Drag and Drop media [#319](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/319) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [GeneratorBundle] Validate entity names and database prefixes in the generators [#318](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/318) ([@arneruy](https://github.com/arneruy)) -* [ArticleBundle, FormBundle, NodeSearchBundle] Removed service method in favor of controller methods [#316](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/316) ([@woutervandamme](https://github.com/woutervandamme)) -* [SeoBundle] Fix robots.txt documentation [#315](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/315) ([@denbatte](https://github.com/denbatte)) -* [Documentation] Add missing upgrade notice for the ArticleBundle [#313](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/313) ([@roderik](https://github.com/roderik)) -* [Documentation] Removed the deprecated service method in favor of controller method [#310](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/310) ([@woutervandamme](https://github.com/woutervandamme)) - - -## 3.1.0 / 2015-04-11 - -* [SeoBundle] Robots in plain text with extra info and preview button [#305](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/305) ([@denbatte](https://github.com/denbatte)) -* [AdminBundle, MediaBundle] Update loading behaviour of app [#294](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/294) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [AdminBundle] Update bower vendors [#292](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/292) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [AdminBundle] Fix classmerge for select-boxes [#291](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/291) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [NodeBundle, GeneratorBundle] Deprecated the service method in Pages in favour of controller methods [#290](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/290) ([@woutervandamme](https://github.com/woutervandamme)) -* [MediaBundle] Add add/delete new folders while inside the media-chooser popup [#288](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/288) ([@arneruy](https://github.com/arneruy)) -* [AdminBundle] Make it possible to open a link in new tab in the sidebar [#287](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/287) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [AdminBundle] Fix height calculation of the sidebar so that it follows the height of the page when possible [#286](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/286) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [All Bundles] Fix indentations in views, js and scss files dus to a failed git squash [#285](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/285) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [Documentation] removed the acme bundle question and added the doctrine:database:create command [#284](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/284) ([@woutervandamme](https://github.com/woutervandamme)) -* [SeoBundle] Administer the robots.txt from the admin interface [#283](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/283) ([@denbatte](https://github.com/denbatte)) -* [Documentation] Upgrade documentation and changelog for the 3.1 release [#279](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/279) ([@roderik](https://github.com/roderik)) -* [AdminBundle] Enable nested menu items in top menu [#275](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/275) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* [Documentation] Added title requirements for pull requests [#273](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/273) ([@kimausloos](https://github.com/kimausloos)) -* [NodeBundle] Add classname to admin if user is a super admin [#272](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/272) ([@kimausloos](https://github.com/kimausloos)) -* [AdminBundle] Fixed that a custom class on the WYSIWYG form type removed the WYSIWYG classes [#269](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/269) ([@kimausloos](https://github.com/kimausloos)) -* [All Bundles] Require at least PHP 5.4 [#266](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/266) ([@wimvds](https://github.com/wimvds)) -* [UtilitiesBundle] Use PHP Intl Transliterator to fix slugifier issues [#265](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/265) ([@wimvds](https://github.com/wimvds)) -* [AdminBundle] Fix the AclHelper test due to changes in Doctrine 2.5.0 [#264](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/264) ([@wimvds](https://github.com/wimvds)) -* [Documentation] Change paths and links in the docs to work properly on bundles.kunstmaan.be [#263](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/263) ([@roderik](https://github.com/roderik)) -* [Travis] Fix "Cannot redeclare any()" in PHPUnit [#262](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/262) ([@roderik](https://github.com/roderik)) -* [FormBundle] Fix for the Doctrine ORM BC break in v2.5.0 => base inheritance mapping classes must befined as abstract [#258](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/258) ([@jockri](https://github.com/jockri)) -* [MediaBundle] Uploaded files and images should retain their original name and extension [#255](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/255) ([@Devolicious](https://github.com/Devolicious)) -* [Articlebundle] Only show the "new" button when a user has the "CanAdd" permission [#254](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/254) ([@denbatte](https://github.com/denbatte)) -* [NodeBundle, SeoBundle] Update labels at 'Edit pages' to be more clear [#253](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/253) ([@denbatte](https://github.com/denbatte)) -* [PagePartBundle] Fixed error when moving page parts into a different region (#173) [#238](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/238) ([@arneruy](https://github.com/arneruy)) -* [Travis] Fix Scrutinizer integration with Travis by disabling fast_finish on Travis [#237](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/237) ([@krispypen](https://github.com/krispypen)) -* [AdminBundle] Added a WYSIWYG form type [#233](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/233) ([@denbatte](https://github.com/denbatte)) -* [AdminListBundle] Gracefully handle a BC break in the buildExportField() method [#231](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/231) ([@wimvds](https://github.com/wimvds)) -* [MediaBundle,GeneratorBundle] Added validation options (mimetypes, min/max width/height for images) to media objects in the backend. [#230](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/230) ([@arneruy](https://github.com/arneruy)) -* [Adminbundle, GeneratorBundle] Update the admin interface and demo site generator [#227](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/227) ([@roderik](https://github.com/roderik)) -* [Documentation] Documentation update for the upcoming 3.1 release [#225](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/225) ([@roderik](https://github.com/roderik)) -* [AdminBundle] Don't create a session (and to set-cookie) when we only want to check if there is something in the session [#224](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/224) ([@krispypen](https://github.com/krispypen)) -* [DashboardBundle] Move to a custom fork of alchemy/google-plus-api-client to work around the yellow warnings in a composer install [#220](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/220) ([@roderik](https://github.com/roderik)) -* [AdminBundle] Add a ConsoleExceptionListener to log errors in console commands [#213](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/213) ([@woutervandamme](https://github.com/woutervandamme)) -* New frontend [#193](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/193) ([@indrikenens](https://github.com/indrikenens)) -* [GeneratorBundle] Generate the default page parts into the default site, to enable modifying them in your site [#192](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/192) ([@denbatte](https://github.com/denbatte)) -* Updated Develop for Kunstmaan CMS Frontend [#191](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/191) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* Cleanup and update Frontend of the Bundles (rebased) [#165](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/165) ([@IbeVanmeenen](https://github.com/IbeVanmeenen)) -* New frontend [#147](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/147) ([@indrikenens](https://github.com/indrikenens)) - - -## 3.0.3 / 2015-04-10 - -* [FormBundle] Fix Doctrine 2.5 BC break for the 3.0 branch [#301](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/301) ([@roderik](https://github.com/roderik)) - - -## 3.0.2 / 2015-03-24 - -* [MediaBundle] Only allow redirects to the same domain, or relative urls [#218](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/218) ([@krispypen](https://github.com/krispypen)) -* [AdminListBundle,FormBundle] Fix broken FormSubmissions export [#214](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/214) ([@wimvds](https://github.com/wimvds)) -* [AdminListBundle] Fixed the exception when you delete the only item of a page #196 [#206](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/206) ([@woutervandamme](https://github.com/woutervandamme)) -* [FormBundle] Only export formsubmissions of the same language (aka NodeTranslation) [#203](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/203) ([@kln3wrld](https://github.com/kln3wrld)) -* [AdminBundle] Use an invisible password prompt in the create user command #195 [#198](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/198) ([@arneruy](https://github.com/arneruy)) -* [UtilitiesBundle] Silence iconv errors for illegal characters in the slugify method [#197](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/197) ([@samuele-mrapps](https://github.com/samuele-mrapps)) -* [AdminBundle] Fixes syntax error created by commit: b72a8f9 (Do not prefix database when using SQLite). [#186](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/186) ([@kln3wrld](https://github.com/kln3wrld)) -* [GeneratorBundle] New FormPage generator [#185](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/185) ([@mennowame](https://github.com/mennowame)) -* [AdminBundle,MediaBundle,NodeBundle,PagePartBundle] Made indices unique by prefixing entity name [#183](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/183) ([@WouterJ](https://github.com/WouterJ)) -* [Travis] Speed up travis builds [#182](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/182) ([@WouterJ](https://github.com/WouterJ)) -* [MediaBundle] Check if the file actually exists and add a constraint on the file field [#181](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/181) ([@umeku](https://github.com/umeku)) -* [AdminBundle] Setting disabled=disabled on the "Save as draft" button prevents submitting the "saveasdraft" parameter [#180](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/180) ([@umeku](https://github.com/umeku)) -* [NodeBundle] Fix typo in 15f04900 [#179](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/179) ([@umeku](https://github.com/umeku)) -* [NodeBundle] Fix infinite recursion problem in NodeTranslationListener [#178](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/178) ([@umeku](https://github.com/umeku)) -* [UtilitiesBundle] changed iconv transliteration setting in the Slugifier [#177](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/177) ([@umeku](https://github.com/umeku)) -* [NodeBundle] PageCreatorService should not fail without KunstmaanSeoBundle [#176](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/176) ([@umeku](https://github.com/umeku)) -* [NodeBundle] Fix node translations not getting a URL set when using structure nodes [#175](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/175) ([@JoakimLofgren](https://github.com/JoakimLofgren)) -* [AdminBundle] Do not prefix database when using SQLite [#170](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/170) ([@WouterJ](https://github.com/WouterJ)) -* [AdminListBundle] Make it possible to have no item actions for some records [#169](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/169) ([@jockri](https://github.com/jockri)) -* [NodeBundle] Fix if statement in queries to support SQLite [#168](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/168) ([@WouterJ](https://github.com/WouterJ)) -* [GeneratorBundle] Fixed generated datafixtures to use correct textcase [#167](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/167) ([@WouterJ](https://github.com/WouterJ)) -* [Documentation] Improve the installation chapter [#164](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/164) ([@WouterJ](https://github.com/WouterJ)) -* [AdminBundle] Change the file permissions of the widget.html.twig for the TabsTwigExtension to 644 [#163](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/163) ([@samuele-mrapps](https://github.com/samuele-mrapps)) -* New frontend [#161](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/161) ([@indrikenens](https://github.com/indrikenens)) -* [LiveReloadBundle] Change the check_server_presence property to checkServerPresence [#153](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/153) ([@jrobeson](https://github.com/jrobeson)) -* [LiveReloadBundle] require framework-bundle only, not symfony/symfony [#152](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/152) ([@jrobeson](https://github.com/jrobeson)) -* [GeneratorBundle] Fix layout of labels in form by adding default classes [#149](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/149) ([@mennowame](https://github.com/mennowame)) -* added italian translation - fixed colon issue in en translation [#143](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/143) ([@samuele-mrapps](https://github.com/samuele-mrapps)) -* Bugfix for render_pagetemplate() [#142](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/142) ([@tentwofour](https://github.com/tentwofour)) -* fix form submissions [#137](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/137) ([@wimvds](https://github.com/wimvds)) -* allow submenu in Modules top menu [#136](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/136) ([@jockri](https://github.com/jockri)) -* Editing the top media folder results in an error [#59](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/59) ([@wimvds](https://github.com/wimvds)) -* Can't add new user group from the admin interface [#58](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/58) ([@wimvds](https://github.com/wimvds)) -* Imagick must be installed prior to installation, even if you don't plan to use KunstmaanMediaBundle [#24](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/24) ([@wimvds](https://github.com/wimvds)) -* fix more dropdown tab in nav if necessary [#134](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/134) ([@dbeerten](https://github.com/dbeerten)) -* Moved if block location so imageurl is available to the click listener [#133](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/133) ([@tentwofour](https://github.com/tentwofour)) -* make it possible to define a custom list of bundles for which the TranslatorBundle should be used [#132](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/132) ([@jockri](https://github.com/jockri)) -* fix issue #91 and reduce flush [#131](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/131) ([@samuele-mrapps](https://github.com/samuele-mrapps)) - - -## 3.0.1 / 2015-01-26 - -* add extra security measures to prevent session hijacking [#130](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/130) ([@jockri](https://github.com/jockri)) -* Fix redirect add admin action and possible others. [#127](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/127) ([@Maff-](https://github.com/Maff-)) -* Use relative asset paths in stylesheets and asset() twig function [#126](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/126) ([@Maff-](https://github.com/Maff-)) -* Added imagine_filter call in chooser widget thumbnails [#111](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/111) ([@tentwofour](https://github.com/tentwofour)) -* added DisableButtonsOnSubmit function [#108](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/108) ([@bobhuf](https://github.com/bobhuf)) -* retina filter toggle [#107](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/107) ([@bobhuf](https://github.com/bobhuf)) -* fix live reload bundle script injector [#105](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/105) ([@wimvds](https://github.com/wimvds)) -* Update NodeAdminController.php [#103](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/103) ([@tentwofour](https://github.com/tentwofour)) -* add tag fix [#102](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/102) ([@konstantinsp](https://github.com/konstantinsp)) -* missing char and string to lower case [#101](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/101) ([@konstantinsp](https://github.com/konstantinsp)) -* Rename nodes_search table [#100](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/100) ([@kimausloos](https://github.com/kimausloos)) -* Fix for issue when namespace depth > 1 in KunstmaanGenerateCommand [#97](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/97) ([@tentwofour](https://github.com/tentwofour)) -* Update AbstractAdminListConfigurator.php [#96](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/96) ([@tentwofour](https://github.com/tentwofour)) -* Add bulk actions [#93](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/93) ([@jockri](https://github.com/jockri)) -* Fix dbal adminlist exports [#92](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/92) ([@jockri](https://github.com/jockri)) - - -## 3.0.0 / 2014-12-31 - -* added missing dependency [#90](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/90) ([@konstantinsp](https://github.com/konstantinsp)) -* added missing letters to slygifier [#86](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/86) ([@konstantinsp](https://github.com/konstantinsp)) -* Remove unused repo call [#83](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/83) ([@kimausloos](https://github.com/kimausloos)) -* Add Symfony 2.6, remove 2.4 [#82](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/82) ([@roderik](https://github.com/roderik)) -* private to public method change [#81](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/81) ([@konstantinsp](https://github.com/konstantinsp)) -* tags field default options [#79](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/79) ([@konstantinsp](https://github.com/konstantinsp)) -* admin route names changed to lowercase [#78](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/78) ([@konstantinsp](https://github.com/konstantinsp)) -* added estonia and swedish country codes [#77](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/77) ([@konstantinsp](https://github.com/konstantinsp)) -* convert russial letters to translit [#76](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/76) ([@konstantinsp](https://github.com/konstantinsp)) -* fix failing translation fixtures [#75](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/75) ([@krispypen](https://github.com/krispypen)) -* fix for forms which are nodes and not implement haspageparts interface, ... [#73](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/73) ([@krispypen](https://github.com/krispypen)) -* pageparts should not depend on HasNodeInterface, but on HasPagePartsInte... [#70](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/70) ([@krispypen](https://github.com/krispypen)) -* menu items in the backend should not always have a link, so now you can ... [#69](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/69) ([@krispypen](https://github.com/krispypen)) -* Upgrade CKEditor to 4.4.6 to fix Safari under Yosemite issues [#67](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/67) ([@roderik](https://github.com/roderik)) -* fix add translation [#66](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/66) ([@wimvds](https://github.com/wimvds)) -* Make slugrouter configurable [#65](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/65) ([@kimausloos](https://github.com/kimausloos)) -* fix translation import [#64](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/64) ([@wimvds](https://github.com/wimvds)) -* Fix/support multiple databases in adminlists [#63](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/63) ([@wimvds](https://github.com/wimvds)) -* add useful node repository helper functions [#62](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/62) ([@wimvds](https://github.com/wimvds)) -* fix for wrong highlighting in admin tree / page title / breadcrumbs... [#61](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/61) ([@wimvds](https://github.com/wimvds)) -* entity interface added [#60](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/60) ([@wimvds](https://github.com/wimvds)) -* fix elastica host configuration [#57](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/57) ([@krispypen](https://github.com/krispypen)) -* added estonian and new swedish codes [#54](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/54) ([@konstantinsp](https://github.com/konstantinsp)) -* german translations [#51](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/51) ([@virtualize](https://github.com/virtualize)) -* fix wrong parameter fetch from container [#49](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/49) ([@Devolicious](https://github.com/Devolicious)) -* Feature/make upgrade easier [#48](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/48) ([@Devolicious](https://github.com/Devolicious)) -* Fix travis path [#47](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/47) ([@kimausloos](https://github.com/kimausloos)) -* Generator cleanup for article bundle [#45](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/45) ([@virtualize](https://github.com/virtualize)) -* fix kunstmaan_admin parameters [#43](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/43) ([@wimvds](https://github.com/wimvds)) -* check if pdf files still exists before transforming + do not fail on rem... [#42](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/42) ([@Devolicious](https://github.com/Devolicious)) -* Fix for paging : perform full search to fetch number of results if needed... [#40](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/40) ([@wimvds](https://github.com/wimvds)) -* Feature/refactor search [#39](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/39) ([@wimvds](https://github.com/wimvds)) -* Feature/modify admin paths [#36](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/36) ([@wimvds](https://github.com/wimvds)) -* Allow to reorder the nodes in Backoffice's sidebar's jstree [#33](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/33) ([@T4m](https://github.com/T4m)) -* Added note about browser support on the README file [#31](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/31) ([@sebastien-roch](https://github.com/sebastien-roch)) -* MediaBundle: Implemented moving a media through drag-and-drop [#30](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/30) ([@sebastien-roch](https://github.com/sebastien-roch)) -* fixed deprecated for generate commands [#29](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/29) ([@virtualize](https://github.com/virtualize)) -* Fixed path to analytics JS file [#28](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/28) ([@sebastien-roch](https://github.com/sebastien-roch)) -* Fixed demosite db prefixes [#27](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/27) ([@virtualize](https://github.com/virtualize)) -* Load uglifyjs2 and uglifycss as vendors through NPM to avoid local installation [#26](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/26) ([@sebastien-roch](https://github.com/sebastien-roch)) -* use Finder instead of glob [#22](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/22) ([@wimvds](https://github.com/wimvds)) -* fix copying assets [#20](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/20) ([@wimvds](https://github.com/wimvds)) -* implement mime type guesser factory (so it can be modified on a per proj... [#18](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/18) ([@wimvds](https://github.com/wimvds)) -* add created and updated timestamps to node translations [#16](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/16) ([@wimvds](https://github.com/wimvds)) -* clean up generator bundle / improve page & pagepart generator [#15](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/15) ([@wimvds](https://github.com/wimvds)) -* quickfix: prevent enforcing admin locale in previews [#14](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/14) ([@wimvds](https://github.com/wimvds)) -* bugfixes for admin list orderBy/orderDirection [#13](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/13) ([@wimvds](https://github.com/wimvds)) -* Fix issue with getting order direction from query string [#11](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/11) ([@lucian-v](https://github.com/lucian-v)) -* Insight fixes [#9](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/9) ([@roderik](https://github.com/roderik)) -* More insight fixes [#8](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/8) ([@roderik](https://github.com/roderik)) -* Move to minimum-stability: "dev" like symfony/symfony [#7](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/7) ([@roderik](https://github.com/roderik)) -* Some insight fixes [#6](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/6) ([@roderik](https://github.com/roderik)) -* Moving all bundles to 3.0-dev and depend on ~3.0.0 [#2](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2) ([@roderik](https://github.com/roderik)) diff --git a/UPGRADE-5.0.md b/UPGRADE-5.0.md index f94fd2b6b7..b475d3645d 100644 --- a/UPGRADE-5.0.md +++ b/UPGRADE-5.0.md @@ -11,4 +11,14 @@ The only change that should be made is when you override the NodeSearcher that c When you have created some extra extensions on elastica you should read the changelog: -https://github.com/ruflin/Elastica/blob/master/CHANGELOG.md \ No newline at end of file +https://github.com/ruflin/Elastica/blob/master/CHANGELOG.md + + +## [PagePartBundle] Add pagepart to page view changed +New ui implemented in the backend to add pageparts to a +page. This new UI is opt-in because we do not want to force older projects to +have to do the extra work required to make this new ui look good. +It is possible to configure your pageparts to display a preview image of how +the pagepart will look when added to the page. You can find more information +about enabling and configuring this new view in the README of the +PagePartBundle. \ No newline at end of file diff --git a/UPGRADE-X.X.md b/UPGRADE-X.X.md deleted file mode 100644 index 6a56d73ff4..0000000000 --- a/UPGRADE-X.X.md +++ /dev/null @@ -1,11 +0,0 @@ -# UPGRADE FROM 3.6 to X.X - -## [PagePartBundle] Add pagepart to page view changed -New ui implemented in the backend to add pageparts to a -page. This new UI is opt-in because we do not want to force older projects to -have to do the extra work required to make this new ui look good. -It is possible to configure your pageparts to display a preview image of how -the pagepart will look when added to the page. You can find more information -about enabling and configuring this new view in the README of the -PagePartBundle. -