@@ -197,5 +197,5 @@ |
||
| 197 | 197 | |
| 198 | 198 | admin_page_tail(); |
| 199 | 199 | |
| 200 | -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit |
|
| 200 | +$cvs_version_tracker[] = "\$Id$"; //Generated automatically - do not edit |
|
| 201 | 201 | ?> |
@@ -148,6 +148,6 @@ |
||
| 148 | 148 | |
| 149 | 149 | page_tail(); |
| 150 | 150 | |
| 151 | -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit |
|
| 151 | +$cvs_version_tracker[] = "\$Id$"; //Generated automatically - do not edit |
|
| 152 | 152 | |
| 153 | 153 | ?> |
@@ -148,6 +148,6 @@ |
||
| 148 | 148 | |
| 149 | 149 | page_tail(); |
| 150 | 150 | |
| 151 | -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit |
|
| 151 | +$cvs_version_tracker[] = "\$Id$"; //Generated automatically - do not edit |
|
| 152 | 152 | |
| 153 | 153 | ?> |
@@ -148,6 +148,6 @@ |
||
| 148 | 148 | |
| 149 | 149 | page_tail(); |
| 150 | 150 | |
| 151 | -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit |
|
| 151 | +$cvs_version_tracker[] = "\$Id$"; //Generated automatically - do not edit |
|
| 152 | 152 | |
| 153 | 153 | ?> |
@@ -148,6 +148,6 @@ |
||
| 148 | 148 | |
| 149 | 149 | page_tail(); |
| 150 | 150 | |
| 151 | -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit |
|
| 151 | +$cvs_version_tracker[] = "\$Id$"; //Generated automatically - do not edit |
|
| 152 | 152 | |
| 153 | 153 | ?> |
@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | ".tra("Your preferences have been updated, and |
| 34 | 34 | will take effect when your computer communicates with %1 |
| 35 | 35 | or you issue the %2 Update %3 command from the BOINC Manager.", |
| 36 | - PROJECT, "<strong>", "</strong>")." |
|
| 36 | + PROJECT, "<strong>", "</strong>")." |
|
| 37 | 37 | </p> |
| 38 | 38 | "; |
| 39 | 39 | } |
@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | ".tra("Your preferences have been reset to the defaults, and |
| 43 | 43 | will take effect when your computer communicates with %1 |
| 44 | 44 | or you issue the %2 Update %3 command from the BOINC Manager.", |
| 45 | - PROJECT, "<strong>", "</strong>")." |
|
| 45 | + PROJECT, "<strong>", "</strong>")." |
|
| 46 | 46 | </p> |
| 47 | 47 | "; |
| 48 | 48 | } |
@@ -44,5 +44,5 @@ |
||
| 44 | 44 | "; |
| 45 | 45 | page_tail(); |
| 46 | 46 | |
| 47 | -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit |
|
| 47 | +$cvs_version_tracker[] = "\$Id$"; //Generated automatically - do not edit |
|
| 48 | 48 | ?> |
@@ -148,6 +148,6 @@ |
||
| 148 | 148 | |
| 149 | 149 | page_tail(); |
| 150 | 150 | |
| 151 | -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit |
|
| 151 | +$cvs_version_tracker[] = "\$Id$"; //Generated automatically - do not edit |
|
| 152 | 152 | |
| 153 | 153 | ?> |
@@ -141,7 +141,7 @@ |
||
| 141 | 141 | global $special_user_bitfield; |
| 142 | 142 | $Nbf = sizeof($special_user_bitfield); |
| 143 | 143 | |
| 144 | - admin_page_head("Management $user->name"); |
|
| 144 | + admin_page_head("management $user->name"); |
|
| 145 | 145 | |
| 146 | 146 | if (!defined("POST_REPORT_EMAILS")) { |
| 147 | 147 | echo "<p><font color='RED'> |
@@ -39,8 +39,8 @@ discard block |
||
| 39 | 39 | |
| 40 | 40 | // Delete a user if they have no credit, results, or posts |
| 41 | 41 | // |
| 42 | -function possibly_delete_user($user){ |
|
| 43 | - if ($user->total_credit > 0.0){ |
|
| 42 | +function possibly_delete_user($user) { |
|
| 43 | + if ($user->total_credit > 0.0) { |
|
| 44 | 44 | admin_error_page("Cannot delete user: User has credit."); |
| 45 | 45 | } |
| 46 | 46 | |
@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | admin_error_page("Cannot delete user: User has forum posts."); |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | - if ($user->teamid){ |
|
| 59 | + if ($user->teamid) { |
|
| 60 | 60 | user_quit_team($user); |
| 61 | 61 | } |
| 62 | 62 | delete_user($user); |
@@ -67,8 +67,8 @@ discard block |
||
| 67 | 67 | function handle_special_user($user) { |
| 68 | 68 | global $special_user_bitfield; |
| 69 | 69 | $Nbf = sizeof($special_user_bitfield); |
| 70 | - $bits=""; |
|
| 71 | - for ($i=0; $i<$Nbf; $i++) { |
|
| 70 | + $bits = ""; |
|
| 71 | + for ($i = 0; $i < $Nbf; $i++) { |
|
| 72 | 72 | $key = "special_user_$i"; |
| 73 | 73 | if (array_key_exists($key, $_POST) && $_POST[$key]) { |
| 74 | 74 | $bits .= "1"; |
@@ -94,35 +94,35 @@ discard block |
||
| 94 | 94 | ); |
| 95 | 95 | } else { |
| 96 | 96 | if (is_numeric($dt)) { |
| 97 | - $t = $dt>0 ? time()+$dt : 0; |
|
| 97 | + $t = $dt > 0 ? time() + $dt : 0; |
|
| 98 | 98 | $q = "UPDATE forum_preferences SET banished_until=$t WHERE userid=$user->id"; |
| 99 | 99 | _mysql_query($q); |
| 100 | 100 | |
| 101 | 101 | // put a timestamp in wiki to trigger re-validation of credentials |
| 102 | 102 | |
| 103 | - if (function_exists('touch_wiki_user')){ |
|
| 103 | + if (function_exists('touch_wiki_user')) { |
|
| 104 | 104 | touch_wiki_user($user); |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | 107 | // Send suspension e-mail to user and administrators |
| 108 | 108 | |
| 109 | - if ($dt>0) { |
|
| 110 | - $subject = PROJECT." posting privileges suspended for ". $user->name; |
|
| 109 | + if ($dt > 0) { |
|
| 110 | + $subject = PROJECT." posting privileges suspended for ".$user->name; |
|
| 111 | 111 | $body = " |
| 112 | -Forum posting privileges for the " .PROJECT. " user \"".$user->name."\" |
|
| 113 | -have been suspended for " .time_diff($dt). " by ".$g_logged_in_user->name.". |
|
| 112 | +Forum posting privileges for the " .PROJECT." user \"".$user->name."\" |
|
| 113 | +have been suspended for " .time_diff($dt)." by ".$g_logged_in_user->name.". |
|
| 114 | 114 | The reason given was: |
| 115 | 115 | |
| 116 | 116 | $reason |
| 117 | 117 | |
| 118 | -The suspension will end at " .time_str($t)."\n"; |
|
| 118 | +The suspension will end at ".time_str($t)."\n"; |
|
| 119 | 119 | } else { |
| 120 | - $subject = PROJECT." user ". $user->name. " unsuspended"; |
|
| 120 | + $subject = PROJECT." user ".$user->name." unsuspended"; |
|
| 121 | 121 | $body = " |
| 122 | -Forum posting privileges for the " .PROJECT. " user \"".$user->name."\" |
|
| 122 | +Forum posting privileges for the " .PROJECT." user \"".$user->name."\" |
|
| 123 | 123 | have been restored by ".$g_logged_in_user->name."\n"; |
| 124 | 124 | if ($reason) { |
| 125 | - $body.="The reason given was:\n\n $reason\n"; |
|
| 125 | + $body .= "The reason given was:\n\n $reason\n"; |
|
| 126 | 126 | } |
| 127 | 127 | } |
| 128 | 128 | |
@@ -186,13 +186,13 @@ discard block |
||
| 186 | 186 | row1("Special User Status"); |
| 187 | 187 | |
| 188 | 188 | echo "<tr>\n"; |
| 189 | - for ($i=0; $i<$Nbf; $i++) { |
|
| 189 | + for ($i = 0; $i < $Nbf; $i++) { |
|
| 190 | 190 | $bit = substr($user->prefs->special_user, $i, 1); |
| 191 | 191 | echo "<tr><td><input type='checkbox'' name='special_user_".$i."' value='1'"; |
| 192 | 192 | if ($bit == 1) { |
| 193 | 193 | echo " checked='checked'"; |
| 194 | 194 | } |
| 195 | - echo ">". $special_user_bitfield[$i] ."</td></tr>\n"; |
|
| 195 | + echo ">".$special_user_bitfield[$i]."</td></tr>\n"; |
|
| 196 | 196 | } |
| 197 | 197 | echo "</tr>"; |
| 198 | 198 | |
@@ -217,10 +217,10 @@ discard block |
||
| 217 | 217 | if ($user->prefs->banished_until) { |
| 218 | 218 | $dt = $user->prefs->banished_until - time(); |
| 219 | 219 | if ($dt > 0) { |
| 220 | - $x = " Suspended until " . time_str($user->prefs->banished_until) |
|
| 221 | - ."<br/> (Expires in " . time_diff($dt) .")" ; |
|
| 220 | + $x = " Suspended until ".time_str($user->prefs->banished_until) |
|
| 221 | + ."<br/> (Expires in ".time_diff($dt).")"; |
|
| 222 | 222 | } else { |
| 223 | - $x = " last suspended " . time_str($user->prefs->banished_until); |
|
| 223 | + $x = " last suspended ".time_str($user->prefs->banished_until); |
|
| 224 | 224 | } |
| 225 | 225 | row1($x); |
| 226 | 226 | } else { |
@@ -238,11 +238,11 @@ discard block |
||
| 238 | 238 | "; |
| 239 | 239 | echo " |
| 240 | 240 | <input type='radio' name='suspend_for' value='172800'> 48 hours <br/> |
| 241 | - <input type='radio' name='suspend_for' value='",86400*7,"'> 1 week <br/> |
|
| 242 | - <input type='radio' name='suspend_for' value='",86400*14,"'> 2 weeks <br/> |
|
| 241 | + <input type='radio' name='suspend_for' value='",86400*7, "'> 1 week <br/> |
|
| 242 | + <input type='radio' name='suspend_for' value='",86400*14, "'> 2 weeks <br/> |
|
| 243 | 243 | "; |
| 244 | 244 | |
| 245 | - if ($dt>0) { |
|
| 245 | + if ($dt > 0) { |
|
| 246 | 246 | echo " |
| 247 | 247 | <input type='radio' name='suspend_for' value='-1'> <b>unsuspend</b> <br/>"; |
| 248 | 248 | } |
@@ -306,6 +306,6 @@ discard block |
||
| 306 | 306 | |
| 307 | 307 | show_manage_user_form($user); |
| 308 | 308 | |
| 309 | -$cvs_version_tracker[]= //Generated automatically - do not edit |
|
| 309 | +$cvs_version_tracker[] = //Generated automatically - do not edit |
|
| 310 | 310 | "\$Id$"; |
| 311 | 311 | ?> |
@@ -39,8 +39,8 @@ discard block |
||
| 39 | 39 | |
| 40 | 40 | // Delete a user if they have no credit, results, or posts |
| 41 | 41 | // |
| 42 | -function possibly_delete_user($user){ |
|
| 43 | - if ($user->total_credit > 0.0){ |
|
| 42 | +function possibly_delete_user($user) { |
|
| 43 | + if ($user->total_credit > 0.0) { |
|
| 44 | 44 | admin_error_page("Cannot delete user: User has credit."); |
| 45 | 45 | } |
| 46 | 46 | |
@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | admin_error_page("Cannot delete user: User has forum posts."); |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | - if ($user->teamid){ |
|
| 59 | + if ($user->teamid) { |
|
| 60 | 60 | user_quit_team($user); |
| 61 | 61 | } |
| 62 | 62 | delete_user($user); |
@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | |
| 101 | 101 | // put a timestamp in wiki to trigger re-validation of credentials |
| 102 | 102 | |
| 103 | - if (function_exists('touch_wiki_user')){ |
|
| 103 | + if (function_exists('touch_wiki_user')) { |
|
| 104 | 104 | touch_wiki_user($user); |
| 105 | 105 | } |
| 106 | 106 | |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | $n = post_str("fraction_done_exact", true)?1:0; |
| 50 | 50 | $app->update("fraction_done_exact=$n"); |
| 51 | 51 | |
| 52 | - echo "Application $id updated. |
|
| 52 | + echo "application $id updated. |
|
| 53 | 53 | <p> |
| 54 | 54 | You must restart the project for this to take effect. |
| 55 | 55 | "; |
@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | $app = BoincApp::lookup_id($id); |
| 26 | 26 | if (!$app) admin_error_page("no such app"); |
| 27 | 27 | |
| 28 | - $n = post_str("deprecated", true)?1:0; |
|
| 28 | + $n = post_str("deprecated", true) ? 1 : 0; |
|
| 29 | 29 | $app->update("deprecated=$n"); |
| 30 | 30 | |
| 31 | 31 | $n = post_num("weight"); |
@@ -37,16 +37,16 @@ discard block |
||
| 37 | 37 | $n = post_int("target_nresults"); |
| 38 | 38 | $app->update("target_nresults=$n"); |
| 39 | 39 | |
| 40 | - $n = post_str("homogeneous_app_version", true)?1:0; |
|
| 40 | + $n = post_str("homogeneous_app_version", true) ? 1 : 0; |
|
| 41 | 41 | $app->update("homogeneous_app_version=$n"); |
| 42 | 42 | |
| 43 | - $n = post_str("non_cpu_intensive", true)?1:0; |
|
| 43 | + $n = post_str("non_cpu_intensive", true) ? 1 : 0; |
|
| 44 | 44 | $app->update("non_cpu_intensive=$n"); |
| 45 | 45 | |
| 46 | - $n = post_str("beta", true)?1:0; |
|
| 46 | + $n = post_str("beta", true) ? 1 : 0; |
|
| 47 | 47 | $app->update("beta=$n"); |
| 48 | 48 | |
| 49 | - $n = post_str("fraction_done_exact", true)?1:0; |
|
| 49 | + $n = post_str("fraction_done_exact", true) ? 1 : 0; |
|
| 50 | 50 | $app->update("fraction_done_exact=$n"); |
| 51 | 51 | |
| 52 | 52 | echo "Application $id updated. |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | function add_app() { |
| 59 | 59 | $name = BoincDb::escape_string(post_str('add_name')); |
| 60 | 60 | $user_friendly_name = BoincDb::escape_string(post_str('add_user_friendly_name')); |
| 61 | - if (empty($name) || empty($user_friendly_name) ) { |
|
| 61 | + if (empty($name) || empty($user_friendly_name)) { |
|
| 62 | 62 | admin_error_page( |
| 63 | 63 | "To add a new application please supply both a brief name and a longer 'user-friendly' name.</font></p>" |
| 64 | 64 | ); |
@@ -81,11 +81,11 @@ discard block |
||
| 81 | 81 | <h2>Edit applications</h2> |
| 82 | 82 | "; |
| 83 | 83 | |
| 84 | - $app_clause="deprecated=0"; |
|
| 85 | - $action_url="manage_apps.php"; |
|
| 86 | - if($all) { |
|
| 84 | + $app_clause = "deprecated=0"; |
|
| 85 | + $action_url = "manage_apps.php"; |
|
| 86 | + if ($all) { |
|
| 87 | 87 | $app_clause = ""; |
| 88 | - $action_url="manage_apps.php?all=1"; |
|
| 88 | + $action_url = "manage_apps.php?all=1"; |
|
| 89 | 89 | echo "<a href=\"manage_apps.php\">Don't show deprecated applications</a>"; |
| 90 | 90 | } else { |
| 91 | 91 | echo "<a href=\"manage_apps.php?all=1\">Show deprecated applications</a>"; |
@@ -117,8 +117,8 @@ discard block |
||
| 117 | 117 | $apps = BoincApp::enum($app_clause); |
| 118 | 118 | foreach ($apps as $app) { |
| 119 | 119 | // grey-out deprecated versions |
| 120 | - $f1=$f2=''; |
|
| 121 | - if ($app->deprecated==1) { |
|
| 120 | + $f1 = $f2 = ''; |
|
| 121 | + if ($app->deprecated == 1) { |
|
| 122 | 122 | $f1 = "<font color='GREY'>"; |
| 123 | 123 | $f2 = "</font>"; |
| 124 | 124 | } |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | |
| 129 | 129 | echo " <TD align='left'>$f1<a href=app_details.php?appid=$app->id>$app->name</a><br> $app->user_friendly_name $f2</TD>\n"; |
| 130 | 130 | |
| 131 | - echo " <TD align='center'>$f1 " .date_str($app->create_time)."$f2</TD>\n"; |
|
| 131 | + echo " <TD align='center'>$f1 ".date_str($app->create_time)."$f2</TD>\n"; |
|
| 132 | 132 | |
| 133 | 133 | $v = $app->weight; |
| 134 | 134 | echo " <TD align='center'> |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | "; |
| 152 | 152 | |
| 153 | 153 | $v = ''; |
| 154 | - if ($app->homogeneous_app_version) $v=' CHECKED '; |
|
| 154 | + if ($app->homogeneous_app_version) $v = ' CHECKED '; |
|
| 155 | 155 | echo " <TD align='center'> |
| 156 | 156 | <input name='homogeneous_app_version' type='checkbox' $v></TD> |
| 157 | 157 | "; |