2013-01-25 13:42 aarpon * [r1572] /trunk/home.php, /trunk/job_queue.php: Cleaned the handling of the (timer) events to call AJAX methods. 2013-02-01 10:58 danielsevilla * [r1573] /trunk/inc/Fileserver.inc.php, /trunk/scripts/common.js: Added STK to the file filters. 2013-02-01 11:53 danielsevilla * [r1574] /trunk/inc/Fileserver.inc.php, /trunk/scripts/common.js: No reason why the capital letters exception should be applied to STK's only. Let's apply it to all file extensions. 2013-02-05 09:43 danielsevilla * [r1575] /trunk/inc/Fileserver.inc.php: Patch to fix an issue with stk series: if the autoload series is not ticked the SNR estimator hides all the stk files that belong to a series. 2013-02-08 16:41 aarpon * [r1576] /trunk/scripts/common.js: Added a specialized JavaScript function (numericSorter()) to sort file names by numerical index. Usage: if fileNames is a JavaScript array of file names, use this to sort numerically: fileNames.sort(numericSorter);. 2013-02-11 10:09 aarpon * [r1577] /trunk/scripts/common.js: Added natural sort algorithm for Javascript (version 0.7) by Jim Palmer (on an idea by Dave Koelle). 2013-02-11 10:33 danielsevilla * [r1578] /trunk/inc/Fileserver.inc.php: Replaced 'sort' with 'natsort' for natural sorting of the user files. 2013-02-11 14:04 danielsevilla * [r1579] /trunk/inc/Fileserver.inc.php, /trunk/inc/HuygensTemplate.inc.php, /trunk/inc/JobDescription.inc.php, /trunk/inc/QueueManager.inc.php: (1) There was still a STRTOLOWER call missing from the 'isPartOfFileSeries' function of the Fileserver. This resulted in STK series not being collapsible. (2) The order followed by the Queue Manager to apply 'chmod' to folders and subfolders was not optimal. This could lead to unremovable deconvolved datasets. (3) Wrapped the destination path around quotations marks when calling the 'reportImageDimensions' function to ensure that the image location is properly parsed later on. (4) Corrected typos in comments. 2013-02-11 16:47 aarpon * [r1580] /trunk/inc/Database.inc.php: Workaround for the database problem that occurs in postgreSQL when writing the autoseries string ("TRUE") into a column with length 1. MySQL drops the characters beyond the column length, but postgreSQL returns an error. In a next iteration, the autoseries flag will be consistenly set to boolean TRUE or FALSE in the PHP code and will map to integer 1 or 0 in the database. 2013-02-11 16:53 aarpon * [r1581] /trunk/inc/Database.inc.php: Typo in previous commit. 2013-02-11 17:06 aarpon * [r1582] /trunk/inc/Database.inc.php: If $autoseries is "" in Database::saveJobFiles() we do not replace it with "F" anymore. 2013-02-12 08:01 aarpon * [r1583] /trunk/home.php, /trunk/job_queue.php, /trunk/scripts/common.js, /trunk/select_images.php: (1) Simplified handling of timers to manage Ajax calls in home.php and job_queue.php (2) Fixed some JavaScript errors. 2013-02-12 08:05 aarpon * [r1584] /trunk/inc/System.inc.php: Increased version number to 3.0.1. 2013-02-12 10:40 aarpon * [r1585] /trunk/file_management.php: Fixed problem with file list not refreshed in the file browser. 2013-02-12 11:54 danielsevilla * [r1586] /trunk/inc/Job.inc.php: Improved comment. 2013-02-12 15:52 aarpon * [r1587] /trunk/scripts/common.js: Removed unused JavaScript functions to sort file lists on the client side. 2013-02-12 15:57 aarpon * [r1588] /tags/3.0.1: Created tag 3.0.1.