| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 1 | -1/+4 |
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -27/+25 |
* | [inc/Util] Add types, move error printing functions to their own class | Simon Rettberg | 2022-05-02 | 1 | -3/+3 |
* | Fix some typos (found by codespell) | Stefan Weil | 2019-12-14 | 1 | -1/+1 |
* | [inc/Render] Add qstr_urlencode as global mustache var | Simon Rettberg | 2019-12-13 | 1 | -0/+5 |
* | [inc/Render] Remove legacy functions | Simon Rettberg | 2019-07-16 | 1 | -20/+0 |
* | [inc/Render] Add lang property to html tag | Simon Rettberg | 2019-07-11 | 1 | -1/+1 |
* | [main] Make product name configurable | Simon Rettberg | 2019-03-05 | 1 | -3/+3 |
* | [inc/Render] new optional argument to change rendered language | Christian Hofmaier | 2019-01-22 | 1 | -2/+2 |
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -2/+2 |
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -2/+5 |
* | [inc/Render] Fix lang_ matching regexp (spaces) | Simon Rettberg | 2017-12-04 | 1 | -3/+3 |
* | [js] Move all our fixes into one file, add browser history/URL fix for messages | Simon Rettberg | 2017-11-29 | 1 | -3/+2 |
* | Add support to declare multiple css/js per module with loading condition: | Simon Rettberg | 2017-05-10 | 1 | -6/+8 |
* | [weninterface] Improve color list a bit | Simon Rettberg | 2017-05-10 | 1 | -2/+21 |
* | [webinterface] Allow customizing page title prefix and logo bgcolor | Simon Rettberg | 2017-05-09 | 1 | -1/+18 |
* | [render.inc] Add collapse.js | Simon Rettberg | 2017-01-18 | 1 | -0/+1 |
* | [Render] Add 'ovverride' to setTitle, so it's possible to set the title only ... | Simon Rettberg | 2016-09-07 | 1 | -1/+3 |
* | [render] Restore debug template generation | Simon Rettberg | 2016-08-16 | 1 | -3/+0 |
* | added i18n for summernote. | Christian Klinger | 2016-06-24 | 1 | -0/+1 |
* | [render/modules] Include scripts/css in order according to dependencies | Simon Rettberg | 2016-06-17 | 1 | -1/+1 |
* | MORE WMORK | Simon Rettberg | 2016-05-18 | 1 | -16/+23 |
* | Still working in modularization cleanup and refinement | Simon Rettberg | 2016-05-11 | 1 | -21/+31 |
* | Translating module strings and custom sections works | Simon Rettberg | 2016-05-10 | 1 | -1/+1 |
* | Work on translations: templates and messages work | Simon Rettberg | 2016-05-04 | 1 | -5/+2 |
* | More Progress; Merged changes from ufpr up to 775cdbd29f5d0f70946d1d5ff09c091... | Simon Rettberg | 2016-04-29 | 1 | -16/+27 |
* | Implemented new menu, added logic for defining dependencies, move translation... | Simon Rettberg | 2016-04-28 | 1 | -49/+7 |
* | [merge] merging c3sl / fr - initial commit | Jonathan Bauer | 2016-04-01 | 1 | -10/+76 |
* | Show missing template names with all params passed | Simon Rettberg | 2015-11-30 | 1 | -4/+5 |
* | config module structure completed. Many other fixes. Hidden pw field support. | Simon Rettberg | 2015-01-20 | 1 | -2/+3 |
* | Add option to hide or show password fields | Simon Rettberg | 2014-12-05 | 1 | -1/+3 |
* | [Render] Show untranslated tags in rendered output | Simon Rettberg | 2014-09-02 | 1 | -1/+17 |
* | [i18n] reorganized the internationalization system | raul | 2014-07-11 | 1 | -1/+0 |
* | [i18n]separated jsons by template, and finished other php details | raul | 2014-07-11 | 1 | -1/+2 |
* | [i18n] implemented translator logic | raul | 2014-07-11 | 1 | -1/+2 |
* | Some minor html fixes/improvements | Simon Rettberg | 2014-06-23 | 1 | -1/+0 |
* | Minor bug fixes and removal of dead code | Simon Rettberg | 2014-06-11 | 1 | -1/+1 |
* | Reboot functionality on system status page | Simon Rettberg | 2014-06-06 | 1 | -1/+1 |
* | Add functions to add script includes to the beginning or end of the document ... | Simon Rettberg | 2014-06-05 | 1 | -1/+33 |
* | Add token in Render class, instead of passing it to its methods explicitly al... | Simon Rettberg | 2014-06-04 | 1 | -13/+22 |
* | Check if HTTP_ACCEPT_ENCODING is set in $_SERVER before accessing it | Simon Rettberg | 2014-06-04 | 1 | -1/+1 |
* | WIP | Simon Rettberg | 2014-05-26 | 1 | -1/+0 |
* | JS Stuff for Taskmanager interaction | Simon Rettberg | 2014-05-20 | 1 | -2/+6 |
* | Working on config.tgz composition through config modules | Simon Rettberg | 2014-05-15 | 1 | -0/+18 |
* | Add pagination to syslog, change filter inputbox to use tagsinput | Simon Rettberg | 2014-01-09 | 1 | -0/+2 |
* | Add gzip compression to output | Simon Rettberg | 2013-11-27 | 1 | -0/+10 |
* | Working on download of remote configs | Simon Rettberg | 2013-11-05 | 1 | -1/+2 |
* | New stuff | Simon Rettberg | 2013-10-16 | 1 | -2/+20 |
* | Add simple menu bar | Simon Rettberg | 2013-10-15 | 1 | -0/+1 |
* | Initial commit | Simon Rettberg | 2013-10-15 | 1 | -0/+124 |