summaryrefslogtreecommitdiff
path: root/src/client/view/node_info.js
AgeCommit message (Collapse)Author
2015-03-12client: use some more VK constantsAlon Levy
2015-03-07client/view/node_info: fix committing of new fieldsAlon Levy
2015-03-07client/view/node_info: bug fix of white background while scrollingAlon Levy
2015-03-07client/node_info: hack for y-overflow. creates horizontal bar as well which ↵Alon Levy
is ugly Together with addition of new attributes fixes #357
2015-03-07client/node_info: add missing attributes to html at runtimeAlon Levy
2015-03-07client/node_info: bug fixAlon Levy
2015-03-06client: introduce model/types, cleanup node_info (not quite enough)Alon Levy
2015-03-04client: node_view: delete button: popup confirmation dialogAlon Levy
2015-03-03client/node_info: do not update not when diff arrives, fix warningsAlon Levy
needs more complex logic to account for user changes that have not round-tripped yet, so for now just do not update the dialog. Fixes #349
2015-03-01client: node_info: status: only admin can change itAlon Levy
2015-02-24client/node_edit: prevent delete on enterAlon Levy
Enter when delete button is focused still works, and so does clicking it. But enter while in any other field of the form does not submit now. The timeout for committing is still in effect of course.
2015-02-17client/view/node_info: listen on input event too (available in newer / ↵Alon Levy
specific browsers)
2015-02-15client/node_info: remove save button, listen to keyup as well, debounce for ↵Alon Levy
half a second. Fixes #43
2015-02-15client/node_info: track changes and commit on any field change. partially ↵Alon Levy
Fixes #43
2015-02-15client/node_info: wip getting automatic save, some fixesAlon Levy
2015-02-15client/node_info: show message on delete/change of open dialog underlying ↵Alon Levy
node (informational only)
2015-02-15client: node_info cleanup: still missing edge cases (edits/deletes while open)Alon Levy
2015-02-15client/node_edit: show start/end dateAlon Levy
2015-02-15client/url clean: fix to allow empty urlsAlon Levy
2015-02-15client: force schema in url's, allow any, add https if none. Fixes #296Alon Levy
2015-02-11client/node_info: resize description on show, limit both name & desc to 150Alon Levy
we don't allow moving nor scrolling when property dialog overflows window height, so this is an interim measure at best.
2015-02-11client/node_info: show title completely on init; doesn't automatically ↵Alon Levy
resize; fixes #309
2015-01-27client: remove state variable in node view and use bacon property insteadAlon Levy
2015-01-21client/node_info: pass description to serverAlon Levy
2015-01-21client: node_edit: show description for everythingAlon Levy
2015-01-21client: make sure we store all properties coming from the server. Fixes #298Alon Levy
2015-01-02misc changes: newline at end of file, etc.LV-426
2014-12-23client/view/node_info: add back the superb proxiesAlon Levy
2014-12-23client/view/node_info: prevent default submit action on node save/deleteAlon Levy
2014-12-16moving files around after repository mergerAlon Levy