| Age | Commit message (Collapse) | Author |
|
|
|
|
|
directives for src names:
any js file should be relative
any resource should be absolute
i.e. all images are /res/img/bla
and all js files are bla.js / view/node_view.js etc
|
|
create two symlinks like so:
ln -sf ../../res/templates/index.html .
ln -sf ../../res/client res
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- use graph.update_node(),
- pass update_view__graph() callback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. make sure compareSubset links array is pairs of strings (source,dest).
2. factor out the link addition - we recreate all links anyway right
now, and the special case for small name change was wrong anyway (used
{__src,__dst}.name instead of __src,__dst)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
swith to find_node__by_id() use
|
|
anyway
|
|
|
|
|
|
introduce id_to_node_map
|
|
|
|
|
|
|
|
|
|
|
|
|