queXF 1.19.0 released

queXF 1.19.0 has been released today

This release of queXF adds 3 new features:

  1. Uploading of scans via a web based drag and drop interface
  2. An "overlay" function on the review page to check verification
  3. "Refer to supervisor" functionality to allow operators to continue to verify when working on troublesome forms

Thanks to the sponsors of these new features.

Read on for details of how to upgrade (database change required).

To upgrade (from queXF 1.18.2)

1. Backup config.inc.php (copy to config.inc.php.bak)
2. Backup your database
3. Run the following SQL on the database:
CREATE TABLE IF NOT EXISTS `supervisorquestionnaire` (
`vid` smallint(5) unsigned NOT NULL,
`qid` int(10) unsigned NOT NULL,
PRIMARY KEY (`vid`,`qid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

4. Extract the new package over your existing installation
5. Copy your config.inc.php.bak file over the extracted config file