summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-07measure: don't do the crazy computed css copy. use minus height trick. Fixes ↵Alon Levy
#194
2014-12-07Fixes #193 - reduce bubble opacity to 0.5 from 0.9Alon Levy
2014-12-07typeselection: now in index.html (removed typeselection td padding)Alon Levy
2014-12-07fix typo s/flusk/flask/Alon Levy
2014-12-07fixes some info card stylingOfer Lehr
- the input field now doesn't clip the text before the end of the row - tough i think we will need to change it to a <p> element because of text overflow issues - some styling to the drop down. aparently we will need to implement it in javascript to get full styling control
2014-12-07changes input bubble styleOfer Lehr
text is now readable - but it still isn't pretty
2014-12-07node_info cleanupAlon Levy
show correct fields per node type don't accumulate callbacks (was unusable) update dialog on save with type change - no need to click node again
2014-12-07remove node info subtitleAlon Levy
2014-12-07fix broken edit box - accidentally changed id, broke onsubmit settingAlon Levy
2014-12-06new info box (now card) styling - PartialOfer Lehr
added a class to the info card to style different types in css. also rearranged colors in helpers.js (alon: changed implementation and broke the edit, will fix in the morning)
2014-12-06Fix #187 - return edge directionalityAlon Levy
2014-12-06sass error? color had space in itAlon Levy
2014-12-06underscore on bubble is not prettyAlon Levy
2014-12-06Show underscore for empty text to enable click editing (Fixes #190)Alon Levy
2014-12-06graph: avoid nop name renamesAlon Levy
2014-12-06Node info edit - make name editable (Partial #189)Alon Levy
2014-12-06disable dragging bubble (css solution, drag d3 behavior confusing)Alon Levy
Fixes #190
2014-12-06/index: safe template var fillingLV-426
2014-12-06build.ant: deploy code under /bin, fix local deploy missing dir issueLV-426
2014-12-06login.html: missing jquery.js linkLV-426
2014-12-06miscLV-426
2014-12-06cfg.access_control: provide access control configuration switchLV-426
2014-12-06init_rest_api: dev_mode__resend_from_static() - see docLV-426
2014-12-06mv FlaskExtLV-426
2014-12-06Config.init() - defaults, flask-key handling, type conversionLV-426
2014-12-06switch config format to k=vLV-426
2014-12-06minor twaeks to the graph stylingOfer Lehr
2014-12-06completer: case insensitive inputAlon Levy
2014-12-06completer: quote words with spacesAlon Levy
2014-12-06completer: add minimum_length = 1Alon Levy
2014-12-06completer: remove unused APIAlon Levy
2014-12-06completer: fix prev_option, forgot modulu works correctly only with positivesAlon Levy
2014-12-06completer: hide unless 1 or more elements; Fixes #185Alon Levy
2014-12-06completer: use triggerStart & triggerEndAlon Levy
2014-12-06textanalysis.ui: let completer hide itself; also update on mouse click; ↵Alon Levy
document lack of oncaretchange
2014-12-06graph: unite both remove node actions for easier undo/diff trackingAlon Levy
2014-12-06debug off by default, set a fakeuser and enable history in debug modeAlon Levy
2014-12-06datepicker is part of jquery-ui, not required as a separate fileAlon Levy
2014-12-06Some tweaks to the graph stylesOfer Lehr
2014-12-06nicer looking autocompleteOfer Lehr
added a class to the items inside the suggestion box so we could style them.
2014-12-05fixes #182Ofer Lehr
Also started using mixins for browser prefixes - box shadow and box sizing
2014-12-05accidental inner loop that should have been side by side. Thanks Dor!Alon Levy
2014-12-05remove two console debug prints in completerAlon Levy
2014-12-05remove two console logs in last commitAlon Levy
2014-12-05replace jquery.autocomplete with our own autocompletionAlon Levy
Missing: - handling dropdown in the middle of the sentence correctly (almost there, extra space added) - clicking changes focus (transition event related?) and .focus() doesn't work - could not find how to fix it.
2014-12-05add missing datepicker path (requirejs)Alon Levy
2014-12-05Update README.mddor garbash
2014-12-05Update README.mddor garbash
2014-12-04move nodetypes to consts, add descriptions. Fixes #48Alon Levy
2014-12-04accidental console.log removedAlon Levy