Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-26 | Reimplemented translation support: leave the DOM structure intact, upon ↵ | Aleš Smodiš | |
display language switch only replace language-dependent content. | |||
2015-09-24 | Make browser autodetection a little more resilient. | Aleš Smodiš | |
2015-09-24 | Implemented: CodeQ event queue, basic translation infrastructure, ↵ | Aleš Smodiš | |
reimplemented problem index from JSON data. | |||
2015-09-24 | Reimplemented language selection with simple links. Removed unused ↵ | Aleš Smodiš | |
startup.js, moved the boot sequence to core.js. | |||
2015-09-23 | Refactored code from js/codeq.js into js/codeq/core.js. | Aleš Smodiš | |
2015-08-25 | Login now fetches the list of available problems from the server. | Aleš Smodiš | |
Made the query work, so terminal interaction now works. | |||
2015-08-24 | Introduced the Q promises library, created a basic login page to test prolog ↵ | Aleš Smodiš | |
examples, and started tying the terminal and editor activity to the REST services. |