| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-06 | client: split view/filter.js from view/graph_view | Alon Levy | |
| 2015-06-04 | add copyright and license headers for GNU AGPL v3 | Alon Levy | |
| 2015-05-22 | introducing devtools: | LV-426 | |
| - support multifile import - two-step import flow - list import files - style | |||
| 2015-05-22 | main.js: organizing imports | LV-426 | |
| 2015-04-13 | commons only: client: hide the intro-task (for commons) | Alon Levy | |
| 2015-04-12 | client: introduce zen mode | Alon Levy | |
| 2015-04-07 | client: hide filter and layout menus on click on empty area. resolve partial ↵ | Alon Levy | |
| #444 | |||
| 2015-04-02 | client: main: fix usage before initialization of rz_core in case of debug=1 | Alon Levy | |
| 2015-04-01 | refactor rz_core initialization: | LV-426 | |
| - init() - export via published_var_dict var | |||
| 2015-03-09 | client: fix scrolling of window on focus in feedback button (Fixes #366) | Alon Levy | |
| This is actually a sort of workaround, since now you cannot use tab to focus on the feedback button, you have to click it with the mouse. Since most people (everybody?) would do that anyhow, it's good enough. An alternative is to change the 'botton: -3px' to anythin non-negative. I have not managed to capture or prevent the scrolling behaviour. What happens is that chrome tries to move the element into focus even though that is impossible since it is with a fixed position to an absolutely positioned element (body). | |||
| 2015-03-04 | client: s/setup_merge_button/setup_toolbar/ | Alon Levy | |
| 2015-03-03 | client: add keyshortcuts.js, implement ctrl-a for selecting all | Alon Levy | |
| switch to onkeydown to capture ctrl-a before browser action ctrl-a works on text fields since we only handle it if the target is the body (which it is when svg is in focus, although that may be accidental, don't know the logic). | |||
| 2015-02-17 | client/main: possible bug fix seen on LightTable/webkit - not critical | Alon Levy | |
| 2015-02-15 | client: add merge button, does nothing, enabled for two or more selected nodes | Alon Levy | |
| 2015-02-09 | rz_config: embed in index, remove as module | Alon 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-01-21 | templates/index: move username and initials setting to server. Fixes #286 | Alon Levy | |
| 2015-01-13 | client: prevent default drag n drop behavior when not in debug | Alon Levy | |
| Fixes #220 | |||
| 2015-01-13 | client: disable drag_n_drop unless ?debug=1 | Alon Levy | |
| 2015-01-13 | add feedback - no email yet, just client side plus server parse client post | Alon Levy | |
| Notes: * using https://github.com/ivoviz/feedback + commit 337a8146e567a06035fb1f1ffedfce083be2a2d1 * with tiny changes to use require.js: + html2canvas.js & feedback.js (not minified) start+end lines changed to call define + feedback.js changed to not load html2canvas since require.js does that for us (dropping _html2canvas and getScript usage) | |||
| 2015-01-06 | client: extract search to client/view/search.js | Alon Levy | |
| 2015-01-05 | initial graph_view introduction - mixing circle & force layouts | Alon Levy | |
| 2014-12-28 | Fixes #217 - username initials displayed in upper right corner blue circle | Alon Levy | |
| Also fixes name when none set (i.e. development mode). | |||
| 2014-12-16 | moving files around after repository merger | Alon Levy | |
