summaryrefslogtreecommitdiffstats
path: root/modules-available/baseconfig/inc
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-144-33/+30Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-3/+4
| | | | 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-131-0/+2
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-1/+1
|
* 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] Fix AIOOB warningSimon Rettberg2021-05-061-1/+1
|
* [baseconfig] bash escape: Replace \r and \n by spaceSimon Rettberg2019-11-121-1/+1
|
* [baseconfig] Overhaul hook systemSimon Rettberg2019-11-052-0/+285
| | | | | | 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-1/+1
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-162-4/+10
| | | | | 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] PHP 7 compatSimon Rettberg2017-08-071-1/+1
| | | | Fixes #3181
* [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-101-0/+22
|
* Fixed problems with validation of multilist and multiinput.Christian Klinger2016-08-011-4/+13
|
* use bootstrap-multiselect for multilist and selectize for multiinput.Christian Klinger2016-07-191-0/+12
|
* Move Validator include to basconfig moduleSimon Rettberg2016-05-191-0/+85
|
* Modularized baseconfig fetching (api)Simon Rettberg2016-05-171-5/+13
|
* Get baseconfig ready for modularizationSimon Rettberg2016-05-131-0/+42