Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 1 | -2/+0 |
| | |||||
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -19/+19 |
| | |||||
* | squash! Custom exception in mail. | Jonathan Sandoval | 2016-04-08 | 1 | -0/+4 |
| | |||||
* | Mail tests with no mail server configured. | Jonathan Sandoval | 2016-04-08 | 1 | -0/+25 |
| | |||||
* | Import mock correctly on py3 | Christopher Allan Webber | 2014-09-16 | 1 | -1/+4 |
| | | | | This commit sponsored by Andrew McNicol. Thank you! | ||||
* | Merge branch 'master' into merge-python3-port | Christopher Allan Webber | 2014-09-16 | 1 | -0/+27 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Fix #861 - Add unit test and documentation for email_smtp_force_starttls | Jessica Tallon | 2014-08-12 | 1 | -0/+27 |
| | | |||||
* | | mbox_message.get_payload() returns bytestring. | Berker Peksag | 2014-08-04 | 1 | -2/+2 |
| | | |||||
* | | Use six.text_type instead of unicode(). | Berker Peksag | 2014-06-02 | 1 | -2/+4 |
|/ | | | | I will be switch to use ``from __future__ import unicode_literals`` later. | ||||
* | added new slugify with unidecode | Boris Bobrov | 2014-03-11 | 1 | -0/+6 |
| | |||||
* | Unit test for ReallyLazyProxy. | Elrond | 2013-04-25 | 1 | -0/+22 |
| | | | | | | | LazyProxy caches its value. So create a unit test for lazy_pass_to_ugettext to make sure its returned proxy actually gives a different translation when the locale is switched. | ||||
* | Also make slug unit test work with the new optionally-translitcodec-free code | Christopher Allan Webber | 2013-01-06 | 1 | -7/+7 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 1 | -12/+11 |
| | |||||
* | Moved common, translation, template, and url code out of util.py and into ↵ | Aaron Williamson | 2011-10-01 | 1 | -18/+18 |
| | | | | tools/[file].py | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | A super strict HTML cleaner method with mediocre tests. | Christopher Allan Webber | 2011-06-13 | 1 | -0/+19 |
| | |||||
* | Generate unique slugs for newly submitted images. | Aaron Williamson | 2011-05-13 | 1 | -0/+8 |
| | |||||
* | Added some locale determination tools | Christopher Allan Webber | 2011-05-12 | 1 | -0/+26 |
| | |||||
* | send_email tool and email sending tests | Christopher Allan Webber | 2011-05-04 | 1 | -0/+41 |
| | |||||
* | Moved app.load_controller -> util.import_component and added tests. | Christopher Allan Webber | 2011-04-17 | 1 | -0/+30 |