| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-09 | split highlight (search neighborhood of node) between graph & rhizicore | Alon Levy | |
| multiple TODOs added in code. in general, datastructure = graph, control/view state in rhizicore. | |||
| 2014-11-03 | Fixes #119 | Alon Levy | |
| It's a bit ugly. In that it uses the explicit string 'and' to avoid creating those links. But that was the wording of the request. In general we are missing an AST step. That would let us switch between '#' and ' ' much more cleanly. | |||
| 2014-11-03 | Fixes #121 - Large part of map unclickable due to autocomplete suggestions | Alon Levy | |
| See http://stackoverflow.com/questions/5643767/jquery-ui-autocomplete-width-not-set-correctly/11845718#11845718 A relevant bug on jquery-ui for width: http://bugs.jqueryui.com/ticket/7303 Additionally I considered measuring the exact width before noticing I can set the width to 10px and the text itself is perfectly clickable, see: http://stackoverflow.com/questions/6961022/measure-bounding-box-of-text-node-in-javascript | |||
| 2014-11-03 | update jquery-ui.js to v1.11.2 | Alon Levy | |
| 2014-11-03 | fixes #79; note that hightlightNode sucks | Alon Levy | |
| It should be implemented as setting a chosen state, containing id's of chosen nodes and possibly links as well (although links are defined by their source and target ids). | |||
| 2014-11-03 | accidentally left verbose on | Alon Levy | |
| 2014-11-03 | add helper script to commit run_tests output | Alon Levy | |
| 2014-11-03 | update run_tests.js output | Alon Levy | |
| 2014-11-03 | fix whitespace | Alon Levy | |
| 2014-11-03 | fixes #122: show node text edit box over node regardless of position/zoom | Alon Levy | |
| 2014-11-03 | fix _addNodeNoHistory to correctly look for existing nodes | Alon Levy | |
| 2014-11-03 | change id to be distinct from name | Alon Levy | |
| TODO: introduce a Node class split from the Graph. TODO: use a GUID and not just an incrementing number (trivial change). | |||
| 2014-11-03 | drag_n_drop: fix load break on graph.js introduction (Fixes #123) | Alon Levy | |
| 2014-11-02 | graph: make addNodeNoHistory internal | Alon Levy | |
| 2014-11-02 | graph: fix missing semicolon | Alon Levy | |
| 2014-11-02 | getting rid of bad object names: myGraph -> Graph | LV-426 | |
| 2014-11-02 | fix borked tests - must use typeof to avoid exception on undefined variable | Alon Levy | |
| 2014-11-02 | move .gitignore from scripts to root | Alon Levy | |
| 2014-11-02 | split off model/graph.js | Alon Levy | |
| 2014-11-02 | add a gitignored local_config for the urlArgs | Alon Levy | |
| .. cache busting feature so it won't be accidentally committed | |||
| 2014-11-02 | recomment 'urlArgs', causes debug script naming issues | LV-426 | |
| 2014-10-31 | rhizicore: have a default size for nodes to avoid setting circle.r to nan | Alon Levy | |
| 2014-10-29 | fix multiple warnings from zed (zedapp.org) | Alon Levy | |
| css: use 0 instead of 0px (0 doesn't need a unit) fallback rgb(r,g,b) for rgba code: missing semicolons don't use initial caps for a function name unused variables | |||
| 2014-10-29 | small move to allow numeric id; not enough | Alon Levy | |
| 2014-10-29 | save/load xy position | Alon Levy | |
| 2014-10-28 | robot: unbreak - setting value doesn't trigger input event | Alon Levy | |
| Broken since e299a57a72ee786818cad4f9b8e3aea3b6fb8544 Polling replaced by input event. Polling was a catch all - it checked value change. catching events requires they be thrown, so throw an input even explicitly from robot. | |||
| 2014-10-28 | history: show last logged action (ui has negative z-index) | Alon Levy | |
| 2014-10-28 | make debug ui click handlers only apply to the labels, remove some debug prints | Alon Levy | |
| 2014-10-28 | history/rhizicore: record zoom events; zoom g element selector: svg g.zoom | Alon Levy | |
| 2014-10-28 | history: refactor action key to record parameter | Alon Levy | |
| 2014-10-28 | textanalysis.ui: use input event if it exists, fallback to polling of 50ms ↵ | Alon Levy | |
| (not 5ms) otherwise | |||
| 2014-10-28 | textanalysis{,.ui}: fix remaining globals, use strict | Alon Levy | |
| 2014-10-28 | wip/history zoom | Alon Levy | |
| 2014-10-28 | follow neo4j semantics: rename filter_type to filter_label | LV-426 | |
| 2014-10-28 | random neo4j label generator | LV-426 | |
| 2014-10-28 | test_rz_clone - DBO_rz_clone test | LV-426 | |
| 2014-10-28 | initial random neo4j data generator - use to avoid loading DB dumps | LV-426 | |
| 2014-10-28 | initial DBO_rz_clone op | LV-426 | |
| 2014-10-28 | DBO_cypher_query | LV-426 | |
| 2014-10-27 | update test output, mark issue 86 test as such | Alon Levy | |
| 2014-10-27 | Fixes #116 - no star graph for a single node | Alon Levy | |
| 2014-10-27 | textanalysis: s/abnormalGraph/starGraph/ | Alon Levy | |
| 2014-10-27 | misc | LV-426 | |
| 2014-10-27 | rm single obj api calls | LV-426 | |
| 2014-10-27 | REST api impl: '/graph/attr-diff-commit' | LV-426 | |
| 2014-10-27 | REST api impl: '/graph/topo-diff-commit' | LV-426 | |
| 2014-10-27 | support node removals in DBO_topo_diff_commit | LV-426 | |
| 2014-10-27 | DBO_rm_node_set & test | LV-426 | |
| 2014-10-26 | history switch to events; using a single GRAPH_DIFF action. todo - replay; ↵ | Alon Levy | |
| zoom in/out; clicks on nodes/edges | |||
| 2014-10-26 | introduce signal, start using in history; use consts for signal name | Alon Levy | |
| introduces two new modules: scripts/consts.js scripts/signal.js signal is a thin wrapper for jquery('window').on and jquery('window').trigger, which seems like an adaquete signal library - there are faster things around, but why introduce another dependency. | |||
