summaryrefslogtreecommitdiffstats
path: root/modules-available/baseconfig/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-8/+6Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-5/+4Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [baseconfig/baseconfig_bwlp] Make preferred sound output free textSimon Rettberg2022-09-131-2/+17
|
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * 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] Allow disabling override for shadowed fieldsSimon Rettberg2020-02-271-2/+4
|
* [statistics/baseconfig] Redirect to machine details after editingSimon Rettberg2019-12-131-3/+4
|
* [baseconfig] Overhaul hook systemSimon Rettberg2019-11-051-36/+31Star
| | | | | | 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-311-12/+12
|
* [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-101-26/+6Star
| | | | | Closes #3570 Closes #3569
* [baseconfig] Remove bootstrap-switch, use checkboxSimon Rettberg2019-03-271-1/+0Star
|
* [baseconfig] Add permissionsSimon Rettberg2018-02-241-14/+28
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-1/+4
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [baseconfig] Fix shadow variable handling on unset varsSimon Rettberg2017-11-231-1/+1
|
* [baseconfig] Display inherited value and source when editing module specific ↵Simon Rettberg2017-04-261-18/+47
| | | | | | | | 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
* [baseconfig] Make shadow definition a json (sub)object; fix some display errorsSimon Rettberg2016-08-101-18/+23
|
* Add fallback feature to Dictionary functionsSimon Rettberg2016-08-101-1/+1
|
* [baseconfig] More minor fixesSimon Rettberg2016-08-091-5/+6
|
* Fixed problems with validation of multilist and multiinput.Christian Klinger2016-08-011-10/+40
|
* [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-191-5/+22
|
* [baseconfig] Use bootstap-switch for checkboxesSimon Rettberg2016-06-141-0/+1
|
* [baseconfig] Reimplement toggle/enabled switch from UFPR, sort properly, ↵Simon Rettberg2016-06-141-27/+58
| | | | make download button honor current module/location
* work work work work workSimon Rettberg2016-05-191-0/+1
|
* Modularized baseconfig fetching (api)Simon Rettberg2016-05-171-12/+15
|
* Get baseconfig ready for modularizationSimon Rettberg2016-05-131-61/+168
|
* Migrated messages to modulesSimon Rettberg2016-05-101-2/+2
|
* Translating module strings and custom sections worksSimon Rettberg2016-05-101-2/+2
|
* WIPSimon Rettberg2016-05-031-0/+129