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-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-07 |
Berker Peksag | Update TODOs in setup.py. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-07 |
Berker Peksag | Fix another tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-04 |
Berker Peksag | mbox_message.get_payload() returns bytestring. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-08-04 |
Berker Peksag | Make sort_keys True to avoid hash randomize feature... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-28 |
Berker Peksag | Use isinstance and six.text_type to check types of... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-28 |
Berker Peksag | Fix urlparse import. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-28 |
Berker Peksag | Disable cache support of LazyProxy. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-28 |
Berker Peksag | Update .gitignore. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-28 |
Berker Peksag | Cleanup mediagoblin._compat and fix translation tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-28 |
Berker Peksag | Update dependency list. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-28 |
Berker Peksag | Skip test_sql_migrations on Python 3 for now. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-28 |
Berker Peksag | Remove an usage of deprecated cgi.parse_qs(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-28 |
Berker Peksag | func_name removed in Python 3. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-18 |
Berker Peksag | Remove paste.server dependency from tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-18 |
Berker Peksag | Add tox.ini. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-07-14 |
Berker Peksag | Fix tests on Python 3. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-29 |
Berker Peksag | Remove Paste#http, Paste#urlmap and Paste#static depend... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-29 |
Berker Peksag | Fix print statements. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-27 |
Berker Peksag | Remove sqlalchemy-migrate imports from the codebase... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-25 |
Berker Peksag | Use new-style class. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-08 |
Berker Peksag | Use new-style classes. The old-style classes are deprec... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-08 |
Berker Peksag | Use six.iteritems() in tools/exif.py. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-08 |
Berker Peksag | Fix an usage of file(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-07 |
Berker Peksag | Update a comment. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-07 |
Berker Peksag | The file() builtin has been removed in Python 3. Use... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-07 |
Berker Peksag | Change urllib and urllib import with six.moves.urllib. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-02 |
Berker Peksag | Sync py2_unicode decorator with Django. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-02 |
Berker Peksag | Use mediagoblin._compat.{ugettext, ungettext} on Python 3. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-02 |
Berker Peksag | Use six.moves.zip instead of itertools.izip. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-02 |
Berker Peksag | Add py2_unicode helper to mediagoblin._compat. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-06-02 |
Berker Peksag | Use six.text_type instead of unicode(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-26 |
Berker Peksag | Add ugettext and ungettext helpers to mediagoblin._compat. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-26 |
Berker Peksag | Use six.moves.urllib.parse instead of the urlparse... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-26 |
Berker Peksag | Use six.iteritems() instead of dict.iteritems(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-08 |
Berker Peksag | Continue to port GMG codebase. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-08 |
Berker Peksag | Add mediagoblin._compat module. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-08 |
Berker Peksag | Update install_requires. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-08 |
Berker Peksag | Fix some compat issues in mediagoblin/db/models.py. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-08 |
Berker Peksag | Ignore *.egg/ directories. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-08 |
Berker Peksag | Make GNU MediaGoblin installable on Python 3. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-05-05 |
Jessica Tallon | Add lib64/ directory to .gitignore file. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-10 |
Christopher... | Adding Berker to the AUTHORS list |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-10 |
Berker Peksag | Issue #686: Create User.url_for_self() method. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-10 |
Berker Peksag | Issue #824: Add gmg deletemedia command. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-10 |
Berker Peksag | Tweak the trim whitespace plugin documentation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-07 |
Christopher... | Adding a general purpose context hook for the media... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-06 |
Christopher... | No more EXIF, for real. Use exifread. This should... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-03 |
Christopher... | specify older sqlalchemy-migrate because pbr ruins... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-04-03 |
Christopher... | Move ./bootstrap.sh to experimental-bootstrap.sh |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-29 |
Christopher... | Make the MediaGoblin databse user creation more determi... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-27 |
Christopher... | Removing extlib submodule and switching it to being... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-26 |
Christopher... | Okay, nm, that didn't fix it. Setting it back. Sigh. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-26 |
Christopher... | I guess this also fixes it and is nicer |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-26 |
Christopher... | six==1.5.2 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-26 |
Christopher... | Babel now requires >= 1.0 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-26 |
Christopher... | EXIF returns less data than it used to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-22 |
Christopher... | Fix Babel version restriction. Onward and upward! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-21 |
Christopher... | Fix version conflicts we were hitting with six |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-11 |
Boris Bobrov | fixes to blog url generation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-11 |
Christopher... | The default failures are just way too verbose. Quietin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-11 |
Christopher... | Adding Boris to AUTHORS |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-11 |
Boris Bobrov | added new slugify with unidecode |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-09 |
Christopher... | Remove mention of blog plugin in config |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-08 |
Christopher... | Explicitly use /bin/bash even if shell is /bin/false |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-08 |
Christopher... | Changing "su -" to just "su"... considerably simpler. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-03-01 |
Alon Levy | make exif a submodule |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-20 |
Christopher... | Tyops in deployment docs as pointed out by @latchkeyed... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-19 |
Christopher... | mediagoblin -> mediagoblin |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-13 |
tilly-Q | fixed my mistaken use of => from last commit >__< |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-13 |
tilly-Q | Changed setup.py install_requirements to require sqlalc... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-09 |
Christopher... | robogoblins.xcf |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-09 |
Christopher... | robogoblins source |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-09 |
Christopher... | updated COPYING file for current data in this directory |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-02-07 |
Christopher... | Source files for some of the test submission artwork. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-27 |
Christopher... | jpope's been helping a bunch, so of course we need... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-26 |
Christopher... | Fixing the STL media page for post-skeleton merge |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-23 |
Christopher... | Okay that broke the build process(?), testing if this... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-23 |
Christopher... | Once we can, that is. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-23 |
Christopher... | Setting a specific pbr version in setup.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-14 |
Christopher... | Have the hook handle happen in the root_view proxy... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-14 |
Christopher... | Merge remote-tracking branch 'refs/remotes/tilly-q... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-13 |
jpope | fixes #829 plus a little more that was somewhat related |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-13 |
jpope | adjust exif info alignment |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-01-13 |
jpope | adjust exif to match other sections and remove extra css |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |