log

age author description
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