summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)Author
2015-05-12client/view/activity: add hover highlight of links and nodes"Alon Levy
2015-05-12client/view/graph_view: add and export {node,link}__hover__{start,end}Alon Levy
2015-05-12client/view/graph_view: link_hover: don't use thisAlon Levy
2015-05-12client/view/graph_view: removing debug argument to link_on_hoverAlon Levy
2015-05-12client/view/graph_view: factor out link__hover__{start,end}Alon Levy
2015-05-12client/rz_mesh: push attribute diffs to activity monitorAlon Levy
2015-05-12client/rz_mesh: remove duplicate codeAlon Levy
2015-05-12client/view/activity: clickable to select changed nodes, descriptionAlon Levy
2015-05-12client/textanalysis: report sentence meta to serverAlon Levy
2015-05-12client/rz_core: let activity widget see main_graph activitiesAlon Levy
2015-05-12client/rz_mesh: set meta on topo_diff_specAlon Levy
2015-05-12client/view/selection: add select_both & invert_bothAlon Levy
2015-05-12client/view/selection: ECMA-5 does not support named parameters, although it ↵Alon Levy
doesn't complain either
2015-05-12client/rz_core: split out init_graphs, rename initDrawingArea/init_graph_views/Alon Levy
2015-05-12client/model/graph: handle new clone with commit_logAlon Levy
2015-05-12client/model/graph: add activityBusAlon Levy
Very similar to Diff Bus, just includes initial clone commits. Will remove it in the future.
2015-05-12client/model/diff: add meta to Attr_Diff and Topo_DiffAlon Levy
2015-05-12client: add initial activity streamAlon Levy
activity widget that will show: - history for document loaded, gotten via clone REST api - activity as it happens, identical to diffs received but with the context - which user, when if a topo diff what sentence created it.
2015-05-10client: fix #552. don't remove parameters when rewriting urlAlon Levy
2015-05-05client/view/item_info: allow enters in textarea. fix #533Alon Levy
2015-05-05client: selection: remove link selection when appropriate. fixes #543Alon Levy
2015-05-05client/view/selection: remove debug printAlon Levy
2015-05-05client/view/graph_view: fix hidden link text with new link selectionAlon Levy
2015-05-05client: add distinct links selectionAlon Levy
2015-05-05client/messages+selection: fix delete message for links onlyAlon Levy
2015-05-05client: fix Image overlapping link icon. fix #503Alon Levy
2015-05-05client: improve text of delete messages, fix #521Alon Levy
2015-05-04client/view/selection: s/selected/selected_nodes/, s/related/related_nodes/Alon Levy
2015-05-04client/textanalysis: use type from current cursor selection for a new node. ↵Alon Levy
Fixes #520
2015-05-04client: update selected type prompt based on cursorAlon Levy
2015-05-04client: single delete button. fixes #523Alon Levy
2015-05-04client: domain_types: add misc.direction, takes valid css direction values, ↵Alon Levy
affects item_info only
2015-05-04client: show node titles, not internal node types. fix #537Alon Levy
2015-05-04client/view/item_info: reorder per attribute orderAlon Levy
2015-05-04client/view/item_info: set minimal size on textarea. auto height style not ↵Alon Levy
working
2015-05-04client/model/types: order of attributes determines appearance order. make ↵Alon Levy
name+type first
2015-05-03client/graph_view: zen_mode zooming and layouting changeAlon Levy
on zen mode entry: - start layout - automatic centering mode: every tick adjust the scale and translation to fit the visible nodes if user drags or wheels out cancel automatic centering mode (layout keeps updating regardless) implementation details: additional state 'zen_mode__auto_center' and additional handlers for wheel and mousedown. Better to have a single flow in the future: {mouse wheel event, mouse down event) -> update zen_mode__auto_center (or have implicit state via bacon) -> d3 zoom behavior
2015-05-03view/graph_view: add helper center_on_selection_relatedAlon Levy
2015-05-03client/graph_view: export layout (debugging only)Alon Levy
2015-05-03client/graph_view: add duration argument to nodes__user_visibleAlon Levy
2015-05-03client/graph_view: make nodes__user_visible available locallyAlon Levy
2015-05-03client/graph_view: extract layout__resetAlon Levy
2015-05-03client/graph_view: export parent_element (debugging only)Alon Levy
2015-05-03client/rz_core: cancel zen mode on doc loadAlon Levy
2015-05-03client: new doc: add error message. fixes #534Alon Levy
2015-05-03client: on doc change, change url via window.history.replaceStateAlon Levy
2015-05-03client: search: clear on doc change. Fixes #532Alon Levy
2015-05-03client: load new doc button: use ajaxAlon Levy
return to the good ol days of SPA updates title name too. Double the logic - title set by the server too for a better client side behaviour. Could fix by using a template for the function setting the title, doesn't seem worth it right now.
2015-04-30REST api: /graph/clone -> /api/rzdoc/cloneLV-426
2015-04-30add '/api' prefix to REST api calls, help differentiate from end-user HTTP pathsLV-426