| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | |/
| |/| |
|
|/ /
| |
| |
| | |
It's bad to mix them
|
| |
| |
| |
| |
| | |
I think it was supposed to be used in blogs, but we never got there.
So lets just drop it from requirements in bower.json.
|
| | |
|
| |
| |
| |
| | |
More attempts to make mg acessible
|
| |
| |
| |
| | |
I hope this helps a bit with mediagoblin accessibility
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
After alembic updates we need to add foundations. The tables to add
foundations to are created as part of dbupdate process. For some reason
Alembic doesn't commit a session in the end. Because the session is not
commited, the tables do not really get created. And because of that,
foundations fail.
The solution is to commit the session after alembic updates.
|
| |
| |
| |
| |
| |
| | |
In https://bitbucket.org/zzzeek/alembic/issues/419/ we were suggested
use connection instead of engine. This should fix an issue reported
via ml.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This simple fix allows unicode strings in the atom feed thumb and
description fields by forcing the entire atom content string to
unicode.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The width of all the input fields in user profile edit
form (also forms which wtforms render div function) is 100%
Fixes #996
Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com>
|
| |
| |
| |
| | |
Fixes issue #776
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
mediagoblin/submit/lib.py -- happened because of creator->actor
change
Fixes issue #915
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There was an extra space that was displayed after
the verfication code which caused verification to
fail when just copied. Hence, any line breaks or
spaces has been removed
Fixes #5476
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Stop reloading the page when a comment is posted which helps
in not stopping the media being played (for example, a song)
Fixes https://issues.mediagoblin.org/ticket/868
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This patch is based on work by cmichi to add a template hook near the
media title section of the page. I rearranged the code in the original
patch to match the current media.html page.
|
|\ \ \
| | | |
| | | |
| | | | |
Thanks to teraflops for this contribution.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Fixes #5490
|
| | | | |
|
|\ \ \ \ |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | | |
The changes applied in 7ee8e6b were written by kesara.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Some users report that even with version <4.0 specified in setup.py,
the 4.0-rc builds of kombu and celery were still being downloaded.
This patch uses a different version syntax as suggested in a Stack
Overflow thread.
https://stackoverflow.com/a/14405269
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit dbb86ffbbf25651330266435752a6a0422cfb6e5.
It caused bug 5469
|
| | | |
| | | |
| | | |
| | | | |
Most probably, they are sqlalchemy's!
|