Make "make check" actually run tests
[mediagoblin.git] / mediagoblin / tools /
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...
2013-09-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-18 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-09-13 Christopher Allan... Fix pagination for certain request.GET data
2013-09-12 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-09-05 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-09-04 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/fix_docs'
2013-09-04 Sebastian SpaethFix plugin documentation
2013-09-03 tilly-QI did some more code-keeping in this commit. I added...
2013-08-31 Aditi MittalMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-29 tilly-QThis was a big commit! I included lots of documentation...
2013-08-28 Christopher Allan... Fix failing to build docs
2013-08-22 AditiResolve merge conflict and merge.
2013-08-20 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-08-16 Rodney EwingMerge branch 'auth_docs'
2013-08-15 Christopher Allan... Merge branch 'persona_resquash'
2013-08-15 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tsyesika...
2013-08-14 Christopher Allan... Fix notifications, which I broke.
2013-08-14 Christopher Allan... Avoiding the celery warnings that we seem to be confusi...
2013-08-13 tilly-QThis has been an update to clean out the code a little...
2013-08-09 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-08-07 Kenneth Dombrowski * create config option for optional jinja2 extensions
2013-08-07 Christopher Allan... Merge branch 'merge-pyconfigure'
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/59' of git://gitoriou...
2013-07-31 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-29 tilly-QMerge branch 'ticket-679' into OPW-Moderation-Update
2013-07-29 Rodney Ewingbabel 1.0 doesn't have a localedata.list() method,...
2013-07-27 tilly-QThis commit had some important milestones in it. The...
2013-07-25 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brandoninver...
2013-07-17 tilly-QWhew. This is a big update. I did some significant...
next