| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-04 | index: drop meaningless form element | Alon Levy | |
| 2014-12-04 | better CSS for alert - moved button img out of the HTML | Ofer Lehr | |
| 2014-12-04 | moved organization logo to css instead of inline HTML | Ofer Lehr | |
| 2014-12-04 | fixed search bar positioning, scroll bug and moved export button to search bar | Ofer Lehr | |
| 2014-12-04 | selection: keep selected nodes state, correctly notices switch from two node ↵ | Alon Levy | |
| selection to single node selection | |||
| 2014-12-04 | fix selection inversion: Fixes #144 | Alon Levy | |
| 2014-12-04 | graph: getConnectedNodesAndLinks: use forEach (still sucks) | Alon Levy | |
| 2014-12-04 | editlink/node: support escape to cancel | Alon Levy | |
| 2014-12-04 | css: remove pointer-events:none from selected elements | Alon Levy | |
| 2014-12-04 | rz_core: cleanup node click handlers | Alon Levy | |
| too much work to split right now. Following changes: click handlers on circle and on text. image is now under circle instead of side by side (otherwise it hides it due to same z-index and later in children list) some methods renamed to indicate first parameter (editNodeText, showNodeInfo). less calls to graph_update. Still doesn't fix the selection (i.e. unselect for reclick). | |||
| 2014-12-04 | rz_core: use selection.update (more to come) | Alon Levy | |
| 2014-12-04 | selection: add update (reduces code in rz_core) | Alon Levy | |
| 2014-12-04 | rz_core: rename overlay_click and small cleanup | Alon Levy | |
| 2014-12-04 | graph: getConnectedNodesAndLinks: exclude given nodes from return | Alon Levy | |
| 2014-12-03 | index.html: input has no closing slash | Alon Levy | |
| 2014-12-03 | rz_observer: remove extra indentation, use bla = bla || default idiom | Alon Levy | |
| 2014-12-03 | Fixed search bar positioning inconsistencies | garbash | |
| 2014-12-03 | untracking .gitignore | LV-426 | |
| 2014-12-03 | mv server log path | LV-426 | |
| 2014-12-03 | refactor init_rest_api() | LV-426 | |
| 2014-12-03 | pass username to index template | LV-426 | |
| 2014-12-03 | speedup deployment via <parallel>, update layout | LV-426 | |
| 2014-12-03 | textanalysis: fix diffBus callback logic (was doing nothing) | Alon Levy | |
| 2014-12-03 | textanalysis: ReferenceErrors fixed (don't add link when 1 node only available) | Alon Levy | |
| 2014-12-03 | textanalysis: comment typo | Alon Levy | |
| 2014-12-03 | textanalysis: ret.state was not always defined | Alon Levy | |
| Found by investigating a ReferenceError warning: ReferenceError: reference to undefined property | |||
| 2014-12-03 | lib/autocomplete: fix for use of undefined variable (just a warning) | Alon Levy | |
| 2014-12-03 | "use strict" must be first | Alon Levy | |
| Firebug 3.0 alpha or Firefox nightly 37 says: SyntaxError: 'use strict' statement won't be enforced as a directive because it isn't in directive prologue position | |||
| 2014-12-03 | rz_core: user removal fallout | Alon Levy | |
| 2014-12-03 | library: Fix TypeError: variable _ redeclares argument | Alon Levy | |
| 2014-12-03 | Fix TypeError: variable _ redeclares argument | Alon Levy | |
| 2014-12-03 | Fixed typo, removed some text | garbash | |
| 2014-12-03 | Added content to landing page - no styling yet | garbash | |
| 2014-12-03 | user-login panel | LV-426 | |
| 2014-12-03 | assume logged-in user, rm userBus | LV-426 | |
| 2014-12-03 | construct backend URL using rz_config | LV-426 | |
| 2014-12-03 | rz_config: set dev URL parts | LV-426 | |
| 2014-12-03 | update util read node,link | LV-426 | |
| 2014-12-03 | rm unused select2.js | LV-426 | |
| 2014-12-03 | Fixes #171, Fixes #137 | Alon Levy | |
| One line, two changes: keypress->keydown: - fixes #137. Chrome doesn't dispatch a keypressed on tab. Firefox and chrome both dispatch a keydown, so this works in both. $(document)->element: - fixes #171. Don't listen to text input events globally, only on the element. | |||
| 2014-12-03 | index.html: update deployment script | LV-426 | |
| 2014-12-03 | mv index.html under templates/, duplicate file under rhizi/ temporarily ↵ | LV-426 | |
| co-exists | |||
| 2014-12-03 | login page template | LV-426 | |
| 2014-12-03 | src/main: remove search debug print | Alon Levy | |
| 2014-12-03 | Fix #157: temp nodes are always selected | Alon Levy | |
| 2014-12-03 | Fix jsons: source->__src, target->__dst | Alon Levy | |
| for json in tools/cri.json tools/sage.json tools/deliverables.json heroes.json tests/wizmann.json; do sed -i -e 's/\<source\>/__src/g' -e 's/\<target\>/__dst/g' $json; done | |||
| 2014-12-03 | fix #157 - chrome doesn't have String.toLowerCase | Alon Levy | |
| 2014-12-03 | fix CRI-logo link | LV-426 | |
| 2014-12-02 | Changed text colour for nodes and edges | garbash | |
| 2014-12-02 | refactor init functions | LV-426 | |
