Changes between Version 27 and Version 28 of BluePrint/Templates


Ignore:
Timestamp:
01/05/15 15:00:13 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Templates

    v27 v28  
    5050
    5151Message Parser:
    52 * private/templates/<template>/parser.py
     52* modules/templates/<template>/parser.py
    5353 * imported into modules/s3/s3msg.py
    5454Tasks:
    55 * private/templates/<template>/tasks.py
     55* modules/templates/<template>/tasks.py
    5656 * imported into models/tasks.py
    5757Theme:
    5858* controllers/default.py index()
    5959Menus:
    60 * private/templates/<template>/menus.py
     60* modules/templates/<template>/menus.py
    6161 * subclasses modules/s3menus.py to allow overrides
    62 * private/templates/<template>/layouts.py
     62* modules/templates/<template>/layouts.py
    6363 * subclasses modules/s3layouts.py to allow overrides
    64 * models/01_menu.py should no longer be required
     64* models/01_menu.py is deprecated
    6565Fields:
    66 * private/templates/<template>/fields.py
     66* modules/templates/<template>/fields.py
    6767 * includes any local overrides to field labels/readable/writable/DAL-level required
    6868* modules/s3/s3fields.py
    6969 * 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>
    7470
    7571== References ==