4939 Commits

Author SHA1 Message Date
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
Boris Bobrov
2c153df93a Add Dealsy to core reviewers 2016-09-16 09:46:59 +03:00
Boris Bobrov
cfb624958e Added Josh Crompton to authors list 2016-09-16 09:30:58 +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
Andrew Browning
d37c6f622a Modify setup.py version syntax to address #5464
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
2016-08-26 11:34:18 -04: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
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
Boris Bobrov
645599c2ba Pass test paths to py.test via tox
Py.test has an ability to run only tests which match the given
substring expression.

Add an ability to do it via tox.
2016-08-08 00:38:34 +03:00
Boris Bobrov
65805ffb0d Adding compatibility stuff for themes
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
2016-07-31 07:33:12 +03:00
Boris Bobrov
06d70c4b96 Fixing themes 2016-07-31 07:16:48 +03:00
Boris Bobrov
474a56ce90 Cap kombu and celery
See issue 5464 for details
2016-07-25 05:23:16 +03:00
Boris Bobrov
dbb86ffbbf fixed bug #728 2016-07-25 04:13:04 +03:00
Boris Bobrov
4fcd2e756d Merge branch 'fix-unhelpful-smtp-error-5081' 2016-07-25 03:59:49 +03:00
Loic Dachary
6c0678576a Fix #928 - cleanup to avoid duplicated get_upload_file_limits
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-07-25 03:48:33 +03:00
Loic Dachary
d5421cc366 Fix #822 - doc typo s/Plugin/PluginManager/
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-07-25 03:45:35 +03:00
Boris Bobrov
7033fa5cca Add one more contributor
Thanks, Jonathan Sandoval!
2016-07-25 03:40:19 +03:00
Boris Bobrov
c12a97b084 Use GLib instead of GObject
Thanks mi!

Fixes bug 5399
2016-07-25 03:39:23 +03:00
Boris Bobrov
1aab84d0dc Merge branch 'login-validator-5414' 2016-07-25 03:23:25 +03:00
Andrew Browning
c49e5162ca Fix #5462 - attempt to change email without login
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.
2016-07-19 00:16:48 -04:00
Christopher Allan Webber
da686c1998 Prevent erroring out in some cases of checking video metadata 2016-07-14 10:48:28 -05:00
Christopher Allan Webber
1f23be2d85 A bit of a documentation update around celery systemd init files 2016-07-13 09:11:40 -05:00
Leah Velleman
ee828f42c5 use is_rtl variable to detect rtl locales 2016-06-20 22:16:53 -05:00
Leah Velleman
1b009a815a fixed 'older' and 'newer' arrows for rtl locales 2016-06-20 19:45:42 -05:00
Jonathan Sandoval
b2bc8e654e Include original error in debug log 2016-04-08 13:21:31 -05:00
Jonathan Sandoval
caee9aa2e3 squash! Custom exception in mail. 2016-04-08 13:17:26 -05:00
Jonathan Sandoval
d4eadc9461 Custom exception in mail. 2016-04-08 13:12:21 -05:00
Jonathan Sandoval
9d37bcd06f Mail tests with no mail server configured. 2016-04-08 13:07:06 -05:00
Jonathan Sandoval
4106eef3a4 No length check for login form 2016-04-07 16:34:00 -05:00
Jonathan Sandoval
bf2f121a83 Tests for short and long usernames. 2016-04-07 16:29:15 -05:00
Jonathan Sandoval
d756206541 Test with short and long username 2016-04-07 11:55:45 -05:00
Andrew Browning
41302ad2b6 Import messages in blog views 2016-04-03 01:10:22 -04:00
Andrew Browning
5c7b2a6381 Fix #5451 - add_message inconsistencies
Reformat add_message function calls for consistency and PEP8 line
continuations.
2016-04-02 19:59:01 -04:00
Berker Peksag
6b6d14f48a Replace raw_input with six.moves.input
Fixes #5441
2016-04-02 20:48:04 +03:00
宋文武
c7a5551fb5 Fix the blog_delete page for admins.
* mediagoblin/media_types/blog/views.py: Import WARNING from mediagoblin.messages.
2016-04-02 16:55:28 +03:00
Christopher Allan Webber
9e75d4c712 tests: Fix migration tests; foundations are now installed separately
* mediagoblin/tests/test_sql_migrations.py: Import migration.changeset
  even in python 3.
  (FOUNDATIONS): Removed.
  (test_set1_to_set3): Removed foundations checks.
2016-03-29 14:41:57 -07:00
Christopher Allan Webber
c451cd0a6a tests: importorskip migration tests on "migrate" rather than on Python 3
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.
2016-03-29 14:27:07 -07:00
Christopher Allan Webber
fbca3074f7 Now on MediaGoblin 1.0 development cycle!
* configure.ac (AC_INIT):
* mediagoblin/_version.py (__version__): Update version to 1.0.dev.
2016-03-29 14:27:06 -07:00
Christopher Allan Webber
d1ac2d52fd devtools: Update maketarball.sh to use #!/bin/sh as shebang
* devtools/maketarball.sh: Updated shebang.
2016-03-29 12:06:44 -07:00
Christopher Allan Webber
5d96809876 Committing extracted and compiled translations 2016-03-29 19:04:37 +00:00