diff --git a/Source/pages/list.php b/Source/pages/list.php
index f6746f2..b02f58b 100644
--- a/Source/pages/list.php
+++ b/Source/pages/list.php
@@ -39,6 +39,7 @@
|
|
|
+ |
@@ -47,6 +48,7 @@
author ?> |
message ?> |
timestamp ?> |
+id, "Details" ) ?> |
diff --git a/Source/pages/view.php b/Source/pages/view.php
new file mode 100644
index 0000000..20fd829
--- /dev/null
+++ b/Source/pages/view.php
@@ -0,0 +1,108 @@
+load_files();
+$t_changeset->load_bugs();
+bug_cache_array_rows( $t_changeset->bugs );
+
+$t_repos = SourceRepo::load_by_changesets( $t_changeset );
+if ( count( $t_repos ) > 0 ) {
+ $t_repo = array_shift( $t_repos );
+}
+
+$t_type = SourceType($t_repo->type);
+
+html_page_top1( plugin_lang_get( 'title' ) );
+html_page_top2();
+?>
+
+
+
+
+
+ |
+id . '&offset=' . $f_offset, "Back to Repository" ) ?> |
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+
+>
+name ?> |
+revision ?> |
+branch ?> |
+author ?> |
+timestamp ?> |
+
+
+bugs ) > 0 ) { ?>
+ |
+
+>
+
+
+ |
+
+bugs as $t_bug_id ) {
+ $t_bug = bug_get( $t_bug_id );
+ echo ( $t_first ? '' : '
' );
+?>
+', bug_format_id( $t_bug_id ), ': ', string_display_line( $t_bug->summary ) ?> |
+
+
+
+
+ |
+
+>
+
+
+ |
+
+files as $t_file ) {
+ echo ( $t_first ? '' : '
' );
+?>
+ |
+
+
+
+ |
+
+
+
+
+>
+', wordwrap( string_display_links( $t_changeset->message ), 100 ), '' ?> |
+
+
+
+
+
+