summaryrefslogtreecommitdiffstats
path: root/modules-available/baseconfig
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-145-41/+36Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-022-8/+8
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [baseconfig] Fix comment typoSimon Rettberg2022-09-131-1/+1
|
* [baseconfig/baseconfig_bwlp] Make preferred sound output free textSimon Rettberg2022-09-132-2/+19
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-1/+1
|
* [locations] Modularize additional column handlingSimon Rettberg2022-03-093-0/+82
| | | | | Additional columns are now added through a hook, moving specialized code where it belongs.
* [baseconfig] Don't reenable shadowed config varSteffen Ritter2021-10-211-0/+5
| | | | Fixes: #3595
* Moderize Database handlingSimon Rettberg2021-05-112-2/+2
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [baseconfig] Fix AIOOB warningSimon Rettberg2021-05-061-1/+1
|
* [baseconfig] Allow disabling override for shadowed fieldsSimon Rettberg2020-02-271-2/+4
|
* [statistics/baseconfig] Redirect to machine details after editingSimon Rettberg2019-12-132-3/+7
|
* [baseconfig] bash escape: Replace \r and \n by spaceSimon Rettberg2019-11-121-1/+1
|
* [baseconfig] Overhaul hook systemSimon Rettberg2019-11-059-253/+396
| | | | | | This enables us to finally properly show the inheritance flow of all the config variables when editing the baseconfig for a certain location or machine.
* [statistics/baseconfig] Allow per-machine configvar overridesSimon Rettberg2019-10-312-13/+13
|
* [baseconfig] Improved verbose output of plain configSimon Rettberg2019-10-301-5/+6
|
* [baseconfig] Remove unused save-on-server featureSimon Rettberg2019-10-301-27/+2Star
|
* [baseconfig] Properly handle recusion for getconfig.inc.php hooksSimon Rettberg2019-10-301-16/+20
|
* [baseconfig_bwlp/baseconfig] Update translationsSimon Rettberg2019-07-112-6/+2Star
|
* [baseconfig] Fix default value display for entries not in DB yetSimon Rettberg2019-04-161-0/+3
|
* [baseconfig] Remove "enabled" checkbox, reset field on override disableSimon Rettberg2019-04-104-61/+30Star
| | | | | Closes #3570 Closes #3569
* [baseconfig] Activate enable/override checkbox when changing a settingSimon Rettberg2019-03-271-30/+37
| | | | | | A common mistake is trying to override a setting for a location, but actually forgetting to check the "override" checkbox. Do this automatically as soon as a field is being changed.
* [baseconfig] Remove bootstrap-switch, use checkboxSimon Rettberg2019-03-272-6/+7
|
* Fix more callsSimon Rettberg2018-04-201-1/+1
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-2/+5
| | | | This is supposed to prevent unneeded js/css from being pulled in
* Update permission translationsSimon Rettberg2018-03-212-0/+8
|
* [baseconfig] Add permissionsSimon Rettberg2018-02-243-18/+43
|
* [exams/roomplanner] Hybrid PVS managers become dedicated in exam modeSimon Rettberg2018-02-081-0/+21
| | | | Hopefully fixes #3066
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-164-6/+15
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* Merge branch 'master' into permission-managerSimon Rettberg2017-12-012-1/+3
|\
| * [baseconfig] Add current unix timestamp to configSimon Rettberg2017-11-271-0/+2
| |
| * [baseconfig] Fix shadow variable handling on unset varsSimon Rettberg2017-11-231-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-211-1/+1
|\| | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css
| * [baseconfig] Don't leak content of overridden vars in api outputSimon Rettberg2017-11-031-1/+1
| |
* | [baseconfig] fixed "discard changes" buttonUdo Walter2017-10-161-1/+2
| |
* | [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵Christian Hofmaier2017-09-293-1/+3
| | | | | | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies
* | [sysconfig][baseconfig] fixed inconsistenciesChristian Hofmaier2017-09-253-12/+19
|/
* [baseconfig] PHP 7 compatSimon Rettberg2017-08-071-1/+1
| | | | Fixes #3181
* [baseconfig] Make ConfigHolder static, change default prio, add getterSimon Rettberg2017-07-111-30/+34
|
* [baseconfig] Add new hook system supporting config prioritiesSimon Rettberg2017-07-101-18/+85
|
* [baseconfig] Display inherited value and source when editing module specific ↵Simon Rettberg2017-04-264-26/+63
| | | | | | | | settings This optionally requires a callback to find the inheritance source in the module in question. The locations module was updated accordingly. This implements #3120
* Move fake pw fields further out of viewSimon Rettberg2016-10-271-2/+2
|
* [baseconfig*] Fix translation hook to only consider the current moduleSimon Rettberg2016-08-291-4/+15
|
* [baseconfig] Make shadow definition a json (sub)object; fix some display errorsSimon Rettberg2016-08-103-36/+63
|
* Add fallback feature to Dictionary functionsSimon Rettberg2016-08-101-1/+1
|
* [baseconfig] More minor fixesSimon Rettberg2016-08-091-5/+6
|
* [baseconfig] Disable selectize.js for shadow feature; set shadow status on loadSimon Rettberg2016-08-081-14/+20
|
* Fixed problems with validation of multilist and multiinput.Christian Klinger2016-08-012-14/+53
|
* [baseconfig] Rework makeInput to prevent generating invalid tag attribsSimon Rettberg2016-07-281-14/+28
|
* refactored makeInput().Christian Klinger2016-07-191-18/+21
|
* use bootstrap-multiselect for multilist and selectize for multiinput.Christian Klinger2016-07-194-6/+84
|