[Fusionforge-commits] r11459 - in trunk/src: plugins/svntracker/bin plugins/wiki/common utils www www/account www/admin www/developer www/project www/reporting www/search/include

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Mon Nov 8 18:38:38 CET 2010


Author: aljeux
Date: 2010-11-08 18:38:38 +0100 (Mon, 08 Nov 2010)
New Revision: 11459

Modified:
   trunk/src/plugins/svntracker/bin/post.php
   trunk/src/plugins/wiki/common/WikiPlugin.class.php
   trunk/src/utils/manage-translations.sh
   trunk/src/www/404.php
   trunk/src/www/account/login.php
   trunk/src/www/admin/groupdelete.php
   trunk/src/www/developer/diary.php
   trunk/src/www/developer/monitor.php
   trunk/src/www/project/memberlist.php
   trunk/src/www/project/request.php
   trunk/src/www/reporting/usercum.php
   trunk/src/www/reporting/usersummary.php
   trunk/src/www/search/include/SearchManager.class.php
Log:
Minor: Indent changes.

Modified: trunk/src/plugins/svntracker/bin/post.php
===================================================================
--- trunk/src/plugins/svntracker/bin/post.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/plugins/svntracker/bin/post.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -188,6 +188,7 @@
 	$SubmitVars[$i]["SvnDate"]         = time();
 	$i++;
 }
+
 $vars['data'] = serialize($SubmitVars);
 $snoopy->submit($SubmitUrl,$vars);
 ?>

