diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt index 8408f3c..830eca5 100644 --- a/Source/lang/strings_english.txt +++ b/Source/lang/strings_english.txt @@ -31,6 +31,7 @@ $s_plugin_Source_author = 'Author'; $s_plugin_Source_username = 'Username'; $s_plugin_Source_timestamp = 'Timestamp'; +$s_plugin_Source_parent = 'Parent'; $s_plugin_Source_url = 'URL'; $s_plugin_Source_info = 'Extra Info'; $s_plugin_Source_revision = 'Revision'; @@ -61,6 +62,7 @@ $s_plugin_Source_import_full = 'Import Everything'; $s_plugin_Source_import_latest = 'Import Latest Data'; $s_plugin_Source_related_changesets = 'Related Changesets'; +$s_plugin_Source_affected_issues = 'Affected Issues'; $s_plugin_Source_configuration = 'Configuration'; $s_plugin_Source_allow_remote_checkin = 'Allow Remote Check-In'; diff --git a/Source/pages/view.php b/Source/pages/view.php index 2823c7f..ee86547 100644 --- a/Source/pages/view.php +++ b/Source/pages/view.php @@ -47,17 +47,18 @@ - - - - + + + + > -branch ) ?> -author ) ?> -timestamp ) ?> -id, event_signal( 'EVENT_SOURCE_SHOW_CHANGESET', array( $t_repo, $t_changeset_parent ) ) ); } ?> +author ), + ( $t_changeset->author_email ? '
' . $t_changeset->author_email : '' ) ?> +branch ) ?> +timestamp ) ?> +id, event_signal( 'EVENT_SOURCE_SHOW_CHANGESET', array( $t_repo, $t_changeset_parent ) ) ); } ?> bugs ) > 0 ) { ?> @@ -65,7 +66,7 @@ > - +