Mike Fährmann 6f30cf4c64
change keyword names to valid Python identifiers
This commit mostly replaces all minus-signs ('-') in keyword names with
underscores ('_') to allow them to be used in filter-expressions. For
example 'gallery-id' got renamed to 'gallery_id'.

(It is theoretically possible to access any variable, regardless of its
name, with 'locals()["NAME"]', but that seems a bit too convoluted if
just 'NAME' could be enough)
2017-09-10 22:20:47 +02:00
..
2017-08-18 19:54:07 +02:00
2017-03-03 15:50:10 +01:00
2017-08-02 21:06:49 +02:00
2017-06-02 09:10:58 +02:00
2017-07-15 14:51:58 +02:00
2017-08-21 18:29:50 +02:00
2017-08-05 16:11:46 +02:00
2017-09-09 15:19:18 +02:00
2017-08-18 19:54:07 +02:00
2017-07-08 17:16:41 +02:00
2017-06-28 09:42:49 +02:00
2017-05-19 14:04:52 +02:00