| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-12-02 | REST mapping: apply login_decorator() to all but /login paths | LV-426 | |
| 2014-12-02 | rhizi .fcgi script - renamed on deployment | LV-426 | |
| 2014-12-02 | simplify config loading, allow missing config values | LV-426 | |
| 2014-12-02 | wip/build.ant: deb pkg, local/remote deploy | LV-426 | |
| 2014-12-02 | REST /login,/logout paths | LV-426 | |
| 2014-12-02 | crypt_util: add/validate logins | LV-426 | |
| 2014-12-02 | applicative REST API init - provides logic<>web-framework decoupling | LV-426 | |
| 2014-12-02 | monitor__server_info | LV-426 | |
| 2014-12-02 | rhizi_server_fcgi.py | LV-426 | |
| 2014-12-02 | rhizi_server.py: add hash bang | LV-426 | |
| 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 | |
