Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove collection_thumbnail styling, so collection thumbnails are styled the ↵ | Jef van Schendel | 2012-12-16 | 1 | -28/+5 |
| | | | | same as other thumbnails | ||||
* | Small styling edits to thumbnails | Jef van Schendel | 2012-12-13 | 1 | -2/+4 |
| | |||||
* | Make "add media to collection" a normal <img/> | Elrond | 2012-12-13 | 1 | -11/+0 |
| | | | | | | | | | | | | | This button used to be a css style <a href=...> </a> (note: No contents for the <a>). Using this approach has various drawbacks. Most notably: - Not clickable in text mode browsers - Possibly getting marked as a hidden (spam) link - No alt attribute So replaced with a real <img/>. I have no idea what to put in the alt attribute. | ||||
* | Moving thingiview.js into extlib/ | Christopher Allan Webber | 2012-12-03 | 7 | -1773/+0 |
| | |||||
* | disabled auto rotate | Aeva Ntsc | 2012-12-03 | 1 | -6/+10 |
| | |||||
* | Added the thingiview.js library. | Aeva Ntsc | 2012-12-03 | 1 | -0/+165 |
| | |||||
* | Added the thingiview.js library. | Aeva Ntsc | 2012-12-03 | 6 | -0/+1604 |
| | |||||
* | Pop up OpenStreetMap license on demand (#410) | Sebastian Spaeth | 2012-11-16 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | | Only a short blurb "see map license" in the small map which will pop up the full license text via jquery when clicked. Adapt the license text as recommended by OpenStreetMap http://www.openstreetmap.org/copyright and link there. The disadvantage is that this only works when Javascript is enabled, but as the map only works when Javascript is enabled in the first place, this should not be too much of a limitation. TODO: Our esteemed web designer needs to have a look at the desired color style for this. Right now, I simply placed it in the message_warning class. This might want fine-tuning. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Simplify/Robustify the thumbnail URL usage in templates | Sebastian Spaeth | 2012-11-15 | 1 | -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> | ||||
* | Revert thumbnail styling and sizing; allows for 5 thumbnails per row | Jef van Schendel | 2012-11-01 | 1 | -4/+4 |
| | |||||
* | Change thumbnail width to 212px | Jef van Schendel | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | Don't show zoom in cursor if there is no larger version | Jef van Schendel | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | Replace dropdown in top right with regular links | Jef van Schendel | 2012-10-21 | 2 | -61/+0 |
| | |||||
* | Fix thumbnail aspect ratios | Jef van Schendel | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Thumbnail styling edits plus edits to the object_gallery (4 columns instead ↵ | Jef van Schendel | 2012-10-19 | 1 | -3/+8 |
| | | | | of 5 by default) | ||||
* | Thumbnail styling edits to base theme and Airy theme | Jef van Schendel | 2012-10-19 | 1 | -2/+6 |
| | |||||
* | Added new files for collections | Aaron Williamson | 2012-09-18 | 2 | -0/+26 |
| | |||||
* | Added basic collection functionality | Aaron Williamson | 2012-09-18 | 1 | -0/+43 |
| | |||||
* | Changed <pre> margin to confirm with <p> margins | Joar Wandborg | 2012-08-08 | 1 | -4/+2 |
| | |||||
* | allow pre+code tags in rendered HTML | Jakob Kramer | 2012-08-07 | 1 | -2/+18 |
| | |||||
* | Added text-overflow: ellipsis to the media thumbnails | Joar Wandborg | 2012-07-28 | 1 | -0/+3 |
| | |||||
* | Add zoom-in cursor css; small indentation fix | Jef van Schendel | 2012-07-21 | 1 | -5/+11 |
| | |||||
* | Insignificant edits to logo SVG | Jef van Schendel | 2012-07-20 | 1 | -10/+10 |
| | |||||
* | Increase Description and Bio textarea height to 100px | Jef van Schendel | 2012-07-20 | 1 | -0/+1 |
| | |||||
* | Added html5slider to support range inputs in Firefox | Joar Wandborg | 2012-04-18 | 2 | -8/+3 |
| | |||||
* | Merge remote-tracking branch 'joar/media-fixes' | Joar Wandborg | 2012-04-09 | 2 | -3/+9 |
|\ | |||||
| * | Media processing, transcoding, display fixes | Joar Wandborg | 2012-04-09 | 2 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added configurable options - Video - vp8_quality - vp8_threads - vorbis_quality - Audio - spectrogram_fft_size - ASCII - thumbnail_font - Cleaned up ascii.asciitoimage - Cleaned up video.transcoders - Changed default video quality settings to better quality - Changed default audio spectrogram solution to the double. - Added a hacky notice for Firefox users instead of the broken range input. | ||||
* | | Add MediaGoblin video player skin by chron0 | Jef van Schendel | 2012-04-08 | 2 | -0/+415 |
|/ | |||||
* | JS: fix first part of #422; make items in drop-down acutally work | Jef van Schendel | 2012-04-01 | 1 | -8/+5 |
| | |||||
* | CSS: change padding-left to margin-left | Jef van Schendel | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | CSS: change comment margins | Jef van Schendel | 2012-04-01 | 1 | -9/+9 |
| | |||||
* | HTML/CSS: comment style changes | Jef van Schendel | 2012-04-01 | 1 | -3/+8 |
| | |||||
* | CSS: remove background | Jef van Schendel | 2012-04-01 | 1 | -2/+1 |
| | |||||
* | Logo margin fix | Jef van Schendel | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | Add dropdown to header | Jef van Schendel | 2012-04-01 | 2 | -2/+84 |
| | |||||
* | Revert changes from last commit; I am an idiot | Jef van Schendel | 2012-03-31 | 1 | -11/+0 |
| | |||||
* | Switch over content to new layout/text; slight css edits | Jef van Schendel | 2012-03-31 | 1 | -0/+11 |
| | |||||
* | Increase bottom margin header | Jef van Schendel | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | Small CSS changes to header | Jef van Schendel | 2012-03-31 | 1 | -7/+13 |
| | |||||
* | Seeking works in firefox | Joar Wandborg | 2012-03-29 | 2 | -34/+148 |
| | | | | | | | | - Added support for indicating multiple buffered ranges (Firefox) - Added volume slider (Chromium) - Replaced stop button with faux pause button - Added 'ended' event handler | ||||
* | Merge remote-tracking branch 'joar/audio+sniffing' | Joar Wandborg | 2012-03-27 | 3 | -0/+204 |
|\ | | | | | | | | | | | | | | | Conflicts: mediagoblin/media_types/image/processing.py mediagoblin/media_types/video/__init__.py mediagoblin/media_types/video/processing.py mediagoblin/tests/test_submission.py | ||||
| * | Faster sniffing | Joar Wandborg | 2012-03-22 | 2 | -0/+193 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Sniffing now goes through the old extension-based filter before doing it the bitsniffing way. - Refractored get_media_type_and_manager(filename). - Removed ogg extension from video accepted extensions, audio will take care of that. - Added custom audio player, still WIP,but working. - Added test for sniffing. This only tests for the mediagoblin.media_types.image type, as that is the only one enabled from start. | ||||
* | | Add comment in JavaScript file about duplicating the password field | Jef van Schendel | 2012-03-26 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Jef van Schendel | 2012-03-25 | 1 | -0/+25 |
|\ \ | |||||
| * | | set username default server-side | Jakob Kramer | 2012-03-25 | 1 | -2/+0 |
| | | | |||||
| * | | Fill username automatically in (Forget Password) | Jakob Kramer | 2012-03-24 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | Fill the username automatically in the "Forget Password" form if the user already entered his username on the login page | ||||
* | | | Header style change | Jef van Schendel | 2012-03-25 | 1 | -9/+4 |
|/ / | |||||
* | | Allow arrow keys in input fields and textareas | Jakob Kramer | 2012-03-24 | 2 | -2/+10 |
| | | | | | | | | | | If you pressed an arrow key in a textarea before, the next/previous media was opened. | ||||
* | | Small styling change for sidebar data | Jef van Schendel | 2012-03-17 | 1 | -6/+7 |
| | | |||||
* | | adding the video.js wrapper | Sacha De'Angeli | 2012-03-12 | 1 | -0/+1 |
| | |