summaryrefslogtreecommitdiffstats
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* Lots of small bugfixes, proxy config WIP, https config WIP, translation updat...Simon Rettberg2014-11-265-25/+30
* Several minor fixesSimon Rettberg2014-11-192-4/+4
* Added proxy server settingsSimon Rettberg2014-11-183-18/+116
* Update AD proxy module generation, add config backupSimon Rettberg2014-10-271-0/+4
* Add SLX_BENCHMARK_VM to settingsSimon Rettberg2014-10-211-0/+7
* Show notice in menu bar if setup is incompleteSimon Rettberg2014-10-161-0/+10
* Avoid ID 0 for cat_settings pkSimon Rettberg2014-10-161-3/+3
* Don't use EventLog during update if db is too oldSimon Rettberg2014-10-161-1/+1
* Big load of changesSimon Rettberg2014-10-0912-88/+362
* Minor fixes and improvementsSimon Rettberg2014-10-061-12/+5Star
* Use eventlog in init and update API, populate database with default values on...Simon Rettberg2014-10-062-5/+157
* use eventlog when creating users; show info on main page if no user was creat...Simon Rettberg2014-10-061-4/+19
* Implement force utf8 option for mysql dbSimon Rettberg2014-10-061-1/+4
* Support list type for configuration variableSimon Rettberg2014-10-061-0/+15
* Fix up_json_encode being retarded by not escaping quotes by defaultSimon Rettberg2014-10-061-1/+1
* Added eventlog class, improved db-update machanism.Simon Rettberg2014-09-153-0/+34
* [i18n] Language handling is now completely dynamic, no more hardcoded de,en,ptSimon Rettberg2014-09-022-26/+26
* [Render] Show untranslated tags in rendered outputSimon Rettberg2014-09-021-1/+17
* [i18n] Moved all texts from cat_setting and setting to json filesSimon Rettberg2014-08-181-10/+18
* [i18n] Fix loading of messagesSimon Rettberg2014-08-181-1/+1
* Find messages and hardcoded-messages in php files, fix editing of messagesSimon Rettberg2014-08-152-17/+21
* [i18n] Sanity checks, introduced subdir for template language filesSimon Rettberg2014-08-142-4/+32
* Don't bail out if a json file doesn't exist for a given lang+templateSimon Rettberg2014-08-131-3/+3
* Fix up_json_encode to actually work properly on assoc arraysSimon Rettberg2014-08-131-7/+12
* Merge branch 'i18n' of https://gitlab.c3sl.ufpr.br/cdn/slx-admin into i18nSimon Rettberg2014-08-122-1/+174
|\
* | Some sanity checks; start making detection of available languages dynamic; pu...Simon Rettberg2014-08-071-0/+82
|/
* [i18n] reorganized the internationalization systemraul2014-07-111-1/+0Star
* [i18n]separated jsons by template, and finished other php detailsraul2014-07-111-1/+2
* [i18n]creation of the lang folderraul2014-07-111-39/+1Star
* [i18n] implemented translator logicraul2014-07-111-1/+2
* Cleanup and minor fixSimon Rettberg2014-06-271-1/+1
* New SysConfig module for adding a logoSimon Rettberg2014-06-273-85/+141
* Added doxygen comments to Taskmanager classSimon Rettberg2014-06-231-7/+56
* Rebuild AD config modules if server IP changed...Simon Rettberg2014-06-232-5/+40
* Some minor html fixes/improvementsSimon Rettberg2014-06-231-1/+0Star
* Try to autpmatically detect server ip on init-apiSimon Rettberg2014-06-232-27/+93
* Get rid of pxe menu ip tracking, not needed in the futureSimon Rettberg2014-06-231-20/+0Star
* minorJonathan Bauer2014-06-231-1/+1
* Fix automatic error messages when Taskmanager::submit failsSimon Rettberg2014-06-121-1/+1
* 1) Improve Taskmanager error handling 2) add uptime display to status page, f...Simon Rettberg2014-06-111-16/+5Star
* Minor bug fixes and removal of dead codeSimon Rettberg2014-06-112-2/+2
* Reboot functionality on system status pageSimon Rettberg2014-06-065-6/+11
* Variable timeout for Taskmanager::waitCompleteSimon Rettberg2014-06-061-3/+3
* news page now lists old news. Make use of actions.Jonathan Bauer2014-06-061-1/+2
* Started "System Status" pageSimon Rettberg2014-06-052-5/+48
* Add functions to add script includes to the beginning or end of the document ...Simon Rettberg2014-06-051-1/+33
* Merge branch 'master' of dnbd3:openslx-ng/slx-adminSimon Rettberg2014-06-051-1/+3
|\
| * fix news dateJonathan Bauer2014-06-051-1/+3
* | Handle message rendering a bit different if running in AJAX modeSimon Rettberg2014-06-051-0/+13
|/
* Add token in Render class, instead of passing it to its methods explicitly al...Simon Rettberg2014-06-042-15/+23