gnucash-htdocs beta: Remove Uservoice link.

John Ralls jralls at code.gnucash.org
Tue Sep 2 16:57:28 EDT 2025


  discards  https://github.com/Gnucash/gnucash-htdocs/commit/df3fbaa4 (commit)
Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/ee186631 (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/df3fbaa4)
            \
             N -- N -- N (https://github.com/Gnucash/gnucash-htdocs/commit/ee186631)

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 ee18663166b5bc7bea8d75c4a5263a2fd4a2f629
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/header.phtml b/externals/header.phtml
index 61ca38c..e839043 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -134,9 +134,9 @@
       <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="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>
+          <!-- li id="uservoice-icon"><a href="https://gnucash.uservoice.com/" title="<?php echo T_($titleuservoice);?>"></a></li -->
         </ul>
       </div>
 



Summary of changes:
 externals/header.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list