mediagoblin.git
2014-10-30 aylephUnit tests
2014-10-30 aylephPass validated username to check_login_simple
2014-10-30 Christopher... Template hook to allow plugin authors to add extra...
2014-10-29 Jessica TallonFix #1017 - Exception caused by activity being set...
2014-10-27 Jessica TallonFix #1007 - get location object not string of location...
2014-10-27 Jessica TallonFix #1010 - Typos in mediagoblin/media_types/image...
2014-10-27 Jessica TallonFix #1005 - location.position is a dictionary so 'value...
2014-10-22 Jessica TallonOnly create a slug after a media upload via the API...
2014-10-22 Jessica TallonFix problem where duplicate slug would cause an update...
2014-10-21 Jessica TallonMerge branch '984-ai-improvements'
2014-10-21 Jessica TallonFix #984 - Improvements to Activity and ActivityInterme...
2014-10-16 Meg Fordairy.css: Override white text in TOS
2014-10-15 Christopher... Somehow Shawn and Sergio got in there twice
2014-10-11 Christopher... Make a mediagoblin.ini file for the user if needed.
2014-10-10 Christopher... Do git submodule init and git submodule update in boots...
2014-10-10 Christopher... Bring back the ascii art goblin! For python 2 anyway.
2014-10-10 Christopher... Remove the paste.ini rule.
2014-10-10 Christopher... So, we're not really using AC_CONFIG_MACRO_DIR for...
2014-10-10 Christopher... Update docs: it's now ./bootstrap.sh, also, you need...
2014-10-10 Christopher... Clarification on the mediagoblin.ini copying
2014-10-10 Christopher... Give a user a mediagoblin.ini if they don't have one
2014-10-10 Christopher... Conditionally give paste or gunicorn help
2014-10-10 Christopher... Move paste.ini, lazystarter.sh back to the right place
2014-10-10 Christopher... Use python imports to determine whether or not we're...
2014-10-10 Christopher... Add and use paste server selector. Yeah! Smart solutions!
2014-10-10 Christopher... That's right, *append* to the list, don't call it :P
2014-10-10 Christopher... Only install gunicorn on py2
2014-10-10 Christopher... Also remove the include directory
2014-10-10 Christopher... Update lazyserver to use paste or gunicorn conditionally
2014-10-10 Christopher... Various makefile fixes
2014-10-10 Christopher... Moving experimental-bootstrap.sh back to bootstrap.sh
2014-10-10 Christopher... No rule, yet, to clean house.
2014-10-10 Christopher... Users now get an editable copy of mediagoblin.example...
2014-10-10 Christopher... Ignore paste.ini because it's just a symlink to the...
2014-10-10 Christopher... Symlink the appropriate paste.ini
2014-10-10 Christopher... Set USE_PYTHON3 to yes/no depending on whether --with...
2014-10-10 Christopher... No acceptable *python* could be found
2014-10-10 Christopher... Moved where the python init command was
2014-10-10 Christopher... Most of the way to having a desirable `./configure...
2014-10-10 Christopher... Ignore that env file when built
2014-10-10 Christopher... Continuing to iterate toward the right autoconf/make...
2014-10-10 Christopher... Updated MediaGoblin config stuff to latest pyconfigure...
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-09 Jessica TallonAdd location model and migrations
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-10-07 Jessica TallonAdd __repr__ to Activity and Generator class
2014-10-06 Jessica TallonFix bug where activity.content was not populated
2014-10-06 Jessica TallonFix all the unit tests and clean up code
2014-10-02 Jessica TallonFix typo in client registration API for logo_uri
2014-10-02 Berker PeksagInstall ExifRead from GitHub on Python 3.
2014-10-02 Berker PeksagAdd initial migration guide.
2014-10-02 Berker PeksagDo not call AlembicMigrationManager.init_tables() for...
2014-10-02 Berker PeksagPort "gmg batchaddmedia" command to Python 3.
2014-10-02 Christopher... Restore exif-py to tox config, for now...
2014-10-01 Jessica TallonFix #549 - Deauthorize OAuth applications
2014-09-30 Christopher... Fix migrations on Python 2.
2014-09-30 Jessica TallonFix #919 - Use class names in super call not self.__class__
2014-09-30 Jessica TallonFix #952 - Force the footer to the bottom of the page
2014-09-30 Jessica TallonAdd logging to console to gunicorn
2014-09-29 Jessica TallonMerge branch '942-default-location'
2014-09-29 Jessica TallonAdd documentation on changing data dir and Fix stylisti...
2014-09-26 Alon Levypdf tests: use our own pdf doc as GOOD_PDF
2014-09-25 Christopher... .gitignore celerybeat-schedule.
2014-09-24 Christopher... Updated config_spec.ini to add %(data_basedir)s and...
2014-09-24 Christopher... defaults now pulled from a mashup of mediagoblin.ini...
2014-09-24 Christopher... Avoid doing python setup.py sdist, use setup.py develop...
2014-09-24 Christopher... Switch print statement to print function
2014-09-24 Christopher... removing exif-py line
2014-09-24 Jessica TallonFix Content-Disposition error for retrieving OAuth...
2014-09-22 Christopher... Making alembic happen with python 3 only... for now.
2014-09-22 Christopher... Merge branch 'merge-python3-port'
2014-09-22 Christopher... MediaGoblin 0.7.2 development cycle
2014-09-21 Christopher... Fixing bullet points, sigh
2014-09-21 Christopher... MediaGoblin 0.7.1!
2014-09-21 Christopher... Adding Low Kian Seong to AUTHORS
2014-09-21 Christopher... Updated the release notes
2014-09-21 Christopher... Committing extracted and compiled translations
2014-09-21 Christopher... Committing present MediaGoblin translations before...
2014-09-19 Christopher... download url removed
2014-09-19 Christopher... Merge remote-tracking branch 'refs/remotes/moggers87...
2014-09-19 Christopher... Temporarily disable garbage collection
2014-09-17 Christopher... Comment out the "check if the database is up to date...
2014-09-16 Christopher... Last two issues related to the python 3 merge tests...
2014-09-16 aylephModify deleteuser to fail gracefully
2014-09-16 Christopher... Annnnd another json decode fix for py3! On a roll...
2014-09-16 Christopher... decode to unicode before loading in json again, for py3
2014-09-16 Christopher... Much more nicely formed form error check
2014-09-16 Christopher... Fix error check in test_edit.py for python 3
2014-09-16 Christopher... Fix exception catching on python 3
2014-09-16 Christopher... Fix iteritems usage on python 3
2014-09-16 Matt MolyneauxThe scheduled garbage collection task was not being...
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.
next