What is new in DRG CMS version up to 0.7.02

Author: Damjan Rems, October 17, 2022

New features:

  • mongoid 8 gem and MongoDB 6.0 are tested and used in production
  • jquery 3 enabled in cms editor window
  • local caching results of dc_user_can_view method gains huge speedups. Especially on huge menus
  • categories can now be edited in a tree view. Example of usage of type: method option in result_set

 

Bugs resolved:

  • redirect_to method requires allow_other_host: true option when redirecting to other host. Requirement of Rails 7
  • options option for configuring form elements, which are created from javascript objects, are now properly parsed when set as json or yaml parameters
     

Comments