= Changes log for the Taverna via the Web App == Version 0.1.9 * Included thin in dependencies == Version 0.1.8 * Created executable to start the webapp == Version 0.1.7 * The clean image is truncated/copied only once now -- needed to remove the bold tabs from the image * Fixed minor bug with displaying images -- incorrect truncation since there is an extra \n == Version 0.1.6 * Now, for some list disambiguation, the first element of top level lists are in bold * Increased side frames slightly == Version 0.1.5 * Improved checking of mime-type for outputs for specific image types! == Version 0.1.4 * Workflow results are now stored in the public_folder * We now support image results (not list of images in one taverna output yet) * Added /t2web in route to check the workflow execution status in taverna (was /runs/...) == Version 0.1.2 * Moved everything in /public into /public/t2web to be able to redirect from apache et al. == Version 0.1.1 * Removed t2_webap from executables == Version 0.1.0 * Results are downloaded directly and stored in tmp files - progress cycle works once * Added rackup configuration file: config.ru * webapp is run using rackup now to enable configuration of web server timeout * Increased tooltip size and anchored them to the 'west' * Port is set via: rackup -p 9494 == Version 0.0.9 * Changed " to ' in generate_header_table (header HTML block used in JS .write("") method) * Provided links for acknowledgements in footer == Version 0.0.8 * Removed "Workflow: " from form's header * Changed image for please not bullet points * Cleaned form.haml from old comments * Added footer in form.haml with acknowledgements * Made "workflow by USER" a link to point to user in myExperiment == Version 0.0.7 * Updated sinatra dependency * Updated copyright year == Version 0.0.6 * Initial rdoc documentation == Version 0.0.5 * Updated to new myexperiment-rest API == Version 0.0.4 * Improved the UI (added logos, tooltips, changed colours). * Made some code abstractions == Version 0.0.3 * Improved the UI (changed divs with frames). == Version 0.0.2 * Added upload functionality option for each input. == Version 0.0.1 * Works. Very basic functionality and UI.