Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | Slight change to thumbnail gallery style | Jef van Schendel | 2012-03-11 | 1 | -3/+5 | |
| | | ||||||
* | | Push another half-fix for portrait thumbnails. Man, this thing is breaking ↵ | Jef van Schendel | 2012-03-07 | 1 | -1/+3 | |
| | | | | | | | | all over the place. | |||||
* | | Sort-of fixes so the header does not collapse anymore. Header needs redesigning. | Jef van Schendel | 2012-03-07 | 1 | -1/+11 | |
| | | ||||||
* | | Header doesn't need a height | Jef van Schendel | 2012-03-07 | 1 | -1/+0 | |
| | | ||||||
* | | Actually decrease thumbnail size instead of just their containers | Jef van Schendel | 2012-03-07 | 1 | -0/+4 | |
| | | ||||||
* | | Revert thumbnail gallery change: switch back to tables | Jef van Schendel | 2012-03-06 | 1 | -3/+2 | |
| | | ||||||
* | | Fix merge conflict in prev_next.html | Jef van Schendel | 2012-03-06 | 3 | -53/+94 | |
|\ \ | ||||||
| * | | Add sidebar again | Jef van Schendel | 2012-03-04 | 1 | -8/+4 | |
| | | | ||||||
| * | | Merge branch 'newlayout' into newlayout-stage | Jef van Schendel | 2012-03-04 | 3 | -56/+101 | |
| |\ \ | ||||||
| | * | | Forgot to add these layout changes. Everything should work now. | Jef van Schendel | 2012-02-21 | 1 | -25/+55 | |
| | | | | ||||||
| | * | | Resolve merge conflicts | Jef van Schendel | 2012-02-21 | 1 | -41/+22 | |
| | |\ \ | ||||||
| | * | | | Responsive thumbnail gallery time | Jef van Schendel | 2012-02-18 | 1 | -1/+17 | |
| | | | | | ||||||
| | * | | | Enlarge navigation buttons when mobile | Jef van Schendel | 2012-02-15 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | Simplify and fix button styles; add larger button styles for mobile | Jef van Schendel | 2012-02-15 | 1 | -13/+6 | |
| | | | | | ||||||
| | * | | | Removed cancel_link class; slight changes to button_form style | Jef van Schendel | 2012-02-15 | 1 | -21/+6 | |
| | | | | | ||||||
| | * | | | Center small images by default | Jef van Schendel | 2012-02-14 | 1 | -1/+4 | |
| | | | | | ||||||
| | * | | | Remove form background images; replace them with regular border styles | Jef van Schendel | 2012-02-14 | 3 | -4/+3 | |
| | | | | | ||||||
* | | | | | Stop failing if there is no previous/next to go to | Jef van Schendel | 2012-03-05 | 1 | -2/+6 | |
| | | | | | ||||||
* | | | | | Merge branch 'keyboard_nav' | Jef van Schendel | 2012-03-05 | 1 | -0/+29 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add left and right arrow keys navigation (add new JS file, link it from ↵ | Jef van Schendel | 2012-02-14 | 1 | -0/+29 | |
| | |/ / | |/| | | | | | | | | | | media.html; add new navigation_right class to right button) | |||||
* / | | | Go go mediagoblin favico symmetry | Christopher Allan Webber | 2012-03-01 | 2 | -0/+0 | |
|/ / / | ||||||
* / / | Revert "Layout overhaul time!" | Christopher Allan Webber | 2012-02-13 | 1 | -59/+22 | |
|/ / | | | | | | | | | | | | | | | This reverts a whole bunch of commits, fb1dc4f5 thru 92e8ca79, where an experimental new layout was played with. Unfortunately, this layout broke the look and feel of master, even though it was going in the right direction for mobile stuff. Jef said he'll do things in a branch! | |||||
* | | Wait, scratch that. This commit uses a better way. | Jef van Schendel | 2012-02-12 | 1 | -0/+2 | |
| | | ||||||
* | | Add navigation button styles for mobile | Jef van Schendel | 2012-02-12 | 1 | -0/+12 | |
| | | ||||||
* | | Fix comment input field width/padding; change some text; remove weird ↵ | Jef van Schendel | 2012-02-12 | 1 | -10/+7 | |
| | | | | | | | | #form_comment duplicate rules; move Edit/Delete buttons next to title | |||||
* | | Make media thumbnail gallery a list instead of a table | Jef van Schendel | 2012-02-12 | 1 | -0/+1 | |
| | | ||||||
* | | Corrections for mobile layout | Jef van Schendel | 2012-02-12 | 1 | -3/+9 | |
| | | ||||||
* | | Style sidedata h3; revert sidebar margin change | Jef van Schendel | 2012-02-12 | 1 | -1/+10 | |
| | | ||||||
* | | Fix sidebar margins | Jef van Schendel | 2012-02-12 | 1 | -2/+1 | |
| | | ||||||
* | | Restore sidebar | Jef van Schendel | 2012-02-12 | 1 | -4/+2 | |
| | | ||||||
* | | Layout overhaul time! | Jef van Schendel | 2012-02-11 | 1 | -6/+19 | |
| | | ||||||
* | | Fix for ticket #386 | Jef van Schendel | 2012-02-09 | 1 | -0/+16 | |
|/ | ||||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 3 | -3/+3 | |
| | ||||||
* | JavaScript fixes - AGPL headers, etc | Joar Wandborg | 2012-01-28 | 3 | -3/+56 | |
| | | | | | | - 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 | 2 | -0/+30 | |
| | ||||||
* | Installed leaflet in extlib | Joar Wandborg | 2012-01-25 | 1 | -0/+1 | |
| |