The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 2.18 - 2016-02-26

  • Converted to Dist::Dilla.
  • Added support for new config parameter to allow the insertion of extra css files into the head section. This is extra_css.
  • Allow HSTS header Strict-Transport-Security to be turned on with ssl_only config setting.
  • Ensured our applications continue to work with HTML::FormFu. If you want to ditch all it's classes set the 'no_formfu_classes' config setting and FormFu will stop adding all the extra classes onto all the html it renders.
  • Added installation_type configuration setting that will be inserted into the class of the body element on the application style apps. This allows for differences in config to be targetted by CSS. e.g. staging and live.
  • Added basic click jack protection by default. Use no_clickjack_protection config setting, or in the stash to disable.
  • Added extra javascript to the tab setup to highlight errors appearing in the tabs.
  • Fixed flash to stash config setting so it uses newer config setting - that also prevents setting the secure cookies setting in the config from causing the setting from being dropped.
  • Added an ajax ongoing indicator
  • Create a new session id when we login.
  • Updated the authentication to not trip over REST controllers.

Modules