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
/
hint.js
Age
Commit message (
Collapse
)
Author
2015-10-13
Remove codeq.getLang function
Timotej Lazar
2015-10-02
Bugfix: consider common and problem-specific hint types independently from ↵
Aleš Smodiš
common and problem-specific hint content.
2015-10-02
Prepend instead of append new hints and bold the first shown hint.
Aleš Smodiš
2015-10-02
Define default translations for the "more" button in multi-part hints.
Aleš Smodiš
2015-10-02
Remove code rot: class "translatable" is not used anymore.
Aleš Smodiš
2015-10-01
Use codeq.templator() for hints. Support for images.
Aleš Smodiš
2015-10-01
Bugfix: rebuild any popovers after the editor's DOM changes.
Aleš Smodiš
2015-10-01
Fix displaying popup hints.
Aleš Smodiš
2015-09-30
Implemented structural translation of hints and plans.
Aleš Smodiš
2015-09-29
Temporary hint fix: hints are shown in slovene only.
Aleš Smodiš
2015-09-29
Correctly process hint_type and hint.
Aleš Smodiš
2015-09-28
Implement in-structure GUI translation for python and problem editing screens.
Aleš Smodiš
Hints are not yet covered.
2015-09-23
Use static hint handler to show "planning" hints
Timotej Lazar
2015-09-18
Use a link instead of a button in a static hint sequence.
Aleš Smodiš
2015-09-18
Add "Plan" button to display next "planning" hint
Timotej Lazar
2015-09-18
Bugfix: template parameter can be a number
Timotej Lazar
2015-09-18
Bugfix: off-by-one when displaying an array of hints.
Aleš Smodiš
2015-09-18
Escape HTML in hint template parameters
Timotej Lazar
2015-09-18
Bugfix: handle arrays as a static hint.
Aleš Smodiš
2015-09-18
Simplified handling of an array of static hints.
Aleš Smodiš
2015-09-17
Implemented support for an array of static hints, which are displayed in ↵
Aleš Smodiš
sequence after pressing the "more" button.
2015-09-17
Refactored hint handling into a separate module.
Aleš Smodiš