=== modified file 'sites/all/modules/project_issue/project_issue.css'
--- sites/all/modules/project_issue/project_issue.css	2011-03-11 23:16:37 +0000
+++ sites/all/modules/project_issue/project_issue.css	2011-07-07 18:37:04 +0000
@@ -180,6 +180,12 @@
   background-color: #d7eecc;
 }
 
+/* Prevent extraordinarily long titles from breaking site layout. */
+table.project-issue td.views-field-title {
+  max-width: 200px;
+  word-wrap: break-word;
+}
+
 /* Issue statistics page */
 .project-issue-numeric {
   text-align: center;

=== modified file 'sites/all/modules/project_issue/views/default_views/project_issue_all_projects.view.php'
--- sites/all/modules/project_issue/views/default_views/project_issue_all_projects.view.php	2011-03-11 23:24:51 +0000
+++ sites/all/modules/project_issue/views/default_views/project_issue_all_projects.view.php	2011-07-07 22:29:04 +0000
@@ -140,6 +140,37 @@
     'field' => 'name',
     'relationship' => 'assigned',
   ),
+  'created' => array(
+    'label' => 'Created',
+    '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,
+    'date_format' => 'raw time ago',
+    'custom_date_format' => '',
+    'exclude' => 0,
+    'id' => 'created',
+    'table' => 'node',
+    'field' => 'created',
+    'relationship' => 'none',
+  ),
 );
 if (module_exists('search')) {
   $fields['score'] = array(
@@ -329,6 +360,7 @@
     'new_comments' => 'comment_count',
     'last_comment_timestamp' => 'last_comment_timestamp',
     'name' => 'name',
+    'created' => 'created',
     'score' => 'score',
   ),
   'info' => array(
@@ -370,6 +402,10 @@
       'sortable' => 1,
       'separator' => '',
     ),
+    'created' => array(
+      'sortable' => 1,
+      'separator' => '',
+    ),
     'score' => array(
       'sortable' => 1,
       'separator' => '',

=== modified file 'sites/all/modules/project_issue/views/default_views/project_issue_project.view.php'
--- sites/all/modules/project_issue/views/default_views/project_issue_project.view.php	2011-03-11 23:24:51 +0000
+++ sites/all/modules/project_issue/views/default_views/project_issue_project.view.php	2011-07-07 22:38:04 +0000
@@ -142,6 +142,37 @@
     'field' => 'name',
     'relationship' => 'assigned',
   ),
+  'created' => array(
+    'label' => 'Created',
+    '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,
+    'date_format' => 'raw time ago',
+    'custom_date_format' => '',
+    'exclude' => 0,
+    'id' => 'created',
+    'table' => 'node',
+    'field' => 'created',
+    'relationship' => 'none',
+  ),
 );
 if (module_exists('search')) {
   $fields['score'] = array(
@@ -373,6 +404,7 @@
     'new_comments' => 'comment_count',
     'last_comment_timestamp' => 'last_comment_timestamp',
     'name' => 'name',
+    'created' => 'created',
     'score' => 'score',
   ),
   'info' => array(
@@ -418,6 +450,10 @@
       'sortable' => 1,
       'separator' => '',
     ),
+    'created' => array(
+      'sortable' => 1,
+      'separator' => '',
+    ),
     'score' => array(
       'sortable' => 1,
       'separator' => '',

=== modified file 'sites/all/modules/project_issue/views/default_views/project_issue_search_all.view.php'
--- sites/all/modules/project_issue/views/default_views/project_issue_search_all.view.php	2011-03-11 23:24:51 +0000
+++ sites/all/modules/project_issue/views/default_views/project_issue_search_all.view.php	2011-07-07 22:38:37 +0000
@@ -149,6 +149,37 @@
     'field' => 'name',
     'relationship' => 'assigned',
   ),
+  'created' => array(
+    'label' => 'Created',
+    '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,
+    'date_format' => 'raw time ago',
+    'custom_date_format' => '',
+    'exclude' => 0,
+    'id' => 'created',
+    'table' => 'node',
+    'field' => 'created',
+    'relationship' => 'none',
+  ),
 );
 if (module_exists('search')) {
   $fields['score'] = array(
@@ -395,6 +426,7 @@
     'new_comments' => 'comment_count',
     'last_comment_timestamp' => 'last_comment_timestamp',
     'name' => 'name',
+    'created' => 'created',
     'score' => 'score',
   ),
   'info' => array(
@@ -440,6 +472,10 @@
       'sortable' => 1,
       'separator' => '',
     ),
+    'created' => array(
+      'sortable' => 1,
+      'separator' => '',
+    ),
     'score' => array(
       'sortable' => 1,
       'separator' => '',

=== modified file 'sites/all/modules/project_issue/views/default_views/project_issue_search_project.view.php'
--- sites/all/modules/project_issue/views/default_views/project_issue_search_project.view.php	2011-03-11 23:24:51 +0000
+++ sites/all/modules/project_issue/views/default_views/project_issue_search_project.view.php	2011-07-07 22:39:06 +0000
@@ -149,6 +149,37 @@
     'field' => 'name',
     'relationship' => 'assigned',
   ),
+  'created' => array(
+    'label' => 'Created',
+    '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,
+    'date_format' => 'raw time ago',
+    'custom_date_format' => '',
+    'exclude' => 0,
+    'id' => 'created',
+    'table' => 'node',
+    'field' => 'created',
+    'relationship' => 'none',
+  ),
 );
 if (module_exists('search')) {
   $fields['score'] = array(
@@ -449,6 +480,7 @@
     'new_comments' => 'comment_count',
     'last_comment_timestamp' => 'last_comment_timestamp',
     'name' => 'name',
+    'created' => 'created',
     'score' => 'score',
   ),
   'info' => array(
@@ -494,6 +526,10 @@
       'sortable' => 1,
       'separator' => '',
     ),
+    'created' => array(
+      'sortable' => 1,
+      'separator' => '',
+    ),
     'score' => array(
       'sortable' => 1,
       'separator' => '',

=== modified file 'sites/all/modules/project_issue/views/default_views/project_issue_user_issues.view.php'
--- sites/all/modules/project_issue/views/default_views/project_issue_user_issues.view.php	2011-03-11 23:24:51 +0000
+++ sites/all/modules/project_issue/views/default_views/project_issue_user_issues.view.php	2011-07-07 22:39:32 +0000
@@ -128,6 +128,37 @@
     'field' => 'new_comments',
     'relationship' => 'none',
   ),
+  'created' => array(
+    'label' => 'Created',
+    '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,
+    'date_format' => 'raw time ago',
+    'custom_date_format' => '',
+    'exclude' => 0,
+    'id' => 'created',
+    'table' => 'node',
+    'field' => 'created',
+    'relationship' => 'none',
+  ),
 );
 if (function_exists('tracker2_views_api')) {
   $last_update_field = 'changed';
@@ -414,6 +445,7 @@
     'new_comments' => 'comment_count',
     $last_update_field => $last_update_field,
     'name' => 'name',
+    'created' => 'created',
     'score' => 'score',
   ),
   'info' => array(
@@ -459,6 +491,10 @@
       'sortable' => 1,
       'separator' => '',
     ),
