Skip to content

Releases: luyadev/luya

1.0.0-beta6

21 Apr 13:43
Compare
Choose a tag to compare

1.0.0-beta6 (21.04.2016)

BC BREAKS See UPGRADE.md as we have made some major changes.

  • #805 Added CMS Keywords to CMS module in order to analyze the input content for its keywords.
  • #784 Add Blocks folder depency via getGroup of each block.
  • #833 Remove console CommandController and replace with runAction override of consoel application in order to make options available.
  • #826 Fixed deprecated function call in FormBlock.
  • #787 Fixed bug with sort block problem.
  • #822 zaa-checkbox-array renamed variables.
  • #818 Added basic implementation of page version in cms (run ./vendor/bin/luya commands cmsadmin updater/version once after upgrading to beta6).
  • #815 Fixed bug where level container does also return items from other containers, add optional base element attribute for getLevelContainer
  • #810 Fixed bug where cms toolbar does not affect domain cookie storage.
  • #809 Fixed bug in SoftDelete trait and renamed SoftDeleteValue() to FieldStateDescriber().
  • #794 Added small anty spam function, added docs, added callback and nicer looking email for the contact form module.
  • #808 Images without filter are not process by imagine anymore and get copied directly.
  • #804 Fixed bug with wrong menu index generation.
  • #799 Added ability to sort filemanager columns.
  • #801 Fixed bug where multi selection of files did not work.
  • #798 Added LUYA CMS toolbar
  • #761 Added missing translations for cms block delete message.
  • #796 Fixed bug where not existing module throws an create defualt object from empty value exception.
  • #807 Rewrite of NgRest plugin system to match yii2 base object config and fix several issus with mutli lingual casted fields.
  • #802 Adding new decimal NgRest Plugin / block field type including possiblity to configure step size.
  • #758 Due to replacement of twig, cms layout files must be a phpfile instead of a twig file (see upgrade.md).
  • #754 Fixed module reflection overloading, this happens when no required get params are not in the url rules.
  • #793 Added external link parser informations like class and target blank
  • #791 Replaced the source folder with core and create a read only module as the LUYA module is no longer need since beta6.
  • #785 Added composition default behavior based on host mapping informations
  • #782 Fixed bug where CMS json response could be parsed.
  • #760 Added bootstrap 4 module to enable active forms, blocks and other widgets.
  • #771 Removed LUYA module and replaced as library instead.
  • #780 Removed view path defintions
  • #774 Update to Yii Version 2.0.7
  • #779 Fixed issue where folder cache have not been reloaded when cache component is active.
  • #775 Fixed issue where migration/down could not find the migration file.
  • #776 Fixed bug where command module selector does not work with foreign modules.
  • #777 Renamed ActiveWindow folder name to lookup view files to render (Removed the suffix ActiveWindow).
  • #774 Update Yii Version to 2.0.7
  • #768 Fixed issue where language switcher widget throws an exception when rule is empty.