| Age | Commit message (Collapse) | Author |
|
|
|
TODO: Logout requires styling plus only to appear if logged in.
|
|
|
|
|
|
to <config-dir>/htpasswd
TODO: permissions - warn on lax permissions for password file (and for
init file?)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
commit
|
|
|
|
|
|
i.e. start/end on node. It raises a scala error in neo4j (and isn't nice).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attr_diffs
|
|
|
|
|
|
|
|
test_diff_commit__topo()
|
|
|
|
|
|
|
|
|
|
|
|
flask uses itsdangerous which uses simplejson
The default json converts namedtuples to arrays stripping the names.
simplejson converts them to a dictionary, a behavior we rely on.
|
|
|
|
To successfully pass a flask test preventing usage of the same method
twice:
AssertionError: View function mapping is overwriting an existing endpoint function:
redirector
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. seperate root_nodes/selected_nodes
2. move graph update to rz_core.js
Fixes #213
|
|
neo4j deals fine with length 1 or 2 labels.
Fixes #252
|
|
To distinguish id sets from Node/Link sets.
Closes #250
|
|
(still cannot change type of chained node during editing)
|