Christopher Allan Webber
201ac38895
Fixing import error after merge of basic_auth branch.
...
This commit sponsored by geoffrey jost. Thank you!
2013-09-19 18:02:43 -05:00
Christopher Allan Webber
63856d4f56
Fixing error caused by merge (failure to build password editing url)
...
This commit sponsored by Kim Lindberger. Thank you!
2013-09-19 18:01:49 -05:00
Christopher Allan Webber
74ae6fb0b6
Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'
...
Conflicts:
mediagoblin/auth/views.py
mediagoblin/edit/forms.py
mediagoblin/templates/mediagoblin/edit/edit_account.html
2013-09-19 16:04:23 -05:00
Rodney Ewing
3dc6184167
remove a blank line
2013-09-19 08:18:02 -07:00
Rodney Ewing
42dbb26a13
not all JSONEncoded fields should be mutable dicts
2013-09-19 08:12:11 -07:00
Rodney Ewing
4c617543c5
skip video processing if necessary
2013-09-19 08:12:10 -07:00
Rodney Ewing
b08d2c3643
skip stl processing if necessary
2013-09-19 08:12:10 -07:00
Rodney Ewing
be49edba05
skip pdf processing if necessary
2013-09-19 08:12:10 -07:00
Rodney Ewing
2e22cefdd9
skip audio reprocessing if necessary
2013-09-19 08:12:10 -07:00
Rodney Ewing
f4f84297ef
make all JSONEncoded columns mutable
2013-09-19 08:12:10 -07:00
Rodney Ewing
7f9d3ca7c9
need to use mutation tracking to detect changes in JSONEncoded types
2013-09-19 08:12:09 -07:00
Rodney Ewing
755b6a86b6
skip ascii thumb resizing if necessary
2013-09-19 08:12:09 -07:00
Rodney Ewing
b643a9cd80
skip image resizing if possible
2013-09-19 08:11:39 -07:00
Rodney Ewing
4502dfca89
get and set metadata for a MediaFile
2013-09-19 08:11:06 -07:00
Christopher Allan Webber
529eb17b38
Merge remote-tracking branch 'refs/remotes/rodney757/reprocessing'
...
Conflicts:
mediagoblin/db/migrations.py
2013-09-18 14:45:23 -05:00
Christopher Allan Webber
28eab59ace
Merge remote-tracking branch 'refs/remotes/rodney757/file_limits'
...
Conflicts:
mediagoblin/db/migrations.py
2013-09-18 11:21:57 -05:00
Christopher Allan Webber
81e536e1a2
Also add a bit of color to the theme's base color
...
This commit sponsored by Marc Lijour. Thanks!
2013-09-15 09:54:28 -05:00
Christopher Allan Webber
a7fc4ecf40
Updating the video.js that we use to avoid an XSS attack. Yikes! ;\
...
This commit sponsored by Daniel Valentine. Thank you!
2013-09-15 09:46:01 -05:00
Christopher Allan Webber
1fef79f4f8
Fix pagination for certain request.GET data
...
This didn't work at all nicely with MultiDict objects in various
circumstances and could possibly break pagination. This fix handles
that!
This commit sponsored by Alessandro Francolini. Thank you!
2013-09-13 10:16:07 -05:00
Christopher Allan Webber
66cafc3b74
Support python 2.6 again! Thanks to julianoliver for catching this.
...
This commit sponsored by Sam Clegg. Thank you!
2013-09-09 10:06:59 -05:00
Rodney Ewing
0485e9c892
typo. conversions not convirsions
...
thanks to saul for pointing this out.
2013-09-06 14:28:40 -07:00
Rodney Ewing
85cf52f865
reword persona edit link
2013-09-05 09:04:23 -07:00
Christopher Allan Webber
5a756fb819
Revert "Temporarily switching git:// to http://"
...
This reverts commit 18922af5830f4a7686ec3b3ff11dc309a5a9cca6.
2013-09-05 09:51:22 -05:00
Christopher Allan Webber
18922af583
Temporarily switching git:// to http://
2013-09-05 09:37:08 -05:00
Christopher Allan Webber
936624c362
In the v0.6.0 cycle now
2013-09-05 09:34:48 -05:00
Christopher Allan Webber
612469595b
MediaGoblin v0.5.0!
2013-09-04 16:25:12 -05:00
Christopher Allan Webber
a25adfc424
Committing extracted and compiled translations
2013-09-04 16:07:37 -05:00
Christopher Allan Webber
07b02d2bc2
Committing present MediaGoblin translations before pushing extracted messages
2013-09-04 16:07:12 -05:00
Christopher Allan Webber
b299b6b7b8
Committing extracted and compiled translations
2013-09-04 16:03:57 -05:00
Christopher Allan Webber
577e8fc705
Committing present MediaGoblin translations before pushing extracted messages
2013-09-04 16:02:48 -05:00
Christopher Allan Webber
5738838e93
Fixing tyop. Thanks for catching, tryggvib :)
2013-09-04 16:01:21 -05:00
Christopher Allan Webber
abff297cf9
Caution about the API in the release notes
2013-09-04 14:27:18 -05:00
Rodney Ewing
857512e81e
need to send the users email to persona if the user logged in with persona.
...
Thanks callahad for pointing this out.
2013-09-04 08:45:08 -07:00
Christopher Allan Webber
d87d099dd8
Thanking Dan Callahan as a contributor. Thanks for helping with the persona stuff! :)
2013-09-04 09:23:02 -05:00
Sebastian Spaeth
560fd63843
Improve checkbox description
...
Do not Enable/Disable next to a checkbox. So what does an enabled checkbox do then?
2013-09-04 14:54:00 +02:00
Christopher Allan Webber
100625f6c2
Merge remote-tracking branch 'refs/remotes/spaetz/fix_docs'
2013-09-04 07:41:56 -05:00
Sebastian Spaeth
cc0c6cd250
Fix plugin documentation
...
The docs suggest to use {% template_hook "media_sidebar" %}. This
will break Mediagoblin in mysterious ways, and the docs need a fix.
2013-09-04 11:35:39 +02:00
Dan Callahan
b6fc7dd96e
Add site name, logo, and background for Persona
2013-09-03 15:54:04 -05:00
Christopher Allan Webber
6a7e4b431c
Updated AUTHORS for v0.5.0
2013-09-03 11:38:50 -05:00
Rodney Ewing
6375cf735c
should use public_store.file_exists to check if the file copied correctly
2013-09-02 12:09:55 -07:00
Rodney Ewing
dd57c6c5e5
didn't remove form.new_email when change email was moved to its own view
2013-08-31 13:45:58 -07:00
Christopher Allan Webber
6b61a51e45
We're presently tied to a very specific version of oauthlib...
2013-08-30 16:27:39 -05:00
Rodney Ewing
3f59518463
pdf media_type now have their own config_spec.ini
2013-08-29 08:22:16 -07:00
Rodney Ewing
738cc49926
ascii media_type now have their own config_spec.ini
2013-08-29 08:22:16 -07:00
Rodney Ewing
9ff68c224e
audio media_type now have their own config_spec.ini
2013-08-29 08:22:16 -07:00
Rodney Ewing
9a6741d7bf
video media_type now have their own config_spec.ini
2013-08-29 08:22:16 -07:00
Rodney Ewing
93874d0a66
image media_type now have their own config_spec.ini
2013-08-29 08:22:16 -07:00
Christopher Allan Webber
6a01fafc98
Explicitly require a newer celery
2013-08-29 09:36:34 -05:00
Christopher Allan Webber
b33feb18a7
Fix failing to build docs
2013-08-28 11:11:41 -05:00
Christopher Allan Webber
9dfca6b3ce
double colon here was killing the build
2013-08-28 11:06:07 -05:00