You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2022/03/10 21:23:12 UTC

[solr] branch branch_9x updated: SOLR-15652: Update Admin UI Footer Links (#740)

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 62c34fe  SOLR-15652: Update Admin UI Footer Links (#740)
62c34fe is described below

commit 62c34fe390ede20b355ac85f30fa713990db10be
Author: Eric Pugh <ep...@opensourceconnections.com>
AuthorDate: Thu Mar 10 16:21:14 2022 -0500

    SOLR-15652: Update Admin UI Footer Links (#740)
    
    * update community link and introduce slack
    
    * reorder and have browser pop to new window
    
    * update css tags to make better sense
    
    * reorder tabs to put similar items next to each other
---
 solr/CHANGES.txt                       |  2 ++
 solr/webapp/web/css/angular/common.css |  6 +++---
 solr/webapp/web/index.html             | 11 ++++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f5f9de8..1f84789 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -14,6 +14,8 @@ Improvements
 ---------------------
 * SOLR-15986: CommitUpdateCommand and SplitIndexCommand can write user commit metadata. (Bruno Roustant)
 
+* SOLR-15652: Add Slack channel for community support to Admin UI footer, update links.  (Eric Pugh)
+
 Optimizations
 ---------------------
 (No changes)
diff --git a/solr/webapp/web/css/angular/common.css b/solr/webapp/web/css/angular/common.css
index 0b4b14d..df87254 100644
--- a/solr/webapp/web/css/angular/common.css
+++ b/solr/webapp/web/css/angular/common.css
@@ -283,9 +283,9 @@ ul
 
 #meta .documentation a { background-image: url( ../../img/ico/document-text.png ); }
 #meta .issues a { background-image: url( ../../img/ico/bug.png ); }
-#meta .irc a { background-image: url( ../../img/ico/users.png ); }
-#meta .mailinglist a { background-image: url( ../../img/ico/mail.png ); }
-#meta .wiki-query-syntax a { background-image: url( ../../img/ico/script-code.png ); }
+#meta .chat a { background-image: url( ../../img/ico/users.png ); }
+#meta .community a { background-image: url( ../../img/ico/mail.png ); }
+#meta .query-syntax a { background-image: url( ../../img/ico/script-code.png ); }
 
 #environment
 {
diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html
index 8fce6df..e2c0ef3 100644
--- a/solr/webapp/web/index.html
+++ b/solr/webapp/web/index.html
@@ -254,11 +254,12 @@ limitations under the License.
 
         <ul>
 
-          <li class="documentation"><a href="http://solr.apache.org/guide/"><span>Documentation</span></a></li>
-          <li class="issues"><a href="http://issues.apache.org/jira/browse/SOLR"><span>Issue Tracker</span></a></li>
-          <li class="irc"><a href="http://webchat.freenode.net/?channels=#solr"><span>IRC Channel</span></a></li>
-          <li class="mailinglist"><a href="http://wiki.apache.org/solr/UsingMailingLists"><span>Community forum</span></a></li>
-          <li class="wiki-query-syntax"><a href="https://solr.apache.org/guide/query-syntax-and-parsers.html"><span>Solr Query Syntax</span></a></li>
+          <li class="documentation"><a href="http://solr.apache.org/guide/" target="_blank"><span>Documentation</span></a></li>
+          <li class="query-syntax"><a href="https://solr.apache.org/guide/query-syntax-and-parsers.html" target="_blank"><span>Solr Query Syntax</span></a></li>
+          <li class="community"><a href="https://solr.apache.org/community.html" target="_blank"><span>Community</span></a></li>
+          <li class="issues"><a href="http://issues.apache.org/jira/browse/SOLR" target="_blank"><span>Issue Tracker</span></a></li>
+          <li class="chat"><a href="https://s.apache.org/solr-slack" target="_blank"><span>Slack</span></a></li>
+          <li class="chat"><a href="https://web.libera.chat/?channels=#solr" target="_blank"><span>IRC</span></a></li>
 
         </ul>