www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit dba00c7ceaf8bedbe8eec3ac366aeb985a9b64b3
parent 80e7f1c6c1981bda94d246f5061fb99d5f924602
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 18 Feb 2013 23:47:49 -0500

Don't Base64-encode filenames in ZIP files

Existing encoded filenames will still be read correctly

Diffstat:
Mchrome/content/zotero/xpcom/storage.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js @@ -1660,7 +1660,6 @@ Zotero.Sync.Storage = new function () { //Zotero.debug("Adding file " + fileName); - fileName = Zotero.Utilities.Internal.Base64.encode(fileName) + "%ZB64"; zipWriter.addEntryFile( fileName, Components.interfaces.nsIZipWriter.COMPRESSION_DEFAULT,