summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)Author
2015-01-11client/graph_view: root links in link_group regardless of selection, Fixes #207Alon Levy
2015-01-11client/view/graph_view: add missing semicolonAlon Levy
2015-01-11client/graph_view: disable reordering of links for now; Fixes #213Alon Levy
2015-01-11client/graph_view: set linktext class on update_viewAlon Levy
2015-01-11client/selection: add link_selected, use it for linktextAlon Levy
2015-01-11client/graph_view: remove unused parameter in showNodeInfoAlon Levy
2015-01-11client/selection: make explicit dependency on main_graph and not rz_coreAlon Levy
2015-01-11client: cleanup selectionAlon Levy
1. seperate root_nodes/selected_nodes 2. move graph update to rz_core.js Fixes #213
2015-01-11client/textanalysis: fix node type change on tab to use cursor correctly ↵Alon Levy
(still cannot change type of chained node during editing)
2015-01-11client/textanalysis: move tokenize into moduleAlon Levy
2015-01-07client/textanalysis: fix Tab setting on new nodes. Cannot change types of ↵Alon Levy
existing nodes through text analysis (regression, not sure if bad)
2015-01-06client: fix tab switching; move to new tokenize implementation (not strictly ↵Alon Levy
""right""
2015-01-06client/model/graph: nodes before linksAlon Levy
2015-01-06client/model/graph: silence debug printAlon Levy
2015-01-06client/textanalysis: whitespace in headerAlon Levy
2015-01-06client/textanalysis: use new_tokenizeAlon Levy
2015-01-06client: wip: get tab working againAlon Levy
2015-01-06client/analyzeSentence: use specAlon Levy
2015-01-06textanalysis: new_tokenise: return node start/endAlon Levy
2015-01-06client: adapt to new node_id_set_add and link_id_set_add, renames all aroundAlon Levy
2015-01-06adapt to link meta-attribute '__type' useLV-426
2015-01-06used meta_attr='__type' for links (nodes still use '__label_set')LV-426
2015-01-06client: extract search to client/view/search.jsAlon Levy
2015-01-06client/model/graph: final oops in server_pending implementationAlon Levy
2015-01-06client/model/graph: don't send existing nodes in commit diffsAlon Levy
2015-01-06client/model/graph: fix server pendingAlon Levy
2015-01-06client: cache requested nodes and fill in arriving specs with cached dataAlon Levy
2015-01-06client/textanalysis: simplify auto suggest options logic, completer back to ↵Alon Levy
working
2015-01-06client/graph_view: remove debug prints from animation codeAlon Levy
2015-01-06client/graph_view: better animationAlon Levy
2015-01-05client/model/graph: fix link deletion round trip, just one id2link & id2node ↵Alon Levy
map now, plus cached lists
2015-01-05client/model/graph: some ugliness remains in commit_diff_ajax__topo because ↵Alon Levy
of need to add nodes before links
2015-01-05client/model/graph: kill the name-as-part-of-the-key approach, now id must existAlon Levy
2015-01-05client: remove console logs and fix some undeclared variables (ff warnings)Alon Levy
2015-01-05client: link removal to server works, missing update of clientAlon Levy
2015-01-05client: more json workAlon Levy
2015-01-05client/view/graph_view: partial fix for link text not showingAlon Levy
2015-01-05client/selection: add debug helperAlon Levy
2015-01-05client: partial fix of drag-n-drop & load - fails in server with Neo4JExceptionAlon Levy
2015-01-05client/model/graph: fix emptyAlon Levy
2015-01-05client: fix link selection (still have links appearing above nodes)Alon Levy
2015-01-05client/view/graph_view: fix inter graph links with bubble, export ↵Alon Levy
bubble_radius from GraphView
2015-01-05client/model/graph: add local commit_and_tx_diff__topoAlon Levy
2015-01-05client: whitespaceAlon Levy
2015-01-05client/selection: fix node selection, use hash for selection instead of ↵Alon Levy
Node.state; link selection still broken
2015-01-05client/view/graph_view: fix graph move on empty click regressionAlon Levy
2015-01-05client/model/graph: add assert on update_node ajax success entry conditionsAlon Levy
2015-01-05client/bubble: nicer effect - instead of moving everything, just move close ↵Alon Levy
nodes
2015-01-05client: clone now returns a Topo Diff, no need to adaptAlon Levy
2015-01-05client: renames (find - all are lower case underscore separates) plus ↵Alon Levy
clone+input-to-diff to db and back flow working