Indefero

Indefero Commit Details


Date:2010-03-16 04:03:49 (14 years 9 months ago)
Author:Raphaël Emourgeon
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:349970cfaf11f958acc9a442eba800249e31d9fe
Parents: 0056e3f0b2d5fe3de9124cf99f8c5db83e094dec
Message:Fixed ticket 410, upload error message on new issue shouldn't be hidden.

Changes:

File differences

AUTHORS
2222
2323
2424
25
2526
2627
2728
Samuel Suther
Ludovic Bellière
Brian Armstrong
Raphaël Emourgeon
And all the nice users who spent time reporting issues and promoting
the project. The project could not live without them.
src/IDF/templates/idf/issues/create.html
123123
124124
125125
126
126
127
128
129
130
127131
128132
129133
});
var j=0;
for (j=1;j<4;j=j+1) {
$("#form-attachment-"+j).hide();
if($("tr#form-attachment-"+j+" > td > ul.errorlist").length == 0){
$("#form-attachment-"+j).hide();
}else{
$("#form-block-"+(j-1)).remove();
}
}
});
</script>

Archive Download the corresponding diff file

Page rendered in 0.08354s using 14 queries.