summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-11client/view/completer: hide on click outside. this is complex! fixes #200Alon Levy
specifically: 1. take care to remove handler on any hide condition, not click as well 2. previous patch to avoid needlessly hiding completer on showing it after clicking (we could change that behaviour but not as a unexpected consequence).
2015-02-11client/textanalysis: on input element click stop handling after completer ↵Alon Levy
handler
2015-02-11client/textanalysis.ui: coding style fix onelinerAlon Levy
2015-02-11client/textanalysis.ui: set typeselection position at node, fixes #261Alon Levy
Note that the selection doesn't move with the node, so it is possible to create a discrepancy, this can happen either when: 1. dragging or zooming the graph 2. causing the bubble animation to playout The selection text will not be next to the node in both cases until Tab is pressed again. Fixing this right now seems too much work, will revisit if this is really bothersome. Would require either timers or another connection, or different implementation as a foreign object under the svg node (and so tied by the layout, no need to change).
2015-02-11client/textanalysis.ui: add helper for body location of SVG nodeAlon Levy
2015-02-11client/textanalysis: fix possible usage of _get_lastnode when undefinedAlon Levy
2015-02-11client: remove setting type change suggestion location via graph.findCoordinatesAlon Levy
2015-02-11client/textanalysis: sanitize quotes, fixes #293Alon Levy
2015-02-11client/selection: update selection on added node, fixes #310Alon Levy
2015-02-11build.ant: use remoteDeployServer, targetDomain (may be merged later)LV-426
2015-02-11build.ant: rm deprecated rz_config deploymentLV-426
2015-02-11build.ant: rm deprecated htpasswd stuffLV-426
2015-02-11rz_user.py: log activation failuresLV-426
2015-02-11rz_api.py: miscLV-426
2015-02-11rz_api_backend: improve rz_server_url construction readabilityLV-426
2015-02-11index.html: doc rz_configLV-426
2015-02-11user-signup: missing scss fragmentLV-426
2015-02-10login.html: miscLV-426
2015-02-10reuse background image style with signup pageLV-426
2015-02-10login page: redesign, add create account buttonLV-426
2015-02-10Modified domain_cri.py to current experimentgarbash
2015-02-10login.html: fix background image impl using template specific cssLV-426
2015-02-10index.html: fix silent-reload on input bug: avoids from submission on DOM ↵LV-426
input events
2015-02-10logout handler: attach to correct element IDLV-426
2015-02-10style: welcome-box shadowLV-426
2015-02-10user_db lookup_user__by_email_address() exception handling:LV-426
- clarifying the meaning of an 'unknown user' case - removing code duplication in user_db, sticking to exception raising
2015-02-10server: check for stale cookies on loginAlon Levy
2015-02-09Improved styling of login screenOfer Lehr
background image now covers the whole background
2015-02-09rz_config: embed in index, remove as moduleAlon Levy
Still missing: remove host/port, let client use same as url it was served on. remove other flags no longer relevant. better mapping of server config to avoid double work?
2015-02-09forgot to add the templateAlon Levy
2015-02-09style: .task-descLV-426
2015-02-09index.html: task-desc: use proper English, remove insane span tag useLV-426
2015-02-09server/client: move rz_config to templates, fill in to match server config ↵Alon Levy
host/post
2015-02-09run-local: not yet fixed with user db but at least don't complain about ↵Alon Levy
no-longer-necessary htpasswd file
2015-02-09base template: fix double html tag, missing closing html tagAlon Levy
2015-02-09style: update generated filesLV-426
2015-02-09graph_view: miscLV-426
2015-02-09rz_user.py: avoid passing html to render_templateLV-426
2015-02-09search-suggestion: span width of containing 'input-container'LV-426
2015-02-09index.html: split input-container into input-container__graph-input, ↵LV-426
input-container__search
2015-02-09index.html: cleanup top-bar, temporary hide of profile circleLV-426
2015-02-09use <span> tag for doc title, rm paddingLV-426
2015-02-09graph_view: partial fix to prevent filter menu close on list item clickLV-426
2015-02-09graph_view: adjust to new filter menu id's, use .toggle() for menu hidingLV-426
2015-02-09style: search buttonLV-426
2015-02-09style: filter-menuLV-426
2015-02-09style: tool-bar.scssLV-426
2015-02-09textanalysis.ui.js: update btn refLV-426
2015-02-09update export btn refLV-426
2015-02-09down with the search-bar, on with the tool-barLV-426