Changes between Version 18 and Version 19 of BluePrint/Plugins


Ignore:
Timestamp:
06/21/13 23:04:00 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Plugins

    v18 v19  
    2020* Modules
    2121 * Models
     22  * This may require the most work
    2223 * Controllers
     24  * These will be available in the co-app namespace
    2325* [DeveloperGuidelines/Templates Template]
    2426 * Settings
     
    2628 * Controller Customizations
    2729 * Parsers
    28  * Note: It is very easy already to have a template kept out of the main repo via a .gitignore so this seems lower priority to Fran
     30 * Note: It is very easy already to have a Template kept out of the main repo via a .gitignore, so the value comes if the Template is to be easily shared with the rest of the Community
    2931* [DeveloperGuidelines/Themes Theme]
    3032 * Views
    3133 * CSS
    32  * Note: It is very easy already to have a theme kept out of the main repo via a .gitignore so this seems lower priority to Fran
     34 * Note: It is very easy already to have a Theme kept out of the main repo via a .gitignore, so the value comes if the Theme is to be easily shared with the rest of the Community
    3335* Widgets
    3436 * Widgets can already be defined in Templates
    3537 * Applying the Widgets to existing modules would be done in controller customizations in Templates
    36 
     38 * The value comes if the Widget is to be easily shared with the rest of the community
    3739==== New data ====
    3840* A site wants to add fields to an existing primary resource, and have them show up in the primary resource's Basic Details form. These will be 1-1 with the primary resource records. +++