Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use six.text_type instead of unicode(). | Berker Peksag | 2014-06-02 | 1 | -1/+2 |
| | | | | I will be switch to use ``from __future__ import unicode_literals`` later. | ||||
* | Use six.moves.urllib.parse instead of the urlparse module. | Berker Peksag | 2014-05-26 | 1 | -1/+3 |
| | |||||
* | Fixing ALL THE BROKEN TESTS. I probably broke most of them. | Christopher Allan Webber | 2013-09-29 | 1 | -1/+1 |
| | | | | | | | | | | - We've now broken out user.html and user_nonactive.html but the tests didn't reflect it - the location of one of the module imports broke, but I didn't notice because of .pyc files ;) This commit sponsored by Tiberiu C. Turbureanu (ceata.org). Thank you! | ||||
* | Fixing one test post-merge. We got rid of the mongo stuff, so... consistency! | Christopher Allan Webber | 2013-09-20 | 1 | -2/+2 |
| | | | | | | | Now we can merge LDAP support! Woohoo! This commit sponsored by the ever-awesome GMG contributor, Sebastian Spaeth. Thanks! | ||||
* | skip test if python-ldap is not installed | Rodney Ewing | 2013-08-15 | 1 | -0/+2 |
| | |||||
* | added tests for ldap plugin | Rodney Ewing | 2013-08-15 | 1 | -0/+123 |