gnucash-htdocs beta: Remove Uservoice link.

John Ralls jralls at code.gnucash.org
Tue Sep 2 17:02:38 EDT 2025


  discards  https://github.com/Gnucash/gnucash-htdocs/commit/ee186631 (commit)
Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/aacbb240 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (https://github.com/Gnucash/gnucash-htdocs/commit/ee186631)
            \
             N -- N -- N (https://github.com/Gnucash/gnucash-htdocs/commit/aacbb240)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.



commit aacbb240f0f6c953df2e49da26e6581cd1fe853f
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Sep 2 13:54:35 2025 -0700

    Remove Uservoice link.
    
    Nobody is monitoring Uservoice.

diff --git a/externals/gnucash.css b/externals/gnucash.css
index c83c342..41d0129 100644
--- a/externals/gnucash.css
+++ b/externals/gnucash.css
@@ -644,7 +644,7 @@ h2.download-title {
    border-radius: 16px;
    box-shadow: 0 0 4px silver;
 }
-
+/*
 #uservoice-icon{
    left:0px;
    width:42px;
@@ -660,7 +660,7 @@ h2.download-title {
    border-radius: 16px;
    box-shadow: 0 0 4px silver;
 }
-
+*/
 #donation-icon{
    left:50px;
    width:42px;
diff --git a/externals/header.phtml b/externals/header.phtml
index 61ca38c..9067644 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -134,7 +134,7 @@
       <div style="float:right;">
         <ul id="navlist">
           <li id="fb-icon"><a href="https://www.facebook.com/Gnucash" title="<?php echo T_($titlefb);?>"></a></li>
-          <li id="uservoice-icon"><a href="https://gnucash.uservoice.com/" title="<?php echo T_($titleuservoice);?>"></a></li>
+          <!-- li id="uservoice-icon"><a href="https://gnucash.uservoice.com/" title="<?php echo T_($titleuservoice);?>"></a></li -->
           <li id="donation-icon"><a href="https://gnucash.org/donate.phtml" title="<?php echo T_($titledonation);?>"></a></li>
           <li id="rss-icon"><a href="<?=$home?>/atom.php" title="<?php echo T_($titleRSS);?>"></a></li>
         </ul>



Summary of changes:
 externals/gnucash.css  | 4 ++--
 externals/header.phtml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list