* [task#124033] Add branch name and repo ID in brnach list.
This commit is contained in:
@@ -1875,7 +1875,9 @@ class repo extends control
|
||||
|
||||
foreach($branchList as &$branch)
|
||||
{
|
||||
$branch->committer = isset($branch->commit->author_name) ? $branch->commit->author_name : '';
|
||||
$branch->repoID = $repoID;
|
||||
$branch->branchName = helper::safe64Encode($branch->name);
|
||||
$branch->committer = isset($branch->commit->author_name) ? $branch->commit->author_name : '';
|
||||
if(isset($branch->commit->committer->identity->name)) $branch->committer = $branch->commit->committer->identity->name;
|
||||
|
||||
$branch->date = isset($branch->commit->committed_date) ? date('Y-m-d H:i:s', strtotime($branch->commit->committed_date)) : '';
|
||||
|
||||
@@ -29,8 +29,7 @@ featureBar
|
||||
) : null,
|
||||
div
|
||||
(
|
||||
setID('flex'),
|
||||
set::actions(array()),
|
||||
setClass('flex'),
|
||||
input
|
||||
(
|
||||
set::placeholder($lang->searchAB),
|
||||
|
||||
Reference in New Issue
Block a user