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  7311b60e441ddd248cc9501353c8c3ca1b3cc44d (commit)
       via  d135f23d0325f54cdb4756e6987db7f78d110822 (commit)
      from  1e240e98b5a1e6aec07eef53594f2f63310e4e56 (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=7311b60e441ddd248cc9501353c8c3ca1b3cc44d

commit 7311b60e441ddd248cc9501353c8c3ca1b3cc44d
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Jun 21 15:48:31 2016 +0200

    Whitespace

diff --git a/src/www/admin/index.php b/src/www/admin/index.php
index 70e9a26..3d21c1f 100644
--- a/src/www/admin/index.php
+++ b/src/www/admin/index.php
@@ -181,25 +181,25 @@ echo html_ac(html_ap() - 1);
 <?php if(forge_get_config('use_news')) {?>
 <div class="info-box">
 <h2><?php echo _('News'); ?></h2>
-<ul>
-       <li><?php echo util_make_link('/admin/pending-news.php', _('Pending 
news (moderation for front-page)')); ?></li>
-</ul>
+       <ul>
+               <li><?php echo util_make_link('/admin/pending-news.php', 
_('Pending news (moderation for front-page)')); ?></li>
+       </ul>
 </div>
 <?php } ?>
 
 <div class="info-box">
 <h2><?php echo _('Stats'); ?></h2>
-<ul>
-       <li><?php echo util_make_link('/stats/', _('Site-Wide Stats')); ?></li>
-       <?php plugin_hook('webanalytics_admin', array()); ?>
-</ul>
+       <ul>
+               <li><?php echo util_make_link('/stats/', _('Site-Wide Stats')); 
?></li>
+               <?php plugin_hook('webanalytics_admin', array()); ?>
+       </ul>
 </div>
 
 <div class="info-box">
 <h2><?php echo _('Trove Project Tree'); ?></h2>
-<ul>
-       <li><?php echo util_make_link('/admin/trove/trove_cat_list.php', 
_('Display Trove Map')); ?></li>
-       <li><?php echo util_make_link('/admin/trove/trove_cat_add.php', _('Add 
to the Trove Map')); ?></li>
+       <ul>
+               <li><?php echo 
util_make_link('/admin/trove/trove_cat_list.php', _('Display Trove Map')); 
?></li>
+               <li><?php echo util_make_link('/admin/trove/trove_cat_add.php', 
_('Add to the Trove Map')); ?></li>
 </ul>
 </div>
 
diff --git a/src/www/include/features_boxes.php 
b/src/www/include/features_boxes.php
index 8025c0b..29be6d0 100644
--- a/src/www/include/features_boxes.php
+++ b/src/www/include/features_boxes.php
@@ -245,7 +245,7 @@ function show_highest_ranked_projects() {
                $count++ ;
        }
        if ( $return == "" ) {
-               return  $HTML->information(_('No stats available'));
+               return $HTML->information(_('No stats available'));
        } else {
                $return = 
$HTML->listTableTop().$return.$HTML->listTableBottom();
        }

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

commit d135f23d0325f54cdb4756e6987db7f78d110822
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Jun 21 15:47:59 2016 +0200

    Translate ':'

diff --git a/src/www/admin/responses_admin.php 
b/src/www/admin/responses_admin.php
index 221670f..cf1ac10 100644
--- a/src/www/admin/responses_admin.php
+++ b/src/www/admin/responses_admin.php
@@ -80,7 +80,7 @@ if( $action == "Edit" ) {
                $response_text=$row[2];
        echo _('Edit Response')._(':').html_e('br');
        echo $HTML->openForm(array('method' => 'post', 'action' => 
'/admin/responses_admin.php'));
-       echo _('Response Title').(':'); ?><input type="text" 
name="response_title" size="30" maxlength="25" value="<?php echo 
$response_title; ?>" /><br />
+       echo _('Response Title')._(':'); ?><input type="text" 
name="response_title" size="30" maxlength="25" value="<?php echo 
$response_title; ?>" /><br />
 <?php echo _('Response Text')._(':'); ?><br />
 <textarea name="response_text" cols="50" rows="10"><?php echo $response_text; 
?></textarea>
 <input type="hidden" name="response_id" value="<?php echo $response_id; ?>" />

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

Summary of changes:
 src/www/admin/index.php            | 20 ++++++++++----------
 src/www/admin/responses_admin.php  |  2 +-
 src/www/include/features_boxes.php |  2 +-
 3 files changed, 12 insertions(+), 12 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