Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 4.3.0
-
Fix Version/s: Unscheduled
-
Component/s: Core CiviCRM
-
Labels:
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
This should reduce the training and wait-time related to GenCode.
Policies:
- DAO's go into SCM
- Generated SQL files for the default (English) language go into SCM (because this is what developers use most of the time)
- Translated SQL files do NOT go into SCM (but can be produced with GenCode if a developer needs them)
- ListAll.php goes into SCM
- UNDECIDED: civicrm.config.php
- UNDECIDED: civicrm-version.php
- UNDECIDED: CRM/common/version.tpl
(For version.tpl, I think we could make this file optional at runtime, but the other two files are a bit trickier.)