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 "FusionForge".

The branch, master has been updated
       via  9f2030b08815f6e6a03c1c31a3859046860b7cdf (commit)
       via  1b487107ecd522e7b428f4f183416513b286ee6b (commit)
      from  412d3fd1a62920af44027b431c34bc4ad954609c (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=9f2030b08815f6e6a03c1c31a3859046860b7cdf

commit 9f2030b08815f6e6a03c1c31a3859046860b7cdf
Author: Franck Villaume <[email protected]>
Date:   Sat May 1 11:22:18 2021 +0200

    fix typo, unknown property

diff --git a/src/www/themes/funky-guy/css/theme.css 
b/src/www/themes/funky-guy/css/theme.css
index f98ef15..9ada412 100644
--- a/src/www/themes/funky-guy/css/theme.css
+++ b/src/www/themes/funky-guy/css/theme.css
@@ -690,8 +690,8 @@ footer img {
        opacity: 0;
 }
 .loading  {
-        opacity: 1 !important;
-       ransition: opacity ease-in 1s;
+       opacity: 1 !important;
+       transition: opacity ease-in 1s;
 }
 #loader div {
        border: 8px solid #fff;

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1b487107ecd522e7b428f4f183416513b286ee6b

commit 1b487107ecd522e7b428f4f183416513b286ee6b
Author: Franck Villaume <[email protected]>
Date:   Sat May 1 11:21:47 2021 +0200

    fix unreachable code

diff --git a/src/common/docman/engine/parser_pdf.inc.php 
b/src/common/docman/engine/parser_pdf.inc.php
index 025faa4..4c59894 100644
--- a/src/common/docman/engine/parser_pdf.inc.php
+++ b/src/common/docman/engine/parser_pdf.inc.php
@@ -39,7 +39,6 @@ function parser_pdf($fichin) {
        shell_exec($cmd);
 
        return parser_text($fichout);
-       unlink ($fichout);
 }
 
 // Local Variables:

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

Summary of changes:
 src/common/docman/engine/parser_pdf.inc.php | 1 -
 src/www/themes/funky-guy/css/theme.css      | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to