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
/
core.js
Age
Commit message (
Expand
)
Author
2015-10-15
Don't mess with whitespace in HTML templates
Timotej Lazar
2015-10-13
Remove codeq.getLang function
Timotej Lazar
2015-10-12
Rename lang setting to gui_lang and store it in codeq.settings
Timotej Lazar
2015-10-12
Fix: $.extend instead of $.merge settings object
Timotej Lazar
2015-10-09
Fix setting the resources var in boot sequence
Timotej Lazar
2015-10-08
Adapted to the reworked session handling on the server. Bugfixed the lang set...
Aleš Smodiš
2015-10-05
handle phonegap native mobile app
Marko Pušnik
2015-10-05
Fix iteration order in codeq.codePointCount
Timotej Lazar
2015-10-05
Move makeActivityHandler to core.js
Timotej Lazar
2015-10-02
Remove the deprecated codeq.chooseTranslation().
Aleš Smodiš
2015-10-02
Bugfix: don't remove [\n\r\t] from templates.
Aleš Smodiš
2015-10-01
Add support for @img in templates.
Aleš Smodiš
2015-10-01
Bugfix core.js: fallback JSONization function, resource resolving function.
Aleš Smodiš
2015-10-01
Use codeq.templator() for hints. Support for images.
Aleš Smodiš
2015-09-30
Implemented GUI translations via the data-tkey tag attribute and res/*.json f...
Aleš Smodiš
2015-09-29
resolved merge conflicts
Robert Zorko
2015-09-29
added settings to the global codeq object and they are updated when the user ...
Robert Zorko
2015-09-29
logout, sign in + change password modals, setting drop-down, profile screen
Marko Pušnik
2015-09-26
Reimplemented translation support: leave the DOM structure intact, upon displ...
Aleš Smodiš
2015-09-24
Make browser autodetection a little more resilient.
Aleš Smodiš
2015-09-24
Implemented: CodeQ event queue, basic translation infrastructure, reimplement...
Aleš Smodiš
2015-09-24
Reimplemented language selection with simple links. Removed unused startup.js...
Aleš Smodiš
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š
2015-08-24
Introduced the Q promises library, created a basic login page to test prolog ...
Aleš Smodiš