What is new in DRG CMS version up to 0.5.10.14

Author: Damjan Rems, April 29, 2017

New features:

  • table_style added to result_set DRGCMS Forms option. This allows CSS style like width: 150% which will result in horizontal scroler on table and view more columns on result set.
  • result_set filter now has is empty option allowing to filter fields with null value.
  • filter OFF icon now displays currently active filter when hovered.
  • request_process field added to dc_site collection. It allowis for site to have different requests processing as defined in rails routes file. Single rails instance can now mix single document sites with complex sites.
  • multiple option is added to DRGCMS Forms select_field. 
  • is_email? class method added to dc_user model.
  • form generator has now list of all model fields added at the end of generated form. Field names can be used as template in YAML translation file.
  • dc_choices4_field method implemented. It returns choices that are defined in localization files.
  • categories field changed from multitext_autocomplete to select field with multiple options.
  • a poll form can now be surrounded by div tag thus allowing for additional styling of polls
  • drgcms_controlls files can now also be defined only as control files.
  • journal documents can now be filtered by document id
  • CMS menu redesigned. Instead of pulldown menus are now displayed fixed on the left side of edit area

 

Bugs resolved:

  • prevent double form submit when browser is restarted.
  • when user has no role defined guest role is automatically applied
  • dc_cleanup rake task deletes 1000 session documents created by robots at once instead of all which ended in error if number of documents was higher then 100.000

Comments