[geeklog-hg] geeklog: Reverted filemanager.config.js

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Mar 7 16:32:18 EST 2014


changeset 9512:42cf4bcbb834
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/42cf4bcbb834
user: Kenji ITO <mystralkk at gmail.com>
date: Fri Mar 07 08:51:34 2014 +0900
description:
Reverted filemanager.config.js

diffstat:

 public_html/filemanager/scripts/filemanager.config.js         |  115 +++++++++-
 public_html/filemanager/scripts/filemanager.config.js.default |  114 +++++++++
 2 files changed, 228 insertions(+), 1 deletions(-)

diffs (240 lines):

diff -r 6a020a14bb25 -r 42cf4bcbb834 public_html/filemanager/scripts/filemanager.config.js
--- a/public_html/filemanager/scripts/filemanager.config.js	Fri Mar 07 08:47:14 2014 +0900
+++ b/public_html/filemanager/scripts/filemanager.config.js	Fri Mar 07 08:51:34 2014 +0900
@@ -1,1 +1,114 @@
-{"_comment":"IMPORTANT : go to the wiki page to know about options configuration https:\/\/github.com\/simogeo\/Filemanager\/wiki\/Filemanager-configuration-file","options":{"culture":"ja","lang":"php","defaultViewMode":"grid","autoload":true,"showFullPath":false,"browseOnly":false,"showConfirmation":true,"showThumbs":true,"generateThumbnails":true,"searchBox":true,"listFiles":true,"fileSorting":"default","chars_only_latin":true,"dateFormat":"Y-m-d H:i:s","serverRoot":false,"fileRoot":"C:\/Users\/kenji\/Documents\/Computer\/http_docs\/geeklog210\/public_html\/images\/library\/","relPath":"\/geeklog210\/public_html\/images\/library\/","logger":false,"capabilities":["select","download","rename","move","delete"],"plugins":[]},"security":{"uploadPolicy":"DISALLOW_ALL","uploadRestrictions":["jpg","jpeg","gif","png","svg","txt","pdf","odp","ods","odt","rtf","doc","docx","xls","xlsx","ppt","pptx","ogv","mp4","webm","ogg","mp3","wav"]},"upload":{"overwrite":false,"imagesOnly":false,"fileSizeLimit":16},"exclude":{"unallowed_files":[".htaccess"],"unallowed_dirs":["_thumbs",".CDN_ACCESS_LOGS","cloudservers"],"unallowed_files_REGEXP":"\/^\\.\/uis","unallowed_dirs_REGEXP":"\/^\\.\/uis"},"images":{"imagesExt":["jpg","jpeg","gif","png","svg"]},"videos":{"showVideoPlayer":true,"videosExt":["ogv","mp4","webm"],"videosPlayerWidth":400,"videosPlayerHeight":222},"audios":{"showAudioPlayer":true,"audiosExt":["ogg","mp3","wav"]},"extras":{"extra_js":[],"extra_js_async":true},"icons":{"path":"images\/fileicons\/","directory":"_Open.png","default":"default.png"}}
\ No newline at end of file
+{
+		"_comment": "IMPORTANT : go to the wiki page to know about options configuration https://github.com/simogeo/Filemanager/wiki/Filemanager-configuration-file",
+    "options": {
+        "culture": "en",
+        "lang": "php",
+        "defaultViewMode": "grid",
+        "autoload": true,
+        "showFullPath": false,
+        "showTitleAttr": false,
+        "browseOnly": false,
+        "showConfirmation": true,
+        "showThumbs": true,
+        "generateThumbnails": true,
+        "searchBox": true,
+        "listFiles": true,
+        "fileSorting": "default",
+        "chars_only_latin": true,
+        "dateFormat": "d M Y H:i",
+        "serverRoot": true,
+        "fileRoot": false,
+        "relPath": false,
+        "logger": false,
+        "capabilities": ["select", "download", "rename", "move", "delete", "replace"],
+        "plugins": []
+    },
+    "security": {
+        "uploadPolicy": "DISALLOW_ALL",
+        "uploadRestrictions": [
+            "jpg",
+            "jpeg",
+            "gif",
+            "png",
+            "svg",
+            "txt",
+            "pdf",
+            "odp",
+            "ods",
+            "odt",
+            "rtf",
+            "doc",
+            "docx",
+            "xls",
+            "xlsx",
+            "ppt",
+            "pptx",
+            "ogv",
+            "mp4",
+            "webm",
+            "m4v",
+            "ogg",
+            "mp3",
+            "wav"
+        ]
+    },
+    "upload": {
+        "overwrite": false,
+        "imagesOnly": false,
+        "fileSizeLimit": 16
+    },
+    "exclude": {
+        "unallowed_files": [
+            ".htaccess"
+        ],
+        "unallowed_dirs": [
+            "_thumbs",
+            ".CDN_ACCESS_LOGS",
+            "cloudservers"
+        ],
+        "unallowed_files_REGEXP": "/^\\./uis",
+        "unallowed_dirs_REGEXP": "/^\\./uis"
+    },
+    "images": {
+        "imagesExt": [
+            "jpg",
+            "jpeg",
+            "gif",
+            "png",
+            "svg"
+        ],
+        "resize": {
+        	"enabled":true,
+        	"maxWidth": 1280,
+            "maxHeight": 1024
+        }
+    },
+    "videos": {
+        "showVideoPlayer": true,
+        "videosExt": [
+            "ogv",
+            "mp4",
+            "webm",
+            "m4v"
+        ],
+        "videosPlayerWidth": 400,
+        "videosPlayerHeight": 222
+    },
+    "audios": {
+        "showAudioPlayer": true,
+        "audiosExt": [
+            "ogg",
+            "mp3",
+            "wav"
+        ]
+    },
+    "extras": {
+        "extra_js": [],
+        "extra_js_async": true
+    },
+    "icons": {
+        "path": "images/fileicons/",
+        "directory": "_Open.png",
+        "default": "default.png"
+    }
+}
\ No newline at end of file
diff -r 6a020a14bb25 -r 42cf4bcbb834 public_html/filemanager/scripts/filemanager.config.js.default
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/filemanager/scripts/filemanager.config.js.default	Fri Mar 07 08:51:34 2014 +0900
@@ -0,0 +1,114 @@
+{
+		"_comment": "IMPORTANT : go to the wiki page to know about options configuration https://github.com/simogeo/Filemanager/wiki/Filemanager-configuration-file",
+    "options": {
+        "culture": "en",
+        "lang": "php",
+        "defaultViewMode": "grid",
+        "autoload": true,
+        "showFullPath": false,
+        "showTitleAttr": false,
+        "browseOnly": false,
+        "showConfirmation": true,
+        "showThumbs": true,
+        "generateThumbnails": true,
+        "searchBox": true,
+        "listFiles": true,
+        "fileSorting": "default",
+        "chars_only_latin": true,
+        "dateFormat": "d M Y H:i",
+        "serverRoot": true,
+        "fileRoot": false,
+        "relPath": false,
+        "logger": false,
+        "capabilities": ["select", "download", "rename", "move", "delete", "replace"],
+        "plugins": []
+    },
+    "security": {
+        "uploadPolicy": "DISALLOW_ALL",
+        "uploadRestrictions": [
+            "jpg",
+            "jpeg",
+            "gif",
+            "png",
+            "svg",
+            "txt",
+            "pdf",
+            "odp",
+            "ods",
+            "odt",
+            "rtf",
+            "doc",
+            "docx",
+            "xls",
+            "xlsx",
+            "ppt",
+            "pptx",
+            "ogv",
+            "mp4",
+            "webm",
+            "m4v",
+            "ogg",
+            "mp3",
+            "wav"
+        ]
+    },
+    "upload": {
+        "overwrite": false,
+        "imagesOnly": false,
+        "fileSizeLimit": 16
+    },
+    "exclude": {
+        "unallowed_files": [
+            ".htaccess"
+        ],
+        "unallowed_dirs": [
+            "_thumbs",
+            ".CDN_ACCESS_LOGS",
+            "cloudservers"
+        ],
+        "unallowed_files_REGEXP": "/^\\./uis",
+        "unallowed_dirs_REGEXP": "/^\\./uis"
+    },
+    "images": {
+        "imagesExt": [
+            "jpg",
+            "jpeg",
+            "gif",
+            "png",
+            "svg"
+        ],
+        "resize": {
+        	"enabled":true,
+        	"maxWidth": 1280,
+            "maxHeight": 1024
+        }
+    },
+    "videos": {
+        "showVideoPlayer": true,
+        "videosExt": [
+            "ogv",
+            "mp4",
+            "webm",
+            "m4v"
+        ],
+        "videosPlayerWidth": 400,
+        "videosPlayerHeight": 222
+    },
+    "audios": {
+        "showAudioPlayer": true,
+        "audiosExt": [
+            "ogg",
+            "mp3",
+            "wav"
+        ]
+    },
+    "extras": {
+        "extra_js": [],
+        "extra_js_async": true
+    },
+    "icons": {
+        "path": "images/fileicons/",
+        "directory": "_Open.png",
+        "default": "default.png"
+    }
+}
\ No newline at end of file



More information about the geeklog-cvs mailing list