[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2091-g818cc73

Franck Villaume nerville at libremir.placard.fr.eu.org
Fri Aug 11 11:24:11 CEST 2017


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  818cc73a5e4e98a67fc2df98dbe3c0885e62738a (commit)
       via  dbe972886598d1ebbfdd6368a02f362dd90904bb (commit)
      from  213d6ff4f6247c070631a7ae19f5f26b1a0a126a (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=818cc73a5e4e98a67fc2df98dbe3c0885e62738a

commit 818cc73a5e4e98a67fc2df98dbe3c0885e62738a
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Aug 11 09:24:06 2017 +0000

    tracker: fix th class in index page

diff --git a/src/common/tracker/actions/ind.php b/src/common/tracker/actions/ind.php
index 8908dfe..b155e4b 100644
--- a/src/common/tracker/actions/ind.php
+++ b/src/common/tracker/actions/ind.php
@@ -73,7 +73,7 @@ if (count($at_arr) < 1) {
 		Put the result set (list of trackers for this group) into a column with folders
 	*/
 	$tablearr = array(_('Tracker'),_('Description'),_('Open'),_('Total'));
-	$thclass = array(array(), array(), array(), array('class' => 'align-center'), array('class' => 'align-center'));
+	$thclass = array(array(), array(), array('class' => 'align-center'), array('class' => 'align-center'));
 	if ($child_has_at) {
 		$tablearr = array(_('Project'), _('Tracker'),_('Description'),_('Open'),_('Total'));
 		$thclass = array(array(), array(), array(), array('class' => 'align-center'), array('class' => 'align-center'));

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

commit dbe972886598d1ebbfdd6368a02f362dd90904bb
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Aug 11 08:24:01 2017 +0000

    space vs. tab

diff --git a/src/common/include/pre.php b/src/common/include/pre.php
index 0671922..54cce1e 100644
--- a/src/common/include/pre.php
+++ b/src/common/include/pre.php
@@ -306,13 +306,13 @@ if (getenv('FUSIONFORGE_NO_DB') != 'true' and forge_get_config('database_name')
 		// If logged in, set up a $LUSER var referencing
 		// the logged in user's object
 		// and setup theme
-        // and refresh session cookies
+		// and refresh session cookies
 		if (session_loggedin()) {
 			$LUSER =& session_get_user();
 			$use_tooltips = $LUSER->usesTooltips();
 			header('Cache-Control: private');
 			$x_theme = $LUSER->setUpTheme();
-            session_refresh();
+			session_refresh();
 		} else {
 			$use_tooltips = 1;
 			$x_theme = forge_get_config('default_theme');

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

Summary of changes:
 src/common/include/pre.php         | 4 ++--
 src/common/tracker/actions/ind.php | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list