greenwich - Activate on new builds
authorTim Otten <totten@civicrm.org>
Mon, 14 Sep 2020 07:31:41 +0000 (00:31 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2020 02:54:06 +0000 (19:54 -0700)
bin/regen.sh
ext/greenwich/info.xml
xml/templates/civicrm_data.tpl

index 6cf3eb54c643405a95347d7142a1947a8673150d..42cb64cdc35d9d99e74cd1259fdb96b67197aff5 100755 (executable)
@@ -47,7 +47,7 @@ php GenerateData.php
 
 ## Prune local data
 $MYSQLCMD -e "DROP TABLE IF EXISTS civicrm_install_canary; DELETE FROM civicrm_cache; DELETE FROM civicrm_setting;"
-$MYSQLCMD -e "DELETE FROM civicrm_extension WHERE full_name NOT IN ('sequentialcreditnotes', 'eventcart', 'search', 'flexmailer', 'financialacls');"
+$MYSQLCMD -e "DELETE FROM civicrm_extension WHERE full_name NOT IN ('sequentialcreditnotes', 'eventcart', 'greenwich', 'search', 'flexmailer', 'financialacls');"
 TABLENAMES=$( echo "show tables like 'civicrm_%'" | $MYSQLCMD | grep ^civicrm_ | xargs )
 
 cd $CIVISOURCEDIR/sql
index d9a784753804a9d8a7ae60d0fa80b4dd56c2d0be..edf93149f96ab532569d42fdbea4e1f3f1184510 100644 (file)
@@ -16,6 +16,9 @@
   </urls>
   <releaseDate>2020-07-21</releaseDate>
   <version>1.0</version>
+  <tags>
+    <tag>mgmt:hidden</tag>
+  </tags>
   <develStage>alpha</develStage>
   <compatibility>
     <ver>5.0</ver>
index a65d033c71e6375671104a1b8c20b81f6824c59e..e86bd1e5847280612e4c9f0293eed2eb36f878ec 100644 (file)
@@ -1779,5 +1779,6 @@ VALUES
 -- in the setup routine based on their tags & using the standard extension install api.
 -- do not try this at home folks.
 INSERT IGNORE INTO civicrm_extension (type, full_name, name, label, file, is_active) VALUES ('module', 'sequentialcreditnotes', 'Sequential credit notes', 'Sequential credit notes', 'sequentialcreditnotes', 1);
+INSERT IGNORE INTO civicrm_extension (type, full_name, name, label, file, is_active) VALUES ('module', 'greenwich', 'Theme: Greenwich', 'Theme: Greenwich', 'greenwich', 1);
 INSERT IGNORE INTO civicrm_extension (type, full_name, name, label, file, is_active) VALUES ('module', 'eventcart', 'Event cart', 'Event cart', 'eventcart', 1);
 INSERT IGNORE INTO civicrm_extension (type, full_name, name, label, file, is_active) VALUES ('module', 'financialacls', 'Financial ACLs', 'Financial ACLs', 'financialacls', 1);