Skip to content

Latest commit

 

History

History
543 lines (464 loc) · 59.6 KB

CHANGELOG.md

File metadata and controls

543 lines (464 loc) · 59.6 KB

Change Log

  • Introduce VictoireGlobalConfigBundle to manage global config :
    • head code
    • meta title pattern
    • favicons
    • main color
    • semantical json+ld

by Leny Bernard

  • remove use of @template annotation

by Baptiste Foucher

  • BC break: Require sensio/framework-extra-bundle:^5.0 that introduce a BC break (from 4.0):

[BC BREAK] changed template name generation from camelCase to under_score for both files and directories

Solution is to rename Twig directories and files with under_score naming convention.

  • BC break: Remove asynchronous mode
  • Remove dependency on InfiniteFormBundle (used by WidgetFilterBundle in order to filter blog articles)

1.7.0 (2016-06-10)

Full Changelog

Fixed bugs:

  • Error 500 on widget tabs (style) #440
  • No style injections on a quantum widget #439

Closed issues:

  • Clarify Layouts #326
  • Error 500 while opening the blog through burger menu #444
  • [1.6] Refactor the Blog creation #403

Merged pull requests:

1.6.0 (2016-05-30)

Full Changelog

Closed issues:

  • Manage BusinessParameters translations #425
  • The FontAwesomePicker icons aren't persited #418
  • Links doesn't work on widget menu #411
  • [Widget Image] Links are not active #410
  • Link comportment do not show when adding a link to a picture #409
  • [1.6] Impossible to add a Quantum for the first widget of any new slot #404
  • [1.6] Refactor the Create Page parameters #402
  • Create a Widget Quantum modal #365
  • Make a view I18Nable (and kick I18nEntityProxy) #363
  • Add a configuration to disable widget caching #356
  • Allow and prepare victoire to be used with Symfony 2.8 #340
  • [Blog] Fix the URL & title edition system #332

Merged pull requests:

1.5.0 (2016-02-24)

Full Changelog

1.4.0 (2016-02-24)

Full Changelog

Closed issues:

  • Need blog RSS feed #339
  • [Insight] What is the purpose of the cloneView function ? - in Bundle/CoreBundle/Helper/ViewHelper.php, line 125 #249
  • [Insight] Unused method, property, variable or parameter - in Bundle/CoreBundle/Helper/ViewHelper.php, line 203 #247
  • [Insight] The boot method in a bundle should be empty. - in Bundle/CoreBundle/VictoireCoreBundle.php, line 19 #245
  • [Insight] The boot method in a bundle should be empty. - in Bundle/I18nBundle/VictoireI18nBundle.php, line 14 #244
  • [Insight] Deprecated class usage found - in Bundle/…/ExceptionController.php, line 40 #243
  • [Insight] .htaccess should be avoided - in Tests/Functionnal/web/.htaccess, line 0 #241
  • [Insight] The boot method in a bundle should be empty. - in Bundle/I18nBundle/VictoireI18nBundle.php, line 15 #115
  • [Insight] The boot method in a bundle should be empty. - in Bundle/CoreBundle/VictoireCoreBundle.php, line 18 #114
  • [Insight] PHP code should not contain unreachable code - in Bundle/…/BaseWidgetContentResolver.php, line 111 #113
  • Missing use statement should be avoided in BlogController.php : is this valid #60
  • [Insight] Unused method, property, variable or parameter - in Bundle/…/CacheWarmer/I18nGenerator.php, line 13 #17
  • [Insight] Code should not be duplicated - in Bundle/…/Twig/I18nLinkExtension.php, line 86 #11

Merged pull requests:

1.3.7 (2016-01-15)

Full Changelog

Merged pull requests:

1.3.6 (2015-12-01)

Full Changelog

Merged pull requests:

1.3.5 (2015-11-25)

Full Changelog

Closed issues:

  • [Insight] The composer.lock is not up to date. - in composer.lock, line 0 #242
  • Generate viewReference when a new business entity is add #33

Merged pull requests:

  • Add empty value in tags fields #282 (vincent-chapron)
  • fix cssHash for virtual BP and expose victoire_core_page_show_by_id route #281 (Charlie-Lucas)
  • Render pages in a modal layout if request is Ajax #280 (gregumo)
  • Call WidgetDataWarmer warm method after WidgetMap build when necessary #279 (gregumo)
  • Add isset check on viewReferencePage for manual call to vic_link_url #278 (gregumo)
  • Remove orderBy duplicata and manage orderBy for association fields in QueryHelper #277 (gregumo)
  • add Disqus in the list of widgets that can display articles #276 (Charlie-Lucas)
  • Refactor EntityManager injections to avoid conflict between WidgetCss command and WidgetMapDataWarmer #275 (gregumo)
  • Add Slider Nav in the list of the widgets that can display article #274 (Charlie-Lucas)
  • Restore good version for incenteev/composer-parameter-handler #273 (gregumo)

