« rsync and expect | Main | Remove upload messages from AgEcon page »

More changes to Ag Econ Submit ... drop checksum, publisher and citation

Get rid of checksum in upload

I removed the checksum information from the upload page:
~/Documents/workspace/dspace-sr/jsp/submit/upload-file-list.jsp

The following region has been commented out: <%-- The code below that produces output of checksum information has been comment out on the request of Louise Letnes and Julia Kelly. J Silvis <% if (!subInfo.isInWorkflow()) { %> <p class="uploadHelp"><fmt:message key="jsp.submit.upload-file-list.info3"/></p> <ul class="uploadHelp"> <li class="uploadHelp"><fmt:message key="jsp.submit.upload-file-list.info4"/></li> <% if (showChecksums) { %> <li class="uploadHelp"><fmt:message key="jsp.submit.upload-file-list.info5"/> <dspace:popup page="/help/index.html#checksum"><fmt:message key="jsp.submit.upload-file-list.help1"/></dspace:popup></li> <% } else { %> <li class="uploadHelp"><fmt:message key="jsp.submit.upload-file-list.info6"/> <dspace:popup page="/help/index.html#checksum"><fmt:message key="jsp.submit.upload-file-list.help2"/></dspace:popup> <input type="submit" name="submit_show_checksums" value="<fmt:message key="jsp.submit.upload-file-list.button3"/>" /></li> <% } %> </ul> <br /> <% } %> --%>

Get rid of citation and publisher in describe page

This step required the following change in InitialQuestionsStep.java
// Louise Letnes and Julia Kelly want to drop citation and pulisher. However they // want to keep date.issued so the logic below must be commented // out. // // J. Silvis willRemoveDate = (dateIssued.length > 0); // || (citation.length > 0) || (publisher.length > 0); }
Also the following change was required in DCInputSet.java public boolean isDefinedPubBefore() { return ( isFieldPresent("date.issued")); // Louise Letnes and Julia Kelly wants to drop citation and pulisher. However they // want to keep date.issued so the logic below must be commented // out. // // J. Silvis // && // isFieldPresent("identifier.citation") // && // isFieldPresent("publisher.null") ); }

TrackBack

TrackBack URL for this entry:
http://blog.lib.umn.edu/cgi-bin/mt-tb.cgi/59258

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)