| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This patch applies the atom feed thumbnail changes from 65d8ca7 to user
atom feeds and rearranges the code in both views for better consistency
with PEP8 and with each other. It also fixes a spacing issue with the
feed title on the main page.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge in kesara's changes to fix the media heading overflows on edit
and delete pages for ticket #664.
Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Thanks to Storm_dragon for reporting this typo.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
MapQuest recently disabled free-as-in-beer access to their map tiles, so let's
switch to free-as-in-speech images.
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
|
| | | | | |
|
|\ \ \ \ \ |
|
| | | | | | |
|
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #5468
|
| | | | | |
|
| |/ / /
|/| | |
| | | |
| | | | |
This issue was visible when attempting to view the home page of a MediaGoblin site with more than a single page worth of items, under Python 3.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit dbb86ffbbf25651330266435752a6a0422cfb6e5.
It caused bug 5469
|
|/ / /
| | |
| | |
| | | |
Most probably, they are sqlalchemy's!
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
During our migration to federation some interfaces were changed. We
should not have done that so fast.
Provide a compatibility layer so that old themes work
|
| | | |
|
| | | |
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Loic Dachary <loic@dachary.org>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Thanks mi!
Fixes bug 5399
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Require an active login when accessing the form to change an email
address associated with an account. This prevents a server crash when
a user is assumed to be part of the request.
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| |
| | |
Reformat add_message function calls for consistency and PEP8 line
continuations.
|
| |
| |
| |
| | |
Fixes #5441
|
| |
| |
| |
| | |
* mediagoblin/media_types/blog/views.py: Import WARNING from mediagoblin.messages.
|
| |
| |
| |
| |
| |
| |
| | |
* mediagoblin/tests/test_sql_migrations.py: Import migration.changeset
even in python 3.
(FOUNDATIONS): Removed.
(test_set1_to_set3): Removed foundations checks.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously we assumed we wouldn't run migration tests if we're on
Python 3, but now that we support sqlalchemy-migrate with Python 3,
switch to checking based on "migrate" importability.
* mediagoblin/tests/test_sql_migrations.py: Update test skipping to
rely on "migrate" module presence rather than Python 3 check.
|
| |
| |
| |
| |
| | |
* configure.ac (AC_INIT):
* mediagoblin/_version.py (__version__): Update version to 1.0.dev.
|
| | |
|
| |
| |
| |
| |
| | |
* configure.ac (AC_INIT):
* mediagoblin/_version.py (__version__): Update to 0.9.0.
|
| |
| |
| |
| |
| | |
* mediagoblin/db/migrations.py: Import migrate if available; if not
print a warning.
|
| |
| |
| |
| |
| |
| |
| | |
* mediagoblin/gmg_commands/dbupdate.py (run_foundations):
When adding a plugin's foundations, correctly append both
the name and the foundations in a tuple to the list.
This prevents errors.
|
| |
| |
| |
| | |
* mediagoblin/tests/tools.py (get_app): Add comment
|
| |
| |
| |
| |
| | |
* mediagoblin/init/__init__.py (setup_database): Update to run alembic
migrations, skip the old legacy migrations.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Standard for anything existing before the Alembic move-over, but I
forgot this one.
* mediagoblin/plugins/archivalook/migrations/b10b5f822789_archivalook_plugin_initial_migration.py
(upgrade): Add has_table check, skip if such a table already exists.
|
| |
| |
| |
| |
| | |
* mediagoblin/plugins/archivalook/migrations/b10b5f822789_archivalook_plugin_initial_migration.py:
New file.
|
| |
| |
| |
| |
| | |
* mediagoblin/plugins/openid/migrations/071abb33d1da_openid_plugin_initial_migration.py:
New file.
|
| |
| |
| |
| |
| | |
* mediagoblin/plugins/persona/migrations/c7d4840a5592_persona_plugin_initial_migration.py:
New file.
|