| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
The admin panel headers are white by default, making them almost
unreadable on the light background used in the Airy theme. Make the
headers dark, like text elsewhere in the theme.
|
|
|
|
|
|
|
| |
Make the batchaddmedia command look for a 'collection-slug' column, that
for each row may specify the slug of a collection that the media should
be added to. This matches the '--collection-slug' argument of the
addmedia command.
|
|
|
|
|
|
|
| |
Prior to this commit, using a Unicode character in a configuration
string would result in a `UnicodeDecodeError` being raised. Supporting
Unicode characters is especially useful in user-facing configuration
strings, such as `html_title`.
|
|
|
|
|
| |
Remove an unused import and an unused local variable from
batchaddmedia.py.
|
|
|
|
|
|
| |
Commit c0ea2bad changed the expected location column header of csv files
used by the batchaddmedia command from 'media:location' to 'location'.
This change updates the docs to match.
|
|
|
|
| |
This patch logs the remote address when a login attempt fails.
|
| |
|
|
|
|
|
|
|
|
| |
Add a unit test to verify that the change introduced in 07c535c no
longer resulst in a zero divide error when gps data contains no divisor.
This commit includes a test image created by Andrew Browning. Andrew
Browning dedicates this image to the public domain under the CC0 license.
|
|
|
|
|
|
| |
This patch implements the safe_gps_ratio_divide function for gps
direction and altitude values to prevent a zero divide error on
malformed GPS data.
|
|
|
|
|
|
| |
Re-arrange code to check whether a collection has been selected prior
to checking whether an item already exists in the selected collection.
This fixes a regression introduced in 0f3bf8d.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Modify the @get_media_entry_by_id decorator to return media regardless
of processing state. Separately modify all view functions that use the
@get_media_entry_by_id decorator to require that the media be in the
processed state, other than for the media_confirm_delete view. This
allows blog post drafts to be deleted without returning a 404. Further,
it adds the ability to delete unprocessed media in the future, which
would be a nice addition to the user processing panel.
|
|\ |
|
| | |
|
| | |
|
|/
|
|
| |
We dropped mongodb a long time ago
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Also remove kombu from requirements, because celery fetches it anyway
|
| | |
|
|\ \
| |/
|/| |
|
| | |
|
| | |
|
|/
|
|
| |
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.
|