Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Fix the text "Seperate tags by commas and spaces" since spaces are not used t... | Manuel Urbano Santos | 2011-11-27 | 2 | -2/+2 | |
| | | |/ / / | | |/| | | | ||||||
* | | | | | | Should be 404 for 404s, not 400 :) | Christopher Allan Webber | 2011-12-01 | 1 | -1/+1 | |
* | | | | | | Don't barf on templates that use the autoescaping extension | Christopher Allan Webber | 2011-12-01 | 1 | -0/+3 | |
|/ / / / / | ||||||
* | / / / | Updating translations | Christopher Allan Webber | 2011-11-27 | 21 | -2572/+3125 | |
| |/ / / |/| | | | ||||||
* | | | | Merge remote branch 'remotes/inconexo/588_lowercase_extension' | Elrond | 2011-11-26 | 1 | -2/+5 | |
|\ \ \ \ | ||||||
| * | | | | Filename extensions are lowercased before uploading the image. | Pablo J. Urbano Santos | 2011-11-21 | 1 | -2/+5 | |
* | | | | | Use setup_global_and_app_config in gmg's migrate. | Elrond | 2011-11-26 | 1 | -3/+3 | |
* | | | | | Add base class for Meddleware | Elrond | 2011-11-25 | 4 | -14/+18 | |
* | | | | | Uncommenting requires=['gst'] till I figure out why Joar added it there :) | Christopher Allan Webber | 2011-11-25 | 1 | -1/+1 | |
* | | | | | Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi middle... | Christopher Allan Webber | 2011-11-25 | 6 | -20/+20 | |
* | | | | | Removing these video javascript files, which are currently unused | Christopher Allan Webber | 2011-11-25 | 1 | -5/+0 | |
* | | | | | Remove old enable_video config option | Christopher Allan Webber | 2011-11-25 | 1 | -2/+0 | |
* | | | | | Load multiple media types based on the media_types section of the config file | Christopher Allan Webber | 2011-11-25 | 3 | -13/+9 | |
* | | | | | Merge remote-tracking branch 'remotes/jwandborg/master' | Christopher Allan Webber | 2011-11-24 | 29 | -226/+2964 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Fixes for video branch | Joar Wandborg | 2011-11-22 | 4 | -47/+5 | |
| * | | | | Video support is disabled by default, set enable_video to true to enable | Joar Wandborg | 2011-11-22 | 2 | -2/+8 | |
| * | | | | Fixes after merging video into master - part 2 | Joar Wandborg | 2011-11-21 | 3 | -71/+74 | |
| * | | | | Fixes after merging video branch into master | Joar Wandborg | 2011-11-21 | 9 | -280/+90 | |
| * | | | | Merge branch 'video_gstreamer-only' | Joar Wandborg | 2011-11-21 | 25 | -32/+2993 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Refractored GStreamer element linking | Joar Wandborg | 2011-11-21 | 1 | -21/+22 | |
| | * | | | Stashing changes | Joar Wandborg | 2011-11-21 | 8 | -65/+43 | |
| | * | | | Fixed video transcoding | Joar Wandborg | 2011-11-16 | 1 | -212/+1 | |
| | * | | | Committing some futile attempts to make GStreamer transcode the audio properly. | Joar Wandborg | 2011-11-15 | 1 | -7/+38 | |
| | * | | | moved from videoscale => ffvideoscale *and* put queus before video and audio ... | Joar Wandborg | 2011-11-15 | 1 | -5/+13 | |
| | * | | | Minor fixes | Joar Wandborg | 2011-11-01 | 2 | -2/+5 | |
| | * | | | Added pygtk to dependencies | Joar Wandborg | 2011-10-27 | 1 | -0/+1 | |
| | * | | | 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 arista dependency | Joar Wandborg | 2011-10-14 | 1 | -1/+0 | |
| | * | | | 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 | |
| | * | | | - Refractored the video thumbnailer | Joar Wandborg | 2011-10-11 | 2 | -20/+303 | |
| | * | | | Fixed incorrect logger.[...] calls | Joar Wandborg | 2011-10-06 | 2 | -5/+7 | |
| | * | | | 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 | 6 | -85/+213 | |
| | * | | | Renamed video.presets => video.devices | Joar Wandborg | 2011-09-29 | 4 | -0/+0 | |
| | * | | | Added arista to install requires | Joar Wandborg | 2011-09-28 | 1 | -0/+1 | |
| | * | | | 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 | |
* | | | | | Rename MediaEntry.uploader() to .get_uploader() | Elrond | 2011-11-22 | 8 | -19/+19 | |
* | | | | | 652: Don't show empty field labels. | Elrond | 2011-11-22 | 1 | -1/+3 | |
* | | | | | Wrap long line. | Elrond | 2011-11-22 | 1 | -1/+2 | |
* | | | | | Added a message noticing the user the image has been successfully | Pablo J. Urbano Santos | 2011-11-22 | 1 | -1/+2 | |
* | | | | | Fixes #597. Add a visible error when user tries to delete an image | Pablo J. Urbano Santos | 2011-11-22 | 1 | -0/+3 | |
|/ / / / | ||||||
* | | | | 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 | |
* | | | | 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 vers... | Christopher Allan Webber | 2011-11-20 | 2 | -0/+22 | |
* | | | | fixed identation | Jakob Kramer | 2011-11-20 | 1 | -3/+3 | |
* | | | | eyecandy for programmers | Jakob Kramer | 2011-11-20 | 1 | -11/+13 |