mediagoblin.git
2012-04-02 ElrondMongo -> SQL conversion tool: UI improvements
2012-04-02 Joar WandborgFixed an issue where orphaned comments breaks the import
2012-04-01 Christopher... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-04-01 ElrondFix unit tests for sql: cache media_id.
2012-04-01 ElrondFinally enable SQL for everybody!
2012-04-01 ElrondSwitch JSONEncoded from VARCHAR to TEXT
2012-04-01 Jef van SchendelJS: fix first part of #422; make items in drop-down...
2012-04-01 Jef van SchendelCSS: change padding-left to margin-left
2012-04-01 Jef van SchendelCSS: change comment margins
2012-04-01 Jef van SchendelHTML/CSS: comment style changes
2012-04-01 Jef van SchendelHTML: remove elements for comment button style change
2012-04-01 Jef van SchendelCSS: remove background
2012-04-01 Jef van SchendelLogo margin fix
2012-04-01 Jef van SchendelAdd dropdown to header
2012-03-31 Jef van SchendelRevert changes from last commit; I am an idiot
2012-03-31 Jef van SchendelSwitch over content to new layout/text; slight css...
2012-03-31 Jef van SchendelIncrease bottom margin header
2012-03-31 Jef van SchendelSmall CSS changes to header
2012-03-30 Joar WandborgAdded pygst.require('0.10') since it's absence breaks...
2012-03-29 Joar WandborgUpdated Video docs, so that I won't forget
2012-03-29 Joar WandborgCleaned up media_types.video.transcoders
2012-03-29 ElrondAnd remove some now useless methods.
2012-03-29 ElrondRemove the DictReadProxy thing.
2012-03-29 ElrondFix some simple errors.
2012-03-29 ElrondChange models to a _v0 suffix.
2012-03-29 ElrondMake a copy of models for v0.
2012-03-29 Joar WandborgMerge branch 'master' of gitorious.org:mediagoblin...
2012-03-29 Joar WandborgCleanded up video imports, removed PyGTK dependency
2012-03-29 ElrondAudio: And add empty migrations.
2012-03-29 ElrondAudio: Add models and disable media_data.
2012-03-29 Joar WandborgMerge branch 'master' of gitorious.org:mediagoblin...
2012-03-29 Joar WandborgSeeking works in firefox
2012-03-29 ElrondThe video media_type needs pygtk/gtk.
2012-03-28 Elrond411: Add relationship and backrefs to media_data tables.
2012-03-27 Joar WandborgChanged audio.* Image* imports
2012-03-27 Joar WandborgFixed test_submission -> test_evil_file test
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-26 Christopher... Removing superfluous whitespace
2012-03-26 Christopher... Merge remote-tracking branch 'remotes/slikdigit/bassam'
2012-03-26 Christopher... Merge remote-tracking branch 'remotes/bretts/bug261...
2012-03-26 ElrondReload the user for current values.
2012-03-26 ElrondReload and detach the test user.
2012-03-26 Jef van SchendelAdd comment in JavaScript file about duplicating the...
2012-03-26 Brett SmithMerge remote branch 'origin/master' into bug261-resized...
2012-03-26 Brett SmithRename to FilenameBuilder, with a main method named...
2012-03-26 Christopher... TestSubission's tag check stuff passing now
2012-03-26 Christopher... Remove the user_dev directory on tests ending
2012-03-26 Christopher... Suggest we move to an in-memory database ;)
2012-03-26 Christopher... SQL based tests and refactored Celery setup stuff
2012-03-26 Joar WandborgMedia type refractors, pep8, lint
2012-03-25 Jef van SchendelMerge branch 'master' of gitorious.org:mediagoblin...
2012-03-25 ElrondMerge remote-tracking branch 'gandaro/forgot-password...
2012-03-25 Jakob Kramerset username default server-side
2012-03-25 Jef van SchendelHeader style change
2012-03-25 Brett SmithRefactor video processing to use FilenameMunger.
2012-03-25 Brett SmithUse FilenameMunger.
2012-03-25 Brett SmithAdd documentation to the FilenameMunger class.
2012-03-25 Brett SmithAdd FilenameMunger class to processing, with tests.
2012-03-25 ElrondDrop debug from migration.
2012-03-25 ElrondCleanup mongo->sql converter.
2012-03-25 ElrondDo not fill media_data['exif'] any more.
2012-03-25 ElrondMigration fixup: Drop empty exif_all.
2012-03-25 ElrondCreate migration to move exif data around in media_data.
2012-03-25 ElrondUse exif_display_iter in the template.
2012-03-25 ElrondStart to fill media_data.exif_all in addition.
2012-03-24 Jakob KramerFill username automatically in (Forget Password)
2012-03-24 Christopher... Merge remote-tracking branch 'remotes/gandaro/wipeallda...
2012-03-24 Jakob KramerWipe the configured database, not the default one
2012-03-24 Jakob KramerAllow arrow keys in input fields and textareas
2012-03-23 Jakob Kramerremove unused `mg.submit.security' module
2012-03-23 ElrondFix cyclic import issue.
2012-03-23 ElrondCreate MediaEntry.exif_display_iter()
2012-03-23 Elrondimage_mediadata: Add exif_all column
2012-03-23 ElrondAdd copyright header to image/models.py
2012-03-23 Jakob Kramercorrect wrong version number
2012-03-22 ElrondNew media_data row needs to know its MediaEntry's id.
2012-03-22 Joar WandborgFaster sniffing
2012-03-21 ElrondAdd index=True for some columns.
2012-03-21 ElrondFinally load all models.
2012-03-21 ElrondPanel: Find "unprocessed" not "processing" entries.
2012-03-21 ElrondAnd fix the in-celeryd import.
2012-03-21 ElrondMove celery task into own task.py
2012-03-21 ElrondTurn processing.py into a submodule.
2012-03-21 Christopher... Merge remote-tracking branch 'refs/remotes/brett/bug270...
2012-03-21 Brett SmithAdd tests for image processing. Check filenames and...
2012-03-21 Brett SmithMake a function to generate test image filenames.
2012-03-21 Brett SmithPrefer nose assert_* methods to the assert built-in.
2012-03-21 Brett SmithRefactor false image tests.
2012-03-21 Brett SmithRefactor normal upload tests.
2012-03-21 Brett SmithRefactor MediaEntry fetches/checks into check_media().
2012-03-21 Brett SmithRefactor data posts into one do_post function.
2012-03-20 ElrondMore standard media_data model for ascii.
2012-03-20 ElrondCreate load_models().
2012-03-20 ElrondImport "Base" from base instead of models.
2012-03-20 ElrondDisable query logging for now, so we get nicer logs
2012-03-18 Jakob Kramer500 error because of subscripting instead of using...
2012-03-18 Christopher... Committing extracted and compiled translations
2012-03-18 Christopher... Committing present MediaGoblin translations before...
2012-03-18 Christopher... Fixing manual tyop: MediaGoblin, not MediaGobiin (thank...
2012-03-18 Christopher... Removing print statements from convert_gps_media_data...
next