summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2014-11-11graph: add removeLink function (not used yet)Alon Levy
2014-11-11graph: add id to links (not used yet)Alon Levy
2014-11-11rz_core: make edge name editing input appear at correct place wrt translationAlon Levy
2014-11-11view.hide: must use method access or this is global objectAlon Levy
2014-11-11fix missing .info change to view.hideAlon Levy
2014-11-11put .info into a tabAlon Levy
not using jquery tab since I just want an abstraction for 'show just one' which is simpler, no labels.
2014-11-11introduce a view wrapper, view/viewAlon Levy
2014-11-11rz_core: split off view/node_infoAlon Levy
2014-11-11rz_core: split off view/helpersAlon Levy
2014-11-11mv img resources to res/img/LV-426
2014-11-11showInfo: hide via jquery, visibility/display is tricky (fixes #132)Alon Levy
2014-11-11create view/ package, mv gant.js & rename to timelineLV-426
2014-11-11revert committed debug lines...LV-426
2014-11-11textanalysis.ui:LV-426
- clean module header - nod dep change - rename RZ -> rz_core - use non-named module definition
2014-11-11rz_api_mesh.js: misc: clean requirejs headers - no dep changeLV-426
2014-11-11model/util: rm unused dep: model/graphLV-426
2014-11-11model/graph: misc: clean requirejs header - no dep changeLV-426
2014-11-11model/graph: cleanup module function definition, return blockLV-426
2014-11-11model/diff: rm unused module dep: model/utilLV-426
2014-11-11main.js: rm module dependecy on rz_core for sole function: expand()LV-426
2014-11-11use non-named module definitionLV-426
2014-11-11use non-named module definitionLV-426
2014-11-11use non-named module definitionLV-426
2014-11-11use non-named module definitionLV-426
2014-11-11drag_n_drop - rm unused module dependency: jquery-uiLV-426
2014-11-11rename RZ -> rz_coreLV-426
2014-11-11util.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-11rename: external/ -> lib/LV-426
2014-11-11mv all external resources out of scripts/LV-426
2014-11-11new node type for link last entry should be selectedType; Fixes #130Alon Levy
2014-11-11textanalysis: reduce APIAlon Levy
textanalysis exposes the current selected type plus functions to increment or decrement it, hides the typeindex and nodetypes.
2014-11-11textanalysis: factor out selectedTypeAlon Levy
2014-11-11add some console bug logs where preconditions are wrong (oh, eiffel..)Alon Levy
2014-11-11insensitive autocompile; Fixes #133Alon Levy
2014-11-11graph: addLinkByName: end fix of unchought exception on missing idAlon Levy
2014-11-10graph/textanalysis.ui: lastnode is now the last added node (fixes #124)Alon Levy
2014-11-10rename rhizicore -> rz_core, move towards common rz_ prefixLV-426
2014-11-10rm unused history dependencyLV-426
2014-11-10rhizicore: remove dependency on textanalysisAlon Levy
2014-11-09default not to commit changes to backendLV-426
2014-11-09id wrap entire svg canvasLV-426
2014-11-09addNode() - return new node on success, avoid need to attach a signal listenerLV-426
2014-11-09scripts/model/graph.js merge resolutionLV-426
2014-11-09commit diff_set upon sentence analysis:LV-426
- backend_commit - allows client accumulating changes & select better commit timing
2014-11-09broadcast_possible_next_diff_block():LV-426
- announce diff block and await commit/reject consensus - future protocol stub - currently simply calls backend
2014-11-09load_from_backend():LV-426
- support backend graph cloning upon initialization - call upon Graph object creation not yet enabled by default
2014-11-09diff 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-09model 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-09core model module - currently unusedLV-426
2014-11-09The 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.