Andrew Browning
ec9a93fef0
Add space between words in blog message
2017-06-06 16:51:05 -04:00
Andrew Browning
0cf78df85f
Add register_captcha template hook
2017-06-06 01:26:09 -04:00
vijeth-aradhya
c62181f4bc
Add workflow method to other media ProcessingManagers
...
Add workflow method to all the media types other than video.
Calls the old celery task as it is.
2017-06-05 02:11:56 +05:30
vijeth-aradhya
81c59ef06b
Add workflow method to VideoProcessingManager
...
This commit makes sure the old celery call works perfectly
when workflow method is introduced.
2017-06-05 01:58:00 +05:30
vijeth-aradhya
d3390c4391
Add workflow method to ProcessingManager
...
This method just raises NotImplementedError if the specific
media processing manager does not have a workflow method.
2017-06-04 23:48:08 +05:30
vijeth-aradhya
2963b0a182
media_types/video/processing.py: Move store_metadata
...
Move store_metadata to self.common_setup() so that it's easy
to parallelize self.transcode() later.
2017-06-02 01:55:42 +05:30
vijeth-aradhya
f7e1bfea7a
media_types/video/util.py: Add accepted resolutions
...
Add dict consisting of all the accepted resolutions with
their dimensions. This should be eventually moved to config
where the instance owner can modify it.
2017-05-31 01:21:34 +05:30
Boris Bobrov
683c9cc66c
Change all tabs to spaces in js file
...
It's bad to mix them
2017-05-23 11:28:08 +03:00
Boris Bobrov
daecc3e183
Change aria-text when state changes
2017-04-03 01:52:14 +03:00
Boris Bobrov
697e6c5cbc
Make play button a button instead of div
...
More attempts to make mg acessible
2017-04-03 00:23:24 +03:00
Boris Bobrov
7bf8f03f64
Add aria attributes to audio player
...
I hope this helps a bit with mediagoblin accessibility
2017-04-02 23:25:56 +03:00
Boris Bobrov
638ea75648
Move audio html out of js
2017-04-02 20:50:33 +03:00
Boris Bobrov
a5dae0dbc2
Commit session after alembic updates have finished
...
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.
2017-04-01 21:07:01 +03:00
Boris Bobrov
3bad5310f6
Pass connection to EnvironmentContext.configure
...
In https://bitbucket.org/zzzeek/alembic/issues/419/ we were suggested
use connection instead of engine. This should fix an issue reported
via ml.
2017-03-04 10:58:48 +03:00
Andrew Browning
2d0870e061
Fix trivial spelling and spacing error in cli help
2017-03-01 01:34:04 -05:00
Andrew Browning
741c25fd67
Fix #5500 UnicodeEncodeError in atom feed
...
This simple fix allows unicode strings in the atom feed thumb and
description fields by forcing the entire atom content string to
unicode.
2017-02-14 01:03:25 -05:00
vijeth-aradhya
96f66a5fd4
edit_profile.html: Consistency in the width of input fields
...
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>
2017-02-14 00:23:58 -05:00
Boris Bobrov
df2de8e2d1
Headers for collection items
...
Fixes issue #776
2017-01-29 19:29:39 +03:00
Boris Bobrov
f86dafe2a0
Merge remote-tracking branch 'spechards-mediagoblin/master'
...
Conflicts:
mediagoblin/submit/lib.py -- happened because of creator->actor
change
Fixes issue #915
2017-01-29 19:09:06 +03:00
vijeth-aradhya
d26ea3f3bc
oob.html: Removed line breaks around the verifier code
...
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
2017-01-29 17:32:46 +03:00
vijeth-aradhya
c427278e50
post_comment.js, media.html: Add AJAX for posting comments
...
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
2017-01-29 16:52:26 +03:00
Andrew Browning
be44e00626
Fix #5484 - Add video icon to collection thumbnail
2017-01-16 00:25:46 -05:00
ayleph
2baad0435e
Add media_titleinfo template hook
...
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.
2017-01-15 20:50:34 -05:00
Ben Sturmfels
9924900d70
Merge branch '975-spanish-translation', fixes #975 .
...
Thanks to teraflops for this contribution.
2016-11-14 12:46:46 +11:00
Ben Sturmfels
8c1728eaee
Merge branch 'thumbnail', fixes #592 .
2016-11-13 09:24:06 +11:00
Ben Sturmfels
4db326e2f9
Merge white-space
change into main .media_thumbnail
class.
2016-11-13 09:20:37 +11:00
Andrew Browning
2a01c5e793
Apply consistency & PEP8 to atom feeds
...
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.
2016-11-04 02:53:07 -04:00
Ben Sturmfels
65d8ca7050
Add thumbnail image to Atom feed.
...
Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com>
2016-11-04 01:24:10 -04:00
Andrew Browning
7ee8e6b9f3
Fix #664 - Text overflow in media headings
...
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>
2016-10-23 15:39:24 -04:00
Andrew Browning
4a17f151cc
Fix typo in user processing panel
...
Thanks to Storm_dragon for reporting this typo.
2016-10-16 20:11:56 -04:00
Olivier Mehani
b8c4c8254b
Update maps copyright notice to OSM
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2016-09-18 17:01:21 +03:00
Olivier Mehani
441fee1a72
Use OSM tiles in Geolocation plugin #5466
...
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>
2016-09-18 17:01:16 +03:00
Ben Sturmfels
9650aa394b
Spell-check the entire documentation.
2016-09-18 16:28:22 +03:00
Boris Bobrov
821686372c
Merge branch 'panel'
2016-09-16 09:47:54 +03:00
Josh Crompton
30812a163e
Add padding around form field labels
...
Fixes #5468
2016-09-16 09:29:46 +03:00
Ben Sturmfels
e17566b3c3
Extend Paginator tests to satisfy #55 .
2016-09-16 09:24:56 +03:00
Ben Sturmfels
58b3a65e53
Add Python 3 support in pagination.
...
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.
2016-09-16 09:24:56 +03:00
Ben Sturmfels
53b56236fd
Update Spanish translation as reported by "teraflops" in ticket #975 .
2016-09-14 21:31:19 +12:00
Ben Sturmfels
c2c9ed4a6c
Add documentation for header drop-down open/closed.
2016-09-12 11:57:43 +12:00
saksham1115
7ab1801978
Fixed Copyright Headers
2016-08-16 17:26:09 +00:00
Matt
799f09b311
Make the panel default to open and remember preference in local storage.
2016-08-16 14:56:39 +10:00
Boris Bobrov
9d935dd838
Revert "fixed bug #728 "
...
This reverts commit dbb86ffbbf25651330266435752a6a0422cfb6e5.
It caused bug 5469
2016-08-16 03:45:20 +03:00
Matt
9f59548edb
changed css to fix text on thumbnail
2016-08-15 15:11:12 +10:00
saksham1115
6dce7184bb
Tests for handling customize interface exception
2016-08-13 18:03:18 +00:00
saksham1115
19b4f43166
Exceptional handling for customizing subitles
2016-08-13 17:40:28 +00:00
saksham1115
464d7972b1
Added basic tests for the subtitle plugin
2016-08-12 12:56:18 +00:00
saksham1115
8412ebaf65
Started the unit tests
2016-08-12 00:15:20 +00:00
Boris Bobrov
cacc679a24
Do not try to get private attributes for comments
...
Most probably, they are sqlalchemy's!
2016-08-08 02:26:25 +03:00
saksham1115
b2ba593dbe
Using subtitle id instead of subitle path in the url
2016-08-06 11:22:11 +00:00
saksham1115
a14f4edc99
Some fixes
2016-08-02 21:31:59 +00:00