mediagoblin.git
2014-09-16 Christopher... Fix exception catching on python 3
2014-09-16 Christopher... Fix iteritems usage on python 3
2014-09-16 Christopher... json.loads(request.body) => json.loads(response.body...
2014-09-16 Christopher... Import mock correctly on py3
2014-09-16 Christopher... Simplify things here and use io.open
2014-09-16 Christopher... Fix test_legacy_api.py
2014-09-16 Christopher... Import mock from unittest if on py3
2014-09-16 Christopher... Merge branch 'master' into merge-python3-port
2014-09-15 Christopher... Temporarily disabling the mediagoblin errors middleware
2014-09-15 Christopher... No reason to wrap the rest of the options in a quote
2014-09-15 Christopher... Upgrading gunicorn. Referenced issue is resolved.
2014-09-12 Christopher... py2.7 compatibility with open(..., encoding="utf-8...
2014-09-12 Christopher... Explicitly open READMEFILE as utf-8
2014-09-12 Christopher... Fix unicode error in pdf media type
2014-09-12 Christopher... Set up tox.ini to run more properly:
2014-09-07 Odin Hørthe... Raw image mediatype had a non-unicode logging call
2014-09-07 Odin Hørthe... Add __repr__ for Collection and CollectionItem
2014-09-07 Christopher... Slight tweak to the description wording
2014-09-07 Low Kian SeongUpdate setup.py
2014-09-06 Christopher... Handle cr2 files through the raw_image media type
2014-09-05 Jessica TallonFixes navbar for sandyseventiesspeedboat
2014-08-27 Christopher... now in the 0.7.1.dev cycle
2014-08-27 Christopher... Correcting, host-meta not webfinger.
2014-08-27 Christopher... Run the following to fix the missing git submodule...
2014-08-26 Christopher... Also add git submodule init to the release docs
2014-08-25 Christopher... At version 0.7.0, at last!
2014-08-25 Christopher... Committing extracted and compiled translations
2014-08-25 Christopher... Committing present MediaGoblin translations before...
2014-08-25 Christopher... Updating release notes.
2014-08-22 Christopher... not yet, anyway.
2014-08-22 Christopher... Blog media type doc
2014-08-22 Christopher... updating ayleph to Andrew Browning
2014-08-22 Christopher... Updating the AUTHORS file for this release
2014-08-22 Christopher... eek, should be python2 not python22
2014-08-19 Jessica TallonMake blog_post_listing easier to read
2014-08-19 aylephList blogs by URL user rather than request user
2014-08-18 ElrondAdd docs on collection_add_media hook.
2014-08-18 ElrondStart for documenting core hooks.
2014-08-18 Odin Hørthe... Add new hook 'collection_add_media'
2014-08-18 Jessica TallonTidy up federation code and add tests to cover more...
2014-08-18 Jessica TallonUse oauthlib's safe characters when generating client_k...
2014-08-18 Christopher... Fix a python2.6 compatibility issue. Removing a dict...
2014-08-15 Christopher... Always remove the session when running check_db_up_to_d...
2014-08-15 Berker PeksagImplement ServeCommand.{loadserver, loadapp}.
2014-08-15 Berker PeksagAdd an initial "gmg serve" implementation.
2014-08-15 Berker PeksagRestore different server options.
2014-08-15 Berker PeksagImprove mediagoblin._compat.py2_unicode.
2014-08-15 Berker PeksagMove the AlembicMigrationManager to top of the module.
2014-08-15 Berker PeksagProvide a better manager API for Alembic.
2014-08-13 Berker PeksagAdd initial Alembic migrations.
2014-08-13 Berker PeksagFix dict.keys() in Python 3.
2014-08-13 Berker PeksagFix a comment.
2014-08-12 Jessica TallonForgot to add starttls_config.ini
2014-08-12 Jessica TallonFix #861 - Add unit test and documentation for email_sm...
2014-08-08 Christopher... Elrond keeps pointing out places I should "is not None...
2014-08-08 Christopher... Okay, we don't know that indexes are falsey, so let...
2014-08-08 Christopher... this negation needs parens.
2014-08-08 Christopher... Pull the indexes out of the dictionary directly
2014-08-08 Christopher... If the constraint already exists, roll back to a sane...
2014-08-08 Christopher... Explaining why we're committing mid-migration
2014-08-07 Christopher... Only add the constraint if we need to. Catch an except...
2014-08-07 Christopher... Document both migrations, comment out old migration
2014-08-07 Christopher... Add a new migration which removes/fixes the old migration
2014-08-07 Berker PeksagUpdate TODOs in setup.py.
2014-08-07 Berker PeksagFix another tests.
2014-08-04 Christopher... Committing extracted and compiled translations
2014-08-04 Christopher... Committing present MediaGoblin translations before...
2014-08-04 Berker Peksagmbox_message.get_payload() returns bytestring.
2014-08-04 Berker PeksagMake sort_keys True to avoid hash randomize feature...
2014-08-04 Jessica TallonAdd more security checks when updating objects and...
2014-08-04 Christopher... Adding Pump API stuff to the docs index.
2014-08-03 Christopher... Set up virtualenv to use py2
2014-08-02 Matt MolyneauxUse the STARTTLS command to upgrade SMTP connections...
2014-08-02 aylephUpdated video thumbnail pipeline to use decodebin2
2014-07-31 Jessica TallonFix some security concerns regrding inpersonation in...
2014-07-30 Jessica TallonFix #927 - Clean up federation code after Elrond's...
2014-07-30 ElrondMake chown more generic.
2014-07-29 Jessica TallonFix #923 - add allow_admin to user_has_privilege decorator
2014-07-29 Christopher... Avoid "lego translations" on the nothing currently...
2014-07-29 Christopher... Committing extracted and compiled translations
2014-07-29 Christopher... Committing present MediaGoblin translations before...
2014-07-29 Laura Arjona... Make translatable table columns titles in media process...
2014-07-29 Laura Arjona... Make translatable takeaway privileges actions
2014-07-29 Laura Arjona... Make translatable the titles of TextAreas in moderation...
2014-07-29 Laura Arjona... Make translatable 'Feature' button in the explanation...
2014-07-29 Laura Arjona... Make consistent quotation marks when referring to butto...
2014-07-29 Laura Arjona... Make translatable some strings that weren't i18n'ed
2014-07-28 Berker PeksagUse isinstance and six.text_type to check types of...
2014-07-28 Berker PeksagFix urlparse import.
2014-07-28 Berker PeksagDisable cache support of LazyProxy.
2014-07-28 Berker PeksagUpdate .gitignore.
2014-07-28 Berker PeksagCleanup mediagoblin._compat and fix translation tests.
2014-07-28 Berker PeksagUpdate dependency list.
2014-07-28 Berker PeksagSkip test_sql_migrations on Python 3 for now.
2014-07-28 Berker PeksagRemove an usage of deprecated cgi.parse_qs().
2014-07-28 Berker Peksagfunc_name removed in Python 3.
2014-07-25 Christopher... Remove the option about whether or not spectrograms...
2014-07-25 Tryggvi BjorgvinssonAdd __unicode__ representation to Notification and...
2014-07-24 Christopher... Adding thallian to the authors list
2014-07-24 Christopher... Fix by thallian: use correct datetime.strptime
next