| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-08 | gen_query_create_from_node_map(): return n.id, assert id present | LV-426 | |
| 2014-12-08 | use '__label_set' as default type meta_attr (only single label support for now) | LV-426 | |
| 2014-12-08 | python 3: switch from basestring to six.string_types | LV-426 | |
| 2014-12-08 | Topo_Diff misc | LV-426 | |
| 2014-12-08 | DBO_rm_node_set: use query param id_set | LV-426 | |
| 2014-12-08 | fix race condition | LV-426 | |
| 2014-12-08 | use absolute css link: /res/css/... | LV-426 | |
| 2014-12-08 | reverting bubble opacity didn't update css, just scss | Alon Levy | |
| 2014-12-08 | rz_core: remove console log used for development | Alon Levy | |
| 2014-12-08 | completer: remove debug logs | Alon Levy | |
| 2014-12-08 | completer: tab key can also hide, disabled on input since tab has other ↵ | Alon Levy | |
| function there | |||
| 2014-12-08 | reorder 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-08 | rz_core: selected links should be below selected nodes | Alon Levy | |
| 2014-12-08 | links 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-08 | Revert "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-08 | completer: escape hides; anything else shows | Alon Levy | |
| 2014-12-08 | graph: editName fix so renameing doesn't delete a node (Fixes #202) | Alon Levy | |
| 2014-12-08 | innerHTML does what it claims, use innerText; Fixes #201 | Alon Levy | |
| 2014-12-08 | reorder related & selected on top; Fixes #198 | Alon Levy | |
| 2014-12-08 | selection: export node_selected for reordering nodes | Alon Levy | |
| 2014-12-08 | set "related" on nodes referenced in ongoing text analysis | Alon Levy | |
| 2014-12-08 | add a new state: "related" | Alon Levy | |
| 2014-12-08 | graph: add hasNodeByNameAndNotState | Alon Levy | |
| 2014-12-08 | better looking search suggestion | Ofer 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-08 | Prevent 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-08 | fix link hiding by clicking link name after another regression | Alon Levy | |
| 2014-12-08 | fix link unclickable regression | Alon Levy | |
| 2014-12-08 | remove one svg_input should-not-exist-default (width of fo) | Alon Levy | |
| 2014-12-08 | straight links (one line, SVG rocks) | Alon Levy | |
| 2014-12-08 | add another completer for search; missing | as triggerStart (should use RegExp) | Alon Levy | |
| 2014-12-08 | rz_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-08 | remove timeline code from rz_core; cleanup circle code | Alon Levy | |
| 2014-12-07 | remove overlay node, don't remember why it was needed and seems fine without it | Alon Levy | |
| 2014-12-07 | rz_core: can now use shift-click for selection on svg-input (drag still ↵ | Alon Levy | |
| drags node) | |||
| 2014-12-07 | svg_input: remove some magic and make it work for ... text nodes (i.e. ↵ | Alon Levy | |
| longer then 30 chars) | |||
| 2014-12-07 | node/link inline edit: don't show text behind input | Alon Levy | |
| 2014-12-07 | workaround for disappearing non-fixed-or-absolute-divs on input change for ↵ | Alon Levy | |
| foreign element descendant | |||
| 2014-12-07 | task-alert: make sure it is clickable so can't have z-index of -1 | Alon Levy | |
| 2014-12-07 | ctrl-Z handler, does nothing (sort of a reminder) | Alon Levy | |
| 2014-12-07 | info card - new styling for url field | Ofer Lehr | |
| 2014-12-07 | Added node type descriptions | garbash | |
| 2014-12-07 | model/graph: bug fix, s/foreach/forEach/, problem for selecting chainlink | Alon Levy | |
| 2014-12-07 | forgot to commit css for opacity (changing bubble position in svg harder, ↵ | Alon Levy | |
| will try) | |||
| 2014-12-07 | measure: don't do the crazy computed css copy. use minus height trick. Fixes ↵ | Alon Levy | |
| #194 | |||
| 2014-12-07 | Fixes #193 - reduce bubble opacity to 0.5 from 0.9 | Alon Levy | |
| 2014-12-07 | typeselection: now in index.html (removed typeselection td padding) | Alon Levy | |
| 2014-12-07 | fix typo s/flusk/flask/ | Alon Levy | |
| 2014-12-07 | fixes some info card styling | Ofer Lehr | |
| - the input field now doesn't clip the text before the end of the row - tough i think we will need to change it to a <p> element because of text overflow issues - some styling to the drop down. aparently we will need to implement it in javascript to get full styling control | |||
| 2014-12-07 | changes input bubble style | Ofer Lehr | |
| text is now readable - but it still isn't pretty | |||
| 2014-12-07 | node_info cleanup | Alon Levy | |
| show correct fields per node type don't accumulate callbacks (was unusable) update dialog on save with type change - no need to click node again | |||
