| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
creation
|
|
|
|
|
|
|
|
|
|
Fixes #308
Hack for friday. Hack being that the model Node gets a 'zoom_obj'
property. This belongs on a new NodeView class that will contain a
reference to the node and the zoom object.
Also I'm worried about performance of this (well, just a little), have not tested with
something large yet.
|
|
|