Revise Dic
Wrap CSRFProtection and fake it for testing
Revise Response
Revise Request/Url
Implement autoloader for tests
Revise view and templates
Tweak build system
Fix typo
Fix FakeRepository
Solved by 00e560efdb2768f4eb5a6c187af3ad136a7b912e.
That's simply bad style, see https://github.com/cmb69/tetris_xh/blob/1/tetris.js#L193.
There may be cases where it is necessary to manually modify the highscores; with the current serialization format that is almost impossible. A simple colon separated values format would be an improvement.
Tweak HighscoreService
Close #13 (Switch to a human readable data format for highscores)
Revise Highscore(s)
There may be cases where it is necessary to manually modify the highscores; with the current serialization format that is almost impossible. A simple colon separated values format would be an improvement.
Update approval test wrt. f059074
This should be fixed!
Reported by Simmyne – should be credited.
Include JS as module
Fix #11 (The arrow keys don't work in all browsers)
The most relevant part of this fix was already done by 00e560e.
Close #12 (Drop jQuery requirement)
Revise JS
Fix build
Unify help files and README
Introduce Request
Auto-escape view values
Revise MainController
Revise InfoController
Tests
A-frame architecture
That simplifies the implementation and adds a few potential enhancements.