Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate some configuration into DB #36

Open
12 tasks
vphantom opened this issue Feb 12, 2017 · 0 comments
Open
12 tasks

Migrate some configuration into DB #36

vphantom opened this issue Feb 12, 2017 · 0 comments

Comments

@vphantom
Copy link
Owner

vphantom commented Feb 12, 2017

A simple registry table would do the trick, and could be populated at init time with values currently found in the repo's config.ini. Specifically:

  • global.default_lang

  • global.languages

  • global.name

  • global.mail_from

  • global.force_outbox

  • acl.invited_auto_roles

  • acl.registered_auto_roles

  • articles.max_daily_articles

  • articles.max_authors

  • articles.max_keywords

  • reviews.accept_days

  • reviews.deadline_modifier

This would leave only the obligatory database connection to be edited in config.ini and since we're currently only in SQLite, this might mean no editing at all for most installations.

@vphantom vphantom added this to the v1.2.0 Usability Improvements milestone Feb 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant