| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-01 | rerun sass after rebase of last ofer commit | Alon Levy | |
| 2014-12-01 | changed position css and input bar | Ofer Lehr | |
| 2014-12-01 | use localStorage to show intro-task only until clicked | Alon Levy | |
| Also fix miscased scss filename. | |||
| 2014-12-01 | fix broken load | Alon Levy | |
| 2014-12-01 | make username top right button usable (a bit) | Alon Levy | |
| 2014-12-01 | Removed "powered by" | garbash | |
| 2014-12-01 | fixed broken fonts, div positioning and search bar drop shadow | Ofer Lehr | |
| 2014-12-01 | fixed sass variable colors and polished top bar css | Ofer Lehr | |
| 2014-11-30 | box-shadow to search-bar | garbash | |
| 2014-11-30 | Made powered by nicer+removed debug interface | garbash | |
| 2014-11-30 | Input bar styling - submit button not working | garbash | |
| 2014-11-30 | Task-alert styling - button not-working | garbash | |
| 2014-11-30 | Styled search-bar | garbash | |
| 2014-11-30 | Defined typography for headers | garbash | |
| 2014-11-30 | Added top-bar + removed deprecated elements and classes | garbash | |
| 2014-11-30 | removed meaningless ui class and closing input element | garbash | |
| 2014-11-30 | imv assets for new design | garbash | |
| 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 | |
| See https://github.com/baconjs/bacon.js Usage right now: we have rz_bus to hold global busses: - names: for autosuggest - ui busses: - ui_key - ui_input The events are objects with {where: from consts, keys/input} (could maybe just use the events and rely on the target element class/id) And graph has it's own bus: graph.diffBus (camelcase probably not the right style - will fix in later commit) To publish to a bus you use push. To insert another stream to a bus you use plug. To listen to a bus you use onValue (you can use subscribe too to get errors and end of stream event, but we don't use that yet). This allows usage of map, filter, flatMap, see github repo for cool examples. | |||
| 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 | autocomplete: no need to explicitly name the module | 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 | Colors and header-size sass vars - now correct | garbash | |
| 2014-11-28 | Revert "Add color+header-size vars to sass" | garbash | |
| This reverts commit 3af4fc29a27a64612681b1bc00611c276cef9f7e. | |||
| 2014-11-28 | added data input button images | Ofer Lehr | |
| 2014-11-28 | Add color+header-size vars to sass | garbash | |
| 2014-11-28 | Add compiled style.css+map | garbash | |
| 2014-11-28 | Implemented stylesheet structure+font change | garbash | |
| 2014-11-28 | Changed node types names resolving #162 | garbash | |
| 2014-11-28 | document sass and make requirements | Alon Levy | |
| 2014-11-28 | introduce sass - only changes are whitespace and curly after last rule (sassism) | Alon Levy | |
| No method to automaticall run sass once scss file changes right now. Should probably use grunt, I think it does it. (or have an inotify based make background task). Tested with sass 3.4.9 (latest) but since I'm not using sass yet (the scss file is our former css file) it should work with other versions too. | |||
