Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #861 - Add unit test and documentation for email_smtp_force_starttls | Jessica Tallon | 2014-08-12 | 1 | -0/+27 |
| | |||||
* | 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 |