Search ext: rename to Search Kit, mark as beta
authorColeman Watts <coleman@civicrm.org>
Mon, 5 Oct 2020 12:45:16 +0000 (08:45 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 5 Oct 2020 12:45:16 +0000 (08:45 -0400)
ext/search/CRM/Search/Upgrader.php
ext/search/README.md
ext/search/ang/search/crmSearch.html
ext/search/info.xml

index 7260e39813cf397682d0a1ca04c41e72ba2e9c8d..667460ecba06408145f47d036d1bf696c8112e26 100644 (file)
@@ -12,8 +12,8 @@ class CRM_Search_Upgrader extends CRM_Search_Upgrader_Base {
   public function enable() {
     \Civi\Api4\Navigation::create(FALSE)
       ->addValue('parent_id:name', 'Search')
-      ->addValue('label', E::ts('Create Search...'))
-      ->addValue('name', 'create_search')
+      ->addValue('label', E::ts('Search Kit'))
+      ->addValue('name', 'search_kit')
       ->addValue('url', 'civicrm/search')
       ->addValue('icon', 'crm-i fa-search-plus')
       ->addValue('has_separator', 2)
@@ -26,7 +26,7 @@ class CRM_Search_Upgrader extends CRM_Search_Upgrader_Base {
    */
   public function disable() {
     \Civi\Api4\Navigation::delete(FALSE)
-      ->addWhere('name', '=', 'create_search')
+      ->addWhere('name', '=', 'search_kit')
       ->addWhere('domain_id', '=', 'current_domain')
       ->execute();
   }
index 456e59f4f8e17d5dd01f5ac4e5549c124e2f6303..3bb1cbbf96c073fb83a2d517926fa6b07de2ce06 100644 (file)
@@ -1,7 +1,13 @@
-# org.civicrm.search
+# CiviCRM Search Kit
 
-A core extension to create advanced searches.
+A core extension to create complex searches, reports & smart groups.
 
 ## Usage
 
-Once enabled, navigate to **Search > Create Search...** in the menu.
+Once enabled, navigate to **Search > Search Kit** in the menu.
+
+## Development
+
+https://chat.civicrm.org/civicrm/channels/search-improvements
+
+https://lab.civicrm.org/dev/report/-/issues
index 3500ef31c7a8f7916aea9ef2ca2688172edb8c1f..5c6a010e37f50536419050a16eaf02739486ef50 100644 (file)
@@ -1,5 +1,5 @@
 <div id="bootstrap-theme" class="crm-search">
-  <h1 crm-page-title>{{:: ts('Create Search for %1', {1: $ctrl.getEntity($ctrl.entity).titlePlural}) }}</h1>
+  <h1 crm-page-title>{{:: ts('Search for %1', {1: $ctrl.getEntity($ctrl.entity).titlePlural}) }}</h1>
 
   <!--This warning will show if bootstrap is unavailable. Normally it will be hidden by the bootstrap .collapse class.-->
   <div class="messages warning no-popup collapse">
index 3908cea9763af352ea0387c72c574270208f8f48..587477bff06c8bace64b001fcc3e9ef7e9e9f60c 100644 (file)
@@ -1,26 +1,25 @@
 <?xml version="1.0"?>
 <extension key="org.civicrm.search" type="module">
   <file>search</file>
-  <name>Search</name>
-  <description>Build searches for a wide variety of CiviCRM entities</description>
+  <name>Search Kit</name>
+  <description>Create searches for a wide variety of CiviCRM entities</description>
   <license>AGPL-3.0</license>
   <maintainer>
     <author>Coleman Watts</author>
     <email>coleman@civicrm.org</email>
   </maintainer>
   <urls>
+    <url desc="Chat">https://chat.civicrm.org/civicrm/channels/search-improvements</url>
+    <url desc="Issues">https://lab.civicrm.org/dev/report/-/issues</url>
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
   </urls>
-  <releaseDate>2020-07-08</releaseDate>
-  <version>1.0</version>
-  <tags>
-    <tag>mgmt:hidden</tag>
-  </tags>
-  <develStage>stable</develStage>
+  <releaseDate>2020-11-07</releaseDate>
+  <version>1.0.beta1</version>
+  <develStage>beta</develStage>
   <compatibility>
-    <ver>5.28</ver>
+    <ver>5.31</ver>
   </compatibility>
-  <comments>Distributed with CiviCRM core</comments>
+  <comments>This extension is still in beta. Click on the chat link above to discuss development, report problems or ask questions.</comments>
   <classloader>
     <psr4 prefix="Civi\" path="Civi"/>
   </classloader>