basic help for manage committed versions
This commit is contained in:
parent
32af5f8c66
commit
858dc2793a
3 changed files with 33 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ our $HELP = {
|
||||||
tag => 'manage pending versions',
|
tag => 'manage pending versions',
|
||||||
namespace => 'VersionTag'
|
namespace => 'VersionTag'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
tag => 'manage committed versions',
|
||||||
|
namespace => 'VersionTag'
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -24,6 +28,27 @@ our $HELP = {
|
||||||
tag => 'versions manage',
|
tag => 'versions manage',
|
||||||
namespace => 'VersionTag'
|
namespace => 'VersionTag'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
tag => 'manage committed versions',
|
||||||
|
namespace => 'VersionTag'
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
|
||||||
|
'manage committed versions' => {
|
||||||
|
title => 'manage committed versions',
|
||||||
|
body => 'manage committed versions body',
|
||||||
|
fields => [
|
||||||
|
],
|
||||||
|
related => [
|
||||||
|
{
|
||||||
|
tag => 'versions manage',
|
||||||
|
namespace => 'VersionTag'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tag => 'manage committed versions',
|
||||||
|
namespace => 'VersionTag'
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -283,6 +283,7 @@ sub www_manageCommittedVersions {
|
||||||
}
|
}
|
||||||
$sth->finish;
|
$sth->finish;
|
||||||
$output .= '</table>';
|
$output .= '</table>';
|
||||||
|
$ac->setHelp('manage committed versions', 'VersionTag');
|
||||||
return $ac->render($output,$i18n->get("committed versions"));
|
return $ac->render($output,$i18n->get("committed versions"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -327,6 +327,13 @@ our $I18N = {
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'manage committed versions body' => {
|
||||||
|
message => q|<p>This screen lists all committed version tags in WebGUI, information about the tags and an interface to manage them.</p>
|
||||||
|
<p>The name of the tag is a link to display what work was performed in the tag. The date the tag was committed and the username of the user who committed the tag are shown as well. A link is provided so that the tag can be rolled back.</p>
|
||||||
|
|,
|
||||||
|
lastUpdated => 1148359381,
|
||||||
|
},
|
||||||
|
|
||||||
'topicName' => {
|
'topicName' => {
|
||||||
message => q|Version Control|,
|
message => q|Version Control|,
|
||||||
lastUpdated => 1148360141,
|
lastUpdated => 1148360141,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue