RADICORE v1.8.0 released

This version contains a few functionality changes.

This version contains the following updates:

  • added an extra parameter ($where_array) to the _cm_fileUpload() method so that the contents of the $where string which was passed to initialiseFileUpload() are available for processing.
  • changed audit_* tables from MyISAM to INNODB to incorporate transactional processing. See file radicore/audit/sql/mysql/alter_table(2006-05-11).sql for details.
  • added control='hyperlink' to columns within the data dictionary so that a URL can be displayed as a clickable link.
  • removed the call to addslashes() from the validateField() function as the escaped field could be echoed back to the user, which would be incorrect. It is now only done in array2where() when creating a WHERE string from an array, and in the DAO when constructing SQL query strings.

Published: 16 May 2006