FrankFan/gitlab-tree

Supposed to work with CE 8.5?

Closed this issue · 2 comments

xasx commented

Hi,

I use GitLab CE 8.5, but I don't see the respective button.

However, from the Site's source code, I can see that there should be at least something.

Find the first few lines here:

<body class='ui_blue' data-page='projects:tree:show'>
<script>
  window.project_uploads_path = "/group/project/uploads";
  window.markdown_preview_path = "/group/project/markdown_preview";
</script>

<header class='header-collapsed navbar navbar-fixed-top navbar-gitlab'>
<div class='container-fluid'>
<div class='header-content'>
<button class='navbar-toggle' type='button'>
<span class='sr-only'>Toggle navigation</span>
<i class="fa fa-bars"></i>
</button>
<div class='navbar-collapse collapse'>
<ul class='nav navbar-nav pull-right'>
<li class='hidden-sm hidden-xs'>
<div class='search'>
<form class="navbar-form pull-left" action="/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="&#x2713;" />
<input type="search" name="search" id="search" placeholder="Search" class="search-input form-control" spellcheck="false" />
<input type="hidden" name="group_id" id="group_id" />
<input type="hidden" name="project_id" id="project_id" value="154" />
<input type="hidden" name="search_code" id="search_code" value="true" />
<input type="hidden" name="repository_ref" id="repository_ref" value="blablabla" />

<div class='search-autocomplete-opts hide' data-autocomplete-path='/search/autocomplete' data-autocomplete-project-id='154' data-autocomplete-project-ref='blablabla'></div>
</form>

</div>
<script>
  $('.search-input').on('keyup', function(e) {
    if (e.keyCode == 27) {
      $('.search-input').blur();
    }
  });
</script>

</li>

From the inspector, I get the impression that the header-content is somehow overlayed with the actual project header, but I am not all into that.

Any idea?

Thanks in advance.

Sorrry to tell you GtilabTree doesn't support gitlab CE 8.5,
I build this chrome extentsion in order to be used with gitlab 7.

image

xasx commented

Thanks. 🌻

Perhaps a note somewhere would be nice, just in case others wonder.