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  0e79953bdc6f820b2da0efa662b8c7f5627a1214 (commit)
      from  15453199a106e001a81f871e260376dffeaba2f0 (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=0e79953bdc6f820b2da0efa662b8c7f5627a1214

commit 0e79953bdc6f820b2da0efa662b8c7f5627a1214
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Oct 6 18:23:16 2016 +0200

    Do not use minified versions of Javascript

diff --git a/src/plugins/scmgit/common/GitPlugin.class.php 
b/src/plugins/scmgit/common/GitPlugin.class.php
index 5a6bca6..2e2b999 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -618,7 +618,7 @@ control over it to the project's administrator.");
                fwrite($f, "\$favicon = '". 
util_make_url('/plugins/scmgit/git-favicon.png')."';\n");
                fwrite($f, "\$stylesheet = '". 
util_make_url('/plugins/scmgit/gitweb.css')."';\n");
                fwrite($f, "\$javascript = '". 
util_make_url('/plugins/scmgit/gitweb.js')."';\n");
-               fwrite($f, "\$site_html_head_string = '<script 
type=\"text/javascript\" src=\"". 
util_make_url('/scripts/iframe-resizer/iframeResizer.contentWindow.min.js'). 
"\" />';\n");
+               fwrite($f, "\$site_html_head_string = '<script 
type=\"text/javascript\" src=\"". 
util_make_url('/scripts/iframe-resizer/iframeResizer.contentWindow.js'). "\" 
/>';\n");
                fwrite($f, "\$prevent_xss = 'true';\n");
                fwrite($f, "\$site_footer = 
'".forge_get_config('source_path')."/plugins/scmgit/www/gitweb_footer.html';\n");
                fwrite($f, "\$feature{'actions'}{'default'} = [('project home', 
'" .
diff --git a/src/www/include/html.php b/src/www/include/html.php
index 0400aea..5b2de59 100644
--- a/src/www/include/html.php
+++ b/src/www/include/html.php
@@ -521,7 +521,7 @@ function html_use_jqueryjqplotplugindateAxisRenderer() {
 
 function html_use_jqueryteamworkgantt() {
        html_use_jquerybrowser();
-       use_javascript('/scripts/jquery-livequery/jquery.livequery.min.js');
+       use_javascript('/scripts/jquery-livequery/jquery.livequery.js');
        use_javascript('/scripts/jquery-livequery/jquery.timers.js');
        use_javascript('/scripts/jquery-teamwork-gantt/libs/platform.js');
        use_javascript('/scripts/jquery-teamwork-gantt/libs/date.js');
@@ -551,7 +551,7 @@ function html_use_jqueryautoheight() {
 }
 
 function html_use_iframeresizer() {
-       use_javascript('/scripts/iframe-resizer/iframeResizer.min.js');
+       use_javascript('/scripts/iframe-resizer/iframeResizer.js');
 }
 
 function html_use_jquerybrowser() {

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

Summary of changes:
 src/plugins/scmgit/common/GitPlugin.class.php | 2 +-
 src/www/include/html.php                      | 4 ++--
 2 files changed, 3 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