Share

XApperator

File Release Notes and Changelog

Release Name: 0.17

Notes:


Changes: added new attribute 'maxlength' to schema fields which is used to validate text field lengths on submission. 'size' is now used for display only mods to _createRecord() and _parseCGIParams() to take raw vals of submitted CGI params, was doing an || '' which defaulted to '' if the values were '0' added check that max num of records not exceeded on save, insert or paste. should be blocked by the XSLT but will help if URL hacking is attempted added check for edit enabled and masking edit button if not (useful if a config file only allows viewing of records) added ability to embed markup in messages and echo them out with disable-output-escaping (multiple changes in edit.xslt) updated RunTests.pl to check for these conditions and mods