Modified: trunk/src/plugins/wiki/common/WikiPlugin.class.php
===================================================================
--- trunk/src/plugins/wiki/common/WikiPlugin.class.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/plugins/wiki/common/WikiPlugin.class.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -110,7 +110,6 @@
 		} elseif ($hookname == 'cssfile') {
 			if (defined('PHPWIKI_BASE_URL')) {
 				use_stylesheet('/wiki/themes/fusionforge/fusionforge.css');
-				
 				echo '<link rel="alternate" type="application/x-wiki" title="Edit this page!" href="'.$_SERVER['PHP_SELF'].'?action=edit" />';
 				echo "\n".'<link rel="alternate stylesheet" type="text/css" href="/wiki/themes/fusionforge/fusionforge-fullscreen.css" media="screen" title="Fullscreen" />';
 				echo "\n".'<link rel="alternate stylesheet" type="text/css" href="/wiki/themes/fusionforge/fusionforge-autonumbering.css" title="Autonumbering" />';

Modified: trunk/src/utils/manage-translations.sh
===================================================================
--- trunk/src/utils/manage-translations.sh	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/utils/manage-translations.sh	2010-11-08 17:38:38 UTC (rev 11459)
@@ -1,4 +1,5 @@
 #!/bin/sh -e
+
 if [ -e src/translations/fusionforge.pot ] ; then        # We're in the parent dir
     cd src
 elif [ -e translations/fusionforge.pot ] ; then             # probably in src/ (or a renamed src/)

Modified: trunk/src/www/404.php
===================================================================
--- trunk/src/www/404.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/404.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -26,7 +26,6 @@
 
 $HTML->header(array('title'=>_('Requested Page not Found (Error 404)')));
 echo "<h1>".util_make_link('/',_('Requested Page not Found (Error 404)'))."</h1>";
-
 $HTML->footer(array());
 
 ?>

Modified: trunk/src/www/account/login.php
===================================================================
--- trunk/src/www/account/login.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/account/login.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -97,9 +97,6 @@
 	session_logout();
 }
 
-//echo "\n\n$session_hash";
-//echo "\n\nlogged in: ".session_loggedin();
-
 $HTML->header(array('title'=>'Login'));
 
 if ($login && !$success) {

Modified: trunk/src/www/admin/groupdelete.php
===================================================================
--- trunk/src/www/admin/groupdelete.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/admin/groupdelete.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -53,7 +53,8 @@
 
 $title = _('Permanently and irretrievably delete project').': '.$group->getPublicName();
 site_admin_header(array('title'=>$title));
-echo '<h1>'.$title.'</h1>'; ?>
+echo '<h1>'.$title.'</h1>';
+?>
 
 <form action="<?php echo getStringFromServer('PHP_SELF').'?group_id='.$group_id; ?>" method="post">
 <input type="checkbox" value="1" name="sure" /> <?php echo _('Confirm Delete'); ?><br />

Modified: trunk/src/www/developer/diary.php
===================================================================
--- trunk/src/www/developer/diary.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/developer/diary.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -39,8 +39,7 @@
 
 	$title = _('Diary And Notes For').': '. $user_obj->getRealName();
 	echo $HTML->header(array('title'=>$title));
-	echo '
-	<h1>'. $title .'</h1>';
+	echo '<h1>'. $title .'</h1>';
 
 	if ($diary_id) {
 		$res = db_query_params ('SELECT * FROM user_diary WHERE user_id=$1 AND id=$2 AND is_public=1',

Modified: trunk/src/www/developer/monitor.php
===================================================================
--- trunk/src/www/developer/monitor.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/developer/monitor.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -45,9 +45,7 @@
 
 		site_user_header(array('title'=>_('Monitor a User')));
 
-		echo '
-			<h1>'._('Monitor a User').'</h1>';
-
+		echo '<h1>'._('Monitor a User').'</h1>';
 		$result = db_query_params ('SELECT * FROM user_diary_monitor WHERE user_id=$1 AND monitored_user=$2;',
 					   array (user_getid(),
 						  $diary_user));

Modified: trunk/src/www/project/memberlist.php
===================================================================
--- trunk/src/www/project/memberlist.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/project/memberlist.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -38,6 +38,7 @@
 echo '<h1>' . _('Project Member List') . '</h1>';
 
 echo '<p>' . _('If you would like to contribute to this project by becoming a developer, contact one of the project admins, designated in bold text below.') . '</p>';
+
 // beginning of the user descripion block
 $project =& group_get_object($group_id);
 $project_stdzd_uri = util_make_url_g ($project->getUnixName(), $group_id);

Modified: trunk/src/www/project/request.php
===================================================================
--- trunk/src/www/project/request.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/project/request.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -54,7 +54,6 @@
 $title = _('Request to join project') . ' '.$group->getPublicName();
 
 site_project_header(array('title'=>$title,'group'=>$group_id,'toptab'=>'summary'));
-
 echo '<h1>'. $title.'</h1>';
 
 plugin_hook ("blocks", "request_join");

Modified: trunk/src/www/reporting/usercum.php
===================================================================
--- trunk/src/www/reporting/usercum.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/reporting/usercum.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -53,7 +53,6 @@
 }
 
 report_header(_('Cumulative Users'));
-
 ?>
 <h2><?php echo _('Cumulative Users'); ?></h2>
 

Modified: trunk/src/www/reporting/usersummary.php
===================================================================
--- trunk/src/www/reporting/usersummary.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/reporting/usersummary.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -60,7 +60,6 @@
 $l[]='2';
 
 report_header(_('User Summary Report'));
-
 	?>
 	<h2><?php echo _('User Summary Report'); ?></h2>
 	<p>

Modified: trunk/src/www/search/include/SearchManager.class.php
===================================================================
--- trunk/src/www/search/include/SearchManager.class.php	2010-11-08 17:38:27 UTC (rev 11458)
+++ trunk/src/www/search/include/SearchManager.class.php	2010-11-08 17:38:38 UTC (rev 11459)
@@ -138,7 +138,7 @@
 
 		# Hook to be able to load new search engine
 		plugin_hook_by_reference('group_search_engines', $this);
-		
+
 		// Global search engine
 		$this->addSearchEngine(
 			SEARCH__TYPE_IS_SOFTWARE,




More information about the Fusionforge-commits mailing list