From: <rv...@us...> - 2010-01-19 17:54:26
|
Revision: 472 http://treebase.svn.sourceforge.net/treebase/?rev=472&view=rev Author: rvos Date: 2010-01-19 17:54:19 +0000 (Tue, 19 Jan 2010) Log Message: ----------- Added study id so that reviewer study-level access can be verified. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp 2010-01-19 16:24:47 UTC (rev 471) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp 2010-01-19 17:54:19 UTC (rev 472) @@ -44,7 +44,7 @@ title="<fmt:message key="analysis.notvalidated"/>" alt="<fmt:message key="analysis.notvalidated"/>"/> </span> - <a href="/treebase-web/search/downloadAnAnalysisStep.html?analysisid=${analysisStepCommand.id}"> + <a href="/treebase-web/search/downloadAnAnalysisStep.html?analysisid=${analysisStepCommand.id}&id=${analysisStepCommand.analysis.study.id}"> <img class="iconButton" src="<fmt:message key="icons.download.reconstructed"/>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <vga...@us...> - 2010-03-18 15:30:54
|
Revision: 628 http://treebase.svn.sourceforge.net/treebase/?rev=628&view=rev Author: vgapeyev Date: 2010-03-18 15:30:48 +0000 (Thu, 18 Mar 2010) Log Message: ----------- Disabled analysis download as requested in #2972107, to mitigate #2970700 and #2970457 (this one was missed in an earlier commit) Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp 2010-03-18 14:37:11 UTC (rev 627) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp 2010-03-18 15:30:48 UTC (rev 628) @@ -44,13 +44,14 @@ title="<fmt:message key="analysis.notvalidated"/>" alt="<fmt:message key="analysis.notvalidated"/>"/> </span> - <a href="/treebase-web/search/downloadAnAnalysisStep.html?analysisid=${analysisStepCommand.id}&id=${analysisStepCommand.analysis.study.id}"> +<!-- VG 2010-03-17 Disabled analysis download as requested in #2972107, to mitigate #2970700 and #2970457 --> +<!-- <a href="/treebase-web/search/downloadAnAnalysisStep.html?analysisid=${analysisStepCommand.id}&id=${analysisStepCommand.analysis.study.id}"> --> <img class="iconButton" src="<fmt:message key="icons.download.reconstructed"/>" title="<fmt:message key="download.reconstructedfile"/>" alt="<fmt:message key="download.reconstructedfile"/>"/> - </a> +<!-- </a> --> <c:if test="${not empty analysisStepCommand.displayName}"> <c:out value="${analysisStepCommand.displayName}"/> </c:if> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sfr...@us...> - 2010-05-01 15:13:25
|
Revision: 696 http://treebase.svn.sourceforge.net/treebase/?rev=696&view=rev Author: sfrgpiel Date: 2010-05-01 15:13:17 +0000 (Sat, 01 May 2010) Log Message: ----------- Changed the download message from "download unavailable" to "download reconstructed" Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp 2010-04-29 19:03:07 UTC (rev 695) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/algorithm.jsp 2010-05-01 15:13:17 UTC (rev 696) @@ -49,12 +49,14 @@ <img class="iconButton" src="<fmt:message key="icons.download.reconstructed"/>" -<%-- + title="<fmt:message key="download.reconstructedfile"/>" alt="<fmt:message key="download.reconstructedfile"/>" ---%> + +<%-- title="<fmt:message key="download.unavailable"/>" alt="<fmt:message key="download.unavailable"/>" +--%> /> </a> <c:if test="${not empty analysisStepCommand.displayName}"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |