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 6611601d081df0c062622306931105d2d33d1bb5 (commit)
from d9f5bb52df5baeeea4dbbbb1dc76918fc83fb6fa (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=6611601d081df0c062622306931105d2d33d1bb5
commit 6611601d081df0c062622306931105d2d33d1bb5
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Mar 27 12:01:18 2017 +0200
listTableTop: second argument is an array
diff --git a/src/common/tracker/actions/ind.php
b/src/common/tracker/actions/ind.php
index 71aaab2..37296b2 100644
--- a/src/common/tracker/actions/ind.php
+++ b/src/common/tracker/actions/ind.php
@@ -82,7 +82,7 @@ if (count($at_arr) < 1) {
if (isset($localInformation)) {
echo $localInformation;
}
- echo $HTML->listTableTop($tablearr, false, 'full sortable
sortable_table_tracker', 'sortable_table_tracker', array(), array(), $thclass);
+ echo $HTML->listTableTop($tablearr, array(), 'full sortable
sortable_table_tracker', 'sortable_table_tracker', array(), array(), $thclass);
for ($j = 0; $j < count($at_arr); $j++) {
if (!is_object($at_arr[$j])) {
//just skip it
diff --git a/src/common/widget/Widget_ProjectLatestArtifacts.class.php
b/src/common/widget/Widget_ProjectLatestArtifacts.class.php
index a9ede93..90ec6b1 100644
--- a/src/common/widget/Widget_ProjectLatestArtifacts.class.php
+++ b/src/common/widget/Widget_ProjectLatestArtifacts.class.php
@@ -70,7 +70,7 @@ class Widget_ProjectLatestArtifacts extends Widget {
$html .= $HTML->getJavascripts();
$tabletop = array(_('Date'), _('Id'), _('Summary'),
_('Tracker'), _('Status'), _('Priority'), _('Last Modified By'));
$classth = array('', '', '', '', '', '');
- $html .= $HTML->listTableTop($tabletop, false,
'sortable_widget_tracker_listartifact full', 'sortable', $classth);
+ $html .= $HTML->listTableTop($tabletop, array(),
'sortable_widget_tracker_listartifact full', 'sortable', $classth);
while ($artifact = db_fetch_array($artifacts)) {
$cells = array();
$artf =
artifact_get_object($artifact['artifact_id'], $artifact);
diff --git a/src/common/widget/Widget_ProjectLatestFileReleases.class.php
b/src/common/widget/Widget_ProjectLatestFileReleases.class.php
index ac2bf03..3287628 100644
--- a/src/common/widget/Widget_ProjectLatestFileReleases.class.php
+++ b/src/common/widget/Widget_ProjectLatestFileReleases.class.php
@@ -74,7 +74,7 @@ class Widget_ProjectLatestFileReleases extends Widget {
$titleArr[] = _('Download');
html_use_tablesorter();
$result .= $HTML->getJavascripts();
- $result .= $HTML->listTableTop($titleArr, false,
'sortable_widget_frs_listpackage full', 'sortable');
+ $result .= $HTML->listTableTop($titleArr, array(),
'sortable_widget_frs_listpackage full', 'sortable');
foreach ($frsrnrs as $key => $frsrnr) {
$rel_date = $frsrnr->getReleaseDate();
$package_name = $frsrnr->FRSPackage->getName();
diff --git a/src/plugins/scmhook/common/scmhookPlugin.class.php
b/src/plugins/scmhook/common/scmhookPlugin.class.php
index 3675a20..b1d990e 100644
--- a/src/plugins/scmhook/common/scmhookPlugin.class.php
+++ b/src/plugins/scmhook/common/scmhookPlugin.class.php
@@ -327,7 +327,7 @@ project independently.");
echo html_e('h3', array(), sprintf(_('%s
Hooks'), $hooktype), false);
$tabletop = array('', _('Hook'),
_('Description'));
$classth = array('unsortable', '', '');
- echo $HTML->listTableTop($tabletop, false,
"sortable_scmhook_$hooktype", 'sortable', $classth);
+ echo $HTML->listTableTop($tabletop, array(),
"sortable_scmhook_$hooktype", 'sortable', $classth);
foreach ($hooks as $hook) {
if (! empty($hook->onlyGlobalAdmin) &&
! Permission::isGlobalAdmin()) {
echo '<tr class="hide" ><td>';
@@ -393,7 +393,7 @@ project independently.");
echo html_e('h3', array(), _('serve-push-pull-bundle
Hooks'), false);
$tabletop = array('', _('Hook Name'), _('Description'));
$classth = array('unsortable', '', '');
- echo $HTML->listTableTop($tabletop, false,
'sortable_scmhook_serve-push-pull-bundle', 'sortable', $classth);
+ echo $HTML->listTableTop($tabletop, array(),
'sortable_scmhook_serve-push-pull-bundle', 'sortable', $classth);
foreach ($hooksServePushPullBundle as
$hookServePushPullBundle) {
if (!
empty($hookServePushPullBundle->onlyGlobalAdmin) && !
Permission::isGlobalAdmin()) {
echo '<tr class="hide" ><td>';
@@ -442,7 +442,7 @@ project independently.");
echo html_e('h3', array(), _('post-receive Hooks'),
false);
$tabletop = array('', _('Hook Name'), _('Description'));
$classth = array('unsortable', '', '');
- echo $HTML->listTableTop($tabletop, false,
'sortable_scmhook_post-receive', 'sortable', $classth);
+ echo $HTML->listTableTop($tabletop, array(),
'sortable_scmhook_post-receive', 'sortable', $classth);
foreach ($hooksPostReceive as $hookPostReceive) {
if (! empty($hookPostReceive->onlyGlobalAdmin)
&& ! Permission::isGlobalAdmin()) {
echo '<tr class="hide" ><td>';
diff --git a/src/plugins/taskboard/common/views/admin/ind.php
b/src/plugins/taskboard/common/views/admin/ind.php
index 8314f5c..6e046de 100644
--- a/src/plugins/taskboard/common/views/admin/ind.php
+++ b/src/plugins/taskboard/common/views/admin/ind.php
@@ -54,7 +54,7 @@ if (!$tb_arr || count($tb_arr) < 1) {
} else {
echo html_e('p', array(), _('Choose a Task Board.'));
$tablearr = array(_('Task Board'), _('Description'));
- echo $HTML->listTableTop($tablearr, false, 'full sortable
sortable_table_taskboard', 'sortable_table_taskboard');
+ echo $HTML->listTableTop($tablearr, array(), 'full sortable
sortable_table_taskboard', 'sortable_table_taskboard');
for ($j = 0; $j < count($tb_arr); $j++) {
if (is_object($tb_arr[$j])) {
diff --git a/src/plugins/taskboard/common/views/ind.php
b/src/plugins/taskboard/common/views/ind.php
index 605cfdb..e07e41f 100644
--- a/src/plugins/taskboard/common/views/ind.php
+++ b/src/plugins/taskboard/common/views/ind.php
@@ -46,7 +46,7 @@ if (!$tb_arr || count($tb_arr) < 1) {
} else {
echo html_e('p', array(), _('Choose a Task Board.'));
$tablearr = array(_('Task Board'),_('Description'));
- echo $HTML->listTableTop($tablearr, false, 'full sortable
sortable_table_taskboard', 'sortable_table_taskboard');
+ echo $HTML->listTableTop($tablearr, array(), 'full sortable
sortable_table_taskboard', 'sortable_table_taskboard');
for ($j = 0; $j < count($tb_arr); $j++) {
if (is_object($tb_arr[$j])) {
if ($tb_arr[$j]->isError()) {
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/ind.php | 2 +-
src/common/widget/Widget_ProjectLatestArtifacts.class.php | 2 +-
src/common/widget/Widget_ProjectLatestFileReleases.class.php | 2 +-
src/plugins/scmhook/common/scmhookPlugin.class.php | 6 +++---
src/plugins/taskboard/common/views/admin/ind.php | 2 +-
src/plugins/taskboard/common/views/ind.php | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits