Changes between Version 7 and Version 8 of SummerOfCode2008
- Timestamp:
- Mar 7, 2008, 8:21:39 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2008
v7 v8 39 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 40 41 * Template language improvements including: 42 * Namespaces for templates (fixing the template parser, filter expressions and load tag to use namespaces) 43 * Generic Overlays for the Template DOM and/or Overlays for block tag 44 * ... etc 45