javanna 83fb0a10e5 Scripting: remove support for script.disable_dynamic setting
Now that fine-grained script settings are supported (#10116) we can remove support for the script.disable_dynamic setting.

Same result as `script.disable_dynamic: false` can be obtained as follows:

```
script.inline: on
script.indexed: on
```
An exception is thrown at startup when the old setting is set, so we make sure we tell users they have to change it rather than ignoring the setting.

Closes #10286
2015-03-31 13:24:52 +02:00
..
2015-03-31 09:25:15 +02:00
2014-09-11 09:52:09 +02:00
2014-08-21 10:34:39 +02:00
2015-03-21 10:36:04 +01:00
2014-12-30 17:40:51 +01:00