aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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
| |\ \
| * | | Check request.user to determine if user is logged in.Aaron Williamson2011-10-031-1/+1
| | | |
| * | | Regenerated English .po file to include new string.Aaron Williamson2011-10-011-8/+12
| | | |
| * | | Display and error and redirect to login page if unauthenticated user tries ↵Aaron Williamson2011-10-011-2/+11
| | | | | | | | | | | | | | | | to access resend_verification.
* | | | Navigation buttons edits. Removed images as they are no longer needed. ↵Jef van Schendel2011-11-205-10/+6
| | | | | | | | | | | | | | | | Related: bug #504
* | | | Remove Edit/Delete icons, since they are not required yet.Jef van Schendel2011-11-203-9/+2
| | | |
* | | | Change tag list from a list to a paragraph. Wrap text for translation.Jef van Schendel2011-11-201-6/+13
| | | |
* | | | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying ↵Jef van Schendel2011-11-202-2/+6
| | | | | | | | | | | | | | | | that tags are comma-separated"
* | | | Slight style changes to button_action_highlightJef van Schendel2011-11-201-1/+3
| | | |
* | | | Small correction, this button should be button_action, not button_formJef van Schendel2011-11-201-1/+1
| | | |
* | | | Slight change to error wordingJef van Schendel2011-11-201-1/+1
| | | |
* | | | Another change to button style. Renamed header_submit, ↵Jef van Schendel2011-11-2015-39/+40
| | | | | | | | | | | | | | | | header_submit_highlight and button classes, correct all references to these
* | | | Change to background of "empty_space", it now uses an imageJef van Schendel2011-11-202-1/+1
| | | |
* | | | added unittests, now using form errors and fixed bug when no GET parameter ↵Jakob Kramer2011-11-202-9/+126
| | | | | | | | | | | | | | | | is given for /edit/profile/
* | | | added support for changing the password, issue #643Jakob Kramer2011-11-202-10/+37
| | | |
* | | | Change button style a bitJef van Schendel2011-11-201-12/+6
| | | |
* | | | Change form structure and add relevant CSS rulesJef van Schendel2011-11-192-8/+10
| | | |
* | | | Added back the title blockChristopher Allan Webber2011-11-191-1/+1
| | | |
* | | | Merge remote branch 'remotes/inconexo/613_custom_title'Christopher Allan Webber2011-11-192-1/+4
|\ \ \ \