| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-16 | moving files around after repository merger | Alon Levy | |
| 2014-12-16 | node_indo: exported module symbols | LV-426 | |
| 2014-12-16 | node_info: rename _get_form() -> _get_form_data() | LV-426 | |
| 2014-12-16 | node_info: remove on_save/delete proxy functions | LV-426 | |
| 2014-12-14 | completer: textContent is the equivalent of innerText in firefox. yes, ↵ | Alon Levy | |
| jquery would hide this.A | |||
| 2014-12-14 | completer: small refactor of clicks | Alon Levy | |
| 2014-12-08 | completer: remove debug logs | Alon Levy | |
| 2014-12-08 | completer: tab key can also hide, disabled on input since tab has other ↵ | Alon Levy | |
| function there | |||
| 2014-12-08 | completer: escape hides; anything else shows | Alon Levy | |
| 2014-12-08 | innerHTML does what it claims, use innerText; Fixes #201 | Alon Levy | |
| 2014-12-08 | selection: export node_selected for reordering nodes | Alon Levy | |
| 2014-12-08 | add a new state: "related" | Alon Levy | |
| 2014-12-08 | add another completer for search; missing | as triggerStart (should use RegExp) | Alon Levy | |
| 2014-12-07 | node_info cleanup | Alon 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-07 | fix broken edit box - accidentally changed id, broke onsubmit setting | Alon Levy | |
| 2014-12-06 | new info box (now card) styling - Partial | Ofer 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-06 | Node info edit - make name editable (Partial #189) | Alon Levy | |
| 2014-12-06 | completer: case insensitive input | Alon Levy | |
| 2014-12-06 | completer: quote words with spaces | Alon Levy | |
| 2014-12-06 | completer: add minimum_length = 1 | Alon Levy | |
| 2014-12-06 | completer: remove unused API | Alon Levy | |
| 2014-12-06 | completer: fix prev_option, forgot modulu works correctly only with positives | Alon Levy | |
| 2014-12-06 | completer: hide unless 1 or more elements; Fixes #185 | Alon Levy | |
| 2014-12-06 | completer: use triggerStart & triggerEnd | Alon Levy | |
| 2014-12-06 | datepicker is part of jquery-ui, not required as a separate file | Alon Levy | |
| 2014-12-06 | nicer looking autocomplete | Ofer Lehr | |
| added a class to the items inside the suggestion box so we could style them. | |||
| 2014-12-05 | accidental inner loop that should have been side by side. Thanks Dor! | Alon Levy | |
| 2014-12-05 | remove two console debug prints in completer | Alon Levy | |
| 2014-12-05 | remove two console logs in last commit | Alon Levy | |
| 2014-12-05 | replace jquery.autocomplete with our own autocompletion | Alon 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-04 | Partial #162 | Alon Levy | |
| 2014-12-04 | selection: unbreak search | Alon Levy | |
| 2014-12-04 | selection: keep selected nodes state, correctly notices switch from two node ↵ | Alon Levy | |
| selection to single node selection | |||
| 2014-12-04 | fix selection inversion: Fixes #144 | Alon Levy | |
| 2014-12-04 | selection: add update (reduces code in rz_core) | Alon Levy | |
| 2014-12-03 | "use strict" must be first | Alon Levy | |
| Firebug 3.0 alpha or Firefox nightly 37 says: SyntaxError: 'use strict' statement won't be enforced as a directive because it isn't in directive prologue position | |||
| 2014-12-03 | Fix TypeError: variable _ redeclares argument | Alon Levy | |
| 2014-12-03 | Fix #157: temp nodes are always selected | Alon Levy | |
| 2014-11-28 | Changed node types names resolving #162 | garbash | |
| 2014-11-24 | add search | Alon Levy | |
| The added input lets you select by *oring* multiple space less expressions. i.e. 'a b' will find all nodes with name containing either 'a' or 'b'. Not the specification, will be remedied later (i.e. maybe tomorrow, who knows). excuse the bulk commit, this does 3 things: splits off selection logic into src/view/selection - handles setting state explicityl on Node's, still bad. - bad at least the 'selected' state (i.e. boolean) is in one place. - common point for clicking on nodes/edges and selecting view selection input makes graph.getConnectedNodesAndLinks accept an array and not just a single node implements the search functionality outlined in the first paragraph. | |||
| 2014-11-23 | gantt -> timeline rename | LV-426 | |
| 2014-11-23 | call graph update via presenter, rm graph obj. mangling | LV-426 | |
| 2014-11-23 | timeline -> AMD form | LV-426 | |
| 2014-11-19 | node_info: fix 'id' showing rather than 'name' | LV-426 | |
| 2014-11-13 | rename scripts/ -> src/ | LV-426 | |
