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
|