Roundup Tracker - Issues

Message6490

Author rouilj
Recipients ber, rouilj, tekberg, tmikk
Date 2019-06-01.13:18:25
Message-id <1559395106.15.0.495825600022.issue2551029@roundup.psfhosted.org>
In-reply-to
Looking at Tom's comment made me realize that classic/minimal templates 
never had config.ini. I was unable to reproduce crash using those 
templates.

I concluded the right thing was to delete config.ini from the 
templates.

This has been done on both 1.6_maint and trunk.

In addition on trunk, I enhanced the config code to validate
the value for the backend setting against available backends.

So backend = foo doesn't crash but emits and error. Similarly
backend = postgres will emit an error if postgres isn't available.

The comment for the keyword lists available backends.
The rdbms section comment now says that the backend setting is
used by other backends (e.g. if set to anydbm or a future mongodb).
History
Date User Action Args
2019-06-01 13:18:26rouiljsetmessageid: <1559395106.15.0.495825600022.issue2551029@roundup.psfhosted.org>
2019-06-01 13:18:26rouiljsetrecipients: + rouilj, ber, tmikk, tekberg
2019-06-01 13:18:26rouiljlinkissue2551029 messages
2019-06-01 13:18:25rouiljcreate