Commit d3cdfa4b authored by Vincent Bechu's avatar Vincent Bechu

officejs: update application manifest

parent 3cb28402
......@@ -119,6 +119,7 @@ font-awesome/font-awesome-webfont.woff2\n
font-awesome/font-awesome-webfont.ttf\n
font-awesome/font-awesome-webfont.svg\n
jio_mappingstorage.js\n
jio_fixstorage.js\n
erp5_launcher.js\n
gadget_erp5.css\n
gadget_erp5_editor_panel.html\n
......@@ -314,7 +315,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.29057.8406.2082</string> </value>
<value> <string>960.25484.60987.38638</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -332,7 +333,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1495097632.55</float>
<float>1499072426.32</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -117,6 +117,7 @@ font-awesome/font-awesome-webfont.woff2\n
font-awesome/font-awesome-webfont.ttf\n
font-awesome/font-awesome-webfont.svg\n
jio_mappingstorage.js\n
jio_fixstorage.js\n
gadget_officejs_liberator.js\n
gadget_officejs_liberator.html\n
URI.js\n
......@@ -324,7 +325,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.28017.43401.59818</string> </value>
<value> <string>960.25484.60987.38638</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -342,7 +343,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1495094491.62</float>
<float>1499072418.75</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -116,6 +116,7 @@ font-awesome/font-awesome-webfont.woff2\n
font-awesome/font-awesome-webfont.ttf\n
font-awesome/font-awesome-webfont.svg\n
jio_mappingstorage.js\n
jio_fixstorage.js\n
URI.js\n
dygraph.js\n
gadget_erp5.css\n
......@@ -314,7 +315,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.28021.26109.26811</string> </value>
<value> <string>960.25484.60987.38638</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -332,7 +333,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1495094502.5</float>
<float>1499072410.3</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -11,6 +11,7 @@
<script src="jiodev.js" type="text/javascript"></script>
<script src="jio_mappingstorage.js" type="text/javascript"></script>
<script src="jio_fixstorage.js" type="text/javascript"></script>
<!-- custom script -->
......
......@@ -238,7 +238,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>956.64903.6566.48281</string> </value>
<value> <string>960.25484.60987.38638</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -256,7 +256,7 @@
</tuple>
<state>
<tuple>
<float>1486545131.79</float>
<float>1498833707.82</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -173,11 +173,13 @@
.push(function (zip_file) {
var element = gadget.props.element,
a = document.createElement("a"),
url = URL.createObjectURL(zip_file);
url = URL.createObjectURL(zip_file),
default_name = form_result.web_site.toLocaleLowerCase()
.replace(' ', '_');
element.appendChild(a);
a.style = "display: none";
a.href = url;
a.download = zip_name + ".zip";
a.download = zip_name ? zip_name : default_name + ".zip";
a.click();
element.removeChild(a);
URL.revokeObjectURL(url);
......@@ -214,8 +216,11 @@
prefix: options.prefix || ""
}
},
signature_storage: {
type: "memory"
signature_sub_storage: {
type: "query",
sub_storage: {
type: "memory"
}
},
local_sub_storage: {
type: "zipfile",
......
......@@ -227,7 +227,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>960.14254.57744.3293</string> </value>
<value> <string>960.25676.41490.62737</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -245,7 +245,7 @@
</tuple>
<state>
<tuple>
<float>1498139865.81</float>
<float>1498824066.41</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -41,12 +41,15 @@
check_remote_creation: true,
check_remote_deletion: true,
local_sub_storage: {
type: "query",
type: "fix_local",
sub_storage: {
type: "uuid",
type: "query",
sub_storage: {
type: "indexeddb",
database: "officejs-erp5"
type: "uuid",
sub_storage: {
type: "indexeddb",
database: "officejs-erp5"
}
}
}
},
......
......@@ -273,7 +273,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>960.19731.25963.32546</string> </value>
<value> <string>960.25496.14411.56081</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -291,7 +291,7 @@
</tuple>
<state>
<tuple>
<float>1498467149.37</float>
<float>1498834693.92</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -116,6 +116,7 @@ font-awesome/font-awesome-webfont.woff2\n
font-awesome/font-awesome-webfont.ttf\n
font-awesome/font-awesome-webfont.svg\n
jio_mappingstorage.js\n
jio_fixstorage.js\n
gadget_officejs_liberator.js\n
gadget_officejs_liberator.html\n
URI.js\n
......@@ -316,7 +317,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.28053.52424.21435</string> </value>
<value> <string>960.25484.60987.38638</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -334,7 +335,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1495094528.01</float>
<float>1499072435.87</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -114,6 +114,7 @@
CACHE:\n
jiodev.js\n
jio_mappingstorage.js\n
jio_fixstorage.js\n
renderjs.js\n
rsvp.js\n
gadget_officejs_setting.js\n
......@@ -264,7 +265,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>958.24259.25538.21094</string> </value>
<value> <string>960.25484.60987.38638</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -282,7 +283,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1496236447.21</float>
<float>1498817454.96</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -116,6 +116,7 @@ font-awesome/font-awesome-webfont.woff2\n
font-awesome/font-awesome-webfont.ttf\n
font-awesome/font-awesome-webfont.svg\n
jio_mappingstorage.js\n
jio_fixstorage.js\n
gadget_officejs_liberator.js\n
gadget_officejs_liberator.html\n
URI.js\n
......@@ -316,7 +317,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.28053.63582.61303</string> </value>
<value> <string>960.25484.60987.38638</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -334,7 +335,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1495094545.48</float>
<float>1499072431.95</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -10,8 +10,11 @@
<key> <string>_Access_contents_information_Permission</string> </key>
<value>
<tuple>
<string>Anonymous</string>
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
......@@ -21,10 +24,8 @@
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -41,10 +42,7 @@
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -52,8 +50,11 @@
<key> <string>_View_Permission</string> </key>
<value>
<tuple>
<string>Anonymous</string>
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
......@@ -205,9 +206,7 @@
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<none/>
</value>
<value> <string>publish</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
......@@ -233,7 +232,7 @@
</tuple>
<state>
<tuple>
<float>1496233207.92</float>
<float>1497881277.07</float>
<string>UTC</string>
</tuple>
</state>
......@@ -242,7 +241,7 @@
</item>
<item>
<key> <string>validation_state</string> </key>
<value> <string>draft</string> </value>
<value> <string>published</string> </value>
</item>
</dictionary>
</list>
......
......@@ -118,6 +118,7 @@ font-awesome/font-awesome-webfont.svg\n
gadget_officejs_liberator.html\n
gadget_officejs_liberator.js\n
jio_mappingstorage.js\n
jio_fixstorage.js\n
URI.js\n
dygraph.js\n
gadget_erp5.css\n
......@@ -316,7 +317,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.28053.38727.18363</string> </value>
<value> <string>960.15342.25021.61081</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -334,7 +335,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1495094513.0</float>
<float>1499068794.68</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -116,6 +116,7 @@ font-awesome/font-awesome-webfont.woff2\n
font-awesome/font-awesome-webfont.ttf\n
font-awesome/font-awesome-webfont.svg\n
jio_mappingstorage.js\n
jio_fixstorage.js\n
gadget_officejs_liberator.js\n
gadget_officejs_liberator.html\n
URI.js\n
......@@ -310,7 +311,7 @@ NETWORK:\n
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.28059.10542.30054</string> </value>
<value> <string>960.15342.25021.61081</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -328,7 +329,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1495094557.57</float>
<float>1499068741.89</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment