Mercurial > p > roundup > code
comparison CHANGES.txt @ 4740:fe9568a6cbd6
Untangle template selection logic from template loading functionality.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Tue, 15 Jan 2013 00:10:01 +0300 |
| parents | 8a32d8223aa4 |
| children | 2d6959f1d2df |
comparison
equal
deleted
inserted
replaced
| 4739:94be76e04140 | 4740:fe9568a6cbd6 |
|---|---|
| 7 | 7 |
| 8 Features: | 8 Features: |
| 9 | 9 |
| 10 - Renamed old Templates classes to Loader classes to clarify sources | 10 - Renamed old Templates classes to Loader classes to clarify sources |
| 11 for alternative templating engines, updated docs (anatoly techtonik) | 11 for alternative templating engines, updated docs (anatoly techtonik) |
| 12 - Template selection code is moved from Loader classes into cgi.client | |
| 13 limiting the responsibility of Loaders to compilation and rendering. | |
| 14 Internally, templating.find_template is replaced with | |
| 15 client.selectTemplate (anatoly techtonik) | |
| 12 | 16 |
| 13 Fixed: | 17 Fixed: |
| 14 | 18 |
| 15 - Restored compatibility with old style trackers (anatoly techtonik) | 19 - Restored compatibility with old style trackers (anatoly techtonik) |
| 16 - Make roundup play nice with setup tools (for using with virtualenv) | 20 - Make roundup play nice with setup tools (for using with virtualenv) |
