0
|
1 popoto-0.0.a6
|
|
2 2015-06-21
|
|
3
|
|
4 - Added support of predefined constraints in node configuration.
|
|
5
|
|
6 - Added better handling of query execution errors.
|
|
7
|
|
8 popoto-0.0.a5
|
|
9 2015-04-25
|
|
10
|
|
11 - Modified default label provider to display all returned attributes with their value by default in the result list instead of constraint attribute only.
|
|
12
|
|
13 - Added different CSS classes for ellipses when value is selected for root and choose nodes. Also added disabled style on root node if no results are found in the database.
|
|
14
|
|
15 popoto-0.0.a4
|
|
16 2015-04-19
|
|
17
|
|
18 - Transition to transactional Cypher HTTP endpoint. Cypher queries are now executed using transactional HTTP endpoint instead of deprecated legacy API.
|
|
19
|
|
20 - Count query optimization, all count queries are now sent on the same REST call using a list of statements. (better performance on distant databases)
|
|
21
|
|
22 - Added new CSS styles for nodes and links when count is "0" (disabled node state)
|
|
23
|
|
24 - Added new property "popoto.graph.WHEEL_ZOOM_ENABLED" to disable zoom with mouse wheel on graph.
|
|
25
|
|
26 - Added properties to add/disable tool items in graph.
|
|
27
|
|
28 - Introduced new property "popoto.query.USE_RELATION_DIRECTION" to define whether or not generated Cypher queries will use directed relationship.
|
|
29
|
|
30 - Added a plus sign icon button on nodes to get relationships instead of right click. Right click is now only used to remove a selection.
|
|
31
|
|
32 - Added a minus sign icon button on nodes after relation have been expanded. click on this button will remove all the relations from this node.
|
|
33
|
|
34 - Added reset graph tool option.
|
|
35
|
|
36 - Added different CSS classes on relation links to be able for example to differentiate links with value ("ppt-link-relation" and "ppt-link-relation value").
|
|
37
|
|
38 - Added a new property "popoto.graph.link.RADIUS" to define the radius around the node to start link drawing (nicer on transparent node images).
|
|
39
|
|
40 - Refactored node svg generation to fully support dynamic type changes (e.g use SVG node type for node label and image for selectable values)
|
|
41
|
|
42 - Added different CSS classes on node highlight background circle (shown on node hover) to be able to customize it depending on node type.
|
|
43
|
|
44 - Added listener on root node add event to allow for example to set a specific value on root node when added.
|
|
45
|
|
46 - Added immutable state on nodes to be able to add unchangeable constraint on graph. Immutable nodes value constraints are used in relations query which will avoid relation on nodes with 0 values.
|
|
47
|
|
48 - Added configuration to allow filter of relations. This can be used to hide unwanted relation from the graph.
|
|
49
|
|
50 - Added configuration to define whether the list of relation with same parent label should be grouped or separated using last child label with the property popoto.query.USE_PARENT_RELATION.
|
|
51 The generated Cypher query use head(labels(x)) or last(labels(x)) to get the relation target node label.
|
|
52
|
|
53 popoto-0.0.a3
|
|
54 2015-03-26
|
|
55
|
|
56 - Fixed constraint generation in query for root node with non string attributes. (double quotes were always used in Cypher generation on root node constraint even for numeric and boolean values)
|
|
57
|
|
58 - Added a taxonomy label provider and extracted a few internal labels to fully support localization.
|
|
59
|
|
60 - Extracted node text y position in variable to be able to customize it
|
|
61
|
|
62 - Extracted some internal labels to allow localization
|
|
63
|
|
64 - Extracted popoto.graph.centerRootNode function to allow root node move after HTML component resize for example
|
|
65
|
|
66 - Added node shadow highlight on node hover
|
|
67
|
|
68 - Used text value on node title instead of semantic value
|
|
69
|
|
70 popoto-0.0.a2
|
|
71 2015-03-16
|
|
72
|
|
73 - Updated AJAX request body to execute Cypher queries on Neo4j REST API with authentication support.
|
|
74 Neo4j 2.2 and GrapheneDB are now supported with this change.
|
|
75 Transition to the new transactional endpoint is not yet ready, legacy Cypher HTTP endpoint is still used in this version.
|
|
76
|
|
77 - Added sort attribute in configuration for value query.
|
|
78 It is now possible to use the constraint attribute to sort the values displayed on node click instead of count (count is still used by default).
|
|
79 The order can also be specified to be ascending or descending.
|
|
80
|
|
81 - Removed default returned internal Neo4j id if any other attribute is provided in configuration.
|
|
82
|
|
83 Popoto.js 0.0.a1
|
|
84 2015-02-10
|
|
85
|
|
86 - First public release
|
|
87
|