Skip to content

1.4.2

Compare
Choose a tag to compare
@Dmi3yy Dmi3yy released this 23 Mar 14:18
· 3079 commits to master since this release

Now you can install from comand line with composer:
composer create-project evolutioncms/evolution

https://youtu.be/nWTGSIxyz7s

  • php cli-install.php --database_server=localhost --database=db --database_user=dbuser --database_password=dbpass --table_prefix=evo_ --cmsadmin=admin --cmsadminemail=dmi3yy@gmail.com --cmspassword=123456 --language=ru --mode=new --installData=n --removeInstall=y (dmi3yy)
  • run install file (dmi3yy)
  • Install Evo from console: (https://monosnap.com/file/Tj21cmlMhZXNJdRXfKBLAvTlJcElkJ) (dmi3yy)
  • fix for use html tags in name (dmi3yy)
  • [F] #577 Fix "undefined index"-notice (Deesen)
  • [C] #577 TinyMCE4 code clean-up (Deesen)
  • fix (document.parser.class.inc.php) sendStrictURI (Ruslan)
  • modernize default theme (Serg)
  • Globat Tabs by Default On (dmi3yy)
  • add .tpl for create file from filemanager (dmi3yy)
  • correct getTpl (Serg)
  • add composer.json (dmi3yy)
  • fix lang error (dmi3yy)
  • update DocLister and FormLister (dmi3yy)
  • fix escapeshellarg disabled for security reason (dmi3yy)
  • Update english.inc.php (Mr B)
  • Update mainmenu.php (Mr B)
  • fix #559 Zend OPcache API is restricted by "restrict_api" configuration directive (Pathologic)
  • fix #563 Error when upgrading to 'phpmailer sender property' commit(Pathologic)
  • phpmailer sender property (Pathologic)
  • fix only variables can be passed by reference (Pathologic)
  • log only public properties of MODxMailer (Pathologic)