729424befd
Fix media display for no media_data row in sql.
Elrond
2012-03-15 12:35:58 +01:00
007ac2e720
Implemented the MediaEntry .media_data type fields for SQL
Christopher Allan Webber
2012-03-14 18:28:06 -05:00
956335c839
Removing an unnecessary line of whitespace AND crediting Hugo Boyer for the ipython code!
Christopher Allan Webber
2012-03-14 16:03:09 -05:00
d87ed21ac4
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber
2012-03-14 16:00:53 -05:00
0e93443f59
ipython support in ./bin/gmg shell!
Christopher Allan Webber
2012-03-14 16:00:34 -05:00
36ccc57bea
Add gps_altitude and gps_direction to image media_data.
Elrond
2012-03-14 21:17:50 +01:00
ea200c32ac
Change image processing to create new .gps_*.
Elrond
2012-03-14 20:15:04 +01:00
e0b2b245fe
Use .gps_* in the template and add translations.
Elrond
2012-03-14 20:13:42 +01:00
ca722c3caf
Migration to move gps data around
Elrond
2012-03-14 19:35:48 +01:00
dc84dbee7f
Merge branch 'elrond-sql-convert_video_data'
Christopher Allan Webber
2012-03-14 14:04:05 -05:00
4a86335157
Fix VideoData insertion
Christopher Allan Webber
2012-03-14 14:03:49 -05:00
e5fce8a50c
Preserve existing translation
Christopher Allan Webber
2012-03-14 12:44:19 -05:00
ff6933fa4c
Provide a source link so we can comply with the AGPL
Christopher Allan Webber
2012-03-14 12:38:55 -05:00
ef7de98ad5
Convert media_data for video
Elrond
2012-03-13 23:03:03 +01:00
19e67f5955
Merge remote-tracking branch 'refs/remotes/chemhacker/bug402_nicer_skin_for_video'
Christopher Allan Webber
2012-03-13 15:40:59 -05:00
560e22e7d2
adding the video.js wrapper
Sacha De'Angeli
2012-03-12 19:44:55 -05:00
849cf91fc8
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber
2012-03-12 18:38:35 -05:00
cc9f9a1dd3
Another .one -> .find_one
Elrond
2012-03-13 00:17:06 +01:00
1f36e6bee9
Merge remote-tracking branch 'derek-moore/bug293_non_ascii_password'
Christopher Allan Webber
2012-03-12 18:19:03 -05:00
20a3e278bc
Changes for 293. Tests pass, encode UTF8 on password on registration (and also for subsequent logins once the user is created) is working.
Derek Moore
2012-03-12 16:02:42 -07:00
84812db59d
Change user search from .one to .fine_one.
Elrond
2012-01-28 00:24:09 +01:00
8bc894e82b
Added m4v to list of media types and a comment stating we should autogenerate extension list
Christopher Allan Webber
2012-03-12 13:38:22 -05:00
fcc0f4e81d
Slight change to thumbnail gallery style
Jef van Schendel
2012-03-11 00:03:50 +01:00
193e0f5346
Improve logging of sql queries a bit.
Elrond
2012-03-10 22:34:06 +01:00
9743ce886a
Replaced 'not foo == None' with 'foo is not None' in ascii sniffing too
Joar Wandborg
2012-03-08 23:49:41 +01:00
e2007352f5
Clean up the workbench after audio processing
Joar Wandborg
2012-03-08 23:03:52 +01:00
e2caf5743c
Changed not foo == None to foo is not None in image sniff handler
Joar Wandborg
2012-03-08 22:58:16 +01:00
3c7d451c71
Forgot to add FileKeynames to MODELS
Elrond
2012-03-08 00:14:45 +01:00
a9dac7c83d
Normalize MediaFile.name (make it a foreignkey)
Elrond
2012-02-24 21:16:02 +01:00
703d09b985
Changed from key-notation to dot-notation in edit_profile
Joar Wandborg
2012-03-08 01:02:40 +01:00
4dbf16be33
SQL: Added MediaFile and MediaAttachmentFile to MODELS
Joar Wandborg
2012-03-08 01:02:06 +01:00
034a0e0b97
Added a notice about mgg.global_config perhaps sometime not being loaded before mediagoblin.processing is imported.
Joar Wandborg
2012-03-08 00:06:37 +01:00
4f4f2531ad
Removed diaper patterns from audio/video sniffers, video preload set to 'metadata'
Joar Wandborg
2012-03-07 22:48:23 +01:00
814334f6eb
Generic generate_slug for mongo and sql.
Elrond
2012-02-19 12:14:13 +01:00
74743bed0a
Push another half-fix for portrait thumbnails. Man, this thing is breaking all over the place.
Jef van Schendel
2012-03-07 16:29:02 +01:00
2b7b701019
Sort-of fixes so the header does not collapse anymore. Header needs redesigning.
Jef van Schendel
2012-03-07 16:24:23 +01:00
8860fd0708
Header doesn't need a height
Jef van Schendel
2012-03-07 16:17:21 +01:00
c4370069ec
Actually decrease thumbnail size instead of just their containers
Jef van Schendel
2012-03-07 16:11:24 +01:00
0dedf3f2cf
Translate less html.
Elrond
2012-03-06 14:49:42 +01:00
3d541b04a9
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Jef van Schendel
2012-03-06 00:36:15 +01:00
b01a3b9386
Revert thumbnail gallery change: switch back to tables
Jef van Schendel
2012-03-06 00:35:55 +01:00
fe53180359
Fix merge conflict in prev_next.html
Jef van Schendel
2012-03-06 00:31:34 +01:00
b62b3b982a
Generic check_media_slug_used db utility.
Elrond
2012-01-24 21:47:40 +01:00
c65cbf9514
SQL: Tool to cleanup unused tag slugs.
Elrond
2012-01-24 23:03:33 +01:00
1213b8260a
Stop failing if there is no previous/next to go to
Jef van Schendel
2012-03-05 19:27:26 +01:00
5cacba2395
Merge branch 'keyboard_nav'
Jef van Schendel
2012-03-05 19:21:59 +01:00
e58f259965
Edit css rule to allow users to zoom
Jef van Schendel
2012-03-05 18:47:31 +01:00
c898fa5acc
Added the sql_switch.py script to .gitignore
Joar Wandborg
2012-03-05 17:15:43 +01:00
325ca444d1
Implement atomic_update for SQL.
Elrond
2012-02-12 22:58:08 +01:00