+    'created' => array(
+      'sortable' => 1,
+      'separator' => '',
+    ),
     'score' => array(
       'sortable' => 1,
       'separator' => '',

=== modified file 'sites/all/modules/project_issue/views/default_views/project_issue_user_projects.view.php'
--- sites/all/modules/project_issue/views/default_views/project_issue_user_projects.view.php	2011-03-11 23:24:51 +0000
+++ sites/all/modules/project_issue/views/default_views/project_issue_user_projects.view.php	2011-07-07 22:39:56 +0000
@@ -149,6 +149,37 @@
     'field' => 'name',
     'relationship' => 'assigned',
   ),
+  'created' => array(
+    'label' => 'Created',
+    '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,
+    'date_format' => 'raw time ago',
+    'custom_date_format' => '',
+    'exclude' => 0,
+    'id' => 'created',
+    'table' => 'node',
+    'field' => 'created',
+    'relationship' => 'none',
+  ),
 );
 if (module_exists('search')) {
   $fields['score'] = array(
@@ -366,6 +397,7 @@
     'new_comments' => 'comment_count',
     'last_comment_timestamp' => 'last_comment_timestamp',
     'name' => 'name',
+    'created' => 'created',
     'score' => 'score',
   ),
   'info' => array(
@@ -411,6 +443,10 @@
       'sortable' => 1,
       'separator' => '',
     ),
+    'created' => array(
+      'sortable' => 1,
+      'separator' => '',
+    ),
     'score' => array(
       'sortable' => 1,
       'separator' => '',

