2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Updated changelog and translations for 1.16.0 release

This commit is contained in:
Adam Zammit
2018-03-16 15:24:34 +11:00
parent e3e441e321
commit 45ca20e758
45 changed files with 9895 additions and 10456 deletions

View File

@@ -1,7 +1,13 @@
queXS 1.16.0 - Changes since 1.15.10
Fixed issue: Extension column not wide enough for long extensions
Fixed issue: System sorting giving low priority where some quotas exist and not others
Fixed issue: Database queries slow when downloading metadata
New feature: Assign cases to any operator to be called next in queue
New feature: Unassign all cases in the queue in one click
Database changes:
ALTER TABLE `extension` CHANGE `extension` `extension` CHAR( 20 ) NOT NULL;
ALTER TABLE `sample_var` ADD INDEX ( `var_id` );