Last modified by Thomas Mortagne on 2023/10/13

<
From version < 18.1 >
edited by Caleb James DeLisle
on 2011/02/10
To version < 20.2 >
edited by Sergiu Dumitriu
on 2013/01/03
>
Change comment: Fixed broken links

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Caleb_James_DeLisle
1 +XWiki.Sergiu
Content
... ... @@ -10,7 +10,7 @@
10 10  
11 11  * We have redesigned the administration application providing a new layout and new icons for the administrator sections.
12 12  
13 -[[[[image:Administration.png||style="border:1px solid black" width="500px"]]>>attach:Administration.png]]
13 +[[[[image:Administration.png||style="border:1px solid #D6E1E7" width="500px"]]>>attach:Administration.png]]
14 14  
15 15  * Several XWiki forms have been modified in order to be consistent with our form standards: [[vertical>>platform:DevGuide.VerticalForms]] and [[inline>>platform:DevGuide.InlineForms]] layout (added in this release).
16 16  
... ... @@ -60,6 +60,8 @@
60 60  
61 61  This means that the only limit on the size of attachments which can be stored is the size of your hard disk.
62 62  
63 +[[[[image:bigattach.png||style="border:1px solid #D6E1E7"]]>>attach:bigattach.png]]
64 +
63 63  Practically, this was tested using a 1GB attachment which uploaded with no problem. A 4GB attachment failed
64 64  but the exception message suggests the web browser is to blame.
65 65  
... ... @@ -66,11 +66,11 @@
66 66  === Set up ===
67 67  To try this out for yourself, you will need a copy of XWiki 3.0M2.
68 68  Download the 5 parts of the filesystem storage:
69 -* [[Api>>http://hudson.xwiki.org/job/xwiki-platform-core/lastBuild/org.xwiki.platform$xwiki-core-store-api/artifact/org.xwiki.platform/xwiki-core-store-api/3.0-SNAPSHOT/xwiki-core-store-api-3.0-SNAPSHOT.jar]]
70 -* [[Transaction>>http://hudson.xwiki.org/job/xwiki-platform-core/lastBuild/org.xwiki.platform$xwiki-core-store-transaction/artifact/org.xwiki.platform/xwiki-core-store-transaction/3.0-SNAPSHOT/xwiki-core-store-transaction-3.0-SNAPSHOT.jar]]
71 -* [[Serialization>>http://hudson.xwiki.org/job/xwiki-platform-core/lastBuild/org.xwiki.platform$xwiki-core-store-serialization/artifact/org.xwiki.platform/xwiki-core-store-serialization/3.0-SNAPSHOT/xwiki-core-store-serialization-3.0-SNAPSHOT.jar]]
72 -* [[Filesystem Storage>>http://hudson.xwiki.org/job/xwiki-platform-core/lastBuild/org.xwiki.platform$xwiki-core-store-filesystem/artifact/org.xwiki.platform/xwiki-core-store-filesystem/3.0-SNAPSHOT/xwiki-core-store-filesystem-3.0-SNAPSHOT.jar]]
73 -* [[Filesystem Attachment Storage>>http://hudson.xwiki.org/job/xwiki-platform-core/lastBuild/org.xwiki.platform$xwiki-core-store-filesystem-attachments/artifact/org.xwiki.platform/xwiki-core-store-filesystem-attachments/3.0-SNAPSHOT/xwiki-core-store-filesystem-attachments-3.0-SNAPSHOT.jar]]
71 +* [[Api>>http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-core-store-api/3.0-milestone-2/xwiki-core-store-api-3.0-milestone-2.jar]]
72 +* [[Transaction>>http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-core-store-transaction/3.0-milestone-2/xwiki-core-store-transaction-3.0-milestone-2.jar]]
73 +* [[Serialization>>http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-core-store-serialization/3.0-milestone-2/xwiki-core-store-serialization-3.0-milestone-2.jar]]
74 +* [[Filesystem Storage>>http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-core-store-filesystem/3.0-milestone-2/xwiki-core-store-filesystem-3.0-milestone-2.jar]]
75 +* [[Filesystem Attachment Storage>>http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-core-store-filesystem-attachments/3.0-milestone-2/xwiki-core-store-filesystem-attachments-3.0-milestone-2.jar]]
74 74  
75 75  {{info}}Development is still progressing and these links will always point to the latest versions of the files so check back from time to time. {{/info}}
76 76  
... ... @@ -101,8 +101,10 @@
101 101  
102 102  Now go on and upload your giant attachments.
103 103  
106 +{{warning}}
104 104  An attachment recycle bin store is in the works but remains unfinished, the existing code **should** work with the old recycle bin (and it's memory consumption issues) but as of this writing, there exists a bug in the conversion from the new format to the old.
105 -Without a recycel bin store, deletion of attachments is final, rolling back a document will not bring the attachments back.
108 +Without a recycle bin store, deletion of attachments is final, rolling back a document will not bring the attachments back.
109 +{{/warning}}
106 106  
107 107  = Known issues =
108 108  

Get Connected