Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -1/+1 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | index.php: Hacky way of telling the php error handler to skip stack frames | Simon Rettberg | 2018-02-13 | 1 | -0/+9 |
| | | | | | | | This can be used to show more meaningful error messages in debug mode at the bottom of the page. Prefix the error message with [skip:N] where N is the number of stack frames to skip when printing the error message. The php error log will still receive the complete stack trace. | ||||
* | [inc/Database] Add profiling info (timing, query count) | Simon Rettberg | 2018-01-04 | 1 | -0/+9 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+1 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | Allow page modules with digits in name | Simon Rettberg | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | [webinterface] Log user out when disabling HTTPS to prevent lockout | Simon Rettberg | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | [webinterface] Add separate option to enable HSTS | Simon Rettberg | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Relax anti-caching headers a bit | Simon Rettberg | 2017-04-27 | 1 | -3/+1 |
| | |||||
* | Add param to disable HSTS, set headers to prevent caching | Simon Rettberg | 2017-03-29 | 1 | -0/+13 |
| | |||||
* | Use gzip output handler for AJAX too | Simon Rettberg | 2016-09-07 | 1 | -0/+1 |
| | |||||
* | [Render] Add 'ovverride' to setTitle, so it's possible to set the title only ↵ | Simon Rettberg | 2016-09-07 | 1 | -1/+1 |
| | | | | if none was set before | ||||
* | MORE WMORK | Simon Rettberg | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Still working in modularization cleanup and refinement | Simon Rettberg | 2016-05-11 | 1 | -16/+68 |
| | |||||
* | Migrated messages to modules | Simon Rettberg | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | Translating module strings and custom sections works | Simon Rettberg | 2016-05-10 | 1 | -5/+0 |
| | |||||
* | More Progress; Merged changes from ufpr up to ↵ | Simon Rettberg | 2016-04-29 | 1 | -0/+4 |
| | | | | 775cdbd29f5d0f70946d1d5ff09c091e6189c9e9 | ||||
* | Implemented new menu, added logic for defining dependencies, move ↵ | Simon Rettberg | 2016-04-28 | 1 | -24/+27 |
| | | | | translation files around | ||||
* | [merge] merging c3sl / fr - initial commit | Jonathan Bauer | 2016-04-01 | 1 | -5/+8 |
| | |||||
* | Various fixes | Simon Rettberg | 2015-02-24 | 1 | -3/+1 |
| | |||||
* | config module structure completed. Many other fixes. Hidden pw field support. | Simon Rettberg | 2015-01-20 | 1 | -0/+5 |
| | |||||
* | Added proxy server settings | Simon Rettberg | 2014-11-18 | 1 | -0/+8 |
| | |||||
* | No reason to put a container into a container everywhere | Simon Rettberg | 2014-10-27 | 1 | -2/+0 |
| | |||||
* | Show notice in menu bar if setup is incomplete | Simon Rettberg | 2014-10-16 | 1 | -1/+2 |
| | |||||
* | Big load of changes | Simon Rettberg | 2014-10-09 | 1 | -15/+7 |
| | | | | | | | | | | | - Added callback functionality for taskmanager tasks. You can launch a task and define a callback function to be run when the task finished. This requires activating the cronjob - Added cron functionality: Add cronjob that calls the cron api every 5 minutes to use it. (See cron.inc.php) - Added eventlog - Added missing translations - Merged main-menu-login and main-menu-logout | ||||
* | Added eventlog class, improved db-update machanism. | Simon Rettberg | 2014-09-15 | 1 | -2/+4 |
| | | | | A warning will be shown in the main menu bar if the database schema needs to be updated. | ||||
* | Add CONFIG_FOOTER option; if set, it will be appended to the bottom of the ↵ | Simon Rettberg | 2014-09-03 | 1 | -0/+4 |
| | | | | page, via templates/footer.html | ||||
* | [i18n] Language handling is now completely dynamic, no more hardcoded de,en,pt | Simon Rettberg | 2014-09-02 | 1 | -1/+3 |
| | |||||
* | Some sanity checks; start making detection of available languages dynamic; ↵ | Simon Rettberg | 2014-08-07 | 1 | -8/+10 |
| | | | | put dictionary class in inc/; make redirection on language change work if browser doesn't send referer information | ||||
* | [i18n] Added administration interface for the i18n system | raul | 2014-07-15 | 1 | -2/+2 |
| | |||||
* | [i18n] reorganized the internationalization system | raul | 2014-07-11 | 1 | -1/+2 |
| | |||||
* | [i18n]creation of the lang folder | raul | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | [i18n] implemented translator logic | raul | 2014-07-11 | 1 | -2/+7 |
| | |||||
* | [i18n] add i18n support, WIP | raul | 2014-07-11 | 1 | -0/+3 |
| | |||||
* | Some minor html fixes/improvements | Simon Rettberg | 2014-06-23 | 1 | -0/+2 |
| | |||||
* | Handle message rendering a bit different if running in AJAX mode | Simon Rettberg | 2014-06-05 | 1 | -13/+46 |
| | |||||
* | WIP | Simon Rettberg | 2014-05-26 | 1 | -0/+2 |
| | |||||
* | OO style modules | Simon Rettberg | 2014-05-19 | 1 | -24/+61 |
| | |||||
* | Working on config.tgz composition through config modules | Simon Rettberg | 2014-05-15 | 1 | -17/+21 |
| | |||||
* | Comments, minor refactoring, possiblity to validate configuration parameters | Simon Rettberg | 2013-10-31 | 1 | -0/+15 |
| | |||||
* | First version of basic minilinux configuration | Simon Rettberg | 2013-10-29 | 1 | -0/+1 |
| | |||||
* | DB-Support, add user functionality | Simon Rettberg | 2013-10-28 | 1 | -0/+1 |
| | |||||
* | Day 3 | Simon Rettberg | 2013-10-17 | 1 | -0/+3 |
| | |||||
* | New stuff | Simon Rettberg | 2013-10-16 | 1 | -6/+22 |
| | |||||
* | Add simple menu bar | Simon Rettberg | 2013-10-15 | 1 | -0/+2 |
| | |||||
* | Initial commit | Simon Rettberg | 2013-10-15 | 1 | -0/+14 |