| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
layout
|
|
|
|
for temporary)
|
|
radius (so no ring transform)
|
|
|
|
|
|
|
|
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
|
|
|
|
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
|
|
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.
|
|
|
|
|
|
|
|
enter to open edit, space and shift-space to select/append.
|
|
|
|
|
|
take it into account
|
|
crude heuristic
What we need to do is two things:
1. when a new link is supplied, go download it and let the browser tell
us if it is an image and if so what are it's dimensions
2. cache that data in the db (on the to-be-added view node).
Actually
3. cache the image itself. This will also allow uploading images with no
link.
Where to cache the images - on disk with a hash, plus breakdown into
multiple directories to avoid filesystem limits.
|
|
|
|
|
|
and no interaction possible yet
|
|
third-internship-proposal removal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
before Bacon
|
|
|
|
|
|
Fixes #339
|
|
|
|
|
|
translation)
|
|
|
|
|
|
|
|
compatibility, instead of ctrl+click
|