| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
DB_op.iter__r_set()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cur_rzdoc_name
|
|
|
|
- init()
- export via published_var_dict var
|
|
|
|
|
|
force__load_graph"
Dor: I have to say it's less usable now with the nodes moving after
every click... I suggest to quickly fix it or revert.
This reverts commit 4218f8fdf7c47ce8b8baa8f6fd2b95f1d93f358a.
|
|
|
|
|
|
force__load_graph
|
|
|
|
|
|
including general utf-8 (citation needed)
|
|
|
|
|
|
|
|
add shim requirement for Bacon to have jquery loaded first, since Bacon
patches in asEventStream (and other APIs).
Undo the Bacon_wrapper non fix:
git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done
|
|
d3.behavior.zoom
|
|
|
|
|
|
|
|
python 3
|
|
|
|
Sanitizes any link attribute change. Topo diff in next patch since I
might want to reverse it - current interface doesn't allow introducing
null link names on creation.
|
|
reraising Newo4JException
|
|
clone (per node id)
(copied inline comment):
HACK to load positions stored locally: on the first diff, which is the
result of the initial clone, load positions from stored last settled
position (see record_position_to_local_storage and
restore_position_from_local_storage) this is before we have proper
layout recording in the database, loaded together with the nodes and
links.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes truncation error as long as we don't go over 16384 nodes in a
graph until an actual fragmentation mechanism (multiple queries
aggregated into a single response) exists.
|
|
|
|
|
|
|
|
|
|
The "MIMEMultipart" utf-8 argument is not required for $SUBJECT, but I
thought it might be relevant for the recipients list eventually (it
could contain utf-8 text iiuc, not in the email portion but in the
additional text allowed).
|