RedmineFiles » History » Version 8
  Ryan Long, 2010-12-15 09:06 
  
| 1 | 6 | Mischa The Evil | h1. Redmine Files | 
|---|---|---|---|
| 2 | 2 | James Rowe | |
| 3 | 6 | Mischa The Evil | {{>toc}} | 
| 4 | 2 | James Rowe | |
| 5 | 6 | Mischa The Evil | h2. Files Module | 
| 6 | 2 | James Rowe | |
| 7 | 6 | Mischa The Evil | Each project can have a *Files* module enabled/disabled via the settings menu. | 
| 8 | 1 | Huyen Khanh | |
| 9 | 7 | Mischa The Evil | A sortable table shows the details of all the uploaded files. If a version if selected while uploading the file the file is shown below the version. Of note are the MD5 hash and D/L(Download Count). | 
| 10 | 1 | Huyen Khanh | |
| 11 | 6 | Mischa The Evil | !Files.png! | 
| 12 | 3 | James Rowe | |
| 13 | 6 | Mischa The Evil | New files are added via the !/images/add.png! *New File* button in the upper right hand corner. | 
| 14 | 3 | James Rowe | |
| 15 | h2. File storage | ||
| 16 | |||
| 17 | All uploaded files are stored at the @/{install dir}/files@ directory. | ||
| 18 | |||
| 19 | 6 | Mischa The Evil | The uploaded file name is prefixed with a unique id based on it's parent for directory storage. | 
| 20 | 3 | James Rowe | |
| 21 | 6 | Mischa The Evil | h2. New file form | 
| 22 | 3 | James Rowe | |
| 23 | 7 | Mischa The Evil | If a new file is added, the input form is as shown below. Select a version from the list to link a file to a specific version. Adding multiple files at once is possible using the "Add another file" link. | 
| 24 | 3 | James Rowe | |
| 25 | 6 | Mischa The Evil | The optional description is used for an @alt@ text. | 
| 26 | 3 | James Rowe | |
| 27 | 8 | Ryan Long | !UploadFile.png! |