What is new in DRG CMS version up to 0.5.52.12

Author: Damjan Rems, September 16, 2018

New features:

  • rows an columns on DRG Forms are now created as divs instead of tables
  • file_select DRG Forms field has picture preview on the side
  • DRG Forms table displaying result set can detect @record_footer variable and if set, draws additional row at the end of result set. This can be used for displaying total row data
  • icon position on action button created by dc_link_to method, can now be positioned first or after button caption
  • DRG Form embedded field can now be used to browse any collection, not only embedded collections
  • menu items can be created dynamically. For example login/logout can be embedded in menu. Menu item can also contain just horizontal line as separator
  • DRG Form fields can have HTML5 style validation defined in HTML section. Validations are performed not only on form submit but also on ajax calls
  • number_field added to DRG Forms. Number fields can have fixed decimal places, thousands delimiters and are aligned to right

 

Bugs resolved:

  • dc_before_edit callback was not working as expected
  • lots of small bugs resolved

Comments