log

age author description
Tue, 26 Apr 2016 02:21:03 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Tue, 26 Apr 2016 01:46:15 +0100 Giulio Moro Tentatively addresses issues #32 #33
Mon, 25 Apr 2016 19:21:01 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Mon, 25 Apr 2016 19:23:23 +0200 Brecht De Man Fix #30 test creator link on index.html
Fri, 22 Apr 2016 12:21:02 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Fri, 22 Apr 2016 11:38:41 +0100 Nicholas Jillings Analysis get raw data uses filtered not global request. get_filtered_score.php returns XML, JSON and CSV
Fri, 22 Apr 2016 10:21:00 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Fri, 22 Apr 2016 10:15:12 +0100 Nicholas Jillings Fix for #27. Further improvements for #22. APE no longer blocks if outside-reference defined and check all moved selected.
Fri, 22 Apr 2016 09:52:28 +0100 Nicholas Jillings Stable fix for #22
Fri, 22 Apr 2016 09:34:34 +0100 Nicholas Jillings Fix for #25, PHP uses the array() function rather than the [] initialiser (only supported if PHP >= 5.4)
Wed, 20 Apr 2016 21:21:01 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 20 Apr 2016 21:41:49 +0200 Brecht De Man Change all instances of 'metricResult' to 'metricresult'
Wed, 20 Apr 2016 20:20:54 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 20 Apr 2016 21:19:54 +0200 Brecht De Man generate_report compatible with Python 2.7 and 3.x: print ... --> print(...); minor updates
Wed, 20 Apr 2016 20:36:47 +0200 Brecht De Man evaluation_stats.py compatible with Python 2.7 and 3.x: print ... --> print(...); minor updates
Wed, 20 Apr 2016 19:20:48 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 20 Apr 2016 20:20:23 +0200 Brecht De Man timeline_view, timeline_view_movement: fix negative time issue (updated to new specification)
Wed, 20 Apr 2016 18:20:58 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 20 Apr 2016 19:12:16 +0200 Brecht De Man timeline_view.py and timeline_view_movement.py compatible with Python 2.7 and 3.x: print ... --> print(...)
Wed, 20 Apr 2016 19:07:03 +0200 Brecht De Man Weird merge error fix
Wed, 20 Apr 2016 19:03:07 +0200 Brecht De Man score_plot.py compatible with Python 2.7 and 3.x: print ... --> print(...); next() instead of .next(); read text from CSV instead of bytes when iterating using next()
Wed, 20 Apr 2016 18:43:32 +0200 Brecht De Man Preliminary dependencies (/tested on) section
Wed, 20 Apr 2016 18:18:48 +0200 Brecht De Man comment_parser.py compatible with Python 2.7 and 3.x: print ... --> print(...)
Wed, 20 Apr 2016 17:22:18 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 20 Apr 2016 17:13:19 +0100 Nicholas Jillings Indx.html fix
Wed, 20 Apr 2016 17:08:31 +0100 Nicholas Jillings demo.html renamed as index.html. test.html new default test launcher (no links).
Wed, 20 Apr 2016 18:05:29 +0200 Brecht De Man score_parser.py compatible with Python 2.7 and 3.x: print ... --> print(...); csvreader.next() --> next(csvreader)
Wed, 20 Apr 2016 16:21:08 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 20 Apr 2016 16:33:22 +0200 Brecht De Man Change folder name 'scripts' to 'python'
Wed, 20 Apr 2016 15:20:47 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 20 Apr 2016 16:02:17 +0200 Brecht De Man Fix for #19 though should be dealt with in the result XML specification
Wed, 20 Apr 2016 12:20:51 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 20 Apr 2016 12:10:41 +0100 Nicholas Jillings Missing surveys in Safari 8.0.4 potential fix
Tue, 19 Apr 2016 18:21:03 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Tue, 19 Apr 2016 19:08:47 +0200 Brecht De Man Revert earlier erroneous fix for #22
Tue, 19 Apr 2016 17:54:14 +0100 Nicholas Jillings Potential fix for erroneus. Included empty node detection
Tue, 19 Apr 2016 17:21:02 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Tue, 19 Apr 2016 18:09:30 +0200 Brecht De Man Really fixed #22 now (for ape.js)
Tue, 19 Apr 2016 17:43:00 +0200 Brecht De Man Quick fix for #22
Tue, 19 Apr 2016 16:20:49 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Tue, 19 Apr 2016 16:17:28 +0100 Nicholas Jillings Potential fix for #21
Tue, 19 Apr 2016 15:25:59 +0100 Nicholas Jillings If there are no surveys it would silently fail. Now shows the get data buttons.
Tue, 19 Apr 2016 15:21:11 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Tue, 19 Apr 2016 14:58:40 +0100 Nicholas Jillings Implementation for #21 on PHP
Tue, 19 Apr 2016 12:21:11 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Tue, 19 Apr 2016 11:50:08 +0100 Nicholas Jillings Potential fix for #21
Mon, 18 Apr 2016 20:21:06 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Mon, 18 Apr 2016 19:49:25 +0100 Nicholas Jillings Merge branch 'Dev_main'
Mon, 18 Apr 2016 15:52:39 +0100 Nicholas Jillings WAVE.js fallback was not correctly continuing from audioContext.decode function call.
Mon, 18 Apr 2016 13:47:35 +0100 Nicholas Jillings Fixed test create not exposing interface node title element.
Fri, 15 Apr 2016 16:11:47 +0100 Nicholas Jillings scripts/evaluation_stats.py ignores outside-reference audio elements
Fri, 15 Apr 2016 13:31:53 +0100 Nicholas Jillings #19: Now decodes most results but still crashes on same pages, especially unfinished / open saves.
Fri, 15 Apr 2016 16:21:07 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Fri, 15 Apr 2016 15:56:45 +0100 Nicholas Jillings Updated test creator to reflect latest specification edits.
Fri, 15 Apr 2016 15:22:03 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Fri, 15 Apr 2016 13:24:53 +0100 Nicholas Jillings Python server correctly responds to keygen and save requests
Fri, 15 Apr 2016 13:18:53 +0100 Nicholas Jillings Fix for #15
Fri, 15 Apr 2016 13:12:08 +0100 Nicholas Jillings More updates to instructions
Fri, 15 Apr 2016 10:20:57 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Fri, 15 Apr 2016 11:12:12 +0200 Brecht De Man Instructions update: started 'Quick start' section. Some minor changes.
Thu, 14 Apr 2016 21:20:58 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Thu, 14 Apr 2016 21:45:28 +0200 Brecht De Man Looked at new folder structure, updated Instructions accordingly
Thu, 14 Apr 2016 20:44:35 +0100 Nicholas Jillings Fixed pythonServer.py for python v 3.x
Thu, 14 Apr 2016 17:20:58 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Thu, 14 Apr 2016 17:16:20 +0100 Nicholas Jillings Updated scripts to work with latest results document specification
Thu, 14 Apr 2016 16:21:02 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Thu, 14 Apr 2016 15:58:52 +0100 Nicholas Jillings Separation of tests and media into specific subdirs. The tests directory is scanned and will be used by the php/python for pseudo-random tests.
Thu, 14 Apr 2016 14:20:49 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Thu, 14 Apr 2016 13:54:24 +0100 Nicholas Jillings Tidy up file locations.
Thu, 14 Apr 2016 13:20:58 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Thu, 14 Apr 2016 13:19:17 +0100 Nicholas Jillings Merged pythonServer-3 into unified pythonServer. Removed pythonServer-legacy. Updated pythonServer to work in scripts subdir.
Thu, 14 Apr 2016 12:26:53 +0100 Nicholas Jillings Merge branch 'Dev_main'. Preparing for tidy up of file structure.
Wed, 13 Apr 2016 16:22:56 +0100 Nicholas Jillings preSilence and postSilence terms now working
Wed, 13 Apr 2016 15:14:42 +0100 Nicholas Jillings Completed cross fading of tracks selectable by user attribute crossFade in <setup> node. Default is 0 seconds (no cross fade).
Wed, 13 Apr 2016 14:21:04 +0100 Nicholas Jillings Included crossFade in <setup> node schema. Specification now converts restricted data classes into their correct type.
Tue, 12 Apr 2016 11:48:40 +0100 Nicholas Jillings Review for Issue #2. Should be a working implementation. See issue post for usage.
Tue, 12 Apr 2016 10:50:52 +0100 Nicholas Jillings WIP for #2: '<page>' and '<cetup'> nodes have working "poolSize" attribute to determine number of children to take forward.
Mon, 11 Apr 2016 12:03:11 +0100 Nicholas Jillings Beautify test_schema.xsd
Wed, 13 Apr 2016 16:20:56 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 13 Apr 2016 15:46:40 +0100 Brecht De Man Move pythonServer-3.py to scripts
Wed, 13 Apr 2016 15:46:12 +0100 Brecht De Man Move pythonServer-legacy.py to scripts
Wed, 13 Apr 2016 15:45:33 +0100 Brecht De Man Move pythonServer.py to scripts
Tue, 12 Apr 2016 21:21:02 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Tue, 12 Apr 2016 20:32:00 +0100 Brecht De Man Instructions update: primarily Interfaces section. Moved 'Building your own interface' section under it.
Mon, 11 Apr 2016 16:21:00 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Mon, 11 Apr 2016 16:12:07 +0100 Brecht De Man Added info regarding other licenses
Sun, 10 Apr 2016 20:20:46 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Sun, 10 Apr 2016 20:01:23 +0100 Brecht De Man Removed .bbl file SMC paper (ignored)
Sat, 09 Apr 2016 11:20:56 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Sat, 09 Apr 2016 10:26:29 +0100 Brecht De Man Instructions update (folder contents); moved legacy analysis page to analysis folder; removed README.txt in favour of markdown
Fri, 08 Apr 2016 13:20:54 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Fri, 08 Apr 2016 12:25:05 +0100 Brecht De Man Instructions update: link to new repository.
Thu, 07 Apr 2016 11:21:07 +0100 www-data Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
Wed, 06 Apr 2016 13:57:21 +0100 Brecht De Man Change BibTeX citation key in CITING.txt
Wed, 06 Apr 2016 13:56:16 +0100 Brecht De Man Added links, citation and BibTeX to README
Sat, 02 Apr 2016 13:25:36 +0200 Brecht De Man Create README.md
Thu, 31 Mar 2016 15:48:57 +0100 Nicholas Jillings Merge
Thu, 31 Mar 2016 15:47:47 +0100 Nicholas Jillings Analysis interface controls all interface objects.
Thu, 31 Mar 2016 14:32:22 +0100 Nicholas Jillings Adapted test_create.html to work with new Specification.js file.
Thu, 31 Mar 2016 14:24:52 +0100 Nicholas Jillings Analysis: Get filtered score values. Download filtered data.
Thu, 31 Mar 2016 13:31:42 +0100 Nicholas Jillings Major updates. Specification Nodes now own file (specification.js). Updating Analysis to allow filtering based on survey responses.
Tue, 29 Mar 2016 14:37:07 +0100 Nicholas Jillings Calibration sliders update on mouse move trigger
Tue, 29 Mar 2016 14:24:05 +0100 Nicholas Jillings Calibration through audioEngine audio output. Reference controls global volume for tests.
Tue, 29 Mar 2016 13:53:57 +0100 Nicholas Jillings WAC 2016 Poster Footer update
Tue, 29 Mar 2016 13:52:33 +0100 Nicholas Jillings Updated WAC 2016 poster
Tue, 29 Mar 2016 11:59:34 +0100 Nicholas Jillings Updated WAC 2016 poster
Tue, 29 Mar 2016 11:14:50 +0100 Nicholas Jillings Implemented Calibration Module for level set testing.
Thu, 24 Mar 2016 15:42:45 +0000 Nicholas Jillings Started adding calibration modules.
Thu, 24 Mar 2016 13:55:08 +0000 Nicholas Jillings WAC2016 Poster.
Thu, 24 Mar 2016 13:01:52 +0000 Nicholas Jillings Analysis: Percentile calculation interpolates. Use mean, not 50th percentile for box plot.
Thu, 24 Mar 2016 12:29:39 +0000 Nicholas Jillings Fixed some comment/score parser issues on PHP.
Thu, 24 Mar 2016 10:36:38 +0000 Nicholas Jillings Added box plot chart to analysis.
Tue, 22 Mar 2016 14:01:47 +0000 Nicholas Jillings Fixed Bug #1591
Tue, 22 Mar 2016 13:44:59 +0000 Nicholas Jillings Implemented Bug/Feature #1649. Edit the exit text by modifying <exitText>, see mushra_example.xml for example.
Tue, 22 Mar 2016 12:35:48 +0000 Nicholas Jillings Fix Bug #1562
Tue, 22 Mar 2016 12:09:08 +0000 Nicholas Jillings Fixed Feature #1270. All interfaces (except ABX) support outside-reference.
Tue, 22 Mar 2016 11:52:12 +0000 Nicholas Jillings Outside Reference HTML now in core interfaceContext.
Tue, 22 Mar 2016 11:31:51 +0000 Nicholas Jillings Hotfix. date time node in results returned function reference for minutes.
Tue, 22 Mar 2016 11:21:45 +0000 Nicholas Jillings Fix Bug #1669, #1594.
Mon, 21 Mar 2016 16:22:49 +0000 Nicholas Jillings Analysis.js sort uses Google's DataTable sort functions.
Mon, 21 Mar 2016 16:07:57 +0000 Nicholas Jillings Fixed analysis.js table and latex generators.
Mon, 21 Mar 2016 15:24:16 +0000 Nicholas Jillings Update to mismatched APE marker labels.
Mon, 21 Mar 2016 15:15:40 +0000 Nicholas Jillings Moved returnDateNode() into interfaceContext. returnDateNode no longer uses deprecated Attribute Objects.
Mon, 21 Mar 2016 15:01:57 +0000 Nicholas Jillings Fix for #1560. Fix for loadProjectSpecCallback error if Parser returns undefined.
Mon, 21 Mar 2016 14:31:43 +0000 Nicholas Jillings Possible fix for #1673 and #1674
Mon, 21 Mar 2016 13:46:31 +0000 Nicholas Jillings Fix for bugs #1671 and #1672
Sun, 20 Mar 2016 11:01:26 +0100 Brecht De Man Add PDFs to repository, remove from .hgignore
Fri, 18 Mar 2016 14:52:30 +0000 Nicholas Jillings Fixed errors caused by specifcation nesting, specifically if <page> interface nodes have <interfaceoption> nodes.
Wed, 16 Mar 2016 16:52:30 +0000 Nicholas Jillings comment/score _parser.php updated to match 'ref' 'name' attribute changes.
Wed, 16 Mar 2016 16:16:05 +0000 Nicholas Jillings ABX Implemented.
Wed, 16 Mar 2016 15:17:04 +0000 Nicholas Jillings Fixed test creator <surveyentry> options. Updated interface-specs for ABX.
Wed, 16 Mar 2016 13:31:42 +0000 Nicholas Jillings WIP. ABX Framework. Minor core.js modifications.
Tue, 15 Mar 2016 15:33:29 +0000 Nicholas Jillings Quick update for scripts/score_parser.py to parse new save files.
Mon, 14 Mar 2016 13:36:43 +0000 Nicholas Jillings Test create fixes for #1594. Styling of survey entry options. Fixed survey entry leak. Removed "synchronous" attribute from page for now.
Mon, 14 Mar 2016 12:34:36 +0000 Nicholas Jillings Test Create fixes for #1597 #1598 #1656 #1657
Thu, 10 Mar 2016 17:08:10 +0000 Nicholas Jillings Merge
Wed, 09 Mar 2016 15:00:19 +0000 Nicholas Jillings Updated specification object to reflect schema changes
Wed, 09 Mar 2016 14:40:12 +0000 Nicholas Jillings Hotfix: Confirmation on successful save.
Wed, 09 Mar 2016 14:34:32 +0000 Nicholas Jillings Syntax change to schema. ID is required for survey elements.
Wed, 09 Mar 2016 14:12:22 +0000 Nicholas Jillings Merge
Wed, 09 Mar 2016 13:34:20 +0000 Nicholas Jillings Bug #1654 Fixed.
Wed, 09 Mar 2016 13:12:02 +0000 Nicholas Jillings Python 2.x server can perform intermediate saves.
Wed, 09 Mar 2016 12:41:26 +0000 Nicholas Jillings Session now performs intermediate saves on each advanceState trigger (page completions, survey completions). Specification projectReturn now "local" for presentation saving
Wed, 09 Mar 2016 11:12:06 +0000 Nicholas Jillings WIP. Adding intermediate save options. Will require mass editing of save engine as it stands, so still WIP (note: this version will not work on python server).
Tue, 08 Mar 2016 18:12:14 +0000 Nicholas Jillings Hotfix: Added name attribute to XSD for audioelement nodes
Tue, 08 Mar 2016 14:35:51 +0000 Nicholas Jillings Adding PHP Keygen
Sun, 06 Mar 2016 20:55:00 +0000 Giulio Moro Error levels should be set before messing around with timezone, as that may trigger warnings on some systems
Sun, 06 Mar 2016 19:24:19 +0000 Giulio Moro Removes navigation alert once test is completed. Closes #1647
Sat, 05 Mar 2016 09:27:16 +0000 Nicholas Jillings WAC2016: Template update
Mon, 29 Feb 2016 15:38:35 +0100 Brecht De Man Update CITING.txt (added BibTeX) and README.txt (added Ryan)
Mon, 29 Feb 2016 12:13:15 +0000 Nicholas Jillings WAC16: Removed 'Ape Style 2D' from interface list. Renamed 'Ape Style' to 'APE'.
Mon, 29 Feb 2016 11:45:22 +0100 Brecht De Man WAC paper final review
Thu, 25 Feb 2016 11:57:24 +0000 Nicholas Jillings WAC2016 review updated PDF
Thu, 25 Feb 2016 11:52:57 +0000 Nicholas Jillings Reviewed WAC2016
Wed, 24 Feb 2016 15:48:03 +0000 Nicholas Jillings Bug #1634 new format for elementTrackerFull. Fixed buffertime NaN on start.
Wed, 24 Feb 2016 13:49:40 +0000 Nicholas Jillings Updated test_create style for label rather than span
Wed, 24 Feb 2016 13:36:12 +0000 Nicholas Jillings Analysis: Added dynamic data sorting
Wed, 24 Feb 2016 13:03:08 +0000 Nicholas Jillings Created mean test/page plots, element histogram plots. Latex and tables included. Can download charts as PNG
Tue, 23 Feb 2016 19:35:18 +0000 Nicholas Jillings Analysis: Mean bar plot
Tue, 23 Feb 2016 18:57:26 +0000 Nicholas Jillings Reversal of score_parser.php data, now page/element/axis/values
Tue, 23 Feb 2016 17:57:21 +0000 Nicholas Jillings Merge
Tue, 23 Feb 2016 17:56:23 +0000 Nicholas Jillings Initial start to analysis pages
Tue, 23 Feb 2016 17:04:06 +0000 Nicholas Jillings Bug #1601
Tue, 23 Feb 2016 16:59:59 +0000 Nicholas Jillings Better solve for #1629
Tue, 23 Feb 2016 16:57:06 +0000 Nicholas Jillings Bug #1620: Defaults to Europe/London timezone.
Tue, 23 Feb 2016 16:27:39 +0000 Nicholas Jillings Update for #1625
Tue, 23 Feb 2016 16:19:29 +0000 Nicholas Jillings Fix bugs #1628, #1483
Tue, 23 Feb 2016 16:10:22 +0000 Nicholas Jillings Bug #1629: Updated on page progress counter to reflect if using a subset.
Tue, 23 Feb 2016 16:06:03 +0000 Nicholas Jillings Bug #1629: testPages now controls the number of pages to execute.
Tue, 23 Feb 2016 14:39:06 +0000 Giulio Moro Actually the previous commit was broken. This contains a working and more elegant way of checking for the input file length. If the input file is empty, no error is triggered.
Tue, 23 Feb 2016 14:18:25 +0000 Giulio Moro Added error check for empty file in save.php
Tue, 23 Feb 2016 12:22:28 +0000 Giulio Moro Probably solves #1617
Tue, 23 Feb 2016 11:56:11 +0000 Nicholas Jillings Fix Safari error (event.currentTarget.owner) line 1365
Tue, 23 Feb 2016 11:41:25 +0000 Nicholas Jillings Fix Loudness.js bug for older Safari (<9.0.2)
Tue, 23 Feb 2016 11:17:44 +0000 Nicholas Jillings Possible fix for Safari on storage load error.
Tue, 23 Feb 2016 10:49:48 +0000 Nicholas Jillings Bug #1624 fix: New comment box management node in InterfaceContext.
Mon, 22 Feb 2016 21:39:38 +0000 Giulio Moro Probably solves #1617
Mon, 22 Feb 2016 16:26:26 +0000 Nicholas Jillings test_creator: Can add and delete scale markers.
Mon, 22 Feb 2016 15:53:50 +0000 Nicholas Jillings Bug fix #1593, in progress #1596.
Mon, 22 Feb 2016 15:48:28 +0000 Nicholas Jillings Interfaces report error if audio cannot be loaded/decoded/played
Mon, 22 Feb 2016 15:05:39 +0000 Nicholas Jillings Bug #1615 Fixed. Also set hostURL in schema to default to an empty string if not specified in <page>
Mon, 22 Feb 2016 14:55:16 +0000 Nicholas Jillings Bug Fix #1611 : Generates valid XML from examples.
Mon, 22 Feb 2016 14:38:45 +0000 Nicholas Jillings Bug #1607, #1608 and #1610 fixes.
Mon, 22 Feb 2016 14:20:50 +0000 Nicholas Jillings Started Bug #1604: New test dialog windows now use <label> instead of span.
Mon, 22 Feb 2016 14:06:37 +0000 Nicholas Jillings Bug #1588 Fixed.
Mon, 22 Feb 2016 12:51:14 +0000 Nicholas Jillings Bug #1584 Fix.
Mon, 22 Feb 2016 12:44:55 +0000 Nicholas Jillings Bug #1583 Fix. Popup buttons hidden on successful submission.
Mon, 22 Feb 2016 12:33:56 +0000 Nicholas Jillings Merge into dev_main
Sun, 21 Feb 2016 11:18:08 +0000 Nicholas Jillings Merge
Fri, 19 Feb 2016 16:08:54 +0100 Brecht De Man Minor changes to instructions, demo page, and test examples
Fri, 19 Feb 2016 11:38:51 +0000 Nicholas Jillings Added Ryan Stables as author, plus affiliation.
Fri, 19 Feb 2016 11:22:47 +0000 Nicholas Jillings Playback now tracks for looped playback exactly.
Fri, 19 Feb 2016 10:40:52 +0000 Nicholas Jillings Volume tracker stores data in result <metric> node (was saving in <survey>).
Thu, 18 Feb 2016 10:59:01 +0000 Nicholas Jillings Hotfix: Loop crossfade defaults to 0 seconds.
Wed, 17 Feb 2016 15:09:26 +0000 Nicholas Jillings Discrete / Radio interfaces now have outside-reference support.
Wed, 17 Feb 2016 12:29:22 +0000 Nicholas Jillings Hotfix: comments were not being stored from element comment boxes or comment question nodes.
Wed, 17 Feb 2016 11:16:08 +0000 Nicholas Jillings Merge - pre-release of 1.2.0
Mon, 04 Jan 2016 11:59:21 +0100 Brecht De Man Python scripts: fix error which caused omission of ratings of first encountered file
Wed, 23 Dec 2015 14:48:48 +0000 Nicholas Jillings Added tag 1.1.0 for changeset 63c4163fc705
Wed, 23 Dec 2015 14:48:21 +0000 Nicholas Jillings Version 1.1.0
Wed, 23 Dec 2015 14:36:00 +0000 Nicholas Jillings Merge. Pull of revision info from dev_main.
Mon, 21 Dec 2015 23:18:43 +0000 Dave Moffat Update DMRN10 Poster
Wed, 16 Dec 2015 11:25:04 +0000 Dave Moffat Edits to DMRN Poster
Wed, 16 Dec 2015 10:52:25 +0000 Dave Moffat Fix spacing issue in DMRN poster
Wed, 16 Dec 2015 10:49:12 +0000 Dave Moffat Developing DMRN Poster
Wed, 16 Dec 2015 10:20:25 +0000 Dave Moffat Add Graphics to DMRN Poster
Wed, 09 Dec 2015 11:26:31 +0100 Brecht De Man Added DMRN+10 poster template
Mon, 07 Dec 2015 11:21:01 +0000 Dave Moffat Add DMRN Proposal
Fri, 04 Dec 2015 11:00:55 +0000 Nicholas Jillings Merge of dev into default/master
Fri, 04 Dec 2015 10:57:39 +0000 Nicholas Jillings Merge from branch "WAC2016"
Tue, 22 Sep 2015 18:19:38 +0200 Brecht De Man Scripts: generate_report slightly more robust against missing duration values
Wed, 16 Sep 2015 13:31:40 +0100 Brecht De Man Bug fixes in scripts: display plays in last timeline segment of each fragment (post last move); call sub-processes of generate_report.py in same folder (pass on argument); indentation in LaTeX file.
Tue, 15 Sep 2015 10:20:50 +0100 Nicholas Jillings Merge from "dev_main". Added MUSHRA, PHP upload scripts, APE on Firefox, multi-screen support. Bug fixes #1370, #1298, #1391, #1300, #1389.
Fri, 04 Sep 2015 12:22:55 +0200 Brecht De Man Scripts: generate_report.py: show which fragments not moved and played
Thu, 20 Aug 2015 11:29:29 +0200 Brecht De Man Scripts: comment_parser and score_parser start new CSV files each time; various plots added to generated PDF report
Tue, 18 Aug 2015 23:56:05 +0200 Brecht De Man Scripts: Generate PDF report on set of result XML files (using LaTeX)
Mon, 17 Aug 2015 18:20:30 +0200 Brecht De Man Scripts: modification to timeline plots: do not save (/show) plot if empty, e.g. legacy result files with no timing data
Wed, 12 Aug 2015 10:31:10 +0200 Brecht De Man Scripts: timeline_view_movement with 'playing' areas highlighted
Tue, 11 Aug 2015 20:49:34 +0200 Brecht De Man Scripts: timeline view of marker movements
Tue, 11 Aug 2015 11:06:55 +0200 Brecht De Man Scripts: timeline with rectangles (accurate start and end, customisable width); timeline and score plots to PDF by default.
Tue, 11 Aug 2015 10:15:17 +0200 Brecht De Man Scripts: test if folder name (default or provided via command line) exists
Mon, 10 Aug 2015 18:45:45 +0200 Brecht De Man Scripts: show which and how many markers not clicked or moved; option to plot timelines against 'audioholder time' (default) or 'total test time' (previously the only possibility)
Fri, 24 Jul 2015 18:59:39 +0100 Nicholas Jillings Pull into main
Mon, 20 Jul 2015 12:47:16 +0100 Brecht De Man Scripts: choose input/output folder from command line; score_plot also choose options from command line (WIP)
Wed, 15 Jul 2015 15:52:56 +0100 Brecht De Man Scripts: evaluation statistics: show average duration per song in order of number of fragments and average total duration; count empty comments; fragments per song; distinguish between same audioholder ids with different number of audioelements.
Tue, 14 Jul 2015 20:09:25 +0100 Brecht De Man Scripts: evaluation_stats bug fixes
Tue, 14 Jul 2015 19:40:58 +0100 Brecht De Man Scripts: evaluation_stats shows number of total fragments
Fri, 03 Jul 2015 21:01:09 +0100 Brecht De Man Added Instructions (LaTeX and PDF) --> WIP
Fri, 03 Jul 2015 19:50:12 +0100 Brecht De Man Automatically go to right folder when running server locally so you can drag and drop the script in Terminal (after typing 'Python').
Thu, 02 Jul 2015 15:44:35 +0100 Brecht De Man Make explicit that 'next test' in server only relates to 'pseudo-random mode'.
Wed, 01 Jul 2015 15:19:55 +0100 Brecht De Man README: Extra troubleshooting info (type 'createProjectSave()' to summon pop-up that saves XML file so far).
Wed, 01 Jul 2015 13:49:01 +0100 Nicholas Jillings Slider now enabled optionally based on tag <option name='playhead'/> in interfaces
Wed, 01 Jul 2015 11:55:08 +0100 Brecht De Man README: paragraph on troubleshooting (copy from JavaScript Console)
Wed, 01 Jul 2015 11:35:52 +0100 Brecht De Man Log slider movements to console
Wed, 01 Jul 2015 11:11:54 +0100 Nicholas Jillings merge
Wed, 01 Jul 2015 11:09:17 +0100 Brecht De Man Scripts: evaluation_stats.py added to quickly show a report on tests done so far (to be expanded)
Wed, 01 Jul 2015 10:21:52 +0100 Nicholas Jillings Bug Fix #1305: AudioHolders have 'presentedid' attribute in save
Wed, 01 Jul 2015 10:15:06 +0100 Nicholas Jillings Bug fix #1315: Comment boxes now paste informaton back into the console.
Mon, 29 Jun 2015 19:04:40 +0100 Brecht De Man Merge
Sun, 28 Jun 2015 09:52:47 +0100 Nicholas Jillings Small addition to #1238: Filename included.