Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4rd DO NOT MERGE --- told ya u shouldn't | Anton L. Šijanec | 2020-05-12 | 1 | -1/+1 |
| | |||||
* | DO NOT MERGE --- TESTING! | Anton L. Šijanec | 2020-05-12 | 1 | -15/+23 |
| | |||||
* | chats.js not done yet | Anton L. Šijanec | 2020-04-05 | 1 | -1/+2 |
| | |||||
* | teachers.js, absences.js: uporabljajo gsec.js; gsec.js: spremembe apija | Anton Luka Šijanec | 2020-03-21 | 1 | -0/+1 |
| | |||||
* | za narediti jezike | Anton Luka Šijanec | 2020-03-06 | 1 | -27/+14 |
| | |||||
* | added i18n, converted HTML files, TODO: js UI responses, TODO: translations | Anton Luka Šijanec | 2020-03-05 | 1 | -17/+15 |
| | | | | | | | | | | | | | | 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. | ||||
* | Reformatting | rstular | 2020-02-17 | 1 | -4/+7 |
| | |||||
* | neki sm delu, sam ne do konca | Anton Luka Šijanec | 2020-02-11 | 1 | -0/+1 |
| | |||||
* | added bežiapp to all titles and added page name to navbar | Anton Luka Šijanec | 2020-02-10 | 1 | -2/+2 |
| | |||||
* | added images support to messages and removed npm and node modules dependency | Anton Luka Šijanec | 2020-02-09 | 1 | -0/+1 |
| | |||||
* | added icons to side menu | Anton Luka Šijanec | 2020-02-08 | 1 | -6/+6 |
| | |||||
* | added messaging | Anton Luka Šijanec | 2020-02-08 | 1 | -1/+2 |
| | |||||
* | Temporary inclusion/exclusion option, fixed zoom | rstular | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | Spacing, bug fixes, version bump, deployment test | rstular | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Added about page, login, logout, bug fixes | rstular | 2020-01-29 | 1 | -3/+9 |
| | |||||
* | Initial commit | rstular | 2020-01-29 | 1 | -0/+95 |