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 343d05e3d262dd9d9b0af8b571a8a1e4fb5323ee (commit)
via b7e853f241b76af489f1647785492161e95232c4 (commit)
via 7317050bd8209e0c3c7ed3ec30b6ad061c68cba7 (commit)
via d869c47bbd924e3921f5abc4ee79be506adfabdb (commit)
via c50f525706e45e05c059bf1844aec635335dcfdc (commit)
via 7d7831fce893711929f06778011e8cfaa66935cd (commit)
via b7592a8782d3b87c2b0bb31e4fffde425ccf1c4d (commit)
via 0cbed633019f2c9011f73e7f7b6761b38084ae20 (commit)
from c1a49d95d96042e7883544df6743fa2583fc1a6e (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=343d05e3d262dd9d9b0af8b571a8a1e4fb5323ee
commit 343d05e3d262dd9d9b0af8b571a8a1e4fb5323ee
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 4 11:37:34 2017 +0200
Use CSS
diff --git a/src/plugins/taskboard/common/views/taskboard.php
b/src/plugins/taskboard/common/views/taskboard.php
index a1ff69f..0819353 100644
--- a/src/plugins/taskboard/common/views/taskboard.php
+++ b/src/plugins/taskboard/common/views/taskboard.php
@@ -146,12 +146,12 @@ if ($release_box) {
<div>
<form>
- <table cellspacing="0" width="100%">
- <tr valign="middle">
- <td width="10%">
+ <table class="full">
+ <tr class="middle">
+ <td style="width:10%">
<?php echo _('Assignee')._(': '); ?>
</td>
- <td width="10%">
+ <td style="width:10%">
<?php echo $tech_box ; ?>
</td>
<td colspan="<?php echo $colspan ?>">
@@ -184,9 +184,9 @@ if ($release_box) {
</tr>
</table>
</form>
- <table cellspacing="0" width="100%">
- <tr valign="middle">
- <td width="10%">
+ <table class="full">
+ <tr class="middle">
+ <td style="width:10%">
<?php
echo
html_build_checkbox('filter-tasks-chk', false, false);
echo html_e('label',
array('for'=>'filter-tasks-chk'), _('Filter tasks')._(': '));
@@ -201,7 +201,7 @@ if ($release_box) {
?>
</td>
</tr>
- <tr valign="middle">
+ <tr class="middle">
<td>
<?php
echo
html_build_checkbox('hide-unlinked-task-chk', false, false);
@@ -217,7 +217,7 @@ if ($release_box) {
<table id="agile-board">
<thead>
- <tr valign="top">
+ <tr class="top">
<?php if( $user_stories_tracker ) { ?>
<td class="agile-phase-title" style="width: <?php echo
$column_width ?>%;"><?php echo _('User stories')?></td>
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b7e853f241b76af489f1647785492161e95232c4
commit b7e853f241b76af489f1647785492161e95232c4
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 4 11:31:26 2017 +0200
Use CSS
diff --git a/src/www/new/index.php b/src/www/new/index.php
index e863136..441ff45 100644
--- a/src/www/new/index.php
+++ b/src/www/new/index.php
@@ -86,7 +86,7 @@ if (!$res_new || db_numrows($res_new) < 1) {
// avoid duplicates of different file types
if (!isset($seen[$row_new['group_id']])) {
print '
- <tr valign="top">
+ <tr class="top">
<td colspan="2">'.
util_make_link_g
($row_new['unix_group_name'],$row_new['group_id'],'<strong>'.$row_new['group_name'].'</strong>').'
</td>
@@ -102,7 +102,7 @@ if (!$res_new || db_numrows($res_new) < 1) {
<td>'.date("M d,
h:iA",$row_new['release_date']).'
</td>
</tr>
- <tr valign="top">
+ <tr class="top">
<td colspan="2"> <br />';
if ($row_new['short_description']) {
print '<em>'.$row_new['short_description'].'</em>';
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7317050bd8209e0c3c7ed3ec30b6ad061c68cba7
commit 7317050bd8209e0c3c7ed3ec30b6ad061c68cba7
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 4 11:29:00 2017 +0200
Use CSS
diff --git a/src/www/pm/ganttpage.php b/src/www/pm/ganttpage.php
index 9f744de..0519529 100644
--- a/src/www/pm/ganttpage.php
+++ b/src/www/pm/ganttpage.php
@@ -321,7 +321,7 @@ echo '<div id="workSpace" style="padding:0;
overflow-y:auto; overflow-x:hidden;
</tr>
</table>
</td>
- <td valign="top">
+ <td class="top">
<table cellpadding="5">
<tr>
<td colspan="2"><label for="status">status</label><br><div
id="status" class="taskStatus" status=""></div></td>
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=d869c47bbd924e3921f5abc4ee79be506adfabdb
commit d869c47bbd924e3921f5abc4ee79be506adfabdb
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 4 11:27:28 2017 +0200
Use CSS
diff --git a/src/www/project/admin/users.php b/src/www/project/admin/users.php
index b19e731..21e690e 100644
--- a/src/www/project/admin/users.php
+++ b/src/www/project/admin/users.php
@@ -383,7 +383,7 @@ if (count ($unused_external_roles)) {
$content .= $HTML->boxBottom();
$cells[][] = $content;
-echo $HTML->multiTableRow(array('valign' => 'top'), $cells);
+echo $HTML->multiTableRow(array('class' => 'top'), $cells);
echo $HTML->listTableBottom();
project_admin_footer();
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c50f525706e45e05c059bf1844aec635335dcfdc
commit c50f525706e45e05c059bf1844aec635335dcfdc
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 4 11:25:04 2017 +0200
Use CSS
diff --git a/src/www/top/mostactive.php b/src/www/top/mostactive.php
index 6bc3a45..c7017c6 100644
--- a/src/www/top/mostactive.php
+++ b/src/www/top/mostactive.php
@@ -69,7 +69,7 @@ while ($row_top = db_fetch_array($res_top)) {
</td>
<td>'.util_make_link_g
(strtolower($row_top['unix_group_name']),$row_top['group_id'],$row_top['group_name']).'
</td>
- <td align="right">'.substr($row_top['percentile'],0,5).'%</td>
+ <td
class="align-right">'.substr($row_top['percentile'],0,5).'%</td>
</tr>';
}
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7d7831fce893711929f06778011e8cfaa66935cd
commit 7d7831fce893711929f06778011e8cfaa66935cd
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 4 11:22:04 2017 +0200
Remove commented code
diff --git a/src/www/top/topusers.php b/src/www/top/topusers.php
index 547601e..c7bba8e 100644
--- a/src/www/top/topusers.php
+++ b/src/www/top/topusers.php
@@ -96,12 +96,6 @@ while ($row_top = db_fetch_array($res_top)) {
echo $HTML->listTableBottom();
-/*
- <tr class="tablegetmore">
- <td>'.(($offset>=$LIMIT)?'<a
href="topusers.php?&offset='.($offset-50).'"><strong><--
More</strong></a>':' ').'</td>
- <td align="RIGHT"><a
href="topusers.php?offset='.($offset+50).'"><strong>More
--></strong></a></td></tr>
-';*/
-
$HTML->footer();
// Local Variables:
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b7592a8782d3b87c2b0bb31e4fffde425ccf1c4d
commit b7592a8782d3b87c2b0bb31e4fffde425ccf1c4d
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 4 11:17:55 2017 +0200
Use CSS
diff --git a/src/plugins/twitter/www/index.php
b/src/plugins/twitter/www/index.php
index d3c49a1..d13f8cc 100644
--- a/src/plugins/twitter/www/index.php
+++ b/src/plugins/twitter/www/index.php
@@ -45,7 +45,7 @@ $response_array = json_decode($response);
echo '<table cellpadding="10">';
foreach ($response_array as $tweet) {
echo '<tr><th><img src="'.$tweet->user->profile_image_url.'"
alt="twitter"></th>';
- echo '<td
valign="top"><b>'.$tweet->user->name.'</b><br>'.$tweet->text.'</th></tr>';
+ echo '<td
class="top"><b>'.$tweet->user->name.'</b><br>'.$tweet->text.'</th></tr>';
}
echo '</table>';
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=0cbed633019f2c9011f73e7f7b6761b38084ae20
commit 0cbed633019f2c9011f73e7f7b6761b38084ae20
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 4 11:15:57 2017 +0200
Use CSS
diff --git a/src/plugins/mantisbt/www/admin/index.php
b/src/plugins/mantisbt/www/admin/index.php
index 6aac06c..52292e7 100644
--- a/src/plugins/mantisbt/www/admin/index.php
+++ b/src/plugins/mantisbt/www/admin/index.php
@@ -48,13 +48,13 @@ switch ($view) {
}
}
if (!isset($errorPage)) {
- echo '<table><tr><td valign="top">';
+ echo '<table><tr><td class="top">';
include 'mantisbt/view/admin/viewCategorie.php';
- echo '</td><td valign="top">';
+ echo '</td><td class="top">';
include 'mantisbt/view/admin/viewVersion.php';
- echo '</td></tr><tr><td valign="top">';
+ echo '</td></tr><tr><td class="top">';
include 'mantisbt/view/admin/addCategory.php';
- echo '</td><td valign="top">';
+ echo '</td><td class="top">';
include 'mantisbt/view/admin/addVersion.php';
echo '</td></tr></table>';
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/mantisbt/www/admin/index.php | 8 ++++----
src/plugins/taskboard/common/views/taskboard.php | 18 +++++++++---------
src/plugins/twitter/www/index.php | 2 +-
src/www/new/index.php | 4 ++--
src/www/pm/ganttpage.php | 2 +-
src/www/project/admin/users.php | 2 +-
src/www/top/mostactive.php | 2 +-
src/www/top/topusers.php | 6 ------
8 files changed, 19 insertions(+), 25 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits