summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-12-04Fixes #170: dragging cancels searchAlon Levy
Clearly not the best way to do it: we have a zoom object, it probably already holds this state, and won't be inconsistent if we change the document click handler. Time pressure and all that.
2014-12-04Partial #162Alon Levy
2014-12-04svg input height fix (not in css, svg is annoying)Alon Levy
2014-12-04implement graph.editStatus (small refactor)Alon Levy
2014-12-04Fixes #112: /?debug=1 gives you back debugging helpersAlon Levy
2014-12-04make autocomplete menu items at least visibleAlon Levy
The fact you can't see most is by their design, need to fix that (regression I think)
2014-12-04Fixes #173 - note that an enter is still required when using u/down keysAlon Levy
Actual fix is change from keypress to keydown. tested with chrome.