Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -2/+5 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [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 |
| | | | | | Hides all the ugly message[]= entries from the URL string, so copy/paste won't show the message out of context again | ||||
* | Add support to declare multiple css/js per module with loading condition: | Simon Rettberg | 2017-05-10 | 1 | -6/+8 |
| | | | | | | | | | A css/js can be declared to only load if the module in question is the page module being rendered, or to always be loaded even if the module is just a dependency. The second case is useful for plugin type modules. See one of the config.json files updated in this commit on how to specify css/js to load. true = always load, false = only if page module. | ||||
* | [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 |
| | | | | if none was set before | ||||
* | [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 ↵ | Simon Rettberg | 2016-04-29 | 1 | -16/+27 |
| | | | | 775cdbd29f5d0f70946d1d5ff09c091e6189c9e9 | ||||
* | Implemented new menu, added logic for defining dependencies, move ↵ | Simon Rettberg | 2016-04-28 | 1 | -49/+7 |
| | | | | translation files around | ||||
* | [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 |
| | | | | to Render class | ||||
* | Add token in Render class, instead of passing it to its methods explicitly ↵ | Simon Rettberg | 2014-06-04 | 1 | -13/+22 |
| | | | | all over the place | ||||
* | 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 |
| | | | | More work on AD wizard | ||||
* | 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 |