summaryrefslogtreecommitdiff
path: root/res/templates/index.html
AgeCommit message (Collapse)Author
2015-05-05mv templates -> template.dLV-426
2015-05-04client: single delete button. fixes #523Alon Levy
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-04-29revive static/js moveLV-426
2015-04-28(temp) Revert "applying /static/js qualifier to JS resources, align with all ↵Alon Levy
other resource types" This reverts commit 9a953896338fb19bc4c88280cfdcc1d7391743e7.
2015-04-28applying /static/js qualifier to JS resources, align with all other resource ↵LV-426
types
2015-04-26UI text changes for search and mergegarbash
2015-04-25client: drop rz_server_{host,port}, use document.locationAlon Levy
Since the client can be hidden from the server via multiple layers, be they load balancers, proxies or iptable rules, it is simpler to not have the server aware of those layers and have to inform the client of them, instead use information the client already has.
2015-04-15client/title: avoid double refreshAlon Levy
2015-04-15client/index.html: put doc name in titleAlon Levy
2015-04-15unite 'rzdoc__mainpage_name' old aliasesLV-426
2015-04-12client: introduce zen modeAlon Levy
2015-04-12client: show number of selected nodes below search barAlon Levy
2015-04-12client: zoom to selection button instead of automatic on selectionAlon Levy
2015-04-10info-container: partial, painful html, css cleanupLV-426
2015-04-09client: item_info: hide default fields not used by all domainsAlon Levy
2015-04-09client: item_view: make type dropdown domain basedAlon Levy
2015-04-09client/graph_view, index: filter checkboxes: remove hardcodingAlon Levy
2015-04-09resolve #439 with safe filter (|safe), avoid extra code in index.htmlLV-426
2015-04-07res/templates/index.html: unquote rzdoc_cur__name; resolve #439Alon Levy
2015-04-06index.html: miscLV-426
2015-04-06build.ant: add version-tag, visible from user as RZ_VERSION (global)Alon Levy
2015-04-06filter menu: fix position, simplify HTMLLV-426
2015-04-06client: property tab cleanup; resolve #396Alon Levy
2015-04-05client: link properties dialog: delete button identical to node dialogAlon Levy
2015-04-05client: rename edge_info to link_infoAlon Levy
for f in `git grep -l edge_info`; do sed -ie 's/edge_info/link_info/g' $f; done for f in `git grep -l EDGE_INFO`; do sed -ie 's/EDGE_INFO/LINK_INFO/g' $f; done git mv src/client/view/edge_info.js src/client/view/link_info.js
2015-04-05Remove export button from normal interface, add export button to dev mode ↵garbash
menu. #437
2015-04-05Toolbar icons are now text labelsgarbash
2015-04-03layout buttons: behavior, icon-design & styleLV-426
2015-04-02index.html: add zoom titlesLV-426
2015-04-02client/style: add layout-buttons and btn_layoutwip/selection-ringAlon Levy
2015-04-02client/typeselection: switch from absolute positioning to child of nodeAlon Levy
means that the text moves with the node now, plus allows for setting the node position asynchronously with setting the typeselection.
2015-04-02wip/selection-ring: add grid layout, add buttons to switch, starts at force ↵Alon Levy
layout
2015-04-01index.html: 'Welcome' -> 'Hello', avoid collision with 'Welcome Rhizi' mainpageLV-426
2015-04-01index.html: rzdoc-barLV-426
2015-04-01index.html: order rz_configLV-426
2015-04-01REST /index endpoint: configure rz_config__rzdoc_cur__name, ↵LV-426
rz_config__rzdoc_default__name
2015-04-01index.html: toolbar__docLV-426
2015-04-01Slightly more stylised zoom buttonsgarbash
2015-03-22client: move zoom buttons into zoom-bar on bottom rightAlon Levy
2015-03-16client/index.html: add place for new plus+minus buttons, place multiple node ↵Alon Levy
operations together
2015-03-10client: graph_view: make nodes tabindex'able sorted top to bottom left to rightAlon Levy
2015-03-09client: remove logos and buttons from tab-index, leaving search and textanalyserAlon Levy
2015-03-08client/filter: fix broken filter from recent model/types intro and ↵Alon Levy
third-internship-proposal removal
2015-03-07client: use shift-up and shift-down for node type changesAlon Levy
2015-03-07client: node-info style fixes. Fixes #360Alon Levy
2015-03-07client: remove third-internship-proposal; Fixes #356Alon Levy
2015-03-06client: introduce model/types, cleanup node_info (not quite enough)Alon Levy
2015-03-03client: toolbar: add delete buttonAlon Levy