1.3.4 (2015-11-13)

Full Changelog

Merged pull requests:

  • WidgetDataWarmer : check if link exist when entity has LinkTrait and … #272 (gregumo)
  • Update Composer : branch-alias : 1.3.x-dev & added suggest widgets #271 (talbotseb)
  • use a choice_tree form type for category-filter #270 (Charlie-Lucas)
  • Widget Rendering Refactor #268 (gregumo)

1.3.3 (2015-11-04)

Full Changelog

Merged pull requests:

1.3.2 (2015-11-04)

Full Changelog

Merged pull requests:

  • do not throw an exception when domain name is not configured but fall… #266 (paulandrieux)

1.3.1 (2015-11-04)

Full Changelog

Merged pull requests:

1.3.0 (2015-11-04)

Full Changelog

Merged pull requests:

  • Composer require text-widget and button-widget ~1.3.0 #264 (gregumo)
  • Pattern rename in template, vic_business_property_picker Extension and backendName #260 (gregumo)
  • Bugfix/update article choose default template #258 (vincent-chapron)
  • Change temporarily umask for 777 chmod and allow www-data user manipu… #257 (gregumo)
  • add a method to get Template inheritors #256 (paulandrieux)

1.2.2 (2015-10-27)

Full Changelog

Merged pull requests:

1.2.1 (2015-10-20)

Full Changelog

Merged pull requests:

1.2.0 (2015-09-16)

Full Changelog

Merged pull requests:

1.1.0 (2015-08-12)

Full Changelog

Closed issues:

  • bug background-image - subdirectory #84

Merged pull requests:

1.0.1 (2015-05-29)

Full Changelog

Merged pull requests:

1.0.0 (2015-04-22)

Closed issues:

  • [Insight] Absolute path constants __DIR__ and __FILE__ should not be used - in Bundle/CoreBundle/Cache/ApcCache.php, line 22 #28
  • Page creation - only "en" locale available #27
  • Refactoriser la méthode settingsActions #25
  • [Insight] Unused use statement should be avoided - in Bundle/…/CacheWarmer/I18nCacheDriver.php, line 8 #24
  • [Insight] Unused use statement should be avoided - in Bundle/…/CacheWarmer/I18nCacheDriver.php, line 7 #23
  • [Insight] Unused use statement should be avoided - in Bundle/…/CacheWarmer/I18nCacheDriver.php, line 6 #22
  • [Insight] Unused use statement should be avoided - in Bundle/…/Command/UpdateToI18nCommand.php, line 7 #21
  • [Insight] Unused method, property, variable or parameter - in Bundle/…/Command/UpdateToI18nCommand.php, line 91 #20
  • [Insight] Unused method, property, variable or parameter - in Bundle/…/Command/UpdateToI18nCommand.php, line 63 #19
  • [Insight] Unused method, property, variable or parameter - in Bundle/CoreBundle/Helper/ViewHelper.php, line 284 #18
  • [Insight] Boolean should be compared strictly - in Bundle/…/Controller/TemplateController.php, line 139 #16
  • [Insight] Boolean should be compared strictly - in Bundle/I18nBundle/Entity/BaseI18n.php, line 43 #15
  • [Insight] The Symfony Dependency Injection Container should not be passed as an argument - in Bundle/…/Listener/LocaleListener.php, line 20 #14
  • [Insight] The Symfony Dependency Injection Container should not be passed as an argument - in Bundle/…/Translation/Translator.php, line 25 #13
  • [Insight] The Symfony Dependency Injection Container should not be passed as an argument - in Bundle/…/Resolver/DomainResolver.php, line 20 #12
  • [Insight] exit() and die() functions should be avoided - in Bundle/…/Command/UpdateToI18nCommand.php, line 31 #9
  • [Insight] The Symfony Dependency Injection Container should not be passed as an argument - in Bundle/…/Translation/Translator.php, line 70 #8
  • [Insight] The Symfony Dependency Injection Container should not be passed as an argument - in Bundle/…/Translation/Translator.php, line 13 #7
  • [Insight] Missing use statement should be avoided - in Bundle/…/Controller/I18nController.php, line 41 #4
  • Move this into the BusinessEntityBundle #2

Merged pull requests: