Age | Commit message (Expand) | Author |
2015-10-05 | Update actions | Timotej Lazar |
2015-09-24 | Update monkey.test.test for new testing functions | Timotej Lazar |
2015-09-24 | Remove trailing . from historical Prolog queries | Timotej Lazar |
2015-09-22 | Add Node.subtrees and Node.leaves functions | Timotej Lazar |
2015-09-02 | Update monkey.test to work with new DB | Timotej Lazar |
2015-09-02 | Accept test function as a parameter to monkey.fix | Timotej Lazar |
2015-08-27 | Replace prolog.engine.run with ask_all | Timotej Lazar |
2015-08-24 | Remove in-edges from monkey.graph.Node class | Timotej Lazar |
2015-08-24 | monkey.graph.graphviz: fix escaping of node labels | Timotej Lazar |
2015-08-24 | monkey.graph.graphviz: use id() to reference nodes | Timotej Lazar |
2015-08-20 | Convert monkey.edits to use the new DB | Timotej Lazar |
2015-08-20 | Remove unneeded DB init stuff from monkey.action | Timotej Lazar |
2015-08-13 | Initial PostgreSQL data model: codeq_user and solution tables. | Aleš Smodiš |
2015-08-11 | Add code to check for typos | Mehmet Akalın |
2015-08-11 | Fix monkey.test.print_hint | Timotej Lazar |
2015-08-11 | Improve error & warning reporting | Timotej Lazar |
2015-08-11 | Merge prolog.engine.create{,_and_ask} functions | Timotej Lazar |
2015-08-11 | Remove app-specific code from prolog.engine | Timotej Lazar |
2015-08-11 | Do not look for edits in problems with no traces | Timotej Lazar |
2015-08-11 | Ignore attempts from all non-student users | Timotej Lazar |
2015-08-11 | Add a couple of utility functions to Node | Timotej Lazar |
2015-08-11 | Use Node class from monkey.util in parser | Timotej Lazar |
2015-08-11 | Tweak message handling code | Timotej Lazar |
2015-08-11 | Reorder cases in monkey.test and fix print_hint | Timotej Lazar |
2015-08-11 | Use different colors for different types of edits | Timotej Lazar |
2015-08-11 | Minor tweaks in monkey.monkey | Timotej Lazar |
2015-08-11 | Move hint message generation to a new function | Timotej Lazar |
2015-08-11 | Correctly find first token in current part in step | Timotej Lazar |
2015-08-11 | Oops, a line got lost | Timotej Lazar |
2015-08-11 | Ignore edits a→b where a or b has multiple parts | Timotej Lazar |
2015-08-11 | Annotate tokens instead of splitting program | Timotej Lazar |
2015-08-11 | Simplify calls to prolog.util.map_vars | Timotej Lazar |
2015-08-11 | Exclude admin and test users when analyzing traces | Timotej Lazar |
2015-08-11 | Use one format for all messages passed to JS side | Timotej Lazar |
2015-08-11 | Add a function for Damerau-Levenshtein distance | Timotej Lazar |
2015-08-11 | Don't store solution-line frequencies | Timotej Lazar |
2015-08-11 | Pass the entire current path to monkey.fix.step | Timotej Lazar |
2015-08-11 | monkey.fix.step: apply all edits in line order | Timotej Lazar |
2015-08-11 | Remove unused imports in monkey.test | Timotej Lazar |
2015-08-11 | Simplify monkey.edits.get_edits_from_traces | Timotej Lazar |
2015-08-11 | Rename monkey.edits.edit_graph to trace_graph | Timotej Lazar |
2015-08-11 | Cleanups | Timotej Lazar |
2015-08-11 | Fix recording replacements (remove/insert) | Timotej Lazar |
2015-08-11 | Improve adding a rule in monkey.fix.step | Timotej Lazar |
2015-08-11 | Improve codemirror markers | Timotej Lazar |
2015-08-11 | Improve monkey.fix.postprocess | Timotej Lazar |
2015-08-11 | Move normalize to prolog.util | Timotej Lazar |
2015-08-11 | Ignore edits after the first correct version | Timotej Lazar |
2015-08-11 | Clean up monkey.fix.step | Timotej Lazar |
2015-08-11 | Simplify get_edits_from_traces | Timotej Lazar |