Commit Graph

  • a9d84d4cb7 Faster sniffing Joar Wandborg 2012-03-22 01:27:19 +01:00
  • ecd538bb65 Add index=True for some columns. Elrond 2012-03-21 22:46:38 +01:00
  • e136ad3ed6 Finally load all models. Elrond 2012-03-21 21:46:07 +01:00
  • 32adc9b2a7 Panel: Find "unprocessed" not "processing" entries. Elrond 2012-03-21 12:08:53 +01:00
  • 4114e54df5 And fix the in-celeryd import. Elrond 2012-03-21 11:55:42 +01:00
  • eace050a7d Move celery task into own task.py Elrond 2012-03-21 11:39:52 +01:00
  • 4bdee988b6 Turn processing.py into a submodule. Elrond 2012-03-21 11:24:16 +01:00
  • 8839540656 Merge remote-tracking branch 'refs/remotes/brett/bug270-lazycelery-script' Christopher Allan Webber 2012-03-20 23:24:43 -05:00
  • 6573573dd1 Add tests for image processing. Check filenames and image sizes. Brett Smith 2012-03-20 23:59:28 -04:00
  • e75d4a0dd5 Make a function to generate test image filenames. Brett Smith 2012-03-20 23:03:11 -04:00
  • d1f52dc776 Prefer nose assert_* methods to the assert built-in. Brett Smith 2012-03-20 22:40:32 -04:00
  • c373903494 Refactor false image tests. Brett Smith 2012-03-20 22:36:56 -04:00
  • c0e87ec9d2 Refactor normal upload tests. Brett Smith 2012-03-20 22:30:57 -04:00
  • 77445d13ad Refactor MediaEntry fetches/checks into check_media(). Brett Smith 2012-03-20 22:16:28 -04:00
  • 31dd6013b8 Refactor data posts into one do_post function. Brett Smith 2012-03-20 22:07:32 -04:00
  • 8fd81053b4 More standard media_data model for ascii. Elrond 2012-03-20 23:55:28 +01:00
  • b829595334 Create load_models(). Elrond 2012-03-20 12:39:15 +01:00
  • 39fd817ab8 Import "Base" from base instead of models. Elrond 2012-03-20 12:32:11 +01:00
  • df7c405845 Disable query logging for now, so we get nicer logs Elrond 2012-03-20 12:43:09 +01:00
  • 6b45ec1b0c 500 error because of subscripting instead of using attributes Jakob Kramer 2012-03-18 22:28:22 +01:00
  • 5f08116352 Committing extracted and compiled translations Christopher Allan Webber 2012-03-18 15:16:37 -05:00
  • 50fd85967f Committing present MediaGoblin translations before pushing extracted messages Christopher Allan Webber 2012-03-18 15:16:03 -05:00
  • 9dcd8436a9 Fixing manual tyop: MediaGoblin, not MediaGobiin (thanks gandaro!) Christopher Allan Webber 2012-03-18 14:39:35 -05:00
  • 94e6052375 Merge branch 'master' into derek-moore-bug405_email_notifications_for_comments Christopher Allan Webber 2012-03-18 12:12:41 -05:00
  • 54477b4d76 Removing print statements from convert_gps_media_data migration Christopher Allan Webber 2012-03-18 12:07:13 -05:00
  • 176f207b63 small readability improvements in resize_image Brett Smith 2012-03-18 09:35:14 -04:00
  • 063670e9b4 Refactor image resize code, with better filenames (#261) Brett Smith 2012-03-17 23:43:46 -04:00
  • e4df2fc5b3 Refactor lazyserver.sh to lazystarter.sh and provide lazycelery.sh (#270) Brett Smith 2012-03-17 22:33:08 -04:00
  • 7bf819a995 Let convert_mongo_to_sql add Migration Records Elrond 2012-03-17 22:30:48 +01:00
  • 16fca040d5 Merge remote-tracking branch 'brett/bug264-delete-comments-with-media' Christopher Allan Webber 2012-03-17 17:18:15 -05:00
  • 2011f2d89e Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin Christopher Allan Webber 2012-03-17 17:09:26 -05:00
  • 9e55431143 mongo->sql conversion script now runs mongo migrations first, just in case Christopher Allan Webber 2012-03-17 17:08:46 -05:00
  • 327a1bb279 Remove sidedata class from html pages Jef van Schendel 2012-03-17 22:58:33 +01:00
  • 4c417c59b3 Small styling change for sidebar data Jef van Schendel 2012-03-17 22:56:25 +01:00
  • 4a250dbdde Also ignore the /share/ directory Christopher Allan Webber 2012-03-17 16:57:18 -05:00
  • 2f5ce68c6c Make mediagoblin SQL models all use a consistent table naming scheme Christopher Allan Webber 2012-03-17 16:48:28 -05:00
  • a0a7f87f62 When media is deleted, delete associated comments too. Brett Smith 2012-03-17 17:53:00 -04:00
  • 431811eb36 Mongosql imports made celery get set up before we wanted it via ./bin/gmg commands Christopher Allan Webber 2012-03-17 12:31:11 -05:00
  • 416b439fc8 More/better translation. Elrond 2012-03-17 13:18:43 +01:00
  • 7e5a5acd5a Small formatting changes to footer text. Jef van Schendel 2012-03-16 23:05:30 +01:00
  • 07163593ee Create function to search media by slug. Elrond 2012-03-16 18:13:46 +01:00
  • d8409c26a0 Fix for mongo. Elrond 2012-03-16 20:59:44 +01:00
  • 1eff10fa0f More efficient first element fetching and Dot-Notation. Elrond 2012-03-16 17:57:27 +01:00
  • 1b4d9edaef Fix _get_tag_name_from_entries(). Elrond 2012-03-16 21:18:04 +01:00
  • bf0f67ad65 Added wants_comment_notification to sql model Derek Moore 2012-03-15 17:25:38 -07:00
  • 252eaf21d5 These are changes for issue #405, add email comment notification. Derek Moore 2012-03-15 16:38:56 -07:00
  • 0f8221dca4 fix for ticket #404 Bassam 2012-03-15 12:13:44 -04:00
  • 497d927983 Fix uploading of images (sql: media_data, exif). Elrond 2012-03-15 12:38:09 +01:00
  • 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
  • 28306810c5 Convert (gps) image media_data. Elrond 2012-03-14 21:17:07 +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
  • dd0799ad0a Better media_data sql table for images. Elrond 2012-03-10 21:01:45 +01:00
  • 4badfd9317 adds video preload bug 375 Sacha De'Angeli 2012-03-12 14:57:31 -05: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