summaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* [main] Incorporate taskmanager callbacks into slx-fixes.jsSimon Rettberg2019-04-011-2/+0Star
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-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 framesSimon Rettberg2018-02-131-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 Rettberg2018-01-041-0/+9
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-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 nameSimon Rettberg2017-10-061-1/+1
|
* [webinterface] Log user out when disabling HTTPS to prevent lockoutSimon Rettberg2017-05-051-1/+1
|
* [webinterface] Add separate option to enable HSTSSimon Rettberg2017-05-041-1/+1
|
* Relax anti-caching headers a bitSimon Rettberg2017-04-271-3/+1Star
|
* Add param to disable HSTS, set headers to prevent cachingSimon Rettberg2017-03-291-0/+13
|
* Use gzip output handler for AJAX tooSimon Rettberg2016-09-071-0/+1
|
* [Render] Add 'ovverride' to setTitle, so it's possible to set the title only ↵Simon Rettberg2016-09-071-1/+1
| | | | if none was set before
* MORE WMORKSimon Rettberg2016-05-181-1/+1
|
* Still working in modularization cleanup and refinementSimon Rettberg2016-05-111-16/+68
|
* Migrated messages to modulesSimon Rettberg2016-05-101-1/+1
|
* Translating module strings and custom sections worksSimon Rettberg2016-05-101-5/+0Star
|
* More Progress; Merged changes from ufpr up to ↵Simon Rettberg2016-04-291-0/+4
| | | | 775cdbd29f5d0f70946d1d5ff09c091e6189c9e9
* Implemented new menu, added logic for defining dependencies, move ↵Simon Rettberg2016-04-281-24/+27
| | | | translation files around
* [merge] merging c3sl / fr - initial commitJonathan Bauer2016-04-011-5/+8
|
* Various fixesSimon Rettberg2015-02-241-3/+1Star
|
* config module structure completed. Many other fixes. Hidden pw field support.Simon Rettberg2015-01-201-0/+5
|
* Added proxy server settingsSimon Rettberg2014-11-181-0/+8
|
* No reason to put a container into a container everywhereSimon Rettberg2014-10-271-2/+0Star
|
* Show notice in menu bar if setup is incompleteSimon Rettberg2014-10-161-1/+2
|
* Big load of changesSimon Rettberg2014-10-091-15/+7Star
| | | | | | | | | | | - 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 Rettberg2014-09-151-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 Rettberg2014-09-031-0/+4
| | | | page, via templates/footer.html
* [i18n] Language handling is now completely dynamic, no more hardcoded de,en,ptSimon Rettberg2014-09-021-1/+3
|
* Some sanity checks; start making detection of available languages dynamic; ↵Simon Rettberg2014-08-071-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 systemraul2014-07-151-2/+2
|
* [i18n] reorganized the internationalization systemraul2014-07-111-1/+2
|
* [i18n]creation of the lang folderraul2014-07-111-1/+1
|
* [i18n] implemented translator logicraul2014-07-111-2/+7
|
* [i18n] add i18n support, WIPraul2014-07-111-0/+3
|
* Some minor html fixes/improvementsSimon Rettberg2014-06-231-0/+2
|
* Handle message rendering a bit different if running in AJAX modeSimon Rettberg2014-06-051-13/+46
|
* WIPSimon Rettberg2014-05-261-0/+2
|
* OO style modulesSimon Rettberg2014-05-191-24/+61
|
* Working on config.tgz composition through config modulesSimon Rettberg2014-05-151-17/+21
|
* Comments, minor refactoring, possiblity to validate configuration parametersSimon Rettberg2013-10-311-0/+15
|
* First version of basic minilinux configurationSimon Rettberg2013-10-291-0/+1
|
* DB-Support, add user functionalitySimon Rettberg2013-10-281-0/+1
|
* Day 3Simon Rettberg2013-10-171-0/+3
|
* New stuffSimon Rettberg2013-10-161-6/+22
|
* Add simple menu barSimon Rettberg2013-10-151-0/+2
|
* Initial commitSimon Rettberg2013-10-151-0/+14