summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-25rz_mesh.py: fixing 'self' key errorLV-426
2015-01-24server/rz_kernel: fix undefined commit_obj when attr_diff usedAlon Levy
still a caught exception (inspect) but attr changes work
2015-01-24server/rz_api_common: validate_obj__attr_diff: add (unused) missing ctx ↵Alon Levy
variable to signature
2015-01-23switch to socket.disconnect()LV-426
2015-01-23avoid dual websocket diff-obj emission if call path originates from ↵LV-426
WebSocket_Graph_NS through stack inspection
2015-01-23graph.js#__addNode(): use console.warn on id collisionsLV-426
2015-01-23support gzip blob compression, currently disabled due to problems with ↵LV-426
sending binary data over REST calls
2015-01-23rz_api_websocket: kernel request context stubsLV-426
2015-01-23rz_api_rest: supply common request contextLV-426
2015-01-23DBO_block_chain__commit: doc labelsLV-426
2015-01-23DBO_block_chain__commit: create commit-[:__Authored-by]->__User link if possibleLV-426
2015-01-21client/model/core: cannot delete id (create_node_from_spec) due to it using ↵Alon Levy
Object.defineProperty
2015-01-21client/node_info: pass description to serverAlon Levy
2015-01-21client: node_edit: show description for everythingAlon Levy
2015-01-21client: make sure we store all properties coming from the server. Fixes #298Alon Levy
2015-01-21client: don't show dialog on topo diffs: Fixes #285Alon Levy
2015-01-21client: Fixes #79 , node name should be fully shown regardless of length ↵Alon Levy
when selected
2015-01-21templates/index: move username and initials setting to server. Fixes #286Alon Levy
2015-01-21client: zoom+pan only main graphAlon Levy
2015-01-21client: fix url link icon on node editAlon Levy
2015-01-21client: split svg_input, fix #280 - update edit box on dialog editAlon Levy
2015-01-21client/rz_core: use strict equality, remove redundant commentAlon Levy
2015-01-21client/model/diff: add is_topo_diffAlon Levy
2015-01-21client/model/diff: add two helpers on Attr_DiffAlon Levy
2015-01-21client: fix bubble not affecting link textAlon Levy
2015-01-21Fixes #294 - make selection ignore temporary nodes (bad implementation)Alon Levy
Should have two functions for node+link class setting, one for temporary, one for not, instead of passing this constant (since construction time) value along.
2015-01-21Return of the bubble. Fixes #253Alon Levy
2015-01-21Fixes #289: show completions in original caseAlon Levy
2015-01-21client: Fixes #290 use lower case name hashAlon Levy
2015-01-21client/view/selction: fix sortedArrayDiffAlon Levy
2015-01-21Fixes #295 adding a link next to node names with urlsAlon Levy
Note about implementation: we currently update all the nodes for multiple things, we should not do that, we have id's on each node, we can do less work. Another option is using the visualdom and letting it do the diffs. Actually we should test first. Which brings me to the missing functionality of loading a large csv.
2015-01-21client/rz_mesh: there is no socket.close on chrome, avoid calling it for now ↵Alon Levy
(need proper replacement?)
2015-01-21client/view/graph_view: add debugging helper to show diffsAlon Levy
2015-01-21server: add missing signal import; order imports by batteries / libs / appAlon Levy
2015-01-20DBO_block_chain__commit: add context paramLV-426
2015-01-20mv DBO_block_chain__commit() op execution handling to kernelLV-426
2015-01-20better naming for HEAD, HEAD^ return valuesLV-426
2015-01-20restore lost '__' label prefixes due to 7620e4460 being placed on wrong branchLV-426
2015-01-20SIGINT interrupt handlingLV-426
2015-01-20fix f_ret, f_ret_list mixupLV-426
2015-01-20DB_Controller#exec_op() logging, commentsLV-426
2015-01-20DBO_rz_clone: use Link.Link_Ptr constructorLV-426
2015-01-20db_op: use correct l_idLV-426
2015-01-20DBO_diff_commit_x: supply commit_obj to block_chain opLV-426
2015-01-20avoiding meta-labled node filtering nodes by removing '__' prefixLV-426
2015-01-20client: Attr_Diff: add toString for debuggingAlon Levy
2015-01-20DBO_block_chain__commit: more cleanupLV-426
2015-01-20db_op.py: import cleanupLV-426
2015-01-20rz_mail.py: miscLV-426
2015-01-20DBO_block_chain__commit: process_result_set() - return Topo_DiffLV-426