- 30 May, 2017 1 commit
-
-
Andy Armstrong committed
-
- 30 Jun, 2016 1 commit
-
-
2. Update COMPREHNSIVE_THEME_DIR to COMPREHENSIVE_THEME_DIRS 3. Update paver commands to support multi theme dirs 4. Updating template loaders 5. Add ENABLE_COMPREHENSIVE_THEMING flag to enable or disable theming via settings 6. Update tests 7. Add backward compatibility for COMPREHEHNSIVE_THEME_DIR
Matt Drayer committed
-
- 11 Apr, 2016 1 commit
-
-
The old code set the output-encoding to None, which means, I want Unicode strings as output. This made Mako pass markupsafe objects to "unicode()", which applied all the escaping. Then the result would be given to Django, would would html-escape it again, resulting in over-escaping. By setting the output-encoding to utf8, we use filters.encode.utf8 instead, which is aware of Markupsafe, which avoids the over-escaping.
Ned Batchelder committed
-
- 28 Jan, 2016 1 commit
-
-
Mako filesystem/app_directories loaders already wrap default django template loaders. Mako loaders delegate the `load_template_source` method to the base loader that they wrap, so there's no reason to explicitly include the two django loaders in the settings.
Matjaz Gregoric committed
-
- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 23 Mar, 2015 1 commit
-
-
This makes these files importable, and puts them into the new best guess as to where files should live.
Ned Batchelder committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 19 Jun, 2013 1 commit
-
-
Ned Batchelder committed
-
- 04 Jun, 2013 1 commit
-
-
When loading a Mako template from a Django template, the file encoding of the Mako template was left unspecified. In some cases, this would cause the Mako template to be interpreted as an ASCII template, resulting in blowups if the template was encoded in UTF-8 (e.g., lms/templates/footer.html). Now, both the input and output encodings are specified as UTF-8.
Nate Hardison committed
-
- 21 Feb, 2013 1 commit
-
-
Ned Batchelder committed
-
- 06 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 16 Aug, 2012 1 commit
-
-
Calen Pennington committed
-
- 13 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 10 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-