summaryrefslogtreecommitdiff
path: root/res/templates
AgeCommit message (Collapse)Author
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-05introducing template fragmentsLV-426
2015-04-05user_signup: improve error handling, cleanupLV-426
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-02user_login: remove bold HTML tagLV-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-04-01login: allow y scrolling. fixes #376Alon Levy
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
2015-03-02textanalyser: switch to div, update to create blue and red spans (Fixes #118 ↵Alon Levy
almost entirely) Missing: - no placeholder text now (since div doesn't support it). Will need to implement it myself, there are plenty of examples And code wise: - need to split out a component graph_input.js which will hide the underlying implementation.
2015-03-01client: node_info: status: only admin can change itAlon Levy
2015-03-01add a fixed role_set to the client, to be replaced with one coming from the ↵Alon Levy
current logged in user
2015-03-01input-bubble:LV-426
- rm silly <table> - add 'type_selection__' prefix - style keyboard shortcut - rm unused position directives
2015-03-01res/templates/index: remove no longer necessary measure spansAlon Levy
2015-03-01client/graph_view: don't translate/zoom if node already in viewAlon Levy
2015-03-01client: add autofocus to textanalysis inputAlon Levy
2015-02-27client: rename separator_symbol to separator_string and move to rz_configAlon Levy
2015-02-25index: btn_link_fan: more accurate titleAlon Levy
2015-02-24New simple taglinedor garbash
2015-02-25tool-bar: include merge/link buttons, use link-icon, merge icon still missingLV-426
2015-02-25style: task-alert: prevent line breakLV-426
2015-02-25menu__type-filter: remove title from item listLV-426