log core/configmanager.lua @ 9598:dcd85bc34d21

age author description
Mon, 03 Sep 2018 17:45:30 +0100 Matthew Wild configmanager: Allow referencing environment variables in the config as as ENV_<name>
Sun, 25 Mar 2018 17:02:00 +0200 Kim Alvefur configmanager: Move firing of the 'config-reloaded' event into util.startup (fixes #1117)
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Sun, 28 May 2017 23:40:26 +0200 Kim Alvefur configmanager: Remove unused local [luacheck]
Sat, 27 May 2017 15:32:28 +0100 Emmanuel Gil Peyrot configmanager: Remove support for multiple parsers, fixes #852.
Sat, 04 Mar 2017 17:49:48 +0100 Kim Alvefur core: Split some very long lines [luacheck]
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Mon, 18 May 2015 19:07:31 +0100 Matthew Wild configmanager: Refactor function to avoid re-declaring local variable [luacheck]
Mon, 18 May 2015 19:07:06 +0100 Matthew Wild configmanager: Rename unused function arguments [luacheck]
Mon, 18 May 2015 19:06:34 +0100 Matthew Wild configmanager: Rename variable to avoid name conflicts [luacheck]
Mon, 18 May 2015 19:05:26 +0100 Matthew Wild configmanager: Rename unused function argument [luacheck]
Mon, 18 May 2015 19:05:08 +0100 Matthew Wild configmanager: Remove unnecessary function localizations [luacheck]
Mon, 18 May 2015 19:04:37 +0100 Matthew Wild configmanager: Rename variable to avoid name conflict [luacheck]
Mon, 18 May 2015 19:03:07 +0100 Matthew Wild configmanager: Rename variable to avoid name conflict [luacheck]
Thu, 31 Jul 2014 07:11:54 +0100 Matthew Wild Merge 0.9->0.10