Rename extension (ext `msgtplui` => `message_admin`, files+meta)
authorTim Otten <totten@civicrm.org>
Fri, 24 Sep 2021 20:25:00 +0000 (13:25 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 24 Sep 2021 21:16:36 +0000 (14:16 -0700)
ext/msgtplui/LICENSE.txt
ext/msgtplui/README.md
ext/msgtplui/info.xml
ext/msgtplui/message_admin.civix.php [moved from ext/msgtplui/msgtplui.civix.php with 100% similarity]
ext/msgtplui/message_admin.php [moved from ext/msgtplui/msgtplui.php with 99% similarity]
ext/msgtplui/xml/Menu/message_admin.xml [moved from ext/msgtplui/xml/Menu/msgtplui.xml with 100% similarity]

index 0a8e5ef8ab40b17ec283b2eae45ff87b9bc340c8..55e0b3cb41303b0d9c3ff1c631092243f63f1fcc 100644 (file)
@@ -1,4 +1,4 @@
-Package: msgtplui
+Package: message_admin
 Copyright (C) 2021, Tim Otten <totten@civicrm.org>
 Licensed under the GNU Affero Public License 3.0 (below).
 
index 51f92a2c61c3725c16dc03785540afb3a49f0a01..1a7652d84bab75c11c8544200677c444f49ee458 100644 (file)
@@ -1,4 +1,4 @@
-# msgtplui
+# message_admin
 
 ![Screenshot](/images/screenshot.png)
 
@@ -22,7 +22,7 @@ install it with the command-line tool [cv](https://github.com/civicrm/cv).
 
 ```bash
 cd <extension-dir>
-cv dl msgtplui@https://github.com/FIXME/msgtplui/archive/master.zip
+cv dl message_admin@https://github.com/FIXME/message_admin/archive/master.zip
 ```
 
 ## Installation (CLI, Git)
@@ -31,8 +31,8 @@ Sysadmins and developers may clone the [Git](https://en.wikipedia.org/wiki/Git)
 install it with the command-line tool [cv](https://github.com/civicrm/cv).
 
 ```bash
-git clone https://github.com/FIXME/msgtplui.git
-cv en msgtplui
+git clone https://github.com/FIXME/message_admin.git
+cv en message_admin
 ```
 
 ## Getting Started
index 96ad4e3a5de0b4102ae4115db2601267cdfcb26b..b7642a84b7a1c64643978cc658da548748207896 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
-<extension key="msgtplui" type="module">
-  <file>msgtplui</file>
-  <name>Message Template Editor</name>
-  <description>Rich interface for editing, previewing, and translating message templates</description>
+<extension key="message_admin" type="module">
+  <file>message_admin</file>
+  <name>Message Administration</name>
+  <description>Rich interface for browsing, editing, previewing, and translating message templates</description>
   <license>AGPL-3.0</license>
   <maintainer>
     <author>CiviCRM</author>
similarity index 99%
rename from ext/msgtplui/msgtplui.php
rename to ext/msgtplui/message_admin.php
index 5de124ddd600baf18f31185587e0b4094171f537..2d5c526fb42d4e0648140d94ae9dca6ce586f384 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-require_once 'msgtplui.civix.php';
+require_once 'message_admin.civix.php';
 // phpcs:disable
 use CRM_Msgtplui_ExtensionUtil as E;
 // phpcs:enable