public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a84b9ed2feb926681ad94273d8c2efc5d7b71b4f
@ 2023-04-02 17:10 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2023-04-02 17:10 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2435 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  a84b9ed2feb926681ad94273d8c2efc5d7b71b4f (commit)
      from  11f4726b0d72b6a4a0799bb4548e9ce93bf16911 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a84b9ed2feb926681ad94273d8c2efc5d7b71b4f
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Thu Mar 16 11:34:03 2023 +0100

    header.pl: Add reference to colors.txt into header.pl
    
    - With change of common css entries into header.pl with commit
       https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=b52a84ddc77f9db7e4ad7b129f21fbf528c6f990
       I had missed that color20 and color22 etc, that come from colors.txt, are not known in
       header.pl so that the alternate colours in tables were missing. Even though I tested the
       previous commit I obviously did not look well enough because I missed that the tables
       had no alternate colours. I just found it now when looking at Core Update 174 Testing.
    - Confirmed by copying this version of header.pl into my CU174 Testing system and the
       alternate colour rows came back again as they should be. I am sure now that they are
       correct.
    
    Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
    Reviewed-by: Bernhard Bitsch <bbitsch(a)ipfire.org>
    Tested-by: Bernhard Bitsch <bbitsch(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/cfgroot/header.pl | 3 +++
 1 file changed, 3 insertions(+)

Difference in files:
diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl
index 955ed2646..3f80ce9b4 100644
--- a/config/cfgroot/header.pl
+++ b/config/cfgroot/header.pl
@@ -17,6 +17,9 @@ use HTML::Entities();
 use Socket;
 use Time::Local;
 
+our %color = ();
+&General::readhash("/srv/web/ipfire/html/themes/ipfire/include/colors.txt", \%color);
+
 $|=1; # line buffering
 
 $Header::revision = 'final';


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-02 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 17:10 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a84b9ed2feb926681ad94273d8c2efc5d7b71b4f Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox