Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fixes after merging video branch into master | Joar Wandborg | 2011-11-21 | 9 | -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 Wandborg | 2011-11-21 | 24 | -32/+2992 | |
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/submit/views.py | |||||
| | * | | | Refractored GStreamer element linking | Joar Wandborg | 2011-11-21 | 1 | -21/+22 | |
| | | | | | ||||||
| | * | | | Stashing changes | Joar Wandborg | 2011-11-21 | 7 | -64/+43 | |
| | | | | | ||||||
| | * | | | Fixed video transcoding | Joar Wandborg | 2011-11-16 | 1 | -212/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added audiorate with tolerance 80 million - Removed deprecated thumbnailer | |||||
| | * | | | Committing some futile attempts to make GStreamer transcode the audio properly. | Joar Wandborg | 2011-11-15 | 1 | -7/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added CPU count detection - Added videorate - Added audiorate | |||||
| | * | | | moved from videoscale => ffvideoscale *and* put queus before video and audio ↵ | Joar Wandborg | 2011-11-15 | 1 | -5/+13 | |
| | | | | | | | | | | | | | | | | | | | | pipes | |||||
| | * | | | Minor fixes | Joar Wandborg | 2011-11-01 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added error handling for PyGTK import - Added 'mkv' to the video media manager | |||||
| | * | | | Added new thumbnailer, renamed old. | Joar Wandborg | 2011-10-27 | 2 | -194/+474 | |
| | | | | | ||||||
| | * | | | Image media exceptions | Joar Wandborg | 2011-10-15 | 1 | -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 arista | Joar Wandborg | 2011-10-14 | 3 | -88/+135 | |
| | | | | | ||||||
| | * | | | import_export - Added some error handling | Joar Wandborg | 2011-10-14 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | We still want to be able to do an export if a file can't be read | |||||
| | * | | | - Refractored the video thumbnailer | Joar Wandborg | 2011-10-11 | 2 | -20/+303 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Started work on video transcoder Not done, by far! - Bug fix in video.processing error handling | |||||
| | * | | | Fixed incorrect logger.[...] calls | Joar Wandborg | 2011-10-06 | 2 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | - Added FIXME about thumb size | |||||
| | * | | | Added parameter to transcoding_error | Joar Wandborg | 2011-10-05 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Multimedia refractoring, and added video thumbnail support | Joar Wandborg | 2011-10-05 | 5 | -85/+212 | |
| | | | | | ||||||
| | * | | | Renamed video.presets => video.devices | Joar Wandborg | 2011-09-29 | 4 | -0/+0 | |
| | | | | | ||||||
| | * | | | Multimedia support - Refractored video processing. | Joar Wandborg | 2011-09-24 | 8 | -66/+1875 | |
| | | | | | ||||||
| | * | | | Multimedia support - Commiting from a not yet finished state - Details below | Joar Wandborg | 2011-09-23 | 13 | -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() | Elrond | 2011-11-22 | 8 | -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. | Elrond | 2011-11-22 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | If the label for a field is empty, don't show it at all. And don't translate it! | |||||
* | | | | | Wrap long line. | Elrond | 2011-11-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Nothing else. | |||||
* | | | | | Added a message noticing the user the image has been successfully | Pablo J. Urbano Santos | 2011-11-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | deleted. | |||||
* | | | | | Fixes #597. Add a visible error when user tries to delete an image | Pablo J. Urbano Santos | 2011-11-22 | 1 | -0/+3 | |
|/ / / / | | | | | | | | | | | | | without cheking the "I'm sure" checkbox. | |||||
* | | | | Tests for StorageInterface*.copy_local_to_storage() | Christopher Allan Webber | 2011-11-20 | 1 | -0/+27 | |
| | | | | ||||||
* | | | | Made the image processing use intermediary conversion file. | Christopher Allan Webber | 2011-11-20 | 1 | -8/+22 | |
| | | | | | | | | | | | | | | | | | | | | This should fix the problem with PIL and the cloudfiles storage system fighting. | |||||
* | | | | Slightly clearer docs on copy_local_to_storage | Christopher Allan Webber | 2011-11-20 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | copy_local_to_storage, both general and specialized-for-BasicFileStorage ↵ | Christopher Allan Webber | 2011-11-20 | 2 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions This utility should allow for easy copying from a local filesystem to the storage instance. | |||||
* | | | | fixed identation | Jakob Kramer | 2011-11-20 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | eyecandy for programmers | Jakob Kramer | 2011-11-20 | 1 | -11/+13 | |
| | | | | ||||||
* | | | | don't use 'and' anymore, if there is only one tag | Jakob Kramer | 2011-11-20 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Fix redirect to logical path | Elrond | 2011-11-20 | 1 | -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' | Elrond | 2011-11-20 | 2 | -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 Williamson | 2011-10-03 | 1 | -28/+32 | |
| | | | | | ||||||
| * | | | | Reverse order of sanity checks: check email_verified after making sure ↵ | Aaron Williamson | 2011-10-03 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | there's a user in the request. | |||||
| * | | | | Make sure user isn't already verified before resending verification. | Aaron Williamson | 2011-10-03 | 1 | -0/+8 | |
| | | | | | ||||||
| * | | | | Fixed conflict in /auth/views.py. | Aaron Williamson | 2011-10-03 | 53 | -863/+1240 | |
| |\ \ \ \ | ||||||
| * | | | | | Check request.user to determine if user is logged in. | Aaron Williamson | 2011-10-03 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Regenerated English .po file to include new string. | Aaron Williamson | 2011-10-01 | 1 | -8/+12 | |
| | | | | | | ||||||
| * | | | | | Display and error and redirect to login page if unauthenticated user tries ↵ | Aaron Williamson | 2011-10-01 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to access resend_verification. | |||||
* | | | | | | Navigation buttons edits. Removed images as they are no longer needed. ↵ | Jef van Schendel | 2011-11-20 | 5 | -10/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Related: bug #504 | |||||
* | | | | | | Remove Edit/Delete icons, since they are not required yet. | Jef van Schendel | 2011-11-20 | 3 | -9/+2 | |
| | | | | | | ||||||
* | | | | | | Change tag list from a list to a paragraph. Wrap text for translation. | Jef van Schendel | 2011-11-20 | 1 | -6/+13 | |
| | | | | | | ||||||
* | | | | | | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying ↵ | Jef van Schendel | 2011-11-20 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | that tags are comma-separated" | |||||
* | | | | | | Slight style changes to button_action_highlight | Jef van Schendel | 2011-11-20 | 1 | -1/+3 | |
| | | | | | | ||||||
* | | | | | | Small correction, this button should be button_action, not button_form | Jef van Schendel | 2011-11-20 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Slight change to error wording | Jef van Schendel | 2011-11-20 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Another change to button style. Renamed header_submit, ↵ | Jef van Schendel | 2011-11-20 | 15 | -39/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | header_submit_highlight and button classes, correct all references to these | |||||
* | | | | | | Change to background of "empty_space", it now uses an image | Jef van Schendel | 2011-11-20 | 2 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | added unittests, now using form errors and fixed bug when no GET parameter ↵ | Jakob Kramer | 2011-11-20 | 2 | -9/+126 | |
| | | | | | | | | | | | | | | | | | | | | | | | | is given for /edit/profile/ |