Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old hack to support pre-0.7.5 Alembic versions | Christopher Allan Webber | 2016-03-02 | 1 | -1/+1 |
| | | | | | Thanks to Jessica Tallon for pointing out this TODO and its associated hack could be removed. | ||||
* | Remove version caps on sqlalchemy and alembic. | Christopher Allan Webber | 2016-03-02 | 1 | -2/+2 |
| | | | | | Code seems to pass fine after the cap is removed. Whatever dependency issues we were running into before don't seem to be an issue now. | ||||
* | Oh, we don't need Paste, but we do need PasteScript! | Christopher Allan Webber | 2016-02-20 | 1 | -0/+1 |
| | |||||
* | Removing python 2.6 junk: argparse and a 2.6 classifier | Christopher Allan Webber | 2016-02-19 | 1 | -2/+0 |
| | |||||
* | Switch from Paste for serving to Waitress | Christopher Allan Webber | 2016-02-19 | 1 | -4/+1 |
| | | | | | Incredibly, it looks like none of our documentation has to change taking this route...! | ||||
* | Cleanup setup.py | Boris Bobrov | 2016-02-18 | 1 | -8/+0 |
| | | | | Remove old comments and duplicate requirements from setup.py | ||||
* | Removed deprecated comment about wsgi environ being borked | Christopher Allan Webber | 2016-02-17 | 1 | -2/+0 |
| | |||||
* | Upgrade sqlalchemy and sa-migrate | Boris Bobrov | 2016-02-11 | 1 | -2/+2 |
| | | | | Our versions were too old. And not compatible with python3. | ||||
* | Uncap Paste | Boris Bobrov | 2016-01-07 | 1 | -1/+1 |
| | | | | | Paste was capped to 1.9.9 because 2.0 broke us. Now Paste 2.0.x was released and it doesn't break us any more. Closes bug 5317. | ||||
* | Switch to webtest >= 2.0.18 | Christopher Allan Webber | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | trac#665: Upgrade to WebTest 2.0.18 and fix broken test `test_csrf_cookie_set`. | Ben Sturmfels | 2015-11-05 | 1 | -1/+1 |
| | | | | | | | | Test was failing due to API change in WebTest around accessing cookies set in the test client. These are now in `test_app.cookies`. While there are currently 48 other tests failing, I've verified that before and after this change that the same number fail. I've also checked that no other tests use the old API for accessing test client cookies. I've pinned to version 2.0.18. My understanding is that it's generally a good idea to pin to a specific version where possible to avoid the "why has this suddenly broken" type bugs. This also seems appropriate since WebTest appears to be very stable. | ||||
* | Pin mock 1.0.1 in Python 2 for now. | Berker Peksag | 2015-07-22 | 1 | -1/+1 |
| | | | | | | | | | mock recently dropped Python 2.6 support and then re-introduced it in its latest release (however, it's a bit unstable right now). I think at this point, we can be more cautious and just use mock==1.0.1. | ||||
* | Paste 2.0 breaking wsgi | Christopher Allan Webber | 2015-04-24 | 1 | -1/+3 |
| | |||||
* | setup.py: Updated version requirement for 'requests'. Fixes 5313. | Jim Campbell | 2015-04-19 | 1 | -1/+1 |
| | | | | | | | | | | If we don't speficify a version for 'requests', Debian installs v2.4.x, but there is an issue with urllib3 and pyopenssl in versions prior to 2.6.0. This issue caused our installs to fail. Updating our requirement to 2.6.0 or greater resolves this issue and allows our installation processes to proceed normally. ` | ||||
* | Remove the very strange "pybabel" entry point I added in 2011 | Christopher Allan Webber | 2015-04-03 | 1 | -1/+0 |
| | | | | Why did I do that, past self? | ||||
* | Seems we can get rid of that specific six version dependency! | Christopher Allan Webber | 2015-02-21 | 1 | -3/+1 |
| | | | | | | Horray! This commit sponsored by Rollo Moore. Thank you! | ||||
* | Clean up makefile, make `make docs` / `make info` actually work! | Christopher Allan Webber | 2015-02-17 | 1 | -0/+1 |
| | | | | This commit sponsored by Alon Levy! Thank you, for everything! | ||||
* | Add and use paste server selector. Yeah! Smart solutions! | Christopher Allan Webber | 2014-10-10 | 1 | -0/+3 |
| | | | | This commit sponsored by Tryggvi Björgvinsson. Thank you! | ||||
* | That's right, *append* to the list, don't call it :P | Christopher Allan Webber | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | Only install gunicorn on py2 | Christopher Allan Webber | 2014-10-10 | 1 | -9/+12 |
| | |||||
* | Install ExifRead from GitHub on Python 3. | Berker Peksag | 2014-10-02 | 1 | -1/+9 |
| | |||||
* | Merge branch 'merge-python3-port' | Christopher Allan Webber | 2014-09-22 | 1 | -60/+76 |
|\ | | | | | | | | | Conflicts: setup.py | ||||
| * | Merge branch 'master' into merge-python3-port | Christopher Allan Webber | 2014-09-16 | 1 | -6/+10 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Has some issues, will iteratively fix! Conflicts: mediagoblin/gmg_commands/__init__.py mediagoblin/gmg_commands/deletemedia.py mediagoblin/gmg_commands/users.py mediagoblin/oauth/views.py mediagoblin/plugins/api/views.py mediagoblin/tests/test_api.py mediagoblin/tests/test_edit.py mediagoblin/tests/test_oauth1.py mediagoblin/tests/test_util.py mediagoblin/tools/mail.py mediagoblin/webfinger/views.py setup.py | ||||
| * | | Upgrading gunicorn. Referenced issue is resolved. | Christopher Allan Webber | 2014-09-15 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | Also, upgrading seems to fix weird "RuntimeError: dictionary changed size during iteration" issues I was seeing. (Looked like a gunicorn issue, not ours.) | ||||
| * | | py2.7 compatibility with open(..., encoding="utf-8"), use io.open | Christopher Allan Webber | 2014-09-12 | 1 | -0/+1 |
| | | | | | | | | | | | | This commit sponsored by Peter Baumgarten. Thank you! | ||||
| * | | Explicitly open READMEFILE as utf-8 | Christopher Allan Webber | 2014-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | Add initial Alembic migrations. | Berker Peksag | 2014-08-13 | 1 | -0/+1 |
| | | | |||||
| * | | Update TODOs in setup.py. | Berker Peksag | 2014-08-07 | 1 | -2/+4 |
| | | | |||||
| * | | Update dependency list. | Berker Peksag | 2014-07-28 | 1 | -10/+8 |
| | | | |||||
| * | | Remove paste.server dependency from tests. | Berker Peksag | 2014-07-18 | 1 | -0/+1 |
| | | | |||||
| * | | Update install_requires. | Berker Peksag | 2014-05-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | * Add PasteDeploy * Upgrade Babel | ||||
| * | | Make GNU MediaGoblin installable on Python 3. | Berker Peksag | 2014-05-08 | 1 | -57/+72 |
| | | | |||||
* | | | download url removed | Christopher Allan Webber | 2014-09-19 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Slight tweak to the description wording | Christopher Allan Webber | 2014-09-07 | 1 | -1/+1 |
| | | |||||
* | | Update setup.py | Low Kian Seong | 2014-09-07 | 1 | -0/+1 |
| | | | | | | | | A `description` is needed so that project is not listed as `UNKNOWN` on `pypi` | ||||
* | | Allow crypto.random_string to take optional alphabet param | Jessica Tallon | 2014-07-08 | 1 | -1/+1 |
| | | |||||
* | | Added pyld to the mediagoblin dependencies because it is necessary with the new | tilly-Q | 2014-05-29 | 1 | -0/+1 |
| | | | | | | | | metadata functionality. | ||||
* | | Merge branch 'metadata' of gitorious.org:mediagoblin/npigeons-mediagoblin ↵ | tilly-Q | 2014-04-21 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | into metadata Conflicts: mediagoblin/gmg_commands/batchaddmedia.py setup.py | ||||
| * | | Added the 'requests' library as a dependency and switched over to using it to | tilly-Q | 2014-04-15 | 1 | -0/+1 |
| | | | | | | | | | | | | fetch remote pieces of media in the batchupload script | ||||
| * | | Big update. I added in a json-ld context file which will be used in all our | tilly-Q | 2014-03-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | metadata columns in the future. The context describes the dublin core elements. It still has not been finalized however. | ||||
* | | | Big update. I added in a json-ld context file which will be used in all our | tilly-Q | 2014-04-21 | 1 | -0/+2 |
| |/ |/| | | | | | | | metadata columns in the future. The context describes the dublin core elements. It still has not been finalized however. | ||||
* | | specify older sqlalchemy-migrate because pbr ruins everything. | Christopher Allan Webber | 2014-04-03 | 1 | -1/+4 |
| | | |||||
* | | Removing extlib submodule and switching it to being a package. | Christopher Allan Webber | 2014-03-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Much nicer! This commit sponsored by Cameron Merkel. Thanks Cameron! Good luck with yer projects! | ||||
* | | Okay, nm, that didn't fix it. Setting it back. Sigh. | Christopher Allan Webber | 2014-03-26 | 1 | -1/+4 |
| | | |||||
* | | I guess this also fixes it and is nicer | Christopher Allan Webber | 2014-03-26 | 1 | -4/+1 |
| | | |||||
* | | six==1.5.2 | Christopher Allan Webber | 2014-03-26 | 1 | -1/+4 |
| | | |||||
* | | Babel now requires >= 1.0 | Christopher Allan Webber | 2014-03-26 | 1 | -1/+1 |
|/ | |||||
* | Fix Babel version restriction. Onward and upward! | Christopher Allan Webber | 2014-03-22 | 1 | -1/+1 |
| | | | | (Fix suggested by simonft... thanks!) | ||||
* | Fix version conflicts we were hitting with six | Christopher Allan Webber | 2014-03-20 | 1 | -1/+1 |
| | |||||
* | added new slugify with unidecode | Boris Bobrov | 2014-03-11 | 1 | -0/+1 |
| |