Start with the archive upload functionality (sponsored by Scilab);
add a new view and plain form to upload an archive; rename the internal URLs, handlers and templates from submit to create for single downloads and also add a help section about the new format as well as a detailed FAQ entry. Archive files get a bigger upload limit (default: 20MB). Next up: archive uploading, validation and processing.
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
{block body}
 | 
			
		||||
{$downloads.render}
 | 
			
		||||
{if $isOwner or $isMember}
 | 
			
		||||
{aurl 'url', 'IDF_Views_Download::submit', array($project.shortname)}
 | 
			
		||||
{aurl 'url', 'IDF_Views_Download::create', array($project.shortname)}
 | 
			
		||||
<p><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/add.png'}" alt="+" align="bottom" /></a> <a href="{$url}">{trans 'New Download'}</a></p>{/if}
 | 
			
		||||
 | 
			
		||||
{/block}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user