Author: clopes
Date: 2011-10-21 13:22:44 -0700 (Fri, 21 Oct 2011)
New Revision: 27267
Modified:
cytoscapeweb/trunk/website/src/file/release_notes/release_notes_0.7.4.txt
cytoscapeweb/trunk/website/src/file/release_notes/release_notes_0.8.txt
cytoscapeweb/trunk/website/src/js/content/demos/compound.js
Log:
Fixed release notes and typos
Modified:
cytoscapeweb/trunk/website/src/file/release_notes/release_notes_0.7.4.txt
===================================================================
--- cytoscapeweb/trunk/website/src/file/release_notes/release_notes_0.7.4.txt
2011-10-21 17:18:56 UTC (rev 27266)
+++ cytoscapeweb/trunk/website/src/file/release_notes/release_notes_0.7.4.txt
2011-10-21 20:22:44 UTC (rev 27267)
@@ -1,19 +1,28 @@
<p>
- This release of Cytoscape Web focuses on bug fixes, most important of
which is a fix to
- support Firefox 4. If you've been running into JavaScript errors on
Firefox 4, this version
- should fix your issue.
+ This release fixes some bugs and adds a few features which some users have
been asking for:
</p>
+<ul>
+ <li>It is now possible to set different width and height values to nodes
(e.g. creating ellipses, and not just circles).</li>
+ <li>Nodes can be totally transparent now but still display a background
image or the border, if necessary.
+ You simply need to set <code>"transparent"</code> to the node
<code>color</code> visual property in a
+ <code>VisualStyle</code> or <code>VisualStyleBypass</code> object.</li>
+ <li>The built-in pan-zoom control is also a bit more flexible now,
+ as you can choose the position where it is placed when Cytoscape Web
starts.</li>
+</ul>
<div class="relase_details">
+ <ul class="new_features">
+ <li><span class="bug_id">2299</span>: Allow a node to have different
width/height values.</li>
+ <li><span class="bug_id">2487</span>: Add option for setting the
pan-zoom control position.</li>
+ <li><span class="bug_id">2566</span>: Node shape transparency with
background image.</li>
+ </ul>
<ul class="bug_fixes">
- <li><span class="bug_id">2493</span>: Issues with '\n' in node/edge
data values.</li>
- <li><span class="bug_id">2500</span>: "#0002015 error" when exporting
to PNG.</li>
- <li><span class="bug_id">2501</span>: JavaScript errors on Firefox
4.</li>
- <li><span class="bug_id">2518</span>: Tree and Radial layouts not
applied to disconnected components.</li>
- <li><span class="bug_id">2519</span>: Radial and Tree layouts change
node opacity.</li>
- <li><span class="bug_id">2523</span>: Rendering issue when using high
resolution image as node background.</li>
- <li><span class="bug_id">2525</span>: Glow properties cannot be
bypassed.</li>
+ <li><span class="bug_id">2498</span>: PDF and SVG: Line breaks in
labels.</li>
+ <li><span class="bug_id">2534</span>: SVG breaks with too many
elements.</li>
+ <li><span class="bug_id">2538</span>: Incorrect validation of data
types when adding new edges.</li>
+ <li><span class="bug_id">2539</span>: Drag select then click =
dblclick.</li>
+ <li><span class="bug_id">2563</span>: Weighted FDL does not work if
the edge attribute is NOT called 'weight'.</li>
+ <li><span class="bug_id">2564</span>: Bypass lost after call to
vis.visualStyle.</li>
+ <li><span class="bug_id">2567</span>: SVG Export: node image opacity
should be affected by the node opacity.</li>
+ <li><span class="bug_id">2571</span>: JSON error when string values
have line breaks.</li>
</ul>
- <ul class="other_changes">
- <li>Cytoscape Web now requires Flash version 10 or higher.</li>
- </ul>
</div>
\ No newline at end of file
Modified:
cytoscapeweb/trunk/website/src/file/release_notes/release_notes_0.8.txt
===================================================================
--- cytoscapeweb/trunk/website/src/file/release_notes/release_notes_0.8.txt
2011-10-21 17:18:56 UTC (rev 27266)
+++ cytoscapeweb/trunk/website/src/file/release_notes/release_notes_0.8.txt
2011-10-21 20:22:44 UTC (rev 27267)
@@ -5,24 +5,16 @@
<li>Compound nodes (i.e. nodes within nodes), thanks to the
<a href="http://www.cs.bilkent.edu.tr/~ivis" rel="external">i-Vis
Information Visualization Research Group</a>
of <a href="http://www.bilkent.edu.tr/index.html" rel="external">Bilkent
University</a>.</li>
- <li>Set different width and height values to nodes (e.g. creating
ellipses, and not just circles).</li>
- <li>Nodes can be totally transparent now but still display a background
image or the border.
- You simply need to set <code>"transparent"</code> to the node
<code>color</code> visual property in a
- <code>VisualStyle</code> or <code>VisualStyleBypass</code> object.</li>
- <li>The built-in pan-zoom control is also a bit more flexible,
- as you can choose the position where it is placed when Cytoscape Web
starts.</li>
- <li>The new addElements() function is much faster than using addNode() to
add many nodes.</li>
+ <li>The new <code>addElements()</code> function is much faster than using
<code>addNode()</code> and <code>addEdge()</code> to add many elements.</li>
+ <li>Filter elements by ID, which is faster.</li>
<li>And more! See the release notes for more details.</li>
</ul>
<div class="relase_details">
<ul class="new_features">
- <li><span class="bug_id">2299</span>: Allow a node to have different
width/height values.</li>
<li><span class="bug_id">2461</span>: Filter nodes/edges by ID (new
API function).</li>
<li><span class="bug_id">2462</span>: Add multiple nodes/edges (new
API function).</li>
<li><span class="bug_id">2463</span>: Add "nodeAttr" option to sif
function.</li>
<li><span class="bug_id">2481</span>: Add "nodeAttr" and
"interactionAttr" options to exportNetwork() function.</li>
- <li><span class="bug_id">2487</span>: Add option for setting the
pan-zoom control position.</li>
- <li><span class="bug_id">2566</span>: Node shape transparency with
background image.</li>
<li><span class="bug_id">2585</span>: dragstart & dragstop
events.</li>
<li><span class="bug_id">2591</span>: Autosize node according to
label.</li>
<li><span class="bug_id">2592</span>: Compound nodes.</li>
@@ -30,15 +22,7 @@
</ul>
<ul class="bug_fixes">
<li><span class="bug_id">2480</span>: Handle List-type attributes when
exporting to GraphML.</li>
- <li><span class="bug_id">2498</span>: PDF and SVG: Line breaks in
labels.</li>
- <li><span class="bug_id">2534</span>: SVG breaks with too many
elements.</li>
- <li><span class="bug_id">2538</span>: Incorrect validation of data
types when adding new edges.</li>
- <li><span class="bug_id">2539</span>: Drag select then click =
dblclick.</li>
- <li><span class="bug_id">2563</span>: Weighted FDL does not work if
the edge attribute is NOT called 'weight'.</li>
<li><span class="bug_id">2552</span>: CytoscapeWeb edge filtering
bug.</li>
- <li><span class="bug_id">2564</span>: Bypass lost after call to
vis.visualStyle.</li>
- <li><span class="bug_id">2567</span>: SVG Export: node image opacity
should be affected by the node opacity.</li>
- <li><span class="bug_id">2571</span>: JSON error when string values
have line breaks.</li>
<li><span class="bug_id">2571</span>: Error sizing nodes when layout
changes.</li>
<li><span class="bug_id">2576</span>: When adding field, default value
null is replaced by 0.</li>
<li><span class="bug_id">2587</span>: Edge end does not intercept
ellipse node border when the edge is a loop.</li>
Modified: cytoscapeweb/trunk/website/src/js/content/demos/compound.js
===================================================================
--- cytoscapeweb/trunk/website/src/js/content/demos/compound.js 2011-10-21
17:18:56 UTC (rev 27266)
+++ cytoscapeweb/trunk/website/src/js/content/demos/compound.js 2011-10-21
20:22:44 UTC (rev 27267)
@@ -34,7 +34,7 @@
<button id="reapplyLayout">Reapply layout</button>\
<label for="showNodeLabels">Node Labels</label>\
<input type="checkbox" id="showNodeLabels"/> \
- <label class="warning"><small>You can use the right-clik context
menu to add and remove elements</small></label>\
+ <label class="warning"><small>You can use the right-click context
menu to add and remove elements</small></label>\
</div>\
<div id="cytoscapeweb" width="*">\
Cytoscape Web will replace the contents of this div with your
graph.\
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.