summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-04-12client: for more then one selected node, related is the mutual neighboursAlon Levy
i.e. related = |selected| == 1 N(selected) else intersection_{s in S}{neighbours(s)}
2015-04-12client/selection: rename: selected & relatedAlon Levy
selected nodes - nodes the user selected directly, via search or click. related - nodes that we choose to show the user as a result of the selection made.
2015-04-12client: fix broken space because of changed selection APIAlon Levy
2015-04-12client: show number of selected nodes below search barAlon Levy
2015-04-12client: add F6 shortcut to zoom to selectionAlon Levy
2015-04-12client: fix ctrl-A breakage since selection signatures changedAlon Levy
2015-04-12client: zoom to selection button instead of automatic on selectionAlon Levy
2015-04-11client/graph: rewrite and rename getConnectedNodesAndLinksAlon Levy
It was buggy and did not deal with overlap. Renamed to neighbourhood.
2015-04-10search: only complete on: click, completion, enterAlon Levy
2015-04-10rz-doc: add --rename-from --rename-toAlon Levy
2015-04-10server/rz_kernel: remove useless semicolonAlon Levy
2015-04-10server: implement doc renameAlon Levy
2015-04-10server-tools: change destination to separate tools directoryAlon Levy
2015-04-10server-tools/rz: fix candidate test and pathsAlon Levy
2015-04-10server-tools/rz-user: don't rely on bin/env being there, assume python in ↵Alon Levy
/usr/bin/python
2015-04-10server-tools/rz.py: even uglierAlon Levy
2015-04-10server/rz_kernel: switch to 0.5 second polling..Alon Levy
until an actual select/eventfd based solution is implemented
2015-04-10server tools: move to separate dir, rename, add helper rz.py to hide ugly ↵Alon Levy
import details
2015-04-10client: domain type_attributes are now a list for orderingAlon Levy
First type is default, and order is for shift-up/down selection, filter menu and type drop down in properties menu (so, basically everywhere).
2015-04-10sanitize_input__rzdoc_name(): strip first...LV-426
2015-04-10sanitize_input__rzdoc_name(): handle empty requests, strip incoming rzdoc namesLV-426
2015-04-10server/db_controller: allow result to contain unicodeAlon Levy
2015-04-10rz_cli: fix fix for utf-8\ascii rzdoc namesAlon Levy
2015-04-10rz_cli: fix list-* with non ascii charsAlon Levy
2015-04-10rz_cli: make it guess etc directory for ease of useAlon Levy
2015-04-10rz_cli: add list-name/list-table for ease with merge-fileAlon Levy
2015-04-10rz_cli: bug fix for --merge-fileAlon Levy
2015-04-10rz_cli: drop debug printsAlon Levy
2015-04-10client: hack to allow collaborator/person to be default (will fix today)Alon Levy
2015-04-10adding rz_cli tool - location to be changed (requires ant update as well)Alon Levy
2015-04-10rz_kernel: rzdoc__list: doesn't really need rzdoc but didn't want to change ↵Alon Levy
sig for lack of time
2015-04-10server/rz_kernel: rzdoc__create: avoid rethrowAlon Levy
Instead of raising and catching an exception by using the cache lookup extract a function to lookup in cache and then in db that just returns the result. Avoids an exception trace we log whenever there is an exception.
2015-04-10server/db_op: fix DBO_rzdoc__delete, labels are backticked, not quotedAlon Levy
2015-04-10item_info.js: rm #info, info var, info_container max-height hackLV-426
2015-04-09textanalysis.js: temporary fix: update default_nodetype for leap instanceLV-426
2015-04-09Updated node types for leap.rhizi.netgarbash
2015-04-09client: graph_view: handle no filter (temporary graph). regresion #461 fixedAlon Levy
2015-04-09leap domain: update types. resolve #433Alon Levy
2015-04-09client/graph_view: show also nodes with non domain types - makes it easier ↵Alon Levy
to rename node types
2015-04-09domain leap: s/outcome/resource/Alon Levy
2015-04-09client: remove custom radius that wasn't used anyway. radius is 10. if ↵Alon Levy
returned, place in domain specific type information
2015-04-09helpers: remove no longer used customColor (using css right now instead)Alon Levy
2015-04-09client/graph_view: small cleanupAlon Levy
2015-04-09client/view/layouts: add stp-bfs commented outAlon Levy
2015-04-09default.rhizi.net domain_types: set as copy of leapAlon 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-09commons: move domain_types to leap, add ui names (unused)Alon Levy
2015-04-09client/graph_view: extract init_checkboxesAlon Levy
2015-04-09client: layouts: extract bfs functionAlon Levy