Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed my mistaken use of => from last commit >__< | tilly-Q | 2014-02-13 | 1 | -1/+1 | |
| | ||||||
* | Changed setup.py install_requirements to require sqlalchemy at least of version | tilly-Q | 2014-02-13 | 1 | -1/+1 | |
| | | | | | 0.8.0. Our code was crashing when running with sqlalchemy 0.7.4 because of imports like sqlalchemy.orm.with_polymorphic | |||||
* | Okay that broke the build process(?), testing if this fixes it | Christopher Allan Webber | 2014-01-23 | 1 | -4/+5 | |
| | ||||||
* | Once we can, that is. | Christopher Allan Webber | 2014-01-23 | 1 | -3/+3 | |
| | ||||||
* | Setting a specific pbr version in setup.py | Christopher Allan Webber | 2014-01-23 | 1 | -0/+5 | |
| | ||||||
* | sqlalchemy-migrate 0.8.X doesn't get along with sqlalchemy 0.9.0 | Christopher Allan Webber | 2014-01-01 | 1 | -1/+1 | |
| | ||||||
* | Previous ordering seemed weird. | Christopher Allan Webber | 2013-12-02 | 1 | -1/+1 | |
| | ||||||
* | Including python-dateutil in our dependency list | Christopher Allan Webber | 2013-12-02 | 1 | -0/+1 | |
| | ||||||
* | In the case of setuptools/sqlalchemy conflict, explain the issue | Asheesh Laroia | 2013-12-02 | 1 | -2/+16 | |
| | | | | | This commit tri-licensed under: CC0 1.0, AGPLv3 or later (at your option), and Apache License 2.0 | |||||
* | Apparently kombu is fine again | Christopher Allan Webber | 2013-11-10 | 1 | -1/+1 | |
| | ||||||
* | Apparently we need a version of Kombu less than 3.0 for now. | Christopher Allan Webber | 2013-11-03 | 1 | -1/+1 | |
| | | | | This commit sponsored by Andrés Muñiz Piniella. Thank you! | |||||
* | We're presently tied to a very specific version of oauthlib... | Christopher Allan Webber | 2013-08-30 | 1 | -1/+1 | |
| | ||||||
* | Explicitly require a newer celery | Christopher Allan Webber | 2013-08-29 | 1 | -1/+1 | |
| | ||||||
* | Remove specific celery version requirement | Sebastian Spaeth | 2013-08-19 | 1 | -2/+2 | |
| | | | | Any celery above 2.5 should work just fine. | |||||
* | Removing PyPump as we aren't using it yet and there's a dependency conflict ;| | Christopher Allan Webber | 2013-08-15 | 1 | -1/+0 | |
| | ||||||
* | Merge remote-tracking branch 'refs/remotes/tsyesika/master' | Christopher Allan Webber | 2013-08-15 | 1 | -0/+2 | |
|\ | | | | | | | New oauth tools! Heck yeah! | |||||
| * | Adds oauth support up until authorization | xray7224 | 2013-07-11 | 1 | -0/+2 | |
| | | ||||||
* | | babel 1.0 doesn't have a localedata.list() method, so updated setup.py. | Rodney Ewing | 2013-07-29 | 1 | -1/+1 | |
|/ | | | | made "import crypto" fully qualified | |||||
* | Merge branch 'release-0.4.1' | Christopher Allan Webber | 2013-07-10 | 1 | -1/+1 | |
|\ | | | | | | | | | Conflicts: mediagoblin/_version.py | |||||
| * | PyTest needs to be >= 2.3.1 | Christopher Allan Webber | 2013-07-10 | 1 | -1/+1 | |
| | | ||||||
* | | Reverting "No more of this find_packages nonsense." | Christopher Allan Webber | 2013-06-24 | 1 | -2/+2 | |
| | | | | | | | | This reverts commit b75eb88fabdac4a9fdc863969ec9472110732607. | |||||
* | | New notifications | Joar Wandborg | 2013-06-09 | 1 | -1/+1 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added request.notifications - Email configuration fixes - Set config_spec default SMTP port to `0` and switch to SSL/non-SSL default if `port == 0` - Added email_smtp_use_ssl configuration setting - Added migrations for notification tables - Added __repr__ to MediaComment(Mixin) - Added MediaComment.get_entry => MediaEntry - Added CommentSubscription, CommentNotification, Notification, ProcessingNotification tables - Added notifications.task to celery init - Fixed a bug in the video transcoder where pygst would hijack the --help argument. - Added notifications - views - silence - subscribe - routes - utility methods - celery task - Added half-hearted .active comment CSS style - Added quick JS to show header_dropdown - Added fragment template to show notifications in header_dropdown - Added fragment template to show subscribe/unsubscribe buttons on media/comment pages - Updated celery setup tests with notifications.task - Tried to fix test_misc tests that I broke - Added notification tests - Added and extended tests.tools fixtures - Integrated new notifications into media_home, media_post_comment views - Bumped SQLAlchemy dependency to >= 0.8.0 since we need polymorphic for the notifications to work | |||||
* | Make sure that the pytest revision is at least at 2.3. | Christopher Allan Webber | 2013-06-03 | 1 | -1/+1 | |
| | ||||||
* | No more of this find_packages nonsense. | Christopher Allan Webber | 2013-05-24 | 1 | -2/+2 | |
| | | | | | | | Explicitly declare mediagoblin as the only package. find_packages has caused messes in the past :) This commit sponsored by Pedro Ângelo. Thanks! | |||||
* | Start to use six for basestring. | Elrond | 2013-04-18 | 1 | -0/+1 | |
| | | | | | | six allows us to smoothly get more forward compatible with py3. The idea is to change things over to use six, when/if we feel a need for it. | |||||
* | Adds the timesince ability which fixes #394 | Jessica T | 2013-04-11 | 1 | -0/+1 | |
| | ||||||
* | Merge remote-tracking branch 'brett/itsdangerous' | Elrond | 2013-04-09 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * brett/itsdangerous: Call is_updated instead of testing it boolean. Harden It's Dangerous key management. First tests for the Session class. Set a starting value for session.send_new_cookie. Remove beaker stuff from the code. Delete the session cookie on an empty session. Back sessions with It's Dangerous. Improve fs security for itsdangerous secret. Docs for get_timed_signer_url. Basic itsdangerous infrastructure. Conflicts: mediagoblin/tests/test_cache.py | |||||
| * | Remove beaker stuff from the code. | Brett Smith | 2013-03-24 | 1 | -1/+0 | |
| | | | | | | | | This is all obsoleted by It's Dangerous. | |||||
| * | Back sessions with It's Dangerous. | Brett Smith | 2013-03-24 | 1 | -0/+1 | |
| | | | | | | | | This is a contribution to #668. | |||||
* | | Also require pytest-xdist! | Christopher Allan Webber | 2013-04-03 | 1 | -0/+1 | |
| | | ||||||
* | | Use py.test --boxed for unit tests from now on! | Christopher Allan Webber | 2013-04-03 | 1 | -1/+1 | |
| | | ||||||
* | | Webtest2 breaks response.cookies stuff for some reason. | Christopher Allan Webber | 2013-03-24 | 1 | -1/+1 | |
|/ | | | | | | I don't understand why but other people do! This is a terrible commit message and I am sorry for it. | |||||
* | require mock for the new uuid-mocking tests | Christopher Allan Webber | 2013-01-23 | 1 | -0/+1 | |
| | ||||||
* | Make translitcodec optional, and work nicely without it. | Christopher Allan Webber | 2013-01-06 | 1 | -1/+2 | |
| | ||||||
* | Don't require webob as dependency | Sebastian Spaeth | 2012-12-21 | 1 | -1/+0 | |
| | | | | It is pushing up the daisies. Also relnote the change. | |||||
* | Use pypi-compatible license signature | Sebastian Spaeth | 2012-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | It complains about a non-compatible license string. so use the GNU AGPL v3+ string that is listed at http://pypi.python.org/pypi?%3Aaction=list_classifiers With this change, we are able to create a pypi mediagoblin package. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||||
* | Require werkzeug >= 0.7 | Elrond | 2012-11-24 | 1 | -1/+1 | |
| | | | | | | We need it, really. For csrf.py's request.scheme. Thanks to Sebastian Spaeth! | |||||
* | Removed Routes dependency, added admin routes | Joar Wandborg | 2012-10-20 | 1 | -1/+0 | |
| | ||||||
* | Setting celery and kombu at very specific versions so that doing a fresh ↵ | Christopher Allan Webber | 2012-08-20 | 1 | -1/+2 | |
| | | | | | | install doesn't break We really ought to get mediagoblin working with the latest packages. | |||||
* | Add python language version classifiers | Will Kahn-Greene | 2012-08-06 | 1 | -0/+2 | |
| | ||||||
* | Removing PIL from the setup.py develop process. | Christopher Allan Webber | 2012-07-26 | 1 | -1/+1 | |
| | | | | | People should use package managers to install PIL. It's too much of a mess to install via python packaging. | |||||
* | Explicitly state that we need a webob version >= 1.1 also. | Christopher Allan Webber | 2012-07-01 | 1 | -1/+1 | |
| | ||||||
* | Now require sqlalchemy >= 0.7.0 | Christopher Allan Webber | 2012-06-11 | 1 | -1/+1 | |
| | ||||||
* | Removing mongo and mongokit as dependencies. | Christopher Allan Webber | 2012-04-29 | 1 | -2/+0 | |
| | ||||||
* | Remove kombu-sqlalchemy and use database string in modern kombu-proper format | Christopher Allan Webber | 2012-04-21 | 1 | -1/+0 | |
| | | | | | | | | | | Previously we were using kombu-sqlalchemy the library for sqlalchemy support. Newer kombu has support for this internally, so we're using that. Requires changing a celery setting and also removing kombu-sqlalchemy from your path. I hope the process of removing kombu-sqlalchemy from one's path doesn't confuse too many people...! | |||||
* | kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to work | Christopher Allan Webber | 2012-02-26 | 1 | -0/+1 | |
| | ||||||
* | We now require sqlalchemy and sqlalchemy-migrate | Christopher Allan Webber | 2012-02-19 | 1 | -0/+2 | |
| | ||||||
* | Fix copyright statements; add LICENSE for EXIF.py | Will Kahn-Greene | 2012-02-08 | 1 | -1/+1 | |
| | ||||||
* | We were using translitcodec and I didn't understand how it worked ;) | Christopher Allan Webber | 2012-01-28 | 1 | -0/+1 | |
| | | | | My bad! | |||||
* | We aren't using translitcodec anymore. Kill it! | Christopher Allan Webber | 2012-01-28 | 1 | -1/+0 | |
| |