Changes between Version 27 and Version 28 of BluePrint/Templates
- Timestamp:
- 01/05/15 15:00:13 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Templates
v27 v28 50 50 51 51 Message Parser: 52 * private/templates/<template>/parser.py52 * modules/templates/<template>/parser.py 53 53 * imported into modules/s3/s3msg.py 54 54 Tasks: 55 * private/templates/<template>/tasks.py55 * modules/templates/<template>/tasks.py 56 56 * imported into models/tasks.py 57 57 Theme: 58 58 * controllers/default.py index() 59 59 Menus: 60 * private/templates/<template>/menus.py60 * modules/templates/<template>/menus.py 61 61 * subclasses modules/s3menus.py to allow overrides 62 * private/templates/<template>/layouts.py62 * modules/templates/<template>/layouts.py 63 63 * subclasses modules/s3layouts.py to allow overrides 64 * models/01_menu.py should no longer be required64 * models/01_menu.py is deprecated 65 65 Fields: 66 * private/templates/<template>/fields.py66 * modules/templates/<template>/fields.py 67 67 * includes any local overrides to field labels/readable/writable/DAL-level required 68 68 * modules/s3/s3fields.py 69 69 * S3Field to subclass Field to read settings from fields.py 70 71 == Implementation ==72 Implmentation Steps for the next phase:73 * Load layouts.py & menus.py from private/templates/<template>74 70 75 71 == References ==