realms-wiki/realms
Lars Immisch 644929c4c8 Subtle bug in parameter handling
The parameter names must not be converted to upper case before calling
context.invoke, because that works with the lowercase names.

Before this bugfix,, we had kw like this in the various setup_* functions:
{'DB_URI': 'sqlite:////tmp/wiki.db', 'db_uri': 'sqlite:////real/path.db'}
and whichever won was pretty much random (dict sort order)
2015-09-24 21:49:18 +02:00
..
config Disable sendfile when running dev from vagrant. 2015-08-30 19:17:51 -05:00
lib Fix gravatar URL and one possible redirect loop 2015-09-22 13:33:26 +02:00
modules Fix gravatar URL and one possible redirect loop 2015-09-22 13:33:26 +02:00
static Disable sendfile when running dev from vagrant. 2015-08-30 19:17:51 -05:00
templates remove collaboration button if it's disabled 2015-07-15 09:06:39 -05:00
__init__.py use app context aware cli, fixes #65 2015-07-22 12:01:59 -05:00
commands.py Subtle bug in parameter handling 2015-09-24 21:49:18 +02:00
version.py version bump 2015-08-30 19:37:00 -05:00