summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
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
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-01config options, rename: rzdoc__name__max_length, rzdoc_name__welcome_docLV-426
2015-04-01rzdoc-new, rzdoc-open iconsLV-426
2015-04-01introducing res/design: graphical design resource host folderLV-426
2015-04-01creation bubble SVG blur effectLV-426
2015-04-01[style] top-bar docificationLV-426
2015-04-01[style] rz-red color constant (same as in splash logo)LV-426
2015-04-01[style] btn_rzdoc__open, btn_rzdoc__newLV-426
2015-04-01[style] toolbar__cmd.scssLV-426
2015-04-01rzdoc_name__mainpage config optionLV-426
2015-04-01index.html: toolbar__docLV-426
2015-04-01Slightly more stylised zoom buttonsgarbash
2015-04-01Replaced login separator lines from absolute to relativegarbash
2015-04-01login: allow y scrolling. fixes #376Alon Levy
2015-03-24client: css: make notselected unclickable and hide any unselected link labelsAlon Levy
2015-03-22client: info/edge-info: prevent horizontal scroll barAlon Levy
2015-03-22client: move zoom buttons into zoom-bar on bottom rightAlon Levy
2015-03-16client: add plus and minus buttons css and imagesAlon 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-10client: show red circle around focused element (focus != selection)Alon Levy
2015-03-10client: don't capitalize info-card textarea values: Fixes #369Alon 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: hack for y-overflow. creates horizontal bar as well which ↵Alon Levy
is ugly Together with addition of new attributes fixes #357
2015-03-07client/css/graph-view/node info: set textarea styleAlon 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