aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Collapse)AuthorAgeFilesLines
* Updating translationsChristopher Allan Webber2011-11-2721-2572/+3125
|
* Merge remote branch 'remotes/inconexo/588_lowercase_extension'Elrond2011-11-261-2/+5
|\ | | | | | | | | | | | | | | | | | | | | | | * remotes/inconexo/588_lowercase_extension: Filename extensions are lowercased before uploading the image. The merge failed really. It tried to apply the changes to the wrong file. So applied them by hand to mediagoblin/media_types/image/processing.py Conflicts: mediagoblin/processing.py
| * Filename extensions are lowercased before uploading the image.Pablo J. Urbano Santos2011-11-211-2/+5
| |
* | Use setup_global_and_app_config in gmg's migrate.Elrond2011-11-261-3/+3
| | | | | | | | | | | | Instead of using read_mediagoblin_config, forgetting to check the validation report and then finding the main app section by hand, just use setup_global_and_app_config.
* | Add base class for MeddlewareElrond2011-11-254-14/+18
| | | | | | | | | | | | | | | | | | | | Created a BaseMeddleware which all Meddleware should derive from. This is not strictly needed, but will greatly help. The base class has the common __init__ of all the other Meddlwares and fall backs for all hooks. That way a new Meddlware only needs to override what it actually wants to implement.
* | Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi ↵Christopher Allan Webber2011-11-256-20/+20
| | | | | | | | | | | | middleware hehehehehe, "meddleware"
* | Removing these video javascript files, which are currently unusedChristopher Allan Webber2011-11-251-5/+0
| |
* | Remove old enable_video config optionChristopher Allan Webber2011-11-251-2/+0
| |
* | Load multiple media types based on the media_types section of the config fileChristopher Allan Webber2011-11-252-13/+6
| |
* | Merge remote-tracking branch 'remotes/jwandborg/master'Christopher Allan Webber2011-11-2428-226/+2963
|\ \
| * | Fixes for video branchJoar Wandborg2011-11-224-47/+5
| | | | | | | | | | | | | | | - Removed superfluous code from media_types.image - Updated lazy_pass_to_ugettext imports
| * | Video support is disabled by default, set enable_video to true to enableJoar Wandborg2011-11-222-2/+8
| | |
| * | Fixes after merging video into master - part 2Joar Wandborg2011-11-213-71/+74
| | | | | | | | | | | | | | | | | | - Added handling of InvalidFileType to submit.views - Updated test_celery_setup and test_submission tests to reflect the changes to the media procesing infrastructure
| * | Fixes after merging video branch into masterJoar Wandborg2011-11-219-280/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed debug output from init/celery - Moved process_media/__init__ to processing.py - Centralized the processing.ProcessMedia task class - Updated media managers to reference the processing function instead of the ProcessMedia instance - Updated new-style image processing to previous, newer old-style image processing - Updated video transcoding - Changed method in progress output, sometimes message.structure['percent'] raises KeyError
| * | Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-2124-32/+2992
| |\ \ | | |/ | |/| | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/submit/views.py
| | * Refractored GStreamer element linkingJoar Wandborg2011-11-211-21/+22
| | |
| | * Stashing changesJoar Wandborg2011-11-217-64/+43
| | |
| | * Fixed video transcodingJoar Wandborg2011-11-161-212/+1
| | | | | | | | | | | | | | | - Added audiorate with tolerance 80 million - Removed deprecated thumbnailer
| | * Committing some futile attempts to make GStreamer transcode the audio properly.Joar Wandborg2011-11-151-7/+38
| | | | | | | | | | | | | | | | | | - Added CPU count detection - Added videorate - Added audiorate
| | * moved from videoscale => ffvideoscale *and* put queus before video and audio ↵Joar Wandborg2011-11-151-5/+13
| | | | | | | | | | | | pipes
| | * Minor fixesJoar Wandborg2011-11-012-2/+5
| | | | | | | | | | | | | | | - Added error handling for PyGTK import - Added 'mkv' to the video media manager
| | * Added new thumbnailer, renamed old.Joar Wandborg2011-10-272-194/+474
| | |
| | * Image media exceptionsJoar Wandborg2011-10-151-29/+2
| | | | | | | | | | | | - Removed exception types specified in image.processing and included them from process_media.errors instead
| | * Video transcoding is now gstreamer directly instead of through aristaJoar Wandborg2011-10-143-88/+135
| | |
| | * import_export - Added some error handlingJoar Wandborg2011-10-141-4/+6
| | | | | | | | | | | | We still want to be able to do an export if a file can't be read
| | * - Refractored the video thumbnailerJoar Wandborg2011-10-112-20/+303
| | | | | | | | | | | | | | | | | | - Started work on video transcoder Not done, by far! - Bug fix in video.processing error handling
| | * Fixed incorrect logger.[...] callsJoar Wandborg2011-10-062-5/+7
| | | | | | | | | | | | - Added FIXME about thumb size
| | * Added parameter to transcoding_errorJoar Wandborg2011-10-051-2/+2
| | |
| | * Multimedia refractoring, and added video thumbnail supportJoar Wandborg2011-10-055-85/+212
| | |
| | * Renamed video.presets => video.devicesJoar Wandborg2011-09-294-0/+0
| | |
| | * Multimedia support - Refractored video processing.Joar Wandborg2011-09-248-66/+1875
| | |
| | * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-2313-24/+650
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DONE Initially testing with arista ** DONE Video display templates *** TODO Multi-browser support ** TODO Video thumbnails ** TODO Link to original video ** TODO Video cropping Also contains a lot of "debug" print's
* | | Rename MediaEntry.uploader() to .get_uploader()Elrond2011-11-228-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | The .uploader() method conflicts with the uploader database field. As we're moving to .FIELD for db field access, this is a relevant conflict. So renaming .uploader() to .get_uploader()
* | | 652: Don't show empty field labels.Elrond2011-11-221-1/+3
| | | | | | | | | | | | | | | If the label for a field is empty, don't show it at all. And don't translate it!
* | | Wrap long line.Elrond2011-11-221-1/+2
| | | | | | | | | | | | Nothing else.
* | | Added a message noticing the user the image has been successfullyPablo J. Urbano Santos2011-11-221-1/+2
| | | | | | | | | | | | deleted.
* | | Fixes #597. Add a visible error when user tries to delete an imagePablo J. Urbano Santos2011-11-221-0/+3
|/ / | | | | | | without cheking the "I'm sure" checkbox.
* | Tests for StorageInterface*.copy_local_to_storage()Christopher Allan Webber2011-11-201-0/+27
| |
* | Made the image processing use intermediary conversion file.Christopher Allan Webber2011-11-201-8/+22
| | | | | | | | | | This should fix the problem with PIL and the cloudfiles storage system fighting.
* | Slightly clearer docs on copy_local_to_storageChristopher Allan Webber2011-11-201-0/+4
| |
* | copy_local_to_storage, both general and specialized-for-BasicFileStorage ↵Christopher Allan Webber2011-11-202-0/+22
| | | | | | | | | | | | | | versions This utility should allow for easy copying from a local filesystem to the storage instance.
* | fixed identationJakob Kramer2011-11-201-3/+3
| |
* | eyecandy for programmersJakob Kramer2011-11-201-11/+13
| |
* | don't use 'and' anymore, if there is only one tagJakob Kramer2011-11-201-1/+4
| |
* | Fix redirect to logical pathElrond2011-11-201-1/+1
| | | | | | | | | | | | redirects should in nearly all cases go to a logical path like 'mediagoblin.auth.login' and not to an absolute path like "/auth/login".
* | Merge remote branch 'remotes/aaronw/bug614_verification_crash'Elrond2011-11-202-3/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remotes/aaronw/bug614_verification_crash: Update english translation file. Reverse order of sanity checks: check email_verified after making sure there's a user in the request. Make sure user isn't already verified before resending verification. Check request.user to determine if user is logged in. Regenerated English .po file to include new string. Display and error and redirect to login page if unauthenticated user tries to access resend_verification. Conflicts: mediagoblin/i18n/en/LC_MESSAGES/mediagoblin.po
| * | Update english translation file.Aaron Williamson2011-10-031-28/+32
| | |
| * | Reverse order of sanity checks: check email_verified after making sure ↵Aaron Williamson2011-10-031-6/+6
| | | | | | | | | | | | there's a user in the request.
| * | Make sure user isn't already verified before resending verification.Aaron Williamson2011-10-031-0/+8
| | |
| * | Fixed conflict in /auth/views.py.Aaron Williamson2011-10-0353-863/+1240
| |\ \