Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pop up OpenStreetMap license on demand (#410) | Sebastian Spaeth | 2012-11-16 | 1 | -7/+3 |
| | | | | | | | | | | | | | | | | | 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> | ||||
* | Merge remote-tracking branch 'joar/audio+sniffing' | Joar Wandborg | 2012-03-27 | 1 | -0/+5 |
| | | | | | | | | Conflicts: mediagoblin/media_types/image/processing.py mediagoblin/media_types/video/__init__.py mediagoblin/media_types/video/processing.py mediagoblin/tests/test_submission.py | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | JavaScript fixes - AGPL headers, etc | Joar Wandborg | 2012-01-28 | 1 | -3/+20 |
| | | | | | | - Added AGPL header to comment_show.js, show_password.js and geolocation-map.js - Removed console.log from geolocation-map.js | ||||
* | Added code for leaflet geolocation map | Joar Wandborg | 2012-01-25 | 1 | -0/+29 |