summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-05-12server/rz_kernel: ctx not optional anymore for diff_commit__{topo,attr}Alon Levy
2015-05-10rz_kernel: add missing formatterAlon Levy
2015-05-10client: fix #552. don't remove parameters when rewriting urlAlon Levy
2015-05-08Updated cri.rhizi.net domain_types.jsgarbash
2015-05-06rz_backup: fix s/mtime/st_mtime/Alon Levy
2015-05-05DB_Controller: miscLV-426
2015-05-05init_DB(): more refactoring, assist kernel via op_factory__DBO_rzdb__init_DBLV-426
2015-05-05DBO_rzdb__init_DB: decouple rz_config dep -> rz_config.rzdoc__mainpage_nameLV-426
2015-05-05DBO_rzdb__fetch_DB_metablock: rm rz_config depLV-426
2015-05-05DB_Controller: refactor rz_config dep -> rz_config.rest_api_base_urlLV-426
2015-05-05db_controller: removing exec_cypher_query()LV-426
2015-05-05neo4j schema version: refactor into constantLV-426
2015-05-05rz_kernel: manage DB session, initializationLV-426
2015-05-05decoupling rz_api_rest & db_ctlLV-426
2015-05-05load_node_set_by_id_attr(): converting to use kernelLV-426
2015-05-05rz-mux-tool.sh: uninstall rhizi__x init scriptLV-426
2015-05-05rz_server: fix template default pathLV-426
2015-05-05rz-mux-tool.sh: install default fragmentsLV-426
2015-05-05use valid python attr name: template.d_path -> template_d_pathLV-426
2015-05-05rz-mux-tool.sh: relayout fragmentsLV-426
2015-05-05rz_config: template.d_pathLV-426
2015-05-05rz-mux-tool: misc: doc useLV-426
2015-05-05rz-mux-tool: misc: fix indentLV-426
2015-05-05rz_config.neo4j_schema_version: missing commitLV-426
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-05fix typo in Ohalo instancegarbash
2015-05-05Fix typo in r2 domain_types.jsgarbash
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-04Add rtl for ohalo.rhizi.net+ descartes.rhizi.net domain fixgarbash
2015-05-04client: domain_types: add misc.direction, takes valid css direction values, ↵Alon Levy
affects item_info only
2015-05-04Fixes for ohalo.rhizi.net domaingarbash
2015-05-04Added Ohalo schema+fragmentgarbash
2015-05-04One more TAMI updategarbash
2015-05-04client: show node titles, not internal node types. fix #537Alon Levy
2015-05-04Removed "keyword" from rhizi.tami node type schemagarbash
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-03Update r2 schemagarbash
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