| Age | Commit message (Expand) | Author |
| 2014-11-29 | forgot to add rz_bus | Alon Levy |
| 2014-11-29 | enable user setting by ?user=someone | Alon Levy |
| 2014-11-29 | history: record input field | Alon Levy |
| 2014-11-29 | use Bacon instead of signal | Alon Levy |
| 2014-11-29 | add Bacon library (used later, split for easier review) | Alon Levy |
| 2014-11-29 | model/graph: fix signal on notify | Alon Levy |
| 2014-11-29 | history: small style fix | Alon Levy |
| 2014-11-29 | history: don't throw on bad input (it's just history) | Alon Levy |
| 2014-11-29 | history: use strict | Alon Levy |
| 2014-11-29 | textanalysis.ui: use switches and make signals fire after processing event | Alon Levy |
| 2014-11-29 | move getParmeterByName to util | Alon Levy |
| 2014-11-29 | consts: add use strict | Alon Levy |
| 2014-11-28 | textanalysis.ui: make typeselection component like | Alon Levy |
| 2014-11-28 | Changed node types names resolving #162 | garbash |
| 2014-11-25 | Fixes #154: set suggested names when loading from JSON | Alon Levy |
| 2014-11-25 | textanalysis.ui: fix for lingering #102 issue | Alon Levy |
| 2014-11-25 | textanalysis.ui: remove debug prints | Alon Levy |
| 2014-11-25 | Fixes #102 - autocomplete with spaces | Alon Levy |
| 2014-11-25 | graph/__addNode: fix to handle same node reference | Alon Levy |
| 2014-11-25 | rz_core: remove unused code | Alon Levy |
| 2014-11-25 | core: Link.{source,target} need to be getters | Alon Levy |
| 2014-11-25 | core/create_node_from_spec: status initialization fix and remove double x&y i... | Alon Levy |
| 2014-11-25 | graph/findNodeByName: use "or" initialization idiom | Alon Levy |
| 2014-11-25 | model/graph: __addNode: refactor to use create_node__with_optional_id | Alon Levy |
| 2014-11-25 | model/graph: addNode: return new node (changed in recent refactor) | Alon Levy |
| 2014-11-25 | core: add create_node__with_given_id | Alon Levy |
| 2014-11-25 | model/core: s/crete/create/g | Alon Levy |
| 2014-11-25 | graph: add missing space in error message | Alon Levy |
| 2014-11-25 | rz_core: fix last usage of highlight, convert to selection | Alon Levy |
| 2014-11-24 | add search | Alon Levy |
| 2014-11-24 | String.charCodeAt is firefox specific | Alon Levy |
| 2014-11-24 | add alt-ctrl-o and alt-ctrl-i keyboard shortcuts | Alon Levy |
| 2014-11-24 | textanalysis: fix newly reintroduced text analysis | Alon Levy |
| 2014-11-24 | core/graph: reduce verbose debug logs to console | Alon Levy |
| 2014-11-24 | fix removed textanalysis autoSuggestName | Alon Levy |
| 2014-11-23 | cleanup zoom behavior init | LV-426 |
| 2014-11-23 | gantt -> timeline rename | LV-426 |
| 2014-11-23 | call graph update via presenter, rm graph obj. mangling | LV-426 |
| 2014-11-23 | disconnecting model/graph -> textanalysis dep, model should not depend on pre... | LV-426 |
| 2014-11-23 | timeline -> AMD form | LV-426 |
| 2014-11-23 | init_force_layout() - adapt Link with __src,__dst property aliases | LV-426 |
| 2014-11-19 | addLink refactoring - call create_link__set_random_id() | LV-426 |
| 2014-11-19 | wide source/target -> __src,__dst rename, align with DB model | LV-426 |
| 2014-11-19 | rm redundant obj def | LV-426 |
| 2014-11-19 | rm id_generator | LV-426 |
| 2014-11-19 | node_info: fix 'id' showing rather than 'name' | LV-426 |
| 2014-11-19 | replace _addNodeNoHistory() call with addNode | LV-426 |
| 2014-11-19 | rm unused el param | LV-426 |
| 2014-11-19 | __addNode improve logging | LV-426 |
| 2014-11-19 | add rz_config, provide id generation scheme control: hash/seq, defaulting to seq | LV-426 |