| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-11 | graph: add removeLink function (not used yet) | Alon Levy | |
| 2014-11-11 | graph: add id to links (not used yet) | Alon Levy | |
| 2014-11-11 | rz_core: make edge name editing input appear at correct place wrt translation | Alon Levy | |
| 2014-11-11 | view.hide: must use method access or this is global object | Alon Levy | |
| 2014-11-11 | fix missing .info change to view.hide | Alon Levy | |
| 2014-11-11 | put .info into a tab | Alon Levy | |
| not using jquery tab since I just want an abstraction for 'show just one' which is simpler, no labels. | |||
| 2014-11-11 | introduce a view wrapper, view/view | Alon Levy | |
| 2014-11-11 | rz_core: split off view/node_info | Alon Levy | |
| 2014-11-11 | rz_core: split off view/helpers | Alon Levy | |
| 2014-11-11 | mv img resources to res/img/ | LV-426 | |
| 2014-11-11 | showInfo: hide via jquery, visibility/display is tricky (fixes #132) | Alon Levy | |
| 2014-11-11 | create view/ package, mv gant.js & rename to timeline | LV-426 | |
| 2014-11-11 | revert committed debug lines... | LV-426 | |
| 2014-11-11 | textanalysis.ui: | LV-426 | |
| - clean module header - nod dep change - rename RZ -> rz_core - use non-named module definition | |||
| 2014-11-11 | rz_api_mesh.js: misc: clean requirejs headers - no dep change | LV-426 | |
| 2014-11-11 | model/util: rm unused dep: model/graph | LV-426 | |
| 2014-11-11 | model/graph: misc: clean requirejs header - no dep change | LV-426 | |
| 2014-11-11 | model/graph: cleanup module function definition, return block | LV-426 | |
| 2014-11-11 | model/diff: rm unused module dep: model/util | LV-426 | |
| 2014-11-11 | main.js: rm module dependecy on rz_core for sole function: expand() | LV-426 | |
| 2014-11-11 | use non-named module definition | LV-426 | |
| 2014-11-11 | use non-named module definition | LV-426 | |
| 2014-11-11 | use non-named module definition | LV-426 | |
| 2014-11-11 | use non-named module definition | LV-426 | |
| 2014-11-11 | drag_n_drop - rm unused module dependency: jquery-ui | LV-426 | |
| 2014-11-11 | rename RZ -> rz_core | LV-426 | |
| 2014-11-11 | util.js - proper requirejs module definition - code handling the quirkiness ↵ | LV-426 | |
| between node & requirejs module definition belongs eleswhere, probably in a wrapper script, not prefixed to a particular module. | |||
| 2014-11-11 | rename: external/ -> lib/ | LV-426 | |
| 2014-11-11 | mv all external resources out of scripts/ | LV-426 | |
| 2014-11-11 | new node type for link last entry should be selectedType; Fixes #130 | Alon Levy | |
| 2014-11-11 | textanalysis: reduce API | Alon Levy | |
| textanalysis exposes the current selected type plus functions to increment or decrement it, hides the typeindex and nodetypes. | |||
| 2014-11-11 | textanalysis: factor out selectedType | Alon Levy | |
| 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. | |||
