icons['bug']);?> id;?>
-
title;?>
+
title;?>
deleted):?>
bug->deleted;?>
diff --git a/module/common/view/datatable.html.php b/module/common/view/datatable.html.php
index 41c677aff3..ec5c1faf9b 100644
--- a/module/common/view/datatable.html.php
+++ b/module/common/view/datatable.html.php
@@ -56,6 +56,7 @@ $(document).ready(function()
sortable : false,
scrollPos : 'out',
tableClass : 'tablesorter',
+ storage : false,
ready: function()
{
if(!this.$table) return;
diff --git a/module/product/view/browsedata.html.php b/module/product/view/browsedata.html.php
index aa38fa8f0e..719ddc2fd5 100644
--- a/module/product/view/browsedata.html.php
+++ b/module/product/view/browsedata.html.php
@@ -40,8 +40,8 @@
story->priList, $story->pri, $story->pri);?>'>story->priList, $story->pri, $story->pri)?> |
branch) echo "{$branches[$story->branch]}"?>
- module) echo "{$modulePairs[$story->module]}"?>
- title);?>
+ module) echo "{$modulePairs[$story->module]} "?>
+ title, null, "style='color: $story->color'");?>
|
planTitle;?> |
story->sourceList[$story->source];?> |
diff --git a/module/project/view/bug.html.php b/module/project/view/bug.html.php
index 3cfe0e4ed5..9931e98812 100644
--- a/module/project/view/bug.html.php
+++ b/module/project/view/bug.html.php
@@ -46,7 +46,7 @@
bug->severityList, $bug->severity, $bug->severity)?>'>bug->severityList, $bug->severity, $bug->severity)?> |
bug->priList, $bug->pri, $bug->pri)?>'>bug->priList, $bug->pri, $bug->pri)?> |
-
createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> |
+
createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color'");?> |
openedBy, $bug->openedBy);?> |
assignedTo, $bug->assignedTo);?> |
resolvedBy, $bug->resolvedBy);?> |
diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php
index b7fbb1f695..4b50bc3de9 100644
--- a/module/project/view/story.html.php
+++ b/module/project/view/story.html.php
@@ -79,7 +79,7 @@
story->priList, $story->pri, $story->pri)?>'>story->priList, $story->pri, $story->pri);?> |
product][$story->branch])) echo "" . $branchGroups[$story->product][$story->branch] . '';?>
- title);?>
+ title, null, "style='color: $story->color'");?>
|
openedBy];?> |
assignedTo];?> |
diff --git a/module/project/view/taskdata.html.php b/module/project/view/taskdata.html.php
index 3b6d732060..b86ee533db 100644
--- a/module/project/view/taskdata.html.php
+++ b/module/project/view/taskdata.html.php
@@ -50,7 +50,7 @@
product][$task->branch])) echo "
" . $branchGroups[$task->product][$task->branch] . '';?>
module) echo "
" . $modulePairs[$task->module] . '';?>
id", $task->name)) echo $task->name;
+ if(!common::printLink('task', 'view', "task=$task->id", $task->name, null, "style='color: $task->color'")) echo $task->name;
if($task->fromBug) echo html::a($this->createLink('bug', 'view', "id=$task->fromBug"), "[BUG#$task->fromBug]", '_blank', "class='bug'");
?>
diff --git a/module/story/model.php b/module/story/model.php
index 20e86d8415..33640f5c56 100644
--- a/module/story/model.php
+++ b/module/story/model.php
@@ -2130,9 +2130,9 @@ class storyModel extends model
echo "";
break;
case 'title':
- if($story->branch) echo "
{$branches[$story->branch]}";
- if($modulePairs and $story->module) echo "
{$modulePairs[$story->module]}";
- echo html::a($storyLink, $story->title);
+ if($story->branch) echo "
{$branches[$story->branch]} ";
+ if($modulePairs and $story->module) echo "
{$modulePairs[$story->module]} ";
+ echo html::a($storyLink, $story->title, null, "style='color: $story->color'");
break;
case 'plan':
echo $story->planTitle;
diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php
index 3b54cb313f..1cdd651206 100644
--- a/module/story/view/create.html.php
+++ b/module/story/view/create.html.php
@@ -91,7 +91,7 @@
diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php
index d1ac368f6f..08f6bfb14d 100644
--- a/module/story/view/edit.html.php
+++ b/module/story/view/edit.html.php
@@ -15,7 +15,7 @@
icons['story']);?> id;?>
- createLink('story', 'view', "storyID=$story->id"), $story->title);?>
+ createLink('story', 'view', "storyID=$story->id"), $story->title, '', 'class="story-title"');?>
icons['edit']) . ' ' . $lang->story->edit;?>
@@ -25,6 +25,12 @@
+