summaryrefslogtreecommitdiff
path: root/res
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-09leap.rhizi.net domain files: login header & domain typesLV-426
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-07Revert "reset-db__clean.cypher: remove constraints we no longer require"Alon Levy
This reverts commit 792ec339802271c79923016104e06ba10e8a64f8. Dropping a non existant constraint is an error. The correct approach is to list all constraings and then delete those, which requires scripting.
2015-04-06index.html: miscLV-426
2015-04-06reset-db__clean.cypher: remove constraints we no longer requireAlon Levy
2015-04-06client: css: enable no opacity hover.Alon Levy
side effect: no more click to deselect before select (easier to implement). resolve #430
2015-04-06build.ant: add version-tag, visible from user as RZ_VERSION (global)Alon Levy
2015-04-06misc: fix layout button lookLV-426
2015-04-06filter menu: fix position, simplify HTMLLV-426
2015-04-06fixing filter menu positioningLV-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-05graph-view.scss: adding yellow text-shadow to link labelsLV-426
2015-04-05Temp template textgarbash
Will be improved soonish
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-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-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-05Quick fix of new and open file iconsgarbash
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-02user_login: remove bold HTML tagLV-426
2015-04-02style: cmd_bar: miscLV-426
2015-04-02user_login: style loging failure, welcome-box shadow, format scss codeLV-426
2015-04-02wip: Neo4j v2.2.0 authentication support - see issue #419LV-426
2015-04-02res/neo4j/reset-db__clean: remove Person.name and Skill.name constraintsAlon Levy
Reasoning: this constraint is global and so prevents a name from repeating in two documents. Note: client already prevents creation of same name node (regardless of type). Note: in the future we will want to reintroduce this but it will have to be per doc, using the doc label.
2015-04-02client/style: add layout-buttons and btn_layoutwip/selection-ringAlon Levy
2015-04-02client: graph_view: fix text with hover, text now under it's linkAlon Levy
plus make hover orange, and override opacity so nonselected hovered links are visible.
2015-04-02client: hover on nodes and links almost there, missing textAlon 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-02adding __RZDOC unique name constraint (may change later with per-user ↵LV-426
namespaces)
2015-04-02style.scss: remove renamed zoom-bar importwip__doc_supportAlon Levy
2015-04-01reset-db__clean.cypher: update, doc default hash valueLV-426
2015-04-01reset-db__clean.cypher: unique __RZDOC.id constraintLV-426
2015-04-01reset-db__clean.cypher: init __RZDOC node, default doc meta NSLV-426
2015-04-01style: cmd-bar, cmd-bar_rzdoc_new, cmd-bar__rzdoc_openLV-426
2015-04-01style: rzdoc-barLV-426
2015-04-01index.html: 'Welcome' -> 'Hello', avoid collision with 'Welcome Rhizi' mainpageLV-426