| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
not using jquery tab since I just want an abstraction for 'show just
one' which is simpler, no labels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- clean module header - nod dep change
- rename RZ -> rz_core
- use non-named module definition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
between node & requirejs module definition belongs eleswhere, probably in a wrapper script, not prefixed to a particular module.
|
|
|
|
|
|
|
|
textanalysis exposes the current selected type plus functions to
increment or decrement it, hides the typeindex and nodetypes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- backend_commit - allows client accumulating changes & select better commit timing
|
|
- announce diff block and await commit/reject consensus
- future protocol stub
- currently simply calls backend
|
|
- support backend graph cloning upon initialization
- call upon Graph object creation not yet enabled by default
|
|
- facilitate the creation of the different diff objects: topo,attr,vis
- facilitate the creation of diff_set - a composition of diff objects
|
|
- convert from/to client/backend data representations
- meta attributes '__' prefixed, eg. '__src'
- note: '__type' should be considered deprecated in favor of '__label_set'
|
|
|