Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added thingiview.js symlink, fixes webgl view | Joar Wandborg | 2013-03-10 | 1 | -0/+1 |
| | |||||
* | Removing html5shiv for not complying with its own licenses and racism | Christopher Allan Webber | 2013-02-26 | 1 | -1/+0 |
| | | | | | | | | | | Issues of racism seem to have been resolved and removed from upstream, but make having this as a dependency somewhat uncomfortable: https://github.com/aFarkas/html5shiv/issues/91 Regardless, at the time of writing the project doesn't comply with its own license... it states to be dual licensed under MIT and GPLv2 but distributes neither of these licenses with its source. | ||||
* | Improved dropdown styling, part deux | Jef van Schendel | 2013-02-24 | 1 | -0/+5 |
| | |||||
* | Improved dropdown styling | Jef van Schendel | 2013-02-24 | 1 | -0/+1 |
| | |||||
* | Fix "Add to collection" button: remove icon, add text, add to collections.html | Jef van Schendel | 2013-02-08 | 1 | -0/+0 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/origin/533-new-dropdown' | Christopher Allan Webber | 2013-01-17 | 2 | -11/+39 |
|\ | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/root.html | ||||
| * | CSS edits to dropdown menu; added log out button for unverified users | Jef van Schendel | 2013-01-17 | 1 | -11/+6 |
| | | |||||
| * | Add header_dropdown.js | Jef van Schendel | 2012-12-04 | 1 | -0/+27 |
| | | |||||
| * | Edit header styling (add border-bottom, remove background-color); add margin ↵ | Jef van Schendel | 2012-12-04 | 1 | -2/+5 |
| | | | | | | | | to header_dropdown | ||||
| * | Fix header width again: this is a better approach | Jef van Schendel | 2012-12-02 | 1 | -2/+2 |
| | | |||||
| * | Fix header width issue on small screens | Jef van Schendel | 2012-12-02 | 1 | -0/+1 |
| | | |||||
| * | First commit to add header dropdown | Jef van Schendel | 2012-12-02 | 1 | -1/+3 |
| | | |||||
* | | Change position of "Delete account" link, put it below the form | Jef van Schendel | 2013-01-17 | 1 | -0/+6 |
| | | |||||
* | | Bump bundled video.js to v3.2.3 (#512) | Sebastian Spaeth | 2012-12-25 | 3 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is nothing inherently wrong with the currently bundled version, but the last one was uploaded in March 2012 and there have been upstream releases since. So bump to the latest available release 3.2.3. Might help with the reported issue 512 of an unresponsive video player. Do note that the Flash fallback option is removed. If we decide this should be added it is easy to add it back. We still use our own customized theme. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | | 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 |
| |