| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-11 | add some console bug logs where preconditions are wrong (oh, eiffel..) | Alon Levy | |
| 2014-11-11 | insensitive autocompile; Fixes #133 | Alon Levy | |
| 2014-11-11 | graph: addLinkByName: end fix of unchought exception on missing id | Alon Levy | |
| 2014-11-10 | graph/textanalysis.ui: lastnode is now the last added node (fixes #124) | Alon Levy | |
| 2014-11-10 | rename rhizicore -> rz_core, move towards common rz_ prefix | LV-426 | |
| 2014-11-10 | rm unused history dependency | LV-426 | |
| 2014-11-10 | rhizicore: remove dependency on textanalysis | Alon Levy | |
| 2014-11-09 | default not to commit changes to backend | LV-426 | |
| 2014-11-09 | id wrap entire svg canvas | LV-426 | |
| 2014-11-09 | addNode() - return new node on success, avoid need to attach a signal listener | LV-426 | |
| 2014-11-09 | scripts/model/graph.js merge resolution | LV-426 | |
| 2014-11-09 | commit diff_set upon sentence analysis: | LV-426 | |
| - backend_commit - allows client accumulating changes & select better commit timing | |||
| 2014-11-09 | broadcast_possible_next_diff_block(): | LV-426 | |
| - announce diff block and await commit/reject consensus - future protocol stub - currently simply calls backend | |||
| 2014-11-09 | load_from_backend(): | LV-426 | |
| - support backend graph cloning upon initialization - call upon Graph object creation not yet enabled by default | |||
| 2014-11-09 | diff module: | LV-426 | |
| - facilitate the creation of the different diff objects: topo,attr,vis - facilitate the creation of diff_set - a composition of diff objects | |||
| 2014-11-09 | model utility functions: | LV-426 | |
| - convert from/to client/backend data representations - meta attributes '__' prefixed, eg. '__src' - note: '__type' should be considered deprecated in favor of '__label_set' | |||
| 2014-11-09 | core model module - currently unused | LV-426 | |
| 2014-11-09 | The two rhizi APIs: backend & mesh - currently all of the implementation ↵ | LV-426 | |
| resides in RZ_API_Backend but the intent is to slowly migrate functionality towards running in a distributed fashion. RZ_API_Mesh may be act as the basis for a protocol definition in the future. | |||
| 2014-11-09 | filter_type -> filter_label | LV-426 | |
| 2014-11-09 | README | LV-426 | |
| 2014-11-09 | config-dir command line arg | LV-426 | |
| 2014-11-09 | graph: fix forgotten s/graph/this/ in graph refactor (Fixes #127) | Alon Levy | |
| 2014-11-09 | graph: fix #129 | Alon Levy | |
| autoSuggestAddName should get lower case name, not id (now that id is not lower cased name) | |||
| 2014-11-09 | mv tests to src-py_test/ | LV-426 | |
| 2014-11-09 | rhizi-server.conf | LV-426 | |
| 2014-11-09 | deprecate /add/node-set | LV-426 | |
| 2014-11-09 | mv to __src,__dst meta attr use | LV-426 | |
| 2014-11-09 | /graph/diff-commit-vis REST path stub | LV-426 | |
| 2014-11-09 | /graph/diff-commit-set REST path | LV-426 | |
| 2014-11-09 | /graph/diff-commit-attr REST path | LV-426 | |
| 2014-11-09 | /graph/diff-commit-topo REST path | LV-426 | |
| 2014-11-09 | /graph/clone REST path | LV-426 | |
| 2014-11-09 | match_node_set_by_attr_filter_map | LV-426 | |
| 2014-11-09 | common request handling | LV-426 | |
| 2014-11-09 | rename | LV-426 | |
| 2014-11-09 | misc | LV-426 | |
| 2014-11-09 | Topo_Diff - support omitted-argument construction | LV-426 | |
| 2014-11-09 | DBO_rz_clone - reconstruct links from link tuples | LV-426 | |
| 2014-11-09 | unify logging | LV-426 | |
| 2014-11-09 | rm old README | LV-426 | |
| 2014-11-09 | code standard: use a single var at start of functions (just one big case) ↵ | Alon Levy | |
| and some whitespace | |||
| 2014-11-09 | Fix #125 - regression, not treating lowercased names as equivalent | Alon Levy | |
| 2014-11-09 | s/textAnalyser2/textAnalyser/ | Alon Levy | |
| 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 | |
