| Age | Commit message (Collapse) | Author |
|
|
|
return to the good ol days of SPA
updates title name too. Double the logic - title set by the server too
for a better client side behaviour. Could fix by using a template for
the function setting the title, doesn't seem worth it right now.
|
|
|
|
|
|
|
|
Since the client can be hidden from the server via multiple layers, be
they load balancers, proxies or iptable rules, it is simpler to not have
the server aware of those layers and have to inform the client of them,
instead use information the client already has.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
accidentally pushed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
complete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function keys)
|
|
|
|
selection when appropriate
|
|
filtered_graph
|
|
|
|
|
|
|
|
|
|
|
|
Whereas node text class was not set correctly on selection.
|
|
|
|
|
|
|
|
|
|
|
|
i.e.
related =
|selected| == 1 N(selected)
else intersection_{s in S}{neighbours(s)}
|
|
selected nodes - nodes the user selected directly, via search or click.
related - nodes that we choose to show the user as a result of the
selection made.
|