Generate dot graph from the debug app

This commit is contained in:
yflory
2019-02-19 14:31:05 +01:00
parent 03e94ae598
commit d0fc08b432
4 changed files with 85 additions and 2 deletions

View File

@@ -958,7 +958,7 @@ define([
common.autoStore.onStoreRequest = Util.mkEvent();
common.getFullHistory = function (data, cb) {
postMessage("GET_FULL_HISTORY", data, cb);
postMessage("GET_FULL_HISTORY", data, cb, {timeout: 180000});
};
common.getHistoryRange = function (data, cb) {
postMessage("GET_HISTORY_RANGE", data, cb);

View File

@@ -307,6 +307,9 @@
"contacts_rooms": "Rooms",
"contacts_leaveRoom": "Leave this room",
"contacts_online": "Another user from this room is online",
"debug_getGraph":"Get the code to generate a graph of this document",
"debug_getGraphWait":"Generating the graph... Please Wait.",
"debug_getGraphText":"This is the DOT code to generate a graph of this document's history:",
"fm_rootName": "Documents",
"fm_trashName": "Trash",
"fm_unsortedName": "Unsorted files",