<
Depuis la version < 7.5 >
modifié par Paul Libbrecht (admin)
sur 2016/08/19 21:00
À la version < 6.232 >
modifié par Paul Libbrecht (admin)
sur 2016/08/19 20:25
>
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Icon Propriétés de la Page
Contenu
... ... @@ -30,12 +30,11 @@
30 30   System.err.println("Outputting " + att.filename);
31 31   ZipEntry entry = new ZipEntry(att.filename);
32 32   entry.setTime(att.getDate().getTime());
33 - System.err.println("Size: " + att.filesize);
34 34   entry.setSize(att.filesize);
35 - /* if(uncompressedMimes.contains(att.mimeType))
34 + if(uncompressedMimes.contain(att.mimeType))
36 36   entry.setMethod(ZipEntry.STORED);
37 37   else
38 - entry.setMethod(ZipEntry.DEFLATED); */
37 + entry.setMethod(ZipEntry.DEFLATED);
39 39   out.putNextEntry(entry);
40 40   IOUtils.copy(att.contentInputStream, out, 5*1024*1024);
41 41   }
... ... @@ -50,7 +50,7 @@
50 50  } else {
51 51   println("""
52 52  = Download Attachments Macro =
53 -Use as ((({{downloadAttachments/}}))) so see a list of attachments.
52 +Use as ~{~{downloadAttachments/~}~} to see a link to a zip of all attachments.
54 54  """);
55 55  }
56 56  
Icon XWiki.WikiMacroClass[0]
Code de la macro
... ... @@ -1,4 +1,4 @@
1 +
1 1  {{velocity}}
2 -#set($url=$xwiki.getURL("Macros.DownloadAttachments","view","page=$doc.fullName"))
3 3  {{html clean=false}}<a href="$url">Download page attachments</a>{{/html}}
4 4  {{/velocity}}
Description du contenu (non applicable en cas de macro "Sans contenu")
... ... @@ -1,2 +1,0 @@
1 -
2 -
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions