Indefero

Indefero Commit Details


Date:2009-06-29 14:23:58 (15 years 5 months ago)
Author:Charles Melbye
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:75af09062f635b1b6c5e5fdce50b80101bced92b
Parents: c366124917801f23f2607c9fa6d16c1a48b1d4da
Message:Fixed issue 241, links to attach files in Issues should not actually open their href target.

Changes:

File differences

src/IDF/templates/idf/issues/create.html
107107
108108
109109
110
110111
111112
112113
113114
114115
116
115117
116118
117119
118120
119121
122
120123
121124
122125
$("#form-show-0").click(function(){
$("#form-attachment-1").show();
$("#form-block-0").hide();
return false;
});
$("#form-attachment-1 td").append("<span id=\"form-block-1\"><a id=\"form-show-1\" href=\"#\">{/literal}{trans 'Attach another file'}{literal}</a></span>");
$("#form-show-1").click(function(){
$("#form-attachment-2").show();
$("#form-block-1").hide();
return false;
});
$("#form-attachment-2 td").append("<span id=\"form-block-2\"><a id=\"form-show-2\" href=\"#\">{/literal}{trans 'Attach another file'}{literal}</a></span>");
$("#form-show-2").click(function(){
$("#form-attachment-3").show();
$("#form-block-2").hide();
return false;
});
var j=0;
for (j=1;j<4;j=j+1) {
src/IDF/templates/idf/issues/view.html
160160
161161
162162
163
163164
164165
165166
166167
167168
169
168170
169171
170172
171173
172174
175
173176
174177
175178
$("#form-show-0").click(function(){
$("#form-attachment-1").show();
$("#form-block-0").hide();
return false;
});
$("#form-attachment-1 td").append("<span id=\"form-block-1\"><a id=\"form-show-1\" href=\"#\">{/literal}{trans 'Attach another file'}{literal}</a></span>");
$("#form-show-1").click(function(){
$("#form-attachment-2").show();
$("#form-block-1").hide();
return false;
});
$("#form-attachment-2 td").append("<span id=\"form-block-2\"><a id=\"form-show-2\" href=\"#\">{/literal}{trans 'Attach another file'}{literal}</a></span>");
$("#form-show-2").click(function(){
$("#form-attachment-3").show();
$("#form-block-2").hide();
return false;
});
var j=0;
for (j=1;j<4;j=j+1) {

Archive Download the corresponding diff file

Page rendered in 0.07396s using 14 queries.