Change complimentary_task to complementary_tas
[mediagoblin.git] / mediagoblin / tools /
2017-01-29 Boris BobrovMerge remote-tracking branch 'spechards-mediagoblin...
2016-11-14 Ben SturmfelsMerge branch '975-spanish-translation', fixes #975.
2016-11-12 Ben SturmfelsMerge branch 'thumbnail', fixes #592.
2016-09-16 Boris BobrovMerge branch 'panel'
2016-09-16 Ben SturmfelsAdd Python 3 support in pagination.
2016-07-31 Boris BobrovFixing themes
2016-07-25 Boris BobrovMerge branch 'fix-unhelpful-smtp-error-5081'
2016-04-08 Jonathan SandovalInclude original error in debug log
2016-04-08 Jonathan SandovalCustom exception in mail.
2016-04-02 Andrew BrowningFix #5451 - add_message inconsistencies
2016-02-25 Christopher Allan... Email debug mode on Python 3 was printing bytestring...
2016-02-11 Christopher Allan... Fix another python 3 and unicode issue
2016-02-11 Christopher Allan... .iteritems() doesn't exist in Python 3, converted to...
2016-02-06 Loic DacharyFix #5079 - tags unicity is on the slug, not the name
2016-01-21 Ben Sturmfelstrac#5397: Allow decode_request to parse content-type...
2016-01-14 宋文武Use six.itervalues() in delete_media_files
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-08-01 Berker PeksagFix urlparse import in tools/routing.py
2015-08-01 Berker PeksagFix urlparse import in tools/routing.py
2015-07-31 Jessica TallonChange codebase to query or create correct User model
2015-06-24 Jessica TallonMerge branch Generic Foreign Key changes
2015-06-24 Jessica TallonFix removal of ActivityIntermediatory migration
2015-06-05 Berker PeksagImport urlparse from six.moves to work on both Python...
2015-06-05 Berker PeksagImport urlparse from six.moves to work on both Python...
2015-05-26 Jessica TallonFix some problems with activity mixins and migrations
2015-05-26 Jessica TallonRemove deprecated fields and fix activity creation...
2015-04-27 Christopher Allan... #5314 Prevent ZeroDivisionError in exif.py
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2015-03-12 aylephUse UTC for all timesince comparisons
2014-12-12 Jessica TallonFix #1056 - Add flag to accept URLs without a trailing...
2014-12-03 Christopher Allan... Reforming get_jinja_env to make better use of the Media...
2014-12-03 Christopher Allan... Starting to deprecate the app_config, global_config...
2014-12-03 Christopher Allan... An environment variable to transition towards removing...
2014-12-02 Jessica TallonFix #1024 - Correctly set generator on Activities
2014-11-21 Jessica TallonFix #1025 - Make API IDs IRIs
2014-10-30 Christopher Allan... Clarifying the json processing callbacks even further
2014-10-30 Rodrigo Rodrigues... Fix misleading log message reported in #985.
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-10-07 Jessica TallonAdd __repr__ to Activity and Generator class
2014-10-06 Jessica TallonFix all the unit tests and clean up code
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/moggers87...
2014-09-16 Christopher Allan... Simplify things here and use io.open
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-09-08 Jessica TallonMerge branch '945-well-known'
2014-09-05 Jessica TallonAdd XRD+XML formatting for /.well-known/host-meta
2014-08-27 Jessica TallonOops forgot to add medigoblin.tools.federation
2014-08-12 Jessica TallonFix #861 - Add unit test and documentation for email_sm...
2014-08-07 Berker PeksagFix another tests.
2014-08-02 Matt MolyneauxUse the STARTTLS command to upgrade SMTP connections...
2014-07-30 Jessica TallonFix #927 - Clean up federation code after Elrond's...
2014-07-28 Berker PeksagDisable cache support of LazyProxy.
2014-07-28 Berker PeksagCleanup mediagoblin._compat and fix translation tests.
2014-07-22 Jessica TallonMerge branch 'Federation'
2014-07-22 Jessica TallonRequire uploader privileges to upload media to API
2014-07-22 xray7224Add basic upload image capabilities
2014-07-14 Berker PeksagFix tests on Python 3.
2014-07-08 Jessica TallonAllow crypto.random_string to take optional alphabet...
2014-06-13 Christopher Allan... Merge remote-tracking branch 'remotes/berker/remove...
2014-06-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2014-06-08 Berker PeksagUse six.iteritems() in tools/exif.py.
2014-06-07 Berker PeksagThe file() builtin has been removed in Python 3. Use...
2014-06-07 Berker PeksagChange urllib and urllib import with six.moves.urllib.
2014-06-02 Berker PeksagUse mediagoblin._compat.{ugettext, ungettext} on Python 3.
2014-06-02 Berker PeksagUse six.moves.zip instead of itertools.izip.
2014-06-02 Berker PeksagAdd py2_unicode helper to mediagoblin._compat.
2014-06-02 Berker PeksagUse six.text_type instead of unicode().
2014-06-02 Christopher Allan... removing zh and ja from RTL list. medicalwei reports...
2014-05-26 Berker PeksagAdd ugettext and ungettext helpers to mediagoblin._compat.
2014-05-26 Berker PeksagUse six.iteritems() instead of dict.iteritems().
2014-05-14 tilly-QMerge branch 'metadata'
2014-05-13 tilly-QAdded 'dc:created' to the list of metadata columns...
2014-05-13 tilly-QMerge branch 'master' of gitorious.org:mediagoblin...
2014-05-12 tilly-QMerge branch 'metadata' of gitorious.org:mediagoblin...
2014-05-12 Christopher Allan... Move the metadata display table over to being contained...
2014-05-12 tilly-QMerge branch 'metadata-editor' into metadata
2014-05-09 Christopher Allan... Splitting up compact_json from compact_and_validate
2014-05-09 Christopher Allan... expand_json utility... yet another convenience function :)
2014-05-09 Christopher Allan... Compact and validate tools, loading internal json tools...
2014-05-08 Berker PeksagContinue to port GMG codebase.
2014-05-07 Christopher Allan... Updating batchaddmedia to use new metadata tools
2014-05-07 Christopher Allan... Starting to add metadata tools, as well as mediagoblin...
2014-05-01 tilly-QMerge branch 'permission_scheme' of gitorious.org:media...
2014-04-21 tilly-QMerge branch 'metadata' of gitorious.org:mediagoblin...
2014-04-06 Christopher Allan... No more EXIF, for real. Use exifread. This should...
2014-03-22 Christopher Allan... Fix Babel version restriction. Onward and upward!
2014-03-11 Boris Bobrovadded new slugify with unidecode
2014-03-01 Alon Levymake exif a submodule
2014-01-05 jpopeMerge remote-tracking branch 'upstream/master' into...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2013-12-12 Sebastian SpaethMerge branch 'master' into upstream-master
2013-10-09 Christopher Allan... Merge remote-tracking branch 'tilly-q/OPW-Moderation...
2013-10-07 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2013-09-28 Christopher Allan... Merge remote-tracking branch 'spaetz/master'
2013-09-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
next