380 Commits

Author SHA1 Message Date
Jef van Schendel
8567c0479f Don't show zoom in cursor if there is no larger version 2012-10-23 15:41:46 +02:00
Jef van Schendel
294979824c Replace dropdown in top right with regular links 2012-10-21 21:49:39 +02:00
Jef van Schendel
e3f1fddf87 Fix thumbnail aspect ratios 2012-10-20 15:19:11 +02:00
Jef van Schendel
1c66750a4a Thumbnail styling edits plus edits to the object_gallery (4 columns instead of 5 by default) 2012-10-19 21:13:40 +02:00
Jef van Schendel
42d4763c7a Thumbnail styling edits to base theme and Airy theme 2012-10-19 21:01:44 +02:00
Aaron Williamson
a0fdc00fab Added new files for collections 2012-09-18 18:10:36 +02:00
Aaron Williamson
be5be1154f Added basic collection functionality 2012-09-18 18:10:36 +02:00
Joar Wandborg
089508d07b Changed <pre> margin to confirm with <p> margins 2012-08-08 00:22:52 +02:00
Jakob Kramer
cf29edcd74 allow pre+code tags in rendered HTML 2012-08-07 22:19:10 +02:00
Joar Wandborg
65a2eb6694 Added text-overflow: ellipsis to the media thumbnails 2012-07-28 21:01:56 +02:00
Jef van Schendel
36f8e350d4 Add zoom-in cursor css; small indentation fix 2012-07-21 00:27:49 +02:00
Jef van Schendel
5381b4b7a0 Insignificant edits to logo SVG 2012-07-20 21:06:41 +02:00
Jef van Schendel
47ab857fa3 Increase Description and Bio textarea height to 100px 2012-07-20 00:45:49 +02:00
Joar Wandborg
1d83cf8a81 Added html5slider to support range inputs in Firefox 2012-04-18 12:06:10 +02:00
Joar Wandborg
d684af2766 Merge remote-tracking branch 'joar/media-fixes' 2012-04-09 20:36:50 +02:00
Joar Wandborg
196a518132 Media processing, transcoding, display fixes
- 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.
2012-04-09 16:28:46 +02:00
Jef van Schendel
ab299ba449 Add MediaGoblin video player skin by chron0 2012-04-08 21:53:17 +02:00
Jef van Schendel
98853c63fd JS: fix first part of #422; make items in drop-down acutally work 2012-04-01 18:06:49 +02:00
Jef van Schendel
339105fa36 CSS: change padding-left to margin-left 2012-04-01 17:25:50 +02:00
Jef van Schendel
e4898f43fd CSS: change comment margins 2012-04-01 17:25:25 +02:00
Jef van Schendel
55dbaa9b77 HTML/CSS: comment style changes 2012-04-01 17:22:37 +02:00
Jef van Schendel
2d65b47360 CSS: remove background 2012-04-01 17:07:52 +02:00
Jef van Schendel
30a89a5704 Logo margin fix 2012-04-01 17:04:50 +02:00
Jef van Schendel
d297d8e834 Add dropdown to header 2012-04-01 16:02:23 +02:00
Jef van Schendel
e79d69739e Revert changes from last commit; I am an idiot 2012-03-31 16:55:35 +02:00
Jef van Schendel
18dbdf07ba Switch over content to new layout/text; slight css edits 2012-03-31 16:48:06 +02:00
Jef van Schendel
c5a9ecf247 Increase bottom margin header 2012-03-31 14:25:37 +02:00
Jef van Schendel
d317d9d690 Small CSS changes to header 2012-03-31 14:10:58 +02:00
Joar Wandborg
97e40b5285 Seeking works in firefox
- Added support for indicating multiple buffered
  ranges (Firefox)
- Added volume slider (Chromium)
- Replaced stop button with faux pause button
- Added 'ended' event handler
2012-03-29 16:06:36 +02:00
Joar Wandborg
deea3f6661 Merge remote-tracking branch 'joar/audio+sniffing'
Conflicts:
	mediagoblin/media_types/image/processing.py
	mediagoblin/media_types/video/__init__.py
	mediagoblin/media_types/video/processing.py
	mediagoblin/tests/test_submission.py
2012-03-27 12:05:09 +02:00
Jef van Schendel
ebb24e4fd1 Add comment in JavaScript file about duplicating the password field 2012-03-26 20:23:49 +02:00
Jef van Schendel
7ccf418185 Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin 2012-03-25 21:34:00 +02:00
Jakob Kramer
952b97d5a0 set username default server-side 2012-03-25 21:51:09 +02:00
Jef van Schendel
afcb08553e Header style change 2012-03-25 21:33:52 +02:00
Jakob Kramer
6c49799deb Fill username automatically in (Forget Password)
Fill the username automatically in the "Forget Password" form
if the user already entered his username on the login page
2012-03-24 17:39:52 +01:00
Jakob Kramer
e8be1d7af5 Allow arrow keys in input fields and textareas
If you pressed an arrow key in a textarea before, the next/previous media
was opened.
2012-03-24 14:49:43 +01:00
Joar Wandborg
a9d84d4cb7 Faster sniffing
- 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.
2012-03-22 01:27:19 +01:00
Jef van Schendel
4c417c59b3 Small styling change for sidebar data 2012-03-17 22:56:25 +01:00
Sacha De'Angeli
560e22e7d2 adding the video.js wrapper 2012-03-12 19:44:55 -05:00
Jef van Schendel
fcc0f4e81d Slight change to thumbnail gallery style 2012-03-11 00:03:50 +01:00
Jef van Schendel
74743bed0a Push another half-fix for portrait thumbnails. Man, this thing is breaking all over the place. 2012-03-07 16:29:02 +01:00
Jef van Schendel
2b7b701019 Sort-of fixes so the header does not collapse anymore. Header needs redesigning. 2012-03-07 16:24:23 +01:00
Jef van Schendel
8860fd0708 Header doesn't need a height 2012-03-07 16:17:21 +01:00
Jef van Schendel
c4370069ec Actually decrease thumbnail size instead of just their containers 2012-03-07 16:11:24 +01:00
Jef van Schendel
b01a3b9386 Revert thumbnail gallery change: switch back to tables 2012-03-06 00:35:55 +01:00
Jef van Schendel
fe53180359 Fix merge conflict in prev_next.html 2012-03-06 00:31:34 +01:00
Jef van Schendel
1213b8260a Stop failing if there is no previous/next to go to 2012-03-05 19:27:26 +01:00
Jef van Schendel
5cacba2395 Merge branch 'keyboard_nav' 2012-03-05 19:21:59 +01:00
Jef van Schendel
141f14e27e Add sidebar again 2012-03-04 19:13:47 +01:00
Jef van Schendel
822d37176e Merge branch 'newlayout' into newlayout-stage 2012-03-04 19:05:41 +01:00