Changes between Version 19 and Version 20 of NewAdminChanges
- Timestamp:
- Nov 2, 2005, 4:26:21 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewAdminChanges
v19 v20 4 4 Templates are generated at run time in a way which makes them hard to understand and reuse. 5 5 The aims of the new-admin branch are 6 1. Remove the need for these workarounds, so that writing straight forward code can ach eive the results that would be expected from the admin behaviour. This entails a fair number of changes to FormFields, Fields, and the meta system.6 1. Remove the need for these workarounds, so that writing straight forward code can achieve the results that would be expected from the admin behaviour. This entails a fair number of changes to FormFields, Fields, and the meta system. 7 7 2. Replace the runtime template generation system with a set of templates and template tags that acheive very nearly the same output as the current admin modulo whitespace. During this work, it became tedious to debug certain classes of template errors, and so debugging facilities were added to the template system. 8 8