Generate dot graph from the debug app
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user