summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-06client: introduce model/types, cleanup node_info (not quite enough)Alon Levy
2015-03-04cypher language parsing test caseLV-426
2015-03-04wip: cypher language parserLV-426
2015-03-04client:selection: invert on shiftAlon Levy
2015-03-04client: node_view: delete button: popup confirmation dialogAlon Levy
2015-03-04client: fix res/static forgotten rename; Fixes #355Alon Levy
2015-03-04client: s/setup_merge_button/setup_toolbar/Alon Levy
2015-03-04client/view/selection: add confirm dialog to delete buttonAlon Levy
2015-03-03client: toolbar: add delete buttonAlon Levy
2015-03-03client/selection: add skipDuplicatesAlon Levy
2015-03-03client: fix toolbar buttons flashing when augmenting |selection|>=2Alon Levy
2015-03-03client: rename consistently links__delete, nodes__deleteAlon Levy
2015-03-03client/view/selection: rz_core is not updated by the initial define, remove f...Alon Levy
2015-03-03client: add keyshortcuts.js, implement ctrl-a for selecting allAlon Levy
2015-03-03client/view/completer: sort completions (required with substring results)Alon Levy
2015-03-03client/view/completer: allow completions for any subsetAlon Levy
2015-03-03client: fix completer regression breaking search completion. Fixes #354Alon Levy
2015-03-03client/node_info: do not update not when diff arrives, fix warningsAlon Levy
2015-03-03client: fix input-container graph-input when got-it message is visible. Fixes...Alon Levy
2015-03-03client/textanalyser_input: remove debug printAlon Levy
2015-03-03client: text_analyser_input: change color of spaces. Fixes #346Alon Levy
2015-03-03client/textanalyser_input: use classesAlon Levy
2015-03-03textanalysis: fix multiple same names in sentence (a q b q c a => triangle)Alon Levy
2015-03-03client/text_analyser_input: fix cursor position move on enterAlon Levy
2015-03-03client/text_analyser_input: specify setter+getter+selectionStart for complete...Alon Levy
2015-03-03client/completer: generalize getter, setter, selectionStartAlon Levy
2015-03-03client/completer: rename variableAlon Levy
2015-03-03client/completer: fix handling of separator that is more then one charAlon Levy
2015-03-02Fixed input-bar missing placeholder+line-heightgarbash
2015-03-03README.md: update for ubuntu instructions (probably identical to debian)Alon Levy
2015-03-03run-local: we need bash, sh is not good enoughAlon Levy
2015-03-02run-local: use python2.7 since python might be 3.xAlon Levy
2015-03-02client: extract textanalyser_input componentAlon Levy
2015-03-02user_db copy: avoiding quiet operation, allowing graceful fail if not presentLV-426
2015-03-02res/ should not contain top-level files - mving user_db lookup path to res/etcLV-426
2015-03-02textanalyser: switch to div, update to create blue and red spans (Fixes #118 ...Alon Levy
2015-03-02client/textanalysis.ui: update to work with both div and inputAlon Levy
2015-03-02completer: update to work with both input and div elementsAlon Levy
2015-03-02domain/cri/from_csv: fixes and update to take comma separated csvAlon Levy
2015-03-02util: add text selection and functional utils for later red&blue inputAlon Levy
2015-03-02css: updates for upcoming change of input-bar from input to div[contentEditab...Alon Levy
2015-03-02keyboard.scss: fix color name to not contain hashAlon Levy
2015-03-01Fixed outline in edit box with chrome buggarbash
2015-03-01rz_cli_tool: add role add and remove functionalityAlon Levy
2015-03-01server/rz_user_db: add matching user_rm_role plus valid_role, admin & user on...Alon Levy
2015-03-01client: node_info: status: only admin can change itAlon Levy
2015-03-01rz_api: index: set correct role_setAlon Levy
2015-03-01add a fixed role_set to the client, to be replaced with one coming from the c...Alon Levy
2015-03-01build.ant: copy existing user_db.db for local deployment if it existsAlon Levy
2015-03-01update style.cssLV-426