summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-25Login now fetches the list of available problems from the server.Aleš Smodiš
Made the query work, so terminal interaction now works.
2015-08-24Introduced 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.
2015-07-17Bugfix: missing semicolon.Aleš Smodiš
2015-07-17Merge branch 'master' of odie.guru.si:codeq-webmarkop
2015-07-17resizable experimentmarkop
2015-07-17Show the sins.py example in the mockup.Aleš Smodiš
2015-07-17Bugfix: the svg declaration was off.Aleš Smodiš
2015-07-17sinsmarkop
2015-07-17Tied the 3 hint mockups to the 3 buttons.Aleš Smodiš
2015-07-16Fix backgound of popups.Aleš Smodiš
2015-07-16Implemented pop-up with bootstrap's popover.Aleš Smodiš
2015-07-16Bugfix: parsing of CRLF terminated definitions didn't work.Aleš Smodiš
2015-07-16finished block toolbar, course and task title static mockup, same css ↵markop
adjustments
2015-07-15Added support for displaying hints. For now triggered by hand via a console, ↵Aleš Smodiš
e.g. FireBug.
2015-07-15menu & editor toolbarmarkop
2015-07-14Implemented a parser of simple pythonic definitions.Aleš Smodiš
2015-07-14- use bootstrap style/grid systemmarkop
- add cordova/phonegap basic configuration
2015-07-14Changed the organization of js and css file to reflect the libraries they ↵Aleš Smodiš
are used with. Added the show-hint add-on for CodeMirror.
2015-07-13Fix typo.Aleš Smodiš
2015-07-13Initial commit: bare page for Prolog tasks with editor and command prompt, ↵Aleš Smodiš
lightweight task definition parser of pythonic assignment statements.