Custom Query (1174 matches)
Results (166 - 168 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5395 | fixed | Look into why session is not used on AlembicMigrationManager | ||
| Description |
I noticed when debugging #5391 that migrations were forced to use SQLite which was defined in alembic.ini. I've pushed a fix for this which sets that option based on mediagoblin.ini however we shouldn't need to do this. We're providing a session on the manager which seems to be completely ignored, this leads to misleading code. We need to decide between these two options:
The way the code looks having a database connection we've setup but (seemingly) not using it is misleading and probably why it wasn't spotted earlier. |
|||
| #5394 | fixed | Wrong url for forgot_password in basic_auth plugin | ||
| Description |
The endpoint used here does not exist and should surely be mediagoblin.plugins.basic_auth.forgot_password instead. |
|||
| #5393 | fixed | Corrections to Site Administrator’s Guide | ||
| Description |
On https://mediagoblin.readthedocs.org/en/stable/siteadmin/deploying.html,
|
|||
