summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-10switch to q_arr formatLV-426
2014-12-10assert len(id_set) > 0LV-426
2014-12-10DBO_rm_node_set: return id_setLV-426
2014-12-10DBO_rm_link_setLV-426
2014-12-08cursor now changes to pointer on suggestion boxesOfer Lehr
2014-12-08rename diff_commit__X according to diff typeLV-426
2014-12-08sanitize_input__X(): pre-DB data insertion boundaryLV-426
2014-12-08gen_query_create_from_node_map(): return n.id, assert id presentLV-426
2014-12-08use '__label_set' as default type meta_attr (only single label support for now)LV-426
2014-12-08python 3: switch from basestring to six.string_typesLV-426
2014-12-08Topo_Diff miscLV-426
2014-12-08DBO_rm_node_set: use query param id_setLV-426
2014-12-08fix race conditionLV-426
2014-12-08use absolute css link: /res/css/...LV-426
2014-12-08reverting bubble opacity didn't update css, just scssAlon Levy
2014-12-08rz_core: remove console log used for developmentAlon Levy
2014-12-08completer: remove debug logsAlon Levy
2014-12-08completer: tab key can also hide, disabled on input since tab has other ↵Alon Levy
function there
2014-12-08reorder link labels (.linklabel)Alon Levy
there is an existing bug where you don't see the labels for links changes on existing nodes, i.e.: (no enter on second sentence) You should have: g .linklabel isnot but instead you have an empty linklabel g .linklabel
2014-12-08rz_core: selected links should be below selected nodesAlon Levy
2014-12-08links reordering per selection (Fixes #198)Alon Levy
adding a new group setting all links with id just like nodes have it letting d3 sort per that id - this means it doesn't care about the order of the DOM elements every update we go over all the links and reparent them by selected/non selected. Missing: text-labels
2014-12-08Revert "Fixes #193 - reduce bubble opacity to 0.5 from 0.9"Alon Levy
This reverts commit b7e6b948b6ae1cc2f3cbf9523a4b6eab6e7993fe. Now that svg is partitioned with selected links above bubble it's opacity can be restored to the previous value.
2014-12-08completer: escape hides; anything else showsAlon Levy
2014-12-08graph: editName fix so renameing doesn't delete a node (Fixes #202)Alon Levy
2014-12-08innerHTML does what it claims, use innerText; Fixes #201Alon Levy
2014-12-08reorder related & selected on top; Fixes #198Alon Levy
2014-12-08selection: export node_selected for reordering nodesAlon Levy
2014-12-08set "related" on nodes referenced in ongoing text analysisAlon Levy
2014-12-08add a new state: "related"Alon Levy
2014-12-08graph: add hasNodeByNameAndNotStateAlon Levy
2014-12-08better looking search suggestionOfer Lehr
- fixes bug that hides the suggestions behind the input bar - suggestion items are now highlighted on hover - better positioning - larger font size for search bar suggestions
2014-12-08Prevent text selection in svg (graph)Alon Levy
Not sure this [1] bug is the problem, but we don't want svg selection, and since editing svg nodes inline is done with an input foreign element, this doesn't affect selecting there! [1] http://stackoverflow.com/questions/18124820/html5-svg-text-selection-bug-in-chrome
2014-12-08fix link hiding by clicking link name after another regressionAlon Levy
2014-12-08fix link unclickable regressionAlon Levy
2014-12-08remove one svg_input should-not-exist-default (width of fo)Alon Levy
2014-12-08straight links (one line, SVG rocks)Alon Levy
2014-12-08add another completer for search; missing | as triggerStart (should use RegExp)Alon Levy
2014-12-08rz_core: prevent cancel of selection when dragging in an over populated ↵Alon Levy
graph (i.e. clicking on a link is hard to avoid)
2014-12-08remove timeline code from rz_core; cleanup circle codeAlon Levy
2014-12-07remove overlay node, don't remember why it was needed and seems fine without itAlon Levy
2014-12-07rz_core: can now use shift-click for selection on svg-input (drag still ↵Alon Levy
drags node)
2014-12-07svg_input: remove some magic and make it work for ... text nodes (i.e. ↵Alon Levy
longer then 30 chars)
2014-12-07node/link inline edit: don't show text behind inputAlon Levy
2014-12-07workaround for disappearing non-fixed-or-absolute-divs on input change for ↵Alon Levy
foreign element descendant
2014-12-07task-alert: make sure it is clickable so can't have z-index of -1Alon Levy
2014-12-07ctrl-Z handler, does nothing (sort of a reminder)Alon Levy
2014-12-07info card - new styling for url fieldOfer Lehr
2014-12-07Added node type descriptionsgarbash
2014-12-07model/graph: bug fix, s/foreach/forEach/, problem for selecting chainlinkAlon Levy
2014-12-07forgot to commit css for opacity (changing bubble position in svg harder, ↵Alon Levy
will try)