index
:
codeq-web.git
master
release
CodeQ web client
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
codeq
/
prolog.js
Age
Commit message (
Expand
)
Author
2015-10-06
Rename state 'problem' to problem_list
Timotej Lazar
2015-10-05
Save current program in trace with each 'open' action
Timotej Lazar
2015-10-05
Record all user activity in trace
Timotej Lazar
2015-10-05
Remove some stale comments
Timotej Lazar
2015-10-05
Fix editor activity reporting
Timotej Lazar
2015-10-05
Move makeActivityHandler to core.js
Timotej Lazar
2015-10-04
Adapted to changes in codeq-server: load_problem and end_problem upon enterin...
Aleš Smodiš
2015-10-01
Submit activity when closing problem screen
Timotej Lazar
2015-10-01
Use four-space indents for Prolog
Timotej Lazar
2015-10-01
Use 'value' option in CM constructor to set initial content
Timotej Lazar
2015-10-01
Bugfix: remove action has type 'rm', not 'r'
Timotej Lazar
2015-10-01
Bugfix: use hinter.hasNextPlan in prolog.js
Timotej Lazar
2015-09-29
Correctly process hint_type and hint.
Aleš Smodiš
2015-09-29
Add a statusbar to the editor widget
Timotej Lazar
2015-09-29
Temporary "plan" button fix: look at the presence of Slovene translation to d...
Aleš Smodiš
2015-09-29
login removed from navbar
Marko Pušnik
2015-09-28
CRLF -> LF conversion for python.js and prolog.js.
Aleš Smodiš
2015-09-28
Implement in-structure GUI translation for python and problem editing screens.
Aleš Smodiš
2015-09-28
Add 'r' (redo) for next answer in Prolog
Timotej Lazar
2015-09-28
Update comment for previous commit
Timotej Lazar
2015-09-27
Bugfix: '\n' should be 'n' for next Prolog answer
Timotej Lazar
2015-09-25
refactor menu + some forms to use bootstrap properly
Marko Pušnik
2015-09-23
Improve error handling for button actions
Timotej Lazar
2015-09-22
enabled buttons in the navigation header (at least buttons on the left side o...
Robert Zorko
2015-09-21
Refactoring: simplified python.js and prolog.js, removed all DOM IDs except f...
Aleš Smodiš
2015-09-18
Enable auto-history in prolog console.
Aleš Smodiš
2015-09-18
Don't crash loading a prolog problem, if the problem has no plan set.
Aleš Smodiš
2015-09-18
Add "Plan" button to display next "planning" hint
Timotej Lazar
2015-09-18
Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web
Robert Zorko
2015-09-18
divided the login and problem chooser into two different screens
Robert Zorko
2015-09-18
Reapply bugfix: join the array of removed character into a string, when the u...
Aleš Smodiš
2015-09-18
changes for th latest changes
Robert Zorko
2015-09-18
updated the python state with the last changes done to the prolog state
Robert Zorko
2015-09-18
added another possible transition in the main app screen - the hint and test ...
Robert Zorko
2015-09-18
added some comments and improved the selection of the divs which are beeing c...
Robert Zorko
2015-09-18
updated for the recent changes in hte prolog and python.js files
Robert Zorko
2015-09-18
added prolog state (I missed it in the previous commit)
Robert Zorko