summaryrefslogtreecommitdiff
path: root/res/templates
AgeCommit message (Collapse)Author
2015-04-15client/title: avoid double refreshAlon Levy
2015-04-15client/index.html: put doc name in titleAlon Levy
2015-04-15pw_reset.html: lost cycles due to underscore lib loaded when not neededLV-426
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-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