aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/images/media_thumbs
Commit message (Collapse)AuthorAgeFilesLines
* Specify the status of blog post.Aditi2013-08-071-0/+0
|
* Change message when user tries to create multiple blogs.Aditi2013-08-071-0/+0
|
* Add icon for the blogpost.Aditi2013-08-041-0/+0
|
* Simplify/Robustify the thumbnail URL usage in templatesSebastian Spaeth2012-11-151-0/+0
| | | | | | | | | | | | | | | | | | | | | | So far templates required a very complex blurb to simply insert a thumbnail URL, exposing much of the internal logic to the template designer. In addition, we would fail with an error if for some reason the media_files['thumb'] entry was never populated. This adds the MediaEntry.thumb_url property that template designers can simply use. It will do the right thing, either fetching the proper thumbnail or hand back a generic icon specified in a media's MEDIA_MANAGER as "default_thumb". Add an image default fallback icon (stolen from Tangos, which are Public Domain since version 0.8.90 as I understand) since the one we referred to was not existing. Perhaps, a "broken image" icon would be better, but I'll leave that to our capable designers. All templates have been modified to make use of the new thumb_url function. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Multimedia support - Refractored video processing.Joar Wandborg2011-09-241-0/+0