summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-06client/view/item_view: fix click on empty space regressionAlon Levy
2015-04-06fixing filter menu positioningLV-426
2015-04-06mving cri domain resources under cri.rhizi.netLV-426
2015-04-06wip: per-domain type systemLV-426
2015-04-06client/view/selection: on diff for link editing don't select too many nodesAlon Levy
2015-04-06client: item_info: commit on hideAlon Levy
2015-04-06client/item_view: only show 'updated' warning for remote changes by ↵Alon Levy
comparing form data to diff
2015-04-06client/item_view: use strictAlon Levy
2015-04-06client/item_edit: remove debug printsAlon Levy
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-05graph-view.scss: adding yellow text-shadow to link labelsLV-426
2015-04-05client: selection: enable selection of link via 0 depth selection of both ↵Alon Levy
nodes; resolve #393 shift selection still works, but now it's a bit not obvious when you shift select a link: - it acts as inverting the source and destination node. - an alternative could be to special case for both or single or none of the nodes already selected - a correct fix would be to track separately the nodes and links selection states. Right now we only have a nodes selection state (array of root nodes, the ones the user selected, and array of selected nodes, the ones we highlight as such).
2015-04-05Removing erroneous "import rp|garbash
2015-04-05rest__logout: redirect on GET, invalidate cookie on GET/POSTLV-426
2015-04-05Temp template textgarbash
Will be improved soonish
2015-04-05client/layouts: respect node.fixedAlon Levy
2015-04-05client/graph_view: reset fixed before restoring a new layout (not actually ↵Alon Levy
required, except if a new node was introduced)
2015-04-05client/layouts: save+restore fixed propertyAlon Levy
2015-04-05client: graph_view: fix scope of node_url_dx definitionAlon Levy
2015-04-05client: graph construction: text below circles. resolve #429Alon Levy
remind myself svg doesn't respect z-index, flatten back the svg structure: svg - zoom - graph g path 1 link text 1 node text 1 node text 2 node circle 1 node circle 2 per SVG 1.1 spec the last node is the top most.
2015-04-05cri.rhizi.net login fragment stubLV-426
2015-04-05introducing template fragmentsLV-426
2015-04-05miscLV-426
2015-04-05user-signup: style: msg row backgroundLV-426
2015-04-05style: restore info-container box-shadowLV-426
2015-04-05work down the drain... removing commented-out code from user-signup.scssLV-426
2015-04-05user_signup: improve error handling, cleanupLV-426
2015-04-05user-signup: format, orderLV-426
2015-04-05rz_req_handling: make_response__json__html: pass on status argLV-426
2015-04-05rz_req_handling: make_response__json__redirect: pass on status argLV-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-05Makefile: add a force build rule, forceAlon Levy
2015-04-05client: drag behaviour: no force calculation on drag. resolve #434Alon Levy
2015-04-05Quick fix of new and open file iconsgarbash
2015-04-05client: layout: save/restore on layout change. resolve #432Alon Levy
2015-04-03layout buttons: behavior, icon-design & styleLV-426
2015-04-02index.html: add zoom titlesLV-426
2015-04-02task-alert.scss: format, use absolute positioning for close-buttonLV-426
2015-04-02rz_user: signup: sugar coat pw signup exceptionsLV-426
2015-04-02rz_user: improve caller error handling - use API_Exception__bad_request's ↵LV-426
caller_err_msg
2015-04-02rz_server: remove rm, inline MinimalLog print statementsLV-426
2015-04-02user_login: remove bold HTML tagLV-426
2015-04-02rz_core: rzdoc__open(): halve rzdoc title change animationLV-426
2015-04-02rzdoc__open: redirect on rzdoc open - allows URL updatingLV-426
2015-04-02style: cmd_bar: miscLV-426
2015-04-02user_login: style loging failure, welcome-box shadow, format scss codeLV-426
2015-04-02server/rz_user: fix typoAlon Levy