summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-15server/db_driver: reraising exception loses stack, so log first part before r...Alon Levy
2015-03-15client/graph_view: record rest force layout position and load right after clo...Alon Levy
2015-03-15client/graph_view: rename debug only function with double underscore prefixAlon Levy
2015-03-15client/graph_view: extract force__load_graphAlon Levy
2015-03-15wip: cypher parser test caseLV-426
2015-03-15wip: cypher parserLV-426
2015-03-15log warning on query result set limit hitLV-426
2015-03-15server/db_op: raise limit to results in a single query to 16384Alon Levy
2015-03-15client: add util.log_error, use for clone missing dst/src idsAlon Levy
2015-03-15client: ignore bad links on cloneAlon Levy
2015-03-15server/rz_feedback: clearer fix for utf-8 feedback problemAlon Levy
2015-03-15server/rz_server: add time and level to logsAlon Levy
2015-03-15server/rz_mail: allow feedback comment to be utf-8Alon Levy
2015-03-15server/rz_mail: use bytearray for feedback, fixes #379Alon Levy
2015-03-13README: update to deployment section from Amir's notes and my almost working ...Alon Levy
2015-03-13client/graph_view: double force layout distance (CRI patch)Alon Levy
2015-03-13build.ant: fix typoAlon Levy
2015-03-13client: fix json export and import to use model/types to account for allowed ...Alon Levy
2015-03-13history: broken wheel recording, specifically when scrolling in node_info, si...Alon Levy
2015-03-13cri/from_csv: add missingAlon Levy
2015-03-13cri: from_csv: multiple fixes, update to new internship labelAlon Levy
2015-03-12domain/cri/from_csv: add argument parser and main and config optionAlon Levy
2015-03-12wip upload/blobAlon Levy
2015-03-12client: use some more VK constantsAlon Levy
2015-03-11wip: cypher parser test caseLV-426
2015-03-11wip: cypher parserLV-426
2015-03-10client: graph_view: handle keyboard events when svg nodes are focusedAlon Levy
2015-03-10client: graph_view: make nodes tabindex'able sorted top to bottom left to rightAlon Levy
2015-03-10client: show red circle around focused element (focus != selection)Alon Levy
2015-03-10client: don't capitalize info-card textarea values: Fixes #369Alon Levy
2015-03-10readme.md: generalize to apt based systemsLV-426
2015-03-10readme.md: cleanup client sectionLV-426
2015-03-10fix typoLV-426
2015-03-10readme.md: add deployment section, rm mingw notesLV-426
2015-03-10readme.md - merge duplicate requirements sectionsLV-426
2015-03-09client/view/search: deduplicate and debounce for 300 millisecondsAlon Levy
2015-03-09client/view/search: use FRPAlon Levy
2015-03-09client: search in nodes and attributesAlon Levy
2015-03-09client/graph_view: set maximal size of 100px for an image, keeping aspect ratioAlon Levy
2015-03-09client/graph_view: show images with correct size, but force layout doesn't ta...Alon Levy
2015-03-09client/graph_view: console debug log when link is an image according to crude...Alon Levy
2015-03-09client: graph_view: update image href+width+height on every "frame"Alon Levy
2015-03-09client/graph_view: remove extra useless 'a' element on nodesAlon Levy
2015-03-09client: graph_view: make nodes tab focusable. no visible indication (:focus) ...Alon Levy
2015-03-09client: fix scrolling of window on focus in feedback button (Fixes #366)Alon Levy
2015-03-09client: remove logos and buttons from tab-index, leaving search and textanalyserAlon Levy
2015-03-09client/view/svg_input: missing param x docAlon Levy
2015-03-08client/textanalyser_input: completer options: small rewriteAlon Levy
2015-03-08client/completion: support links as wellAlon Levy
2015-03-08textanalyuser_input: provide bus for analysis results events (post analysis, ...Alon Levy