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 1.05

  • -Changed handling of template and build directories so that they build off of the absolute path of the server (filesystem) not the document root. Leaving them in the document root exposes the templates and possible logic to the world at large. Bad idea for security. With them outside of the document root, the world will only see the html that's returned to the browser. -Fixed Javascript.pm so that it will recursively parse contents of composite widgets for necessary javascript libraries -added HTTP error code checking into ajax functions. Will now alert if ajax request returns something other than a 200. -added JSON parse error trapping to ajax fuction. will pop a generic alert if ajax returns html rather than json due to a session timeout or redirection.