Custom Query (1173 matches)
Results (112 - 114 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#159 | fixed | After verifying email; the link to view user gallery doesn't work | ||
Description |
It's actually bare. Why? Because ``verify_email`` that calls ``templates/mediagoblin/user_pages/user.html`` doesn't set ``user_gallery_url``. Instead of toying with the ``verify_email`` view, I rather made the user model be able to make its own URL, using the urlgen method other stuff use. It's pretty verbose, but I guess that's because we don't want to import urlgen in the model? Not beautiful, but now the user.html template will work in from any view that gives it the user object. Obviously, one could also just add ``user_gallery_url`` to ``verify_email``, but that doesn't really seem right. Shouldn't need to toss around such easy derived information. |
|||
#496 | fixed | Airy theme needs a fitting feed (Atom/RSS) icon | ||
Description |
The current icon appears white on less white. |
|||
#5424 | fixed | Alembic migrations with plugins | ||
Description |
Currently plugins still use sqlalchemy-migrate. In order for our move to Alembic to be complete, and to remove sqlalchemy-migrate support, we need to figure out how to do migrations for plugins with Alembic. I've been told that branching from multiple bases is the right route to go, but someone needs to research it further. |