Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-20 | forgot about assetlinks.json! | sijanec | 1 | -1/+1 | |
2020-05-20 | added pirati tema | sijanec | 1 | -1/+1 | |
2020-05-20 | Changelog | rstular | 1 | -2/+2 | |
2020-05-20 | forgot i'm not doing anything | sijanec | 1 | -1/+1 | |
2020-05-20 | minified their files from merge | sijanec | 1 | -2/+2 | |
2020-05-20 | Styling fix | rstular | 1 | -1/+1 | |
2020-05-20 | testing minification with jsmin | sijanec | 1 | -1/+1 | |
2020-05-20 | Persist state | rstular | 1 | -1/+1 | |
2020-05-20 | Bug fix | rstular | 1 | -1/+1 | |
2020-05-20 | version bunm + install | sijanec | 1 | -2/+2 | |
2020-05-20 | Bug fix | rstular | 1 | -1/+1 | |
2020-05-20 | New themes | rstular | 1 | -1/+1 | |
2020-05-20 | made the night theme into a high contrast one | sijanec | 1 | -1/+1 | |
2020-05-20 | Indentation fix | rstular | 1 | -1/+1 | |
2020-05-20 | Install | rstular | 1 | -1/+1 | |
2020-05-20 | Revert "I don't know CSS :-(" | rstular | 1 | -1/+1 | |
This reverts commit 913b40fe12ea0f73614013fe5a528700d516749e. | |||||
2020-05-20 | I don't know CSS :-( | rstular | 1 | -1/+1 | |
2020-05-20 | try-catch in fetchTeachers (forgot instal) | sijanec | 1 | -1/+1 | |
2020-05-20 | Another CSS bug fix | rstular | 1 | -1/+1 | |
2020-05-20 | CSS bug fix | rstular | 1 | -1/+1 | |
2020-05-20 | CSS fix | rstular | 1 | -1/+1 | |
2020-05-20 | Wrong theme name | rstular | 1 | -1/+1 | |
2020-05-20 | Night theme | rstular | 1 | -1/+1 | |
2020-05-20 | should be ok to merge | sijanec | 1 | -1/+1 | |
2020-05-20 | DO_NOT_MERGE; still testing error reporting optout | sijanec | 1 | -6/+16 | |
2020-05-20 | added teachers dir to dir | sijanec | 1 | -1/+1 | |
2020-05-20 | Styling fix | rstular | 1 | -1/+1 | |
2020-05-20 | fixed even mroe geeky operators (?) | sijanec | 1 | -1/+1 | |
2020-05-20 | fixed geeky operators | sijanec | 1 | -1/+1 | |
2020-05-20 | changed load order | sijanec | 1 | -1/+1 | |
2020-05-20 | maybe | sijanec | 1 | -1/+1 | |
2020-05-20 | Probi, hopefully bo to resl problen | sijanec | 1 | -1/+1 | |
2020-05-20 | Revert "DNM" | sijanec | 1 | -1/+1 | |
This reverts commit 763061be7ee80fffd6dd1fd2bebbdacb2ad7183d. | |||||
2020-05-20 | DNM | sijanec | 1 | -1/+1 | |
2020-05-20 | scope error? + install | sijanec | 1 | -1/+1 | |
2020-05-20 | this is also not a fix | sijanec | 1 | -1/+1 | |
2020-05-20 | this is not a fix | sijanec | 1 | -1/+1 | |
2020-05-20 | made error reporting async | sijanec | 1 | -2/+2 | |
2020-05-20 | fix for onunhandledrejection | sijanec | 1 | -2/+5 | |
2020-05-20 | # | sijanec | 1 | -1/+1 | |
2020-05-20 | install scritp fix | sijanec | 1 | -1/+1 | |
2020-05-20 | fixed install script | sijanec | 1 | -1/+1 | |
2020-05-20 | err reporting | sijanec | 1 | -3/+13 | |
2020-05-18 | install | sijanec | 1 | -1/+1 | |
2020-05-18 | window.onerror | sijanec | 1 | -0/+7 | |
2020-05-17 | popravljen dist, hvala rstular | sijanec | 1 | -0/+0 | |
2020-05-17 | dist should work, TODO: minify and bundle | sijanec | 1 | -0/+0 | |
2020-05-16 | Linting | rstular | 1 | -18/+21 | |
2020-05-16 | GSEC bug fixes - handling commas properly | rstular | 1 | -0/+9 | |
2020-05-14 | Styling fixes, documentation | rstular | 1 | -7/+3 | |
2020-05-14 | Styling changes, first round of bug fixes | rstular | 1 | -0/+2 | |
There are (probably) more changes incoming, but we need to discuss them first | |||||
2020-03-21 | teachers.js, absences.js: uporabljajo gsec.js; gsec.js: spremembe apija | Anton Luka Šijanec | 1 | -0/+13 | |
2020-03-06 | all js files updated with i18n, not tested yet | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-06 | neki i18n js | Anton Luka Šijanec | 1 | -0/+9 | |
2020-03-05 | added i18n, converted HTML files, TODO: js UI responses, TODO: translations | Anton Luka Šijanec | 1 | -2/+1 | |
So basically, multilanguage support from an JavaScript object. - only slovenian and english - no change language UI yet - only HTML strings are actually translated \- all text is translated, but javascript M.toast and other similar stuff does not pass trough s(), d(), S() and D() functions yet - how to i18n: - add a string to js/lang/bundle.js TO ALL LANGUAGES (translation mgmt sys will have to be created) - HTML: create <x-??></x-??> tags, where 1st ? tells wether to just output the string (s) without dot suffix or (d) to try and append a . (for sentences and paragraphs) if it is not there yet. second ? tells wether to leave lowercase strings (l) or (u) to force the first character of the string be uppercase (capitalize()). - put the key of your string as the innerHTML of the x-?? element. - JS: S("key") and D("key") return capitalized, s() and d() do not change case. | |||||
2020-02-17 | Reformatting | rstular | 1 | -6/+6 | |
2020-02-10 | force redirect to secure connection | Anton Luka Šijanec | 1 | -0/+4 | |
2020-02-08 | maybe I'm retarded | sijanec | 1 | -2/+2 | |
2020-02-08 | fix for browsers with sw disabled | Anton Luka Šijanec | 1 | -1/+3 | |
2020-01-29 | Spacing, bug fixes, version bump, deployment test | rstular | 1 | -2/+9 | |
2020-01-29 | Added about page, login, logout, bug fixes | rstular | 1 | -1/+1 | |