summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-02client: extract textanalyser_input componentAlon Levy
Killed some dead code in the process.
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
almost entirely) Missing: - no placeholder text now (since div doesn't support it). Will need to implement it myself, there are plenty of examples And code wise: - need to split out a component graph_input.js which will hide the underlying implementation.
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 ↵Alon Levy
div[contentEditable=true] element
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
Fixes #148 Usage: ./src/local/rz_cli_tool.py --config-dir res/etc --user-db-path res/user_db.db --email alon@rhizi.local --role-add admin ./src/local/rz_cli_tool.py --config-dir res/etc --user-db-path res/user_db.db --email alon@rhizi.local --role-rm admin
2015-03-01server/rz_user_db: add matching user_rm_role plus valid_role, admin & user ↵Alon Levy
only valid roles for now
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 ↵Alon Levy
current logged in user
2015-03-01build.ant: copy existing user_db.db for local deployment if it existsAlon Levy
2015-03-01update style.cssLV-426
2015-03-01style.scss: ~sort importsLV-426
2015-03-01textanalysis.ui.js: adapt to css changesLV-426
2015-03-01input-bubble:LV-426
- rm silly <table> - add 'type_selection__' prefix - style keyboard shortcut - rm unused position directives
2015-03-01keyboard.scss: keyboard shortcut stylingLV-426
2015-03-01colors.scss: add EOF newlineLV-426
2015-03-01reset-db__clean.cypher: create constraints lastLV-426
2015-03-01adding missing 'quoted' function, call introduced in ↵LV-426
dfc93cf003e8b4484e98ead7f7eac63ad10182e7
2015-03-01res/templates/index: remove no longer necessary measure spansAlon Levy
2015-03-01client/svg-input: rewrite using width:auto, no more measure hack (Fix #338)Alon Levy
Source for inspiration / copying: http://jsfiddle.net/brx3xm59/ http://stackoverflow.com/questions/9308938/inline-text-editing-in-svg comment 2 by John Ktejik
2015-03-01client/graph_view: don't translate/zoom if node already in viewAlon Levy
2015-03-01client: add autofocus to textanalysis inputAlon Levy
2015-03-01client: add Bacon_wrapper, use instead of Bacon; forced loading of jquery ↵Alon Levy
before Bacon
2015-03-01client/rz_api_backend: shorten ajax_success print to one lineAlon Levy
2015-03-01lib/Bacon: add print when loading before jquery (will be overwritten when we ↵Alon Levy
upgrade Bacon)
2015-03-01view/graph_view: yet another fix for scalingAlon Levy
2015-03-01client/graph_view: fix scalingAlon Levy
2015-03-01client/graph_view: use transition when setting zoom for visibilityAlon Levy
Fixes #339
2015-03-01client/graph_view: fix visibility setting to include scaleAlon Levy
2015-03-01client/textanalysis.ui: make sure existing nodes are visibleAlon Levy
2015-03-01client/selection: make sure selection is visibleAlon Levy
2015-03-01client/graph_view: add a debug message, remove commented out codeAlon Levy
2015-03-01client/graph_view: implement nodes__user_visible (no scale yet, just ↵Alon Levy
translation)
2015-03-01client/text_analysis: provide function to retrieve existing_nodesAlon Levy
2015-03-01client/rz_core: pass zoom_obj_element for manual zoomAlon Levy
2015-03-01client/rz_core: handle manual zoomAlon Levy
2015-03-01client: move obj_take to utilAlon Levy
2015-02-27client: highlight user selected nodes (aka root selection); Fixes #341Alon Levy
2015-02-27client: completer: allow match on start when using node_edge_separatorAlon Levy
Fixes #342
2015-02-27client: bubble: fix resize missing initial valueAlon Levy
2015-02-27client: completer: start of separator string updateAlon Levy
2015-02-27client: graph_view: handle zoom correctly for bubble effectAlon Levy
2015-02-27client: graph_view: handle screen resizeAlon Levy