| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-09 | client: search in nodes and attributes | Alon Levy | |
| Fixes #358 Implementation limitations: - uses hasOwnProperty for search, and further filters on strings. So technically could be oversearching - i.e. string properties that are not attributes. We should keep an attribute key on Node and Link - there is no selected link, just selected nodes. So we select both source and destination. Opening issue #367 for this. | |||
| 2015-03-09 | client/graph_view: set maximal size of 100px for an image, keeping aspect ratio | Alon Levy | |
| 2015-03-09 | client/graph_view: show images with correct size, but force layout doesn't ↵ | Alon Levy | |
| take it into account | |||
| 2015-03-09 | client/graph_view: console debug log when link is an image according to ↵ | Alon Levy | |
| 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. | |||
| 2015-03-09 | client: graph_view: update image href+width+height on every "frame" | Alon Levy | |
| 2015-03-09 | client/graph_view: remove extra useless 'a' element on nodes | Alon Levy | |
| 2015-03-09 | client: graph_view: make nodes tab focusable. no visible indication (:focus) ↵ | Alon Levy | |
| and no interaction possible yet | |||
| 2015-03-09 | client/view/svg_input: missing param x doc | Alon Levy | |
| 2015-03-08 | client/textanalyser_input: completer options: small rewrite | Alon Levy | |
| 2015-03-08 | client/completion: support links as well | Alon Levy | |
| the suggestions from textanalysis now come as a dictionary with {nodes: {name: id}, links: {name: id}} (before it was a single dictionary, {name:id}) And the options bus for the textanalyser and search completion have been updated accordingly. textanalyser also takes into account the cursor position to determine which of the option dictionaries to use. | |||
| 2015-03-08 | textanalyuser_input: provide bus for analysis results events (post analysis, ↵ | Alon Levy | |
| required for completion updates) | |||
| 2015-03-08 | client/view/completer: use VK_* | Alon Levy | |
| 2015-03-08 | client/filter: fix broken filter from recent model/types intro and ↵ | Alon Levy | |
| third-internship-proposal removal | |||
| 2015-03-08 | client: fix up/down being handled both by completer and by type selector ↵ | Alon Levy | |
| when shift pressed | |||
| 2015-03-07 | client: use shift-up and shift-down for node type changes | Alon Levy | |
| 2015-03-07 | client/view/node_info: fix committing of new fields | Alon Levy | |
| 2015-03-07 | client/view/node_info: bug fix of white background while scrolling | Alon Levy | |
| 2015-03-07 | client/node_info: hack for y-overflow. creates horizontal bar as well which ↵ | Alon Levy | |
| is ugly Together with addition of new attributes fixes #357 | |||
| 2015-03-07 | client/node_info: add missing attributes to html at runtime | Alon Levy | |
| 2015-03-07 | client: remove third-internship-proposal; Fixes #356 | Alon Levy | |
| 2015-03-07 | client: move nodetypes from consts to model/types | Alon Levy | |
| 2015-03-07 | client/node_info: bug fix | Alon Levy | |
| 2015-03-06 | client: introduce model/types, cleanup node_info (not quite enough) | Alon Levy | |
| 2015-03-04 | client:selection: invert on shift | Alon Levy | |
| 2015-03-04 | client: node_view: delete button: popup confirmation dialog | Alon Levy | |
| 2015-03-04 | client: fix res/static forgotten rename; Fixes #355 | Alon Levy | |
| 2015-03-04 | client: s/setup_merge_button/setup_toolbar/ | Alon Levy | |
| 2015-03-04 | client/view/selection: add confirm dialog to delete button | Alon Levy | |
| 2015-03-03 | client: toolbar: add delete button | Alon Levy | |
| 2015-03-03 | client/selection: add skipDuplicates | Alon Levy | |
| 2015-03-03 | client: fix toolbar buttons flashing when augmenting |selection|>=2 | Alon Levy | |
| 2015-03-03 | client: rename consistently links__delete, nodes__delete | Alon Levy | |
| 2015-03-03 | client/view/selection: rz_core is not updated by the initial define, remove ↵ | Alon Levy | |
| from declaration | |||
| 2015-03-03 | client/view/completer: sort completions (required with substring results) | Alon Levy | |
| 2015-03-03 | client/view/completer: allow completions for any subset | Alon Levy | |
| 2015-03-03 | client: fix completer regression breaking search completion. Fixes #354 | Alon Levy | |
| At the same time lets completion work with spaces in the graph entry bar. In the search bar it still doesn't work, will require some thinking - how to let a space be both and/or and part of a name. It's better to ditch it as an operator and use |/& or AND/OR. | |||
| 2015-03-03 | client/node_info: do not update not when diff arrives, fix warnings | Alon Levy | |
| needs more complex logic to account for user changes that have not round-tripped yet, so for now just do not update the dialog. Fixes #349 | |||
| 2015-03-03 | client/textanalyser_input: remove debug print | Alon Levy | |
| 2015-03-03 | client/textanalyser_input: use classes | Alon Levy | |
| 2015-03-03 | client/text_analyser_input: fix cursor position move on enter | Alon Levy | |
| 2015-03-03 | client/text_analyser_input: specify setter+getter+selectionStart for ↵ | Alon Levy | |
| completer, plus some cleanup | |||
| 2015-03-03 | client/completer: generalize getter, setter, selectionStart | Alon Levy | |
| 2015-03-03 | client/completer: rename variable | Alon Levy | |
| 2015-03-03 | client/completer: fix handling of separator that is more then one char | Alon Levy | |
| 2015-03-02 | client: extract textanalyser_input component | Alon Levy | |
| Killed some dead code in the process. | |||
| 2015-03-02 | completer: update to work with both input and div elements | Alon Levy | |
| 2015-03-01 | client: node_info: status: only admin can change it | Alon Levy | |
| 2015-03-01 | adding missing 'quoted' function, call introduced in ↵ | LV-426 | |
| dfc93cf003e8b4484e98ead7f7eac63ad10182e7 | |||
| 2015-03-01 | client/svg-input: rewrite using width:auto, no more measure hack (Fix #338) | Alon Levy | |
| Source for inspiration / copying: http://jsfiddle.net/brx3xm59/ http://stackoverflow.com/questions/9308938/inline-text-editing-in-svg comment 2 by John Ktejik | |||
| 2015-03-01 | client/graph_view: don't translate/zoom if node already in view | Alon Levy | |
