Files
@ 8fdabc8cce1a
Branch filter:
Location: kallithea/rhodecode/templates/files/files_source.html - annotation
8fdabc8cce1a
6.2 KiB
text/html
fixes GIT issues with branch page
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | 1e757ac98988 4a7432d0a1a5 1e757ac98988 ffd07396d315 4a7432d0a1a5 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 c8bd0e6cc3da 1e757ac98988 c8bd0e6cc3da 1e757ac98988 c8bd0e6cc3da 166317d464f3 856be614d9a4 166317d464f3 166317d464f3 856be614d9a4 166317d464f3 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 ffd07396d315 ffd07396d315 5a96551ee9c0 5a96551ee9c0 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 ffd07396d315 1e757ac98988 1e757ac98988 1e757ac98988 6ec53c16c744 ed5270522724 6ec53c16c744 e8b5be26fb78 5da1286ddd28 1e757ac98988 aaec08ad9daf c8bd0e6cc3da 1e757ac98988 6e070138d173 6e070138d173 6e070138d173 6e070138d173 09c3fb460fcb 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 6e070138d173 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 6e070138d173 6ec53c16c744 6ec53c16c744 1e757ac98988 1e757ac98988 1e757ac98988 1e757ac98988 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 1e757ac98988 1e757ac98988 1e757ac98988 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 8cca07df79dd 8cca07df79dd 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 8cca07df79dd 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 09c3fb460fcb 1e757ac98988 aaec08ad9daf | <dl>
<dt>${_('Revision')}</dt>
<dd>
${h.link_to("r%s:%s" % (c.files_list.last_changeset.revision,h.short_id(c.files_list.last_changeset.raw_id)),
h.url('changeset_home',repo_name=c.repo_name,revision=c.files_list.last_changeset.raw_id))}
</dd>
<dt>${_('Size')}</dt>
<dd>${h.format_byte_size(c.files_list.size,binary=True)}</dd>
<dt>${_('Mimetype')}</dt>
<dd>${c.files_list.mimetype}</dd>
<dt>${_('Options')}</dt>
<dd>${h.link_to(_('show annotation'),
h.url('files_annotate_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.f_path))}
/ ${h.link_to(_('show as raw'),
h.url('files_raw_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.f_path))}
/ ${h.link_to(_('download as raw'),
h.url('files_rawfile_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.f_path))}
% if h.HasRepoPermissionAny('repository.write','repository.admin')(c.repo_name):
% if not c.files_list.is_binary:
/ ${h.link_to(_('edit'),
h.url('files_edit_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.f_path))}
% endif
% endif
</dd>
<dt>${_('History')}</dt>
<dd>
<div>
${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='get')}
${h.hidden('diff2',c.files_list.last_changeset.raw_id)}
${h.select('diff1',c.files_list.last_changeset.raw_id,c.file_history)}
${h.submit('diff','diff to revision',class_="ui-button-small")}
${h.submit('show_rev','show at revision',class_="ui-button-small")}
${h.end_form()}
</div>
</dd>
</dl>
<div id="body" class="codeblock">
<div class="code-header">
<div class="revision">${c.files_list.name}@r${c.files_list.last_changeset.revision}:${h.short_id(c.files_list.last_changeset.raw_id)}</div>
<div class="commit">"${c.files_list.last_changeset.message}"</div>
</div>
<div class="code-body">
%if c.files_list.is_binary:
${_('Binary file (%s)') % c.files_list.mimetype}
%else:
% if c.files_list.size < c.cut_off_limit:
${h.pygmentize(c.files_list,linenos=True,anchorlinenos=True,lineanchors='L',cssclass="code-highlight")}
%else:
${_('File is too big to display')} ${h.link_to(_('show as raw'),
h.url('files_raw_home',repo_name=c.repo_name,revision=c.changeset.raw_id,f_path=c.f_path))}
%endif
<script type="text/javascript">
function highlight_lines(lines){
for(pos in lines){
YUD.setStyle('L'+lines[pos],'background-color','#FFFFBE');
}
}
page_highlights = location.href.substring(location.href.indexOf('#')+1).split('L');
if (page_highlights.length == 2){
highlight_ranges = page_highlights[1].split(",");
var h_lines = [];
for (pos in highlight_ranges){
var _range = highlight_ranges[pos].split('-');
if(_range.length == 2){
var start = parseInt(_range[0]);
var end = parseInt(_range[1]);
if (start < end){
for(var i=start;i<=end;i++){
h_lines.push(i);
}
}
}
else{
h_lines.push(parseInt(highlight_ranges[pos]));
}
}
highlight_lines(h_lines);
//remember original location
var old_hash = location.href.substring(location.href.indexOf('#'));
// this makes a jump to anchor moved by 3 posstions for padding
window.location.hash = '#L'+Math.max(parseInt(h_lines[0])-3,1);
//sets old anchor
window.location.hash = old_hash;
}
</script>
%endif
</div>
</div>
<script type="text/javascript">
YUE.onDOMReady(function(){
YUE.on('show_rev','click',function(e){
YUE.preventDefault(e);
var cs = YAHOO.util.Dom.get('diff1').value;
var url = "${h.url('files_home',repo_name=c.repo_name,revision='__CS__',f_path=c.f_path)}".replace('__CS__',cs);
window.location = url;
});
function getIdentNode(n){
//iterate thru nodes untill matched interesting node !
if (typeof n == 'undefined'){
return -1
}
if(typeof n.id != "undefined" && n.id.match('L[0-9]+')){
return n
}
else{
return getIdentNode(n.parentNode);
}
}
function getSelectionLink() {
//get selection from start/to nodes
if (typeof window.getSelection != "undefined") {
s = window.getSelection();
from = getIdentNode(s.anchorNode);
till = getIdentNode(s.focusNode);
f_int = parseInt(from.id.replace('L',''));
t_int = parseInt(till.id.replace('L',''));
if (f_int > t_int){
//highlight from bottom
offset = -35;
ranges = [t_int,f_int];
}
else{
//highligth from top
offset = 35;
ranges = [f_int,t_int];
}
if (ranges[0] != ranges[1]){
if(YUD.get('linktt') == null){
hl_div = document.createElement('div');
hl_div.id = 'linktt';
}
anchor = '#L'+ranges[0]+'-'+ranges[1];
hl_div.innerHTML = '';
l = document.createElement('a');
l.href = location.href.substring(0,location.href.indexOf('#'))+anchor;
l.innerHTML = "${_('Selection link')}"
hl_div.appendChild(l);
YUD.get('body').appendChild(hl_div);
xy = YUD.getXY(till.id);
YUD.addClass('linktt','yui-tt');
YUD.setStyle('linktt','top',xy[1]+offset+'px');
YUD.setStyle('linktt','left',xy[0]+'px');
YUD.setStyle('linktt','visibility','visible');
}
else{
YUD.setStyle('linktt','visibility','hidden');
}
}
}
YUE.on('hlcode','mouseup',getSelectionLink)
});
</script>
|