Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Packaging improvement by Clint Byrum from Debian/Ubuntu | Elrond | 2012-01-26 | 1 | -0/+1 |
| | | | | | | | | | | 1) MANIFEST.in missed a bunch of things, especially config_spec.ini. 2) You need to specify include_package_data=True in setup.py to actually activate MANIFEST.in it seems. Thanks go to Clint Byrum! | ||||
* | Cloudfiles not actually a dependency, removing from setup.py | Christopher Allan Webber | 2011-12-04 | 1 | -1/+0 |
| | | | | If users want cloudfiles, they can always ./bin/easy_install it. | ||||
* | Uncommenting requires=['gst'] till I figure out why Joar added it there :) | Christopher Allan Webber | 2011-11-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'video_gstreamer-only' | Joar Wandborg | 2011-11-21 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/submit/views.py | ||||
| * | Stashing changes | Joar Wandborg | 2011-11-21 | 1 | -1/+0 |
| | | |||||
| * | Added pygtk to dependencies | Joar Wandborg | 2011-10-27 | 1 | -0/+1 |
| | | |||||
| * | Removed arista dependency | Joar Wandborg | 2011-10-14 | 1 | -1/+0 |
| | | |||||
| * | Multimedia refractoring, and added video thumbnail support | Joar Wandborg | 2011-10-05 | 1 | -0/+1 |
| | | |||||
| * | Added arista to install requires | Joar Wandborg | 2011-09-28 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 1 | -6/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py | ||||
| * | | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -6/+6 |
| |/ | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | ||||
* / | Require an older version of WebOb as a stopgap fix for Issue #622 | Christopher Allan Webber | 2011-10-18 | 1 | -1/+1 |
|/ | | | | Hopefully they'll release a new version with my patch soon! | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Switches to Zooko's version method | Will Kahn-Greene | 2011-09-01 | 1 | -2/+18 |
| | | | | | | | | This centralizes the version number into a single place but makes it available in the code as well as in setup.py. Based on the recipe found at http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package/7071358#7071358 | ||||
* | Slightly wrapping paste error middleware and turning it on | Christopher Allan Webber | 2011-08-21 | 1 | -0/+3 |
| | | | | Now we can show a nice "borked goblin" error :) | ||||
* | Tools to extract translation from python files and templates | Christopher Allan Webber | 2011-08-06 | 1 | -0/+1 |
| | | | | | - Added pybabel script to entry points - Added babel.ini, which we'll use to extract stuff | ||||
* | Feature 477 - Support Cloud Files public storage | Joar Wandborg | 2011-08-04 | 1 | -0/+1 |
| | | | | | | | | | * Added configuration options to mediagoblin.ini * process_media supports the python-cloudfiles almost-file-like objects by wrapping them in a contextlib.contextmanager-decorated func. * storage now has the CloudFilesStorage * New dependency added to setup.py; `python-cloudfiles` | ||||
* | Updating version to 0.0.4. | Will Kahn-Greene | 2011-08-01 | 1 | -1/+1 |
| | |||||
* | Adds additional metadata to setup.py | Will Kahn-Greene | 2011-08-01 | 1 | -13/+24 |
| | | | | | | | * trove classifiers * long description * url and download_url * ... | ||||
* | Updates version to 0.0.3. | Will Kahn-Greene | 2011-07-05 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'remotes/jwandborg/issue_363' | Christopher Allan Webber | 2011-06-19 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: setup.py | ||||
| * | Added Markdown rendering for `media_entry` | Joar Wandborg | 2011-06-12 | 1 | -0/+1 |
| | | |||||
* | | Re-commenting-out lxml from setup.py | Christopher Allan Webber | 2011-06-19 | 1 | -1/+3 |
| | | | | | | | | | | Clarifying that this is something to install from the package manager and not via python setuptools itself. | ||||
* | | Merge branch 'master' into configobj | Christopher Allan Webber | 2011-06-18 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Conflicts: setup.py | ||||
| * | | We require lxml. Updating setup.py to reflect that. | Christopher Allan Webber | 2011-06-17 | 1 | -0/+1 |
| |/ |