summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04res/templates/pw_reset: fix for js moveAlon Levy
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-04res/templates/index: make description and URL come from domain_types as ↵Alon Levy
well. Left just Type
2015-05-04res/templates/index: remove name, let it be created per attribute_title in ↵Alon Levy
domain_types
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-04Addingdor garbash
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
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-03Adding TAMI specific confgarbash
2015-05-03Updates domain_types.js for descartes instancegarbash
2015-05-03client: new doc: add error message. fixes #534Alon Levy
2015-05-03server/db_op: case insensitive doc name when checking for existenceAlon Levy
2015-05-03client: on doc change, change url via window.history.replaceStateAlon Levy
2015-05-03rhizi-server.conf.example: correct to run with default run-local.shAlon Levy
2015-05-03client: search: clear on doc change. Fixes #532Alon Levy
2015-05-03rz_user_db: Fake_User_DB: add missing shutdownAlon 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-05-03rz_server/rz_user_db: don't create user_db if access_control==False; Fixes #530Alon Levy
2015-05-03server/db_op: update _convert_to_blob doc stringAlon Levy
2015-05-03res/rz-mux/apache-conf-template.d/x.rhizi.net.conf: why u no docker? ↵Alon Levy
spelling mistake
2015-05-01rz-mux-tool.sh: prompt for 'y' during uninstallLV-426
2015-05-01rz-mux-tool.sh: fix RZI neo4j pid locationLV-426
2015-05-01rz-mux-tool.sh: do not default to 'error' log levelLV-426
2015-05-01rz_config: neo4j_schema_versionLV-426
2015-05-01rz-mux-tool: chmod o-r on rhizi sevrer confLV-426
2015-05-01bump DB schema version following blob format change, use x.x.x version stringLV-426
2015-05-01dp_op: DBO_block_chain__commit: use gzip'ed base64 encoding for commit blobs ↵LV-426
- closes #445