Changes between Version 9 and Version 10 of SummerOfCode2008
- Timestamp:
- Mar 10, 2008, 7:18:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2008
v9 v10 37 37 * Improve static page support in the built-in webserver. Make it useful for testing sites that may include CSS. 38 38 39 * Make a set of sub-classes from models.Model to cover common website design patterns. Lots of design questions here, success would hinge on making a good choice of what design patterns to implement (things like User come to mind) and implementing them in such a way as to be as useful as possible to as many people as possible.40 41 39 * Template language improvements including: 42 40 * Namespaces for templates (fixing the template parser, filter expressions and load tag to use namespaces)