| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
- clarifying the meaning of an 'unknown user' case
- removing code duplication in user_db, sticking to exception raising
|
|
|
|
Still missing:
remove host/port, let client use same as url it was served on.
remove other flags no longer relevant.
better mapping of server config to avoid double work?
|
|
host/post
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
creation
|
|
|
|
|
|
|
|
|
|
handling (hotmail/gmail etc.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Note that using 'on' overwrites the previous callback, using namespaces
('zoom.graph_view') doesn't help. So store the previous callback (the
zoom function in rz_core in this case) and apply it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|