2014-10-02 |
Berker Peksag | Install ExifRead from GitHub on Python 3. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-10-02 |
Berker Peksag | Add initial migration guide. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-10-02 |
Berker Peksag | Do not call AlembicMigrationManager.init_tables() for... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-10-02 |
Berker Peksag | Port "gmg batchaddmedia" command to Python 3. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-10-02 |
Christopher... | Restore exif-py to tox config, for now... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-10-01 |
Jessica Tallon | Fix #549 - Deauthorize OAuth applications |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-30 |
Christopher... | Fix migrations on Python 2. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-30 |
Jessica Tallon | Fix #919 - Use class names in super call not self.__class__ |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-30 |
Jessica Tallon | Fix #952 - Force the footer to the bottom of the page |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-30 |
Jessica Tallon | Add logging to console to gunicorn |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-29 |
Jessica Tallon | Merge branch '942-default-location' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-29 |
Jessica Tallon | Add documentation on changing data dir and Fix stylisti... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-26 |
Alon Levy | pdf tests: use our own pdf doc as GOOD_PDF |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-25 |
Christopher... | .gitignore celerybeat-schedule. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-24 |
Christopher... | Updated config_spec.ini to add %(data_basedir)s and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-24 |
Christopher... | defaults now pulled from a mashup of mediagoblin.ini... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-24 |
Christopher... | Avoid doing python setup.py sdist, use setup.py develop... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-24 |
Christopher... | Switch print statement to print function |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-24 |
Christopher... | removing exif-py line |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-24 |
Jessica Tallon | Fix Content-Disposition error for retrieving OAuth... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-22 |
Christopher... | Making alembic happen with python 3 only... for now. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-22 |
Christopher... | Merge branch 'merge-python3-port' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-22 |
Christopher... | MediaGoblin 0.7.2 development cycle |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-21 |
Christopher... | Fixing bullet points, sigh |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-21 |
Christopher... | MediaGoblin 0.7.1! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-21 |
Christopher... | Adding Low Kian Seong to AUTHORS |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-21 |
Christopher... | Updated the release notes |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-21 |
Christopher... | Committing extracted and compiled translations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-21 |
Christopher... | Committing present MediaGoblin translations before... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-19 |
Christopher... | download url removed |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-19 |
Christopher... | Merge remote-tracking branch 'refs/remotes/moggers87... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-19 |
Christopher... | Temporarily disable garbage collection |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-17 |
Christopher... | Comment out the "check if the database is up to date... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Last two issues related to the python 3 merge tests... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
ayleph | Modify deleteuser to fail gracefully |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Annnnd another json decode fix for py3! On a roll... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | decode to unicode before loading in json again, for py3 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Much more nicely formed form error check |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Fix error check in test_edit.py for python 3 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Fix exception catching on python 3 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Fix iteritems usage on python 3 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Matt Molyneaux | The scheduled garbage collection task was not being... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | json.loads(request.body) => json.loads(response.body... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Import mock correctly on py3 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Simplify things here and use io.open |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Fix test_legacy_api.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Import mock from unittest if on py3 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-16 |
Christopher... | Merge branch 'master' into merge-python3-port |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-15 |
Christopher... | Temporarily disabling the mediagoblin errors middleware |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-15 |
Christopher... | No reason to wrap the rest of the options in a quote |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-15 |
Christopher... | Upgrading gunicorn. Referenced issue is resolved. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-12 |
Christopher... | py2.7 compatibility with open(..., encoding="utf-8... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-12 |
Christopher... | Explicitly open READMEFILE as utf-8 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-12 |
Christopher... | Fix unicode error in pdf media type |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-12 |
Christopher... | Set up tox.ini to run more properly: |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-08 |
Jessica Tallon | Merge branch '945-well-known' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-08 |
Jessica Tallon | Add /.well-known/webfinger API to lookup user hrefs |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-07 |
Odin Hørthe... | Raw image mediatype had a non-unicode logging call |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-07 |
Odin Hørthe... | Add __repr__ for Collection and CollectionItem |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-07 |
Christopher... | Slight tweak to the description wording |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-07 |
Low Kian Seong | Update setup.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-06 |
Christopher... | Handle cr2 files through the raw_image media type |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-05 |
Jessica Tallon | Fixes navbar for sandyseventiesspeedboat |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-09-05 |
Jessica Tallon | Add XRD+XML formatting for /.well-known/host-meta |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-27 |
Christopher... | now in the 0.7.1.dev cycle |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-27 |
Christopher... | Correcting, host-meta not webfinger. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-27 |
Christopher... | Run the following to fix the missing git submodule... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-26 |
Christopher... | Also add git submodule init to the release docs |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-25 |
Christopher... | At version 0.7.0, at last! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-25 |
Christopher... | Committing extracted and compiled translations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-25 |
Christopher... | Committing present MediaGoblin translations before... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-25 |
Christopher... | Updating release notes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-22 |
Christopher... | not yet, anyway. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-22 |
Christopher... | Blog media type doc |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-22 |
Christopher... | updating ayleph to Andrew Browning |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-22 |
Christopher... | Updating the AUTHORS file for this release |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-22 |
Christopher... | eek, should be python2 not python22 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-19 |
Jessica Tallon | Make blog_post_listing easier to read |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-19 |
ayleph | List blogs by URL user rather than request user |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-18 |
Elrond | Add docs on collection_add_media hook. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-18 |
Elrond | Start for documenting core hooks. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-18 |
Odin Hørthe... | Add new hook 'collection_add_media' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-18 |
Jessica Tallon | Tidy up federation code and add tests to cover more... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-18 |
Jessica Tallon | Use oauthlib's safe characters when generating client_k... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-18 |
Christopher... | Fix a python2.6 compatibility issue. Removing a dict... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-15 |
Christopher... | Always remove the session when running check_db_up_to_d... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-15 |
Berker Peksag | Implement ServeCommand.{loadserver, loadapp}. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-15 |
Berker Peksag | Add an initial "gmg serve" implementation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-15 |
Berker Peksag | Restore different server options. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-15 |
Berker Peksag | Improve mediagoblin._compat.py2_unicode. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-15 |
Berker Peksag | Move the AlembicMigrationManager to top of the module. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-15 |
Berker Peksag | Provide a better manager API for Alembic. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-13 |
Berker Peksag | Add initial Alembic migrations. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-13 |
Berker Peksag | Fix dict.keys() in Python 3. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-13 |
Berker Peksag | Fix a comment. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-12 |
Jessica Tallon | Forgot to add starttls_config.ini |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-12 |
Jessica Tallon | Fix #861 - Add unit test and documentation for email_sm... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-08 |
Christopher... | Elrond keeps pointing out places I should "is not None... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-08 |
Christopher... | Okay, we don't know that indexes are falsey, so let... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-08 |
Christopher... | this negation needs parens. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |