aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
Commit message (Collapse)AuthorAgeFilesLines
* change to class instead of id to work with firefoxRodney Ewing2013-07-111-2/+2
|
* fix for boolean fieldsRodney Ewing2013-07-111-0/+4
|
* Padding on the header-dropdown areaChristopher Allan Webber2013-06-221-0/+1
| | | | | This helps make it a bit clearer that things are "contained inside" the header dropdown area.
* Merge remote-tracking branch 'refs/remotes/joar/notifications'Christopher Allan Webber2013-06-222-0/+42
|\ | | | | | | | | Conflicts: mediagoblin/db/migrations.py
| * New notifications, fixedJoar Wandborg2013-06-091-0/+18
| | | | | | | | | | | | - Remove notification-gem if notifications are null - Move comment-susbscription next to add-comment button - Add copyright header to notifications.js
| * New notificationsJoar Wandborg2013-06-092-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added request.notifications - Email configuration fixes - Set config_spec default SMTP port to `0` and switch to SSL/non-SSL default if `port == 0` - Added email_smtp_use_ssl configuration setting - Added migrations for notification tables - Added __repr__ to MediaComment(Mixin) - Added MediaComment.get_entry => MediaEntry - Added CommentSubscription, CommentNotification, Notification, ProcessingNotification tables - Added notifications.task to celery init - Fixed a bug in the video transcoder where pygst would hijack the --help argument. - Added notifications - views - silence - subscribe - routes - utility methods - celery task - Added half-hearted .active comment CSS style - Added quick JS to show header_dropdown - Added fragment template to show notifications in header_dropdown - Added fragment template to show subscribe/unsubscribe buttons on media/comment pages - Updated celery setup tests with notifications.task - Tried to fix test_misc tests that I broke - Added notification tests - Added and extended tests.tools fixtures - Integrated new notifications into media_home, media_post_comment views - Bumped SQLAlchemy dependency to >= 0.8.0 since we need polymorphic for the notifications to work
* | pdf: remove two unused files (we use pdf.js in an iframe, no need for our ↵Alon Levy2013-06-212-5063/+0
|/ | | | | | own bastard copy) Signed-off-by: Alon Levy <alevy@redhat.com>
* Commenting out the max-height restriction on thumbnails.Christopher Allan Webber2013-05-301-3/+6
|
* Cleaned up EXIF viewJoar Wandborg2013-05-231-0/+26
| | | | | | The last update made the assumption that EXIF metadata is in some way consistent between camera models, images, manufacturers. This update takes into account that nothing is certain whenever EXIF is involved.
* Modifies EXIF section with Camera Info, display toggle and template stylingGabriel Saldana2013-05-201-0/+32
|
* add pdf media typeAlon Levy2013-04-153-0/+5064
| | | | | | | | | | | | | | | | | | | | | | | The new media type supports pdf and a subset of media recognized by libreoffice via unoconv. Every document added goes through: * conversion to pdf with unoconv if not already a pdf * creation of thumbnail and medium sized image, and pdfinfo generates some information (even for unoconv produces docs - should fix this) Poppler (pdftocairo, pdfinfo) is used. http://poppler.freedesktop.org/ A working but uglified pdf.js integration exists, which is enabled by setting pdf.pdf_js=true mediagoblin_local.ini (disabled in mediagoblin.ini) Adds one test to the test_submission test suite, and another separate test_pdf suite. The tests are only run if media_types.pdf.processing.check_prerequisites passes, so the test suite will not require any extra package. TODO: make test suite say 'skipped' in that case instead of just 'ok' Signed-off-by: Alon Levy <alon@pobox.com>
* Text-align the headers on the media panel to the left to avoid confusionChristopher Allan Webber2013-04-131-0/+1
| | | | Thanks to Tsyesika for pointing this out!
* Comment when/author link styling changesChristopher Allan Webber2013-04-131-0/+19
|
* Added thingiview.js symlink, fixes webgl viewJoar Wandborg2013-03-101-0/+1
|
* Removing html5shiv for not complying with its own licenses and racismChristopher Allan Webber2013-02-261-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 deuxJef van Schendel2013-02-241-0/+5
|
* Improved dropdown stylingJef van Schendel2013-02-241-0/+1
|
* Fix "Add to collection" button: remove icon, add text, add to collections.htmlJef van Schendel2013-02-081-0/+0
|
* Merge remote-tracking branch 'refs/remotes/origin/533-new-dropdown'Christopher Allan Webber2013-01-172-11/+39
|\ | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/root.html
| * CSS edits to dropdown menu; added log out button for unverified usersJef van Schendel2013-01-171-11/+6
| |
| * Add header_dropdown.jsJef van Schendel2012-12-041-0/+27
| |
| * Edit header styling (add border-bottom, remove background-color); add margin ↵Jef van Schendel2012-12-041-2/+5
| | | | | | | | to header_dropdown
| * Fix header width again: this is a better approachJef van Schendel2012-12-021-2/+2
| |
| * Fix header width issue on small screensJef van Schendel2012-12-021-0/+1
| |
| * First commit to add header dropdownJef van Schendel2012-12-021-1/+3
| |
* | Change position of "Delete account" link, put it below the formJef van Schendel2013-01-171-0/+6
| |
* | Bump bundled video.js to v3.2.3 (#512)Sebastian Spaeth2012-12-253-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 Schendel2012-12-161-28/+5
| | | | | | | | same as other thumbnails
* | Small styling edits to thumbnailsJef van Schendel2012-12-131-2/+4
| |
* | Make "add media to collection" a normal <img/>Elrond2012-12-131-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 Webber2012-12-037-1773/+0
| |
* | disabled auto rotateAeva Ntsc2012-12-031-6/+10
| |
* | Added the thingiview.js library.Aeva Ntsc2012-12-031-0/+165
| |
* | Added the thingiview.js library.Aeva Ntsc2012-12-036-0/+1604
|/
* Pop up OpenStreetMap license on demand (#410)Sebastian Spaeth2012-11-162-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 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>
* Revert thumbnail styling and sizing; allows for 5 thumbnails per rowJef van Schendel2012-11-011-4/+4
|
* Change thumbnail width to 212pxJef van Schendel2012-11-011-1/+1
|
* Don't show zoom in cursor if there is no larger versionJef van Schendel2012-10-231-1/+1
|
* Replace dropdown in top right with regular linksJef van Schendel2012-10-212-61/+0
|
* Fix thumbnail aspect ratiosJef van Schendel2012-10-201-1/+1
|
* Thumbnail styling edits plus edits to the object_gallery (4 columns instead ↵Jef van Schendel2012-10-191-3/+8
| | | | of 5 by default)
* Thumbnail styling edits to base theme and Airy themeJef van Schendel2012-10-191-2/+6
|
* Added new files for collectionsAaron Williamson2012-09-182-0/+26
|
* Added basic collection functionalityAaron Williamson2012-09-181-0/+43
|
* Changed <pre> margin to confirm with <p> marginsJoar Wandborg2012-08-081-4/+2
|
* allow pre+code tags in rendered HTMLJakob Kramer2012-08-071-2/+18
|
* Added text-overflow: ellipsis to the media thumbnailsJoar Wandborg2012-07-281-0/+3
|
* Add zoom-in cursor css; small indentation fixJef van Schendel2012-07-211-5/+11
|
* Insignificant edits to logo SVGJef van Schendel2012-07-201-10/+10
|