Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add elements for blog system. | Aditi | 2013-07-31 | 1 | -0/+18 |
| | |||||
* | change to class instead of id to work with firefox | Rodney Ewing | 2013-07-11 | 1 | -2/+2 |
| | |||||
* | fix for boolean fields | Rodney Ewing | 2013-07-11 | 1 | -0/+4 |
| | |||||
* | Padding on the header-dropdown area | Christopher Allan Webber | 2013-06-22 | 1 | -0/+1 |
| | | | | | This helps make it a bit clearer that things are "contained inside" the header dropdown area. | ||||
* | New notifications | Joar Wandborg | 2013-06-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | Commenting out the max-height restriction on thumbnails. | Christopher Allan Webber | 2013-05-30 | 1 | -3/+6 |
| | |||||
* | Cleaned up EXIF view | Joar Wandborg | 2013-05-23 | 1 | -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 styling | Gabriel Saldana | 2013-05-20 | 1 | -0/+32 |
| | |||||
* | Text-align the headers on the media panel to the left to avoid confusion | Christopher Allan Webber | 2013-04-13 | 1 | -0/+1 |
| | | | | Thanks to Tsyesika for pointing this out! | ||||
* | Comment when/author link styling changes | Christopher Allan Webber | 2013-04-13 | 1 | -0/+19 |
| | |||||
* | 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 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/origin/533-new-dropdown' | Christopher Allan Webber | 2013-01-17 | 1 | -11/+12 |
|\ | | | | | | | | | | | 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 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Pop up OpenStreetMap license on demand (#410) | Sebastian Spaeth | 2012-11-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | 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> | ||||
* | 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 | 1 | -31/+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 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 |
| | |||||
* | Increase Description and Bio textarea height to 100px | Jef van Schendel | 2012-07-20 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -2/+51 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | | 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 |
| |