Index: views/default_views/project_issue_user_issues.view.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue/views/default_views/project_issue_user_issues.view.php,v
retrieving revision 1.5
diff -u -p -r1.5 project_issue_user_issues.view.php
--- views/default_views/project_issue_user_issues.view.php	5 Oct 2010 17:12:43 -0000	1.5
+++ views/default_views/project_issue_user_issues.view.php	9 Oct 2010 10:04:38 -0000
@@ -520,7 +520,28 @@ $handler->override_option('relationships
 ));
 $handler->override_option('fields', array(
   'project_issue_queue' => array(
-    'label' => 'Project',
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 1,
+      'text' => '<div class="project-title">[project_issue_queue]</div>',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'html' => 0,
+      'strip_tags' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
     'link_type' => 'issues',
     'exclude' => 0,
     'id' => 'project_issue_queue',
@@ -529,7 +550,28 @@ $handler->override_option('fields', arra
     'relationship' => 'pid',
   ),
   'title' => array(
-    'label' => 'Summary',
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 0,
+      'text' => '',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'html' => 0,
+      'strip_tags' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
     'link_to_node' => 1,
     'exclude' => 0,
     'id' => 'title',
@@ -537,8 +579,68 @@ $handler->override_option('fields', arra
     'field' => 'title',
     'relationship' => 'none',
   ),
-  'sid' => array(
-    'label' => 'Status',
+  'timestamp' => array(
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 0,
+      'text' => '',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'html' => 0,
+      'strip_tags' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
+    'link_to_node' => 0,
+    'comments' => 0,
+    'exclude' => 1,
+    'id' => 'timestamp',
+    'table' => 'history_user',
+    'field' => 'timestamp',
+    'relationship' => 'none',
+  ),
+  'priority' => array(
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 0,
+      'text' => '',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'html' => 0,
+      'strip_tags' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
+    'exclude' => 1,
+    'id' => 'priority',
+    'table' => 'project_issues',
+    'field' => 'priority',
+    'relationship' => 'none',
+  ),
+  'category' => array(
+    'label' => '',
     'alter' => array(
       'alter_text' => 0,
       'text' => '',
@@ -561,12 +663,109 @@ $handler->override_option('fields', arra
     'hide_empty' => 0,
     'empty_zero' => 0,
     'exclude' => 1,
+    'id' => 'category',
+    'table' => 'project_issues',
+    'field' => 'category',
+    'relationship' => 'none',
+  ),
+  'sid' => array(
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 1,
+      'text' => '<div class="status-line"><span class="priority">[priority]</span> | <span class="category">[category]</span> | <span class="status">[sid]</span></div>',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'html' => 0,
+      'strip_tags' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
+    'exclude' => 0,
     'id' => 'sid',
     'table' => 'project_issues',
     'field' => 'sid',
-    'override' => array(
-      'button' => 'Use default',
+    'relationship' => 'none',
+  ),
+  'new_comments' => array(
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 1,
+      'text' => '[new_comments] new',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'html' => 0,
+      'strip_tags' => 0,
+    ),
+    'empty' => '',
+    'hide_empty' => 1,
+    'empty_zero' => 0,
+    'set_precision' => FALSE,
+    'precision' => 0,
+    'decimal' => '.',
+    'separator' => ',',
+    'prefix' => '',
+    'suffix' => '',
+    'link_to_comment' => 1,
+    'exclude' => 1,
+    'id' => 'new_comments',
+    'table' => 'node',
+    'field' => 'new_comments',
+    'relationship' => 'none',
+  ),
+  'comment_count' => array(
+    'label' => '',
+    'alter' => array(
+      'alter_text' => 1,
+      'text' => '<div class="comment-info">[comment_count] replies [new_comments] [timestamp]</div>',
+      'make_link' => 0,
+      'path' => '',
+      'link_class' => '',
+      'alt' => '',
+      'prefix' => '',
+      'suffix' => '',
+      'target' => '',
+      'help' => '',
+      'trim' => 0,
+      'max_length' => '',
+      'word_boundary' => 1,
+      'ellipsis' => 1,
+      'html' => 0,
+      'strip_tags' => 0,
     ),
+    'empty' => '',
+    'hide_empty' => 0,
+    'empty_zero' => 0,
+    'set_precision' => FALSE,
+    'precision' => 0,
+    'decimal' => '.',
+    'separator' => ',',
+    'prefix' => '',
+    'suffix' => '',
+    'exclude' => 0,
+    'id' => 'comment_count',
+    'table' => 'node_comment_statistics',
+    'field' => 'comment_count',
     'relationship' => 'none',
   ),
 ));
@@ -576,15 +775,21 @@ $handler->override_option('items_per_pag
 $handler->override_option('use_pager', '0');
 $handler->override_option('use_more', 1);
 $handler->override_option('use_more_always', 0);
+$handler->override_option('style_plugin', 'table');
 $handler->override_option('style_options', array(
   'grouping' => '',
   'override' => 1,
-  'sticky' => 1,
-  'order' => 'desc',
+  'sticky' => 0,
+  'order' => 'asc',
   'columns' => array(
     'project_issue_queue' => 'project_issue_queue',
-    'title' => 'title',
-    'sid' => 'sid',
+    'title' => 'project_issue_queue',
+    'timestamp' => 'project_issue_queue',
+    'priority' => 'project_issue_queue',
+    'category' => 'project_issue_queue',
+    'sid' => 'project_issue_queue',
+    'new_comments' => 'project_issue_queue',
+    'comment_count' => 'project_issue_queue',
   ),
   'info' => array(
     'project_issue_queue' => array(
@@ -595,10 +800,28 @@ $handler->override_option('style_options
       'sortable' => 0,
       'separator' => '',
     ),
+    'timestamp' => array(
+      'separator' => '',
+    ),
+    'priority' => array(
+      'sortable' => 0,
+      'separator' => '',
+    ),
+    'category' => array(
+      'sortable' => 0,
+      'separator' => '',
+    ),
     'sid' => array(
       'sortable' => 0,
       'separator' => '',
     ),
+    'new_comments' => array(
+      'separator' => '',
+    ),
+    'comment_count' => array(
+      'sortable' => 0,
+      'separator' => '',
+    ),
   ),
   'default' => '-1',
 ));
