Mon, 25 Apr 2016 15:54:25 +0100 |
Nicholas Jillings |
Minor fix to get_filtered_score (used on analysis raw data download), failed if format=CSV
|
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(...)
|