summaryrefslogtreecommitdiffstats
path: root/inc/render.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [inc/Render] Remove legacy functionsSimon Rettberg2019-07-161-20/+0Star
|
* [inc/Render] Add lang property to html tagSimon Rettberg2019-07-111-1/+1
|
* [main] Make product name configurableSimon Rettberg2019-03-051-3/+3
|
* [inc/Render] new optional argument to change rendered languageChristian Hofmaier2019-01-221-2/+2
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-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 Rettberg2017-12-161-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 Rettberg2017-12-041-3/+3
|
* [js] Move all our fixes into one file, add browser history/URL fix for messagesSimon Rettberg2017-11-291-3/+2Star
| | | | | 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 Rettberg2017-05-101-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 bitSimon Rettberg2017-05-101-2/+21
|
* [webinterface] Allow customizing page title prefix and logo bgcolorSimon Rettberg2017-05-091-1/+18
|
* [render.inc] Add collapse.jsSimon Rettberg2017-01-181-0/+1
|
* [Render] Add 'ovverride' to setTitle, so it's possible to set the title only ↵Simon Rettberg2016-09-071-1/+3
| | | | if none was set before
* [render] Restore debug template generationSimon Rettberg2016-08-161-3/+0Star
|
* added i18n for summernote.Christian Klinger2016-06-241-0/+1
|
* [render/modules] Include scripts/css in order according to dependenciesSimon Rettberg2016-06-171-1/+1
|
* MORE WMORKSimon Rettberg2016-05-181-16/+23
|
* Still working in modularization cleanup and refinementSimon Rettberg2016-05-111-21/+31
|
* Translating module strings and custom sections worksSimon Rettberg2016-05-101-1/+1
|
* Work on translations: templates and messages workSimon Rettberg2016-05-041-5/+2Star
|
* More Progress; Merged changes from ufpr up to ↵Simon Rettberg2016-04-291-16/+27
| | | | 775cdbd29f5d0f70946d1d5ff09c091e6189c9e9
* Implemented new menu, added logic for defining dependencies, move ↵Simon Rettberg2016-04-281-49/+7Star
| | | | translation files around
* [merge] merging c3sl / fr - initial commitJonathan Bauer2016-04-011-10/+76
|
* Show missing template names with all params passedSimon Rettberg2015-11-301-4/+5
|
* config module structure completed. Many other fixes. Hidden pw field support.Simon Rettberg2015-01-201-2/+3
|
* Add option to hide or show password fieldsSimon Rettberg2014-12-051-1/+3
|
* [Render] Show untranslated tags in rendered outputSimon Rettberg2014-09-021-1/+17
|
* [i18n] reorganized the internationalization systemraul2014-07-111-1/+0Star
|
* [i18n]separated jsons by template, and finished other php detailsraul2014-07-111-1/+2
|
* [i18n] implemented translator logicraul2014-07-111-1/+2
|
* Some minor html fixes/improvementsSimon Rettberg2014-06-231-1/+0Star
|
* Minor bug fixes and removal of dead codeSimon Rettberg2014-06-111-1/+1
|
* Reboot functionality on system status pageSimon Rettberg2014-06-061-1/+1
|
* Add functions to add script includes to the beginning or end of the document ↵Simon Rettberg2014-06-051-1/+33
| | | | to Render class
* Add token in Render class, instead of passing it to its methods explicitly ↵Simon Rettberg2014-06-041-13/+22
| | | | all over the place
* Check if HTTP_ACCEPT_ENCODING is set in $_SERVER before accessing itSimon Rettberg2014-06-041-1/+1
|
* WIPSimon Rettberg2014-05-261-1/+0Star
|
* JS Stuff for Taskmanager interactionSimon Rettberg2014-05-201-2/+6
| | | | More work on AD wizard
* Working on config.tgz composition through config modulesSimon Rettberg2014-05-151-0/+18
|
* Add pagination to syslog, change filter inputbox to use tagsinputSimon Rettberg2014-01-091-0/+2
|
* Add gzip compression to outputSimon Rettberg2013-11-271-0/+10
|
* Working on download of remote configsSimon Rettberg2013-11-051-1/+2
|
* New stuffSimon Rettberg2013-10-161-2/+20
|
* Add simple menu barSimon Rettberg2013-10-151-0/+1
|
* Initial commitSimon Rettberg2013-10-151-0/+124