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 d9f5bb52df5baeeea4dbbbb1dc76918fc83fb6fa (commit)
from c51656d0962a6897cd8c5734c493375ac2d39f24 (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=d9f5bb52df5baeeea4dbbbb1dc76918fc83fb6fa
commit d9f5bb52df5baeeea4dbbbb1dc76918fc83fb6fa
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Mar 27 11:57:50 2017 +0200
listTableTop: second argument is an array
diff --git a/src/common/docman/views/reporting.php
b/src/common/docman/views/reporting.php
index 3758180..a95f349 100644
--- a/src/common/docman/views/reporting.php
+++ b/src/common/docman/views/reporting.php
@@ -164,7 +164,7 @@ if ($report->isError()) {
echo $HTML->html_chartid('chart1');
$tabletop = array(_('Folder'), _('Document'), _('User'),
_('Date'));
$classth = array('', '', '', '');
- echo $HTML->listTableTop($tabletop, false,
'sortable_docman_listfile', 'sortable', $classth);
+ echo $HTML->listTableTop($tabletop, array(),
'sortable_docman_listfile', 'sortable', $classth);
for ($i = 0; $i < count($data); $i++) {
$ndg = documentgroup_get_object($data[$i][3],
$group_id);
$cells = array();
diff --git a/src/common/tracker/views/form-workflow.php
b/src/common/tracker/views/form-workflow.php
index cec0a8e..3b2714b 100644
--- a/src/common/tracker/views/form-workflow.php
+++ b/src/common/tracker/views/form-workflow.php
@@ -82,7 +82,7 @@ echo $HTML->openForm(array('action' =>
'/tracker/admin/?group_id='.$group_id.'&a
$to_title_arr[]='<div><span>'.$to.$status['element_name'].'</span></div>';
$class_arr[]='rotate';
}
- echo $HTML->listTableTop($title_arr, false,
'table-header-rotated','',$class_arr);
+ echo $HTML->listTableTop($title_arr, array(), 'table-header-rotated',
'', $class_arr);
echo "\n";
// Special treatment for the initial value (in the Submit form).
@@ -105,7 +105,7 @@ echo $HTML->openForm(array('action' =>
'/tracker/admin/?group_id='.$group_id.'&a
$totitle_arr[] = $title_arr[$i]? $to_title_arr[$i] : '';
$class_arr[]='rotate';
}
- echo $HTML->listTableTop($totitle_arr, false,
'table-header-rotated','',$class_arr);
+ echo $HTML->listTableTop($totitle_arr, array(),
'table-header-rotated','',$class_arr);
$i=1;
foreach ($elearray as $status) {
diff --git a/src/common/widget/Widget_ProjectLatestDocuments.class.php
b/src/common/widget/Widget_ProjectLatestDocuments.class.php
index f79e1cc..c04ab84 100644
--- a/src/common/widget/Widget_ProjectLatestDocuments.class.php
+++ b/src/common/widget/Widget_ProjectLatestDocuments.class.php
@@ -84,7 +84,7 @@ class Widget_ProjectLatestDocuments extends Widget {
$tabletop[] = _('Actions');
$classth[] = 'unsortable';
}
- $result .= $HTML->listTableTop($tabletop, false,
'sortable_widget_docman_listfile full', 'sortable', $classth);
+ $result .= $HTML->listTableTop($tabletop, array(),
'sortable_widget_docman_listfile full', 'sortable', $classth);
foreach ($keys as $key) {
$count = count($df->Documents[$key]);
diff --git a/src/plugins/headermenu/view/admin/viewGlobalConfiguration.php
b/src/plugins/headermenu/view/admin/viewGlobalConfiguration.php
index e43992f..6d8b132 100644
--- a/src/plugins/headermenu/view/admin/viewGlobalConfiguration.php
+++ b/src/plugins/headermenu/view/admin/viewGlobalConfiguration.php
@@ -59,7 +59,7 @@ if (sizeof($linksHeaderMenuArray)) {
echo html_e('h2', array(), _('Manage available tabs in headermenu'),
false);
$tabletop = array(_('Order'), _('Tab Type'), _('Displayed Name'),
_('Description'), _('Status'), _('Actions'));
$classth = array('', '', '', '', '', 'unsortable');
- echo $HTML->listTableTop($tabletop, false,
'sortable_headermenu_listlinks', 'sortable', $classth);
+ echo $HTML->listTableTop($tabletop, array(),
'sortable_headermenu_listlinks', 'sortable', $classth);
foreach ($linksHeaderMenuArray as $link) {
$cells = array();
$cells[] = array($link['ordering'], 'class' => 'align-center');
@@ -93,7 +93,7 @@ if (sizeof($linksOuterMenuArray)) {
echo html_e('h2', array(), _('Manage available tabs in outermenu'),
false);
$tabletop = array(_('Order'), _('Tab Type'), _('Displayed Name'),
_('Description'), _('Status'), _('Actions'));
$classth = array('', '', '', '', '', 'unsortable');
- echo $HTML->listTableTop($tabletop, false,
'sortable_outermenu_listlinks', 'sortable', $classth);
+ echo $HTML->listTableTop($tabletop, array(),
'sortable_outermenu_listlinks', 'sortable', $classth);
foreach ($linksOuterMenuArray as $link) {
$cells = array();
$cells[] = array($link['ordering'], 'class' => 'align-center');
diff --git a/src/plugins/headermenu/view/admin/viewProjectConfiguration.php
b/src/plugins/headermenu/view/admin/viewProjectConfiguration.php
index b88a5ff..146a8c1 100644
--- a/src/plugins/headermenu/view/admin/viewProjectConfiguration.php
+++ b/src/plugins/headermenu/view/admin/viewProjectConfiguration.php
@@ -53,7 +53,7 @@ if (sizeof($linksArray)) {
echo $HTML->information(_('You can reorder tabs, just drag & drop rows
in the table below and save order. Please note that those extra tabs can only
appear after the standard tabs. And you can only move them inside the set of
extra tabs.'));
$tabletop = array(_('Order'), _('Tab Type'), _('Displayed Name'),
_('Description'), _('Status'), _('Actions'));
$classth = array('', '', '', '', '', 'unsortable');
- echo $HTML->listTableTop($tabletop, false,
'sortable_headermenu_listlinks', 'sortable', $classth);
+ echo $HTML->listTableTop($tabletop, array(),
'sortable_headermenu_listlinks', 'sortable', $classth);
foreach ($linksArray as $link) {
$cells = array();
$cells[] = array($link['ordering'], 'class' => 'align-center');
diff --git
a/src/plugins/mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php
b/src/plugins/mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php
index 95788eca..16b958d 100644
--- a/src/plugins/mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php
+++ b/src/plugins/mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php
@@ -68,7 +68,7 @@ class mantisBT_Widget_ProjectLastIssues extends Widget {
html_use_tablesorter();
echo $HTML->getJavascripts();
$arrTitle = array(_('ID'), _('Title'), _('Status'),
_('Category'));
- $content .= $HTML->listTableTop($arrTitle, false,
'sortable_widget_mantisbt_listissues full', 'sortable');
+ $content .= $HTML->listTableTop($arrTitle, array(),
'sortable_widget_mantisbt_listissues full', 'sortable');
foreach ($arrayBugs as $bug) {
$localCells = array();
$localCells[][] =
util_make_link('/plugins/'.$mantisbt->name.'/?type=group&group_id='.$group_id.'&idBug='.$bug->id.'&view=viewIssue',
$bug->id);
diff --git a/src/plugins/scmgit/common/GitPlugin.class.php
b/src/plugins/scmgit/common/GitPlugin.class.php
index 2e63270..ad821e0 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -367,7 +367,7 @@ control over it to the project's administrator.");
_('Adds'),
_('Updates')
);
- $b .= $HTML->listTableTop($tableHeaders, false, '',
'repo-history');
+ $b .= $HTML->listTableTop($tableHeaders, array(), '',
'repo-history');
$i = 0;
$total = array('adds' => 0, 'updates' => 0);
diff --git a/src/plugins/scmhg/common/HgPlugin.class.php
b/src/plugins/scmhg/common/HgPlugin.class.php
index 9ce966c..47400a2 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -203,7 +203,7 @@ Offer DAV or SSH access.");
_('Adds'),
_('Updates')
);
- $b .= $HTML->listTableTop($tableHeaders, false, '',
'repo-history');
+ $b .= $HTML->listTableTop($tableHeaders, array(), '',
'repo-history');
$i = 0;
$total = array('adds' => 0, 'updates' => 0);
diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php
b/src/plugins/scmsvn/common/SVNPlugin.class.php
index 1df1077..c0c69e2 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -223,7 +223,7 @@ some control over it to the project's administrator.");
_('Adds'),
_('Updates')
);
- $b .= $HTML->listTableTop($tableHeaders, false, '',
'repo-history');
+ $b .= $HTML->listTableTop($tableHeaders, array(), '',
'repo-history');
$i = 0;
$total = array('adds' => 0, 'updates' => 0);
diff --git a/src/plugins/taskboard/common/views/admin/columns.php
b/src/plugins/taskboard/common/views/admin/columns.php
index d90e759..0418df3 100644
--- a/src/plugins/taskboard/common/views/admin/columns.php
+++ b/src/plugins/taskboard/common/views/admin/columns.php
@@ -45,7 +45,7 @@ if (count($taskboard->getUsedTrackersIds()) == 0) {
$columns = $taskboard->getColumns();
$tablearr = array(_('Order'), _('Title'), _('Max number of tasks'),
_('Assigned resolutions'), _('Drop resolution'));
- echo $HTML->listTableTop($tablearr, false, 'sortable_table_tracker',
'sortable_table_tracker');
+ echo $HTML->listTableTop($tablearr, array(), 'sortable_table_tracker',
'sortable_table_tracker');
foreach ($columns as $column) {
$downLink = '';
if ($column->getOrder() < count($columns)) {
diff --git a/src/plugins/taskboard/common/views/admin/trackers.php
b/src/plugins/taskboard/common/views/admin/trackers.php
index 81dcd2f..98d6471 100644
--- a/src/plugins/taskboard/common/views/admin/trackers.php
+++ b/src/plugins/taskboard/common/views/admin/trackers.php
@@ -94,7 +94,7 @@ if (!$atf || !is_object($atf) || $atf->isError()) {
$cells = array();
$tablearr = array(_('Tracker'), _('Description'), _('Use'),
_('Card background color'));
$content = $HTML->boxTop(_('Tasks trackers'));
- $content .= $HTML->listTableTop($tablearr, false,
'sortable_table_tracker', 'sortable_table_tracker');
+ $content .= $HTML->listTableTop($tablearr, array(),
'sortable_table_tracker', 'sortable_table_tracker');
foreach ($trackers as $tracker) {
$tracker_id = $tracker->getID();
$innercells = array();
diff --git a/src/plugins/taskboard/common/views/releases/ind.php
b/src/plugins/taskboard/common/views/releases/ind.php
index 37584f4..4065394 100644
--- a/src/plugins/taskboard/common/views/releases/ind.php
+++ b/src/plugins/taskboard/common/views/releases/ind.php
@@ -53,7 +53,7 @@ echo html_e('p', array(),
util_make_link('/plugins/'.$pluginTaskboard->name.'/re
$tablearr = array(_('Title'),_('Start Date'),_('End Date'), _('Goals'),
_('Page'), _('Charts'));
-echo $HTML->listTableTop($tablearr, false, 'sortable_table_tracker',
'sortable_table_tracker');
+echo $HTML->listTableTop($tablearr, array(), 'sortable_table_tracker',
'sortable_table_tracker');
$today = strtotime(date('Y-m-d'));
foreach ($taskboardReleases as $release) {
diff --git a/src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php
b/src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php
index 4a45dca..087cc19 100644
--- a/src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php
+++ b/src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php
@@ -31,7 +31,7 @@ if (sizeof($linksArray)) {
echo $HTML->boxTop(_('Manage available links'));
$tabletop = array(_('Name'), _('Standard JavaScript Tracking code'),
_('Is Active'), _('Actions'));
$classth = array('','','','unsortable');
- echo $HTML->listTableTop($tabletop, false,
'sortable_webanalytics_listlinks', 'sortable', $classth);
+ echo $HTML->listTableTop($tabletop, array(),
'sortable_webanalytics_listlinks', 'sortable', $classth);
foreach ($linksArray as $link) {
$cells = array();
$cells[][] = htmlentities($link['name']);
diff --git a/src/www/account/index.php b/src/www/account/index.php
index f244b52..5ed179b 100644
--- a/src/www/account/index.php
+++ b/src/www/account/index.php
@@ -291,7 +291,7 @@ if (forge_get_config('use_shell')) {
if (is_array($sshKeysArray) && count($sshKeysArray)) {
$tabletop = array(_('Name'), _('Algorithm'),
_('Fingerprint'), _('Uploaded'));
$classth = array('', '', '', '');
- echo $HTML->listTableTop($tabletop, false,
'sortable_sshkeys_listlinks', 'sortable', $classth);
+ echo $HTML->listTableTop($tabletop, array(),
'sortable_sshkeys_listlinks', 'sortable', $classth);
foreach($sshKeysArray as $sshKey) {
$cells = array();
$cells[][] = $sshKey['name'];
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/views/reporting.php | 2 +-
src/common/tracker/views/form-workflow.php | 4 ++--
src/common/widget/Widget_ProjectLatestDocuments.class.php | 2 +-
src/plugins/headermenu/view/admin/viewGlobalConfiguration.php | 4 ++--
src/plugins/headermenu/view/admin/viewProjectConfiguration.php | 2 +-
.../mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php | 2 +-
src/plugins/scmgit/common/GitPlugin.class.php | 2 +-
src/plugins/scmhg/common/HgPlugin.class.php | 2 +-
src/plugins/scmsvn/common/SVNPlugin.class.php | 2 +-
src/plugins/taskboard/common/views/admin/columns.php | 2 +-
src/plugins/taskboard/common/views/admin/trackers.php | 2 +-
src/plugins/taskboard/common/views/releases/ind.php | 2 +-
src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php | 2 +-
src/www/account/index.php | 2 +-
14 files changed, 16 insertions(+), 16 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits