| Age | Commit message (Collapse) | Author |
|
Since the client can be hidden from the server via multiple layers, be
they load balancers, proxies or iptable rules, it is simpler to not have
the server aware of those layers and have to inform the client of them,
instead use information the client already has.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for f in `git grep -l edge_info`; do sed -ie 's/edge_info/link_info/g' $f; done
for f in `git grep -l EDGE_INFO`; do sed -ie 's/EDGE_INFO/LINK_INFO/g' $f; done
git mv src/client/view/edge_info.js src/client/view/link_info.js
|
|
|
|
|
|
menu. #437
|
|
|
|
|
|
|
|
|
|
|
|
means that the text moves with the node now, plus allows for setting the
node position asynchronously with setting the typeselection.
|
|
layout
|
|
|
|
|
|
|
|
rz_config__rzdoc_default__name
|
|
|
|
|
|
|
|
|
|
operations together
|
|
|
|
|
|
third-internship-proposal removal
|
|
|
|
|
|
|
|
|
|
|
|
almost entirely)
Missing:
- no placeholder text now (since div doesn't support it). Will need to
implement it myself, there are plenty of examples
And code wise:
- need to split out a component graph_input.js which will hide
the underlying implementation.
|
|
|
|
current logged in user
|