summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-18Add proper requirements.txtreqsYuval Adam
2015-08-18rz-mux-tool.sh: fix template.d doublingHEADmasterAlon Levy
2015-08-18client: safari support: s/Number.isNaN/isNaN/Alon Levy
Number.isNaN is slated to be added in ES6, support in safari/chrome is non standard, and we don't have to.
2015-08-15debian package: add missing changelog entryAlon Levy
2015-08-15build.ant: bump version of debian packagesAlon Levy
2015-08-15server-tools/rz_doc: add single doc creation (no merge)Alon Levy
2015-08-15server-tools: fixes for install location in ↵Alon Levy
/usr/lib/rhizi/{tools/server-tools,rhizi-server}
2015-08-15rz-mux: use rhizi-custom (fix debian package)Alon Levy
rhizi-mux package: add templates (TODO: should be in the common part)
2015-08-15rz-mux: use rhizi-customAlon Levy
rhizi-mux package: add templates (TODO: should be in the common part)
2015-08-15rz-user-tool: support multiple install locations (hack, should have ↵Alon Levy
externally setup system path)
2015-08-13rz-user-tool: add command addAlon Levy
2015-08-13src/server/rz_server: fix position of shebangAlon Levy
2015-08-13rz-user-tool: small refactor to use command, add list commandAlon Levy
2015-08-13src/local/server-tools: rename rz_user to rz-user-tool to avoid module ↵Alon Levy
confusion with server/rz_user; move shebang to first line (copyright addition blunder)
2015-08-13client/view/graph_view: do not avoid 0 node update, required for doc ↵Alon Levy
switching. fix #613
2015-08-13#612: fix - node displayed in edit graph view after submitAlon Levy
2015-08-10Another line break(sigh)dor garbash
2015-08-10Added line breakdor garbash
2015-08-10Added tutorial linkdor garbash
2015-08-09initial tests based on karma + jasmine, run with karma startAlon Levy
2015-08-09remove accidentally added link to viva graph libraryAlon Levy
2015-08-09client/view/grpah_view: reduce update_view size a bit (way to go)Alon Levy
2015-08-09client/view/graph_view: make sure layout is changed before we store ↵Alon Levy
positions, else we store positions for the old layout
2015-08-09client/model/graph: position storing: store fixed per nodeAlon Levy
2015-08-09client/view/graph_view: locally save just current layout when switchingAlon Levy
2015-08-09client/view/graph_view: silence debug printAlon Levy
2015-08-09client/model/graph: remove debug printAlon Levy
2015-08-09client/view/graph_view: fix addition of a node on <enter> with new position ↵Alon Levy
loading
2015-08-08fixing problems with position recording - broke temporary and broke still ↵Alon Levy
<enter> breaks (need to reload to see the new node - so it is missing an attribute?
2015-08-06rz_doc.py: update, but is not runnable without copying to src/server ↵Alon Levy
directory atm
2015-08-04client/views/graph_view: fix endless client-server updates to position on a ↵Alon Levy
attribute diff implement correctly layout updates (reading layout_<layout-name>_{x,y,fixed}) for attribute diffs.
2015-08-04client/view/layouts: put custom as default layoutAlon Levy
2015-07-30client: rename User to CustomAlon Levy
2015-07-30client/view/graph_view: export layouts for debuggingAlon Levy
2015-07-30client: reduce force initial alpha - less jittering, but less likely to ↵Alon Levy
reach minimum
2015-07-30client/view/graph_view: removed unused variables (jshint)Alon Levy
2015-07-30client: record position to db when dragging + fixedAlon Levy
Record position when dragging. Record fixed status. this is still not clear - what fixed means exactly.
2015-07-30client: more specific logging for node position recordingAlon Levy
2015-07-30client/model/graph: use eps, short for epsilonAlon Levy
2015-07-30client: on drag, do NOT rerun layoutAlon Levy
2015-07-30client/view/graph_view: position load: fix bug due to not calling ↵Alon Levy
d3.layout.start to initialize link lengths (linkStrength)
2015-07-30client/view/graph_view: no relayout on clone position load if all nodes loadedAlon Levy
2015-07-30client/model/graph.nodes__update_positions: noop if change is too small (use ↵Alon Levy
configurable epsilon)
2015-07-30client: node position storing: change key format to use underscores, more ↵Alon Levy
cypher friendly
2015-07-30client/model/core: add a special Node for use for debugging NaN problemsAlon Levy
2015-07-30client: jshint fixesAlon Levy
2015-07-30Revert "wip: find the nan for position update from db"Alon Levy
This reverts commit ec899fb5dbbe39f45f5dcc47ea39df3a38f2229f.
2015-07-28wip: find the nan for position update from dbAlon Levy
2015-07-28client/graph_view: #593: don't relayout after loading positions from dbAlon Levy
2015-07-28client/view/graph_view: group similar functionsAlon Levy