mediagoblin.git
2012-05-13 Will Kahn-Greene401. Plugin infrastructure
2012-05-12 Joar WandborgAdded logging to meddleware.csrf
2012-05-06 Christopher... gandaro points out we should have all headers end with...
2012-05-06 Christopher... Apparently I can't correct typos right. MedaGoblin...
2012-05-05 Christopher... A couple of typos in docs... MedaGobilin->MediaGoblin
2012-05-02 Will Kahn-GreeneUpdate version to 0.3.1.dev
2012-05-02 Will Kahn-GreeneUpdate version to 0.3.0 for release
2012-05-01 gregOne character chage: "our" to "your" in the release...
2012-05-01 Christopher... 0.3.0 *is* released! Reflect that in the release notes :)
2012-05-01 Christopher... Also tell people to install python-psycopg2 if using...
2012-05-01 Christopher... ./bin/gmg migrate -> ./bin/gmg dbupdate in the docs
2012-04-30 Christopher... Committing extracted and compiled translations
2012-04-30 Christopher... Committing present MediaGoblin translations before...
2012-04-29 Christopher... Removing references to MongoDB in docs/
2012-04-29 Christopher... No need to keep around mongodb migration tests.
2012-04-29 Christopher... Deprecate ./bin/gmg migrate.
2012-04-29 Christopher... Removing wipealldata command and deleting env_export...
2012-04-29 Christopher... Removing mongo and mongokit as dependencies.
2012-04-23 ElrondTranslate form validation error messages.
2012-04-22 Christopher... Making celeryd consistent: look for mediagoblin_local.ini
2012-04-22 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2012-04-22 Christopher... Switching BROKER_HOST to sqlite:// instead of sqlalchem...
2012-04-22 ElrondCommitting extracted and compiled translations
2012-04-22 Christopher... Remove kombu-sqlalchemy and use database string in...
2012-04-21 Christopher... Committing extracted and compiled translations
2012-04-21 Christopher... Committing present MediaGoblin translations before...
2012-04-21 ElrondExtract new translatable strings.
2012-04-21 Elrondtransifex: Wait a bit after push.
2012-04-21 Will Kahn-GreeneDocumentation updates and fixes
2012-04-19 Jakob Krameruse _ function on some now untranslatable strings
2012-04-19 Jakob Kramer'+ Add media' and 'View your profile' translatable
2012-04-18 Christopher... Also make sure mimetype here is set correctly via mimet...
2012-04-18 Christopher... Committing extracted and compiled translations
2012-04-18 Christopher... Make image-for-media_title alt tag translatable
2012-04-18 Christopher... Committing extracted and compiled translations
2012-04-18 Christopher... Committing present MediaGoblin translations before...
2012-04-18 Joar WandborgMerge remote-tracking branch 'joar/html5slider'
2012-04-18 Joar WandborgAdded html5slider to support range inputs in Firefox
2012-04-16 ShackraSave the MIMEtype to cloudfiles correctly.
2012-04-16 Joar WandborgUpdated the audio display <source> element
2012-04-09 Elrondlog.debug the used config file.
2012-04-09 ElrondFix atom feed for tags.
2012-04-09 Joar WandborgFixed video skin
2012-04-09 Joar WandborgRemoved commented out pdb.set_trace
2012-04-09 Joar WandborgMerge remote-tracking branch 'joar/media-fixes'
2012-04-09 Joar WandborgMedia processing, transcoding, display fixes
2012-04-08 Jef van SchendelAdd MediaGoblin video player skin by chron0
2012-04-08 Christopher... CELERY_ALWAYS_EAGER environment variable only recognize...
2012-04-08 Christopher... Allow users to pass callables in as controllers, not...
2012-04-07 Christopher... Committing extracted and compiled translations
2012-04-07 Christopher... Committing present MediaGoblin translations before...
2012-04-07 ElrondCleanup sql session after request. ALWAYS!
2012-04-07 Will Kahn-GreeneFix relnotes formatting
2012-04-05 ElrondStart adding release notes.
2012-04-02 Joar WandborgUpdated documentation
2012-04-02 Joar WandborgMerge branch 'master' of gitorious.org:mediagoblin...
2012-04-02 Joar Wandborggmg env_import shouldn't crash on unicode ...
2012-04-02 ElrondCheck that the media_data tables are empty.
2012-04-02 ElrondAdd ascii and audio tables/migration data.
2012-04-02 ElrondCleanup unused media_data tables and migration info.
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